DaFi Software, Software House, Aplikasi Surat, Aplikasi Inventori, Kasir, Display, Absensi
  • Tentang Kami
  • Pemrograman
  • Kursus
  • Tutorial
    • Video Penggunaan Aplikasi
    • Pemrograman Lazarus
    • Database
    • Setting Aplikasi
  • Home
  • Product
    • Aplikasi Desktop
    • Aplikasi Berbasis Web
    • Website
  • Downloads
    • Software
    • Modul
    • Source Code
  • Contact
  • Pesan Aplikasi

Membuat Cron Job atau schedule kirim wa otomatis di cpanel dengan URL

 December 31, 2023     Codeigniter     No comments   

 DF - Tutorial membuat schedule menjalankan function pada Codeigniter. Setelah kalian membuat function pada codeigniter, selanjutnya buat cron job di cpanel dengan isian sebagai berikut


00***curl -s "https://www.khc.domainku.my.id/sent_wa" > /dev/null



Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Membuat Barcode dengan Zend

 December 30, 2023     Codeigniter     No comments   

 DF - Membuat barcode dengan library ZEND.

Buat function Barcode

 public function Barcode($kodenya)

      {

        $this->zend->load('Zend/Barcode');

        Zend_Barcode::render('code128', 'image', array('text' => $kodenya));

      }


Buat tampilan

<td> <img src="<?php echo site_url('master/obat/Barcode/'.$row->kd_obat); ?>" alt=""> </td>


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

React Native :error Cannot start server in new window because no terminal app was specified

 December 22, 2023     React Native     No comments   

 DF - Jika mendapatkan error saat pemrograman react 

"React Native :error Cannot start server in new window because no terminal app was specified"


Jalankan perintah npm run start
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Error Codeigniter drivers/Session_files_driver.php

 December 21, 2023     Codeigniter     No comments   

 DF - Jika terjadi error pada aplikasi codeigniter kalian seperti ini "Filename: drivers/Session_files_driver.php"

Coba kalian bisa menambahkan pada file config.php dengan baris :

$config['sess_save_path'] = sys_get_temp_dir();

Smoga bermanfaat
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Kursus Online Membuat Apikasi Android dengan Bahasa pemrograman React Native

 November 23, 2023     Aplikasi, Pemrograman, React Native     No comments   

 DF - Telah rilis kursus gratis terbatas pemrograman react native. Pemrograman berbasis mobile ini sangat mudah. Alhamdulillah telah rilis kursus pemrograman Android dan IOS. Bagi temen-temen yang menginginkan menjadi programer android dan ios. Disini saya tutor dari awal sampai akhir. Sehingga setelah mengikuti kursus ini, langusng bisa membuat aplikasi lain atau meng kloning aplikasi yang sudah dibuat pada saat kursus.

Dari tidak bisa membuat aplikasi sampai bisa membuat aplikasi sendiri. Dalam kursus langsung praktek pembuatan aplikasi dari login sampai report. 

Setelah selesai kursus. Anda sudah memiliki template aplikasi sendiri, untuk membuat aplikasi berikutnya






Kursus ini mempelajarai pemrograman dengan menggunakan React Native. Materi kursus mencakup

  1. Persiapan tool yang digunakan untuk pemrograman
  2. Setting/install extention studio code
  3. Membuat tampilan login, dengan pengenalan-pengenalan component-component yang digunakan dalam design tampilan pada android & IOS
  4. Membuat tampilan registrasi

https://www.udemy.com/course/belajar-dari-dasar-membuat-app-android-ios-dengan-mudah/?referralCode=77553C1124905787BDED


Kursus gratis react native, bisa di klik di link ini. Link ini hanya berlaku 5 hari kedepan. Gratis sampai 5 hari kedepan, mungkin hari ini belum butuh. Yang penting ambil dulu, video tidak akan kadaluarsa. Bisa buat kamu, bisa buat saudara kamu atau buat orang yang membutuhkan. KUPON : B9432847C78BBA5A3822

https://www.udemy.com/course/belajar-dari-dasar-membuat-app-android-ios-dengan-mudah/?couponCode=B9432847C78BBA5A3822

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

npm ERR! code ENOENT

 November 07, 2023     React Native     No comments   

DF - Cara menyelesaikan jika kalian mempunyaikendala "npm ERR! code ENOENT "


# 👇 update npm to the latest version

npm install -g npm@latest

# 👇 clean npm cache
npm cache clean --force

# 👇 delete node modules and package-lock.json 
npm rm -rf node_modules && rm package-lock.json

# 👇 retry installing dependencies
npm install
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Aplikasi Komunitas

 November 03, 2023     Aplikasi, Website     No comments   

 DF - Segera rilis Aplikasi Komunitas. Aplikasi komunitas Mobil, Komunitas Pecinta Alam, Komunitas Hewan, Komunitas Pengrajin, dan komunitas lainnya.


Jadi aplikasi ini mempunyai fitur mengelola semua kegiatan komunitas. Mencakup :

  1. Input Data Anggota
  2. Input Data Anggota keluarga
  3. Input Data Donatur
  4. Input Kegiatan
    1. Sumber dana
    2. Biaya Kegiatan
    3. Pendaftaran (Notifikasi Email dan Wa)
    4. Absensi kehadiran peserta dengan QR Code

  5. Laporan event\kegiatan
  6. Laporan Anggota teraktif kegiatan
  7. Laporan Donatur baik dari anggota maupun dari luar anggota
Aplikasi bisa diakses melalui handphone maupun komputer. Aplikasi bersifat online. Bisa diakses dimana saja.

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Cara Merubah format tanggal di PHP

 September 21, 2023     Codeigniter, Database     No comments   

 DF - Berikut cara merubah inputan date dari user dengan format, contoh  inputan user 20-01-2023 dan di simpan ke database dengan format date 2023-01-20


$tgl                 = $this->input->post('tgl');

$date = str_replace('-"', '/', $tgl);  

$newDate = date("Y/m/d", strtotime($date));  

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Error React Native undefined is not a function

 September 15, 2023     React Native     No comments   

 DF - Jika menemukan error seperti undefined is not a function pada pemrograman react native. JIka kalian menemukan errornya di Expo web, solusinya tinggal refresh aja. Klau dilokal komputer, kalian jalanin perintah clear Cache

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Gambar tidak nampil di print PDF php Codeigniter

 September 12, 2023     Aplikasi Web, Codeigniter     No comments   

 DF - Masalah datang ketika kita membuat report PDF, generate dari PHP khususnya Codeigniter. Kita sudah membuat format surat dengan mencantumkan gambar header atau footer. Namun ketika pas generate, gambar bertanda silang.





Masalah ini bisa terjadi

1. Gambar terhapus

2. Salah alamat gambar

3. Salah Format gambar

Jika ketiganya sudah benar semua, maka, kalian bisa cek masalah SSL pada domain kalian. Ternyata ketika SSL tidak berjalan dengan baik,maka akan mempengaruhi masalah gambar.


Semoga bermanfaat

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Solved : Failed to resolve dependency '@react-navigation/native@*' (Network request failed)

 September 08, 2023     React Native, Tutorial     No comments   

DF - If you have problem "Failed to resolve dependency '@react-navigation/native@*' (Network request failed)"


Solution : You can add on Package.json

 "@react-navigation/native": "^5.7.3",

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Cara Mengganti Icon Address Pada Blogspot (Favicon)

 September 05, 2023     Blogspot     No comments   

 DF - Tutorial bagaimana merubah Icon Blogspot yang ada di address bar browser kita menjadiIcon yang kita inginkan. Sediakan file icon ber extentsion .png selanjutnya kalian bisa simak videoberikut ini.




Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Cara mengatasi ERROR Invariant Violation: requireNativeComponent: "RNSScreenStackHeaderConfig" was not found in the UIManager

 August 27, 2023     React Native     No comments   

 DF - Ketika kalian para programer react native menghadapi masalah  " ERROR Invariant Violation: requireNativeComponent: "RNSScreenStackHeaderConfig" was not found in the UIManager"

Solusinya kalian harus install berikut :

1. npm install react-native-screens

2. npm install react-native-safe-area-context


Semoga bermanfaat

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Mengatasi Error open_basedir restriction in effect. File(/var/lib/php/sessions)

 July 25, 2023     Aplikasi Web, Codeigniter, Tutorial     No comments   

 DF - Sedikit pengalaman ketika update versi php, kemudian menemukan error "open_basedir restriction in effect. File(/var/lib/php/sessions)"

Untukmemperbaikinya, silahkan bukafileconfig yang ada di application-.config->config.php

Cari baris peintah  "$config['sess_save_path'] = NULL;" kemudian rubahmenjadi   $config['sess_save_path'] = '/tmp';

Semoga bermanfaat


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Privacy Policy Aplikasi Tawangmangu

 July 22, 2023     No comments   

App Privacy Policy Generator

Generate a generic Privacy Policy and Terms & Conditions for your apps

Built with heart by Nishant and contributors.

TwitterDisclaimerGitHub stars

    While App Privacy Policy Generator is completely FREE, it takes money to keep it running and updated.

    If you are able to, then consider contributing by:

  1. Sponsoring me on Github 👨🏻‍💻
  2. Buying me a cup of ☕

If you are unable to contribute with funds, consider sharing it with your friends: Twitter, Linkedin, Facebook, Reddit

...or adding a review/comment in the project's GuestBook 🤗

All Done!

Now sit back and choose the type of document you want to generate:


Privacy PolicyTerms & Conditions

The accuracy of the generated privacy policy and terms & conditions on this website is not legally binding. Use at your own risk.

Read the full Disclaimer here

Privacy Policy

Privacy Policy

Dafisof built the Tawangmangu app as a Free app. This SERVICE is provided by Dafisof at no cost and is intended for use as is.

This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.

If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Tawangmangu unless otherwise defined in this Privacy Policy.

Information Collection and Use

For a better experience, while using our Service, I may require you to provide us with certain personally identifiable information. The information that I request will be retained on your device and is not collected by me in any way.

The app does use third-party services that may collect information used to identify you.

Link to the privacy policy of third-party service providers used by the app

  • Google Play Services

Log Data

I want to inform you that whenever you use my Service, in a case of an error in the app I collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing my Service, the time and date of your use of the Service, and other statistics.

Cookies

Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory.

This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service.

Service Providers

I may employ third-party companies and individuals due to the following reasons:

  • To facilitate our Service;
  • To provide the Service on our behalf;
  • To perform Service-related services; or
  • To assist us in analyzing how our Service is used.

I want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose.

Security

I value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and I cannot guarantee its absolute security.

Links to Other Sites

This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, I strongly advise you to review the Privacy Policy of these websites. I have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.

Children’s Privacy

These Services do not address anyone under the age of 13. I do not knowingly collect personally identifiable information from children under 13 years of age. In the case I discover that a child under 13 has provided me with personal information, I immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that I will be able to do the necessary actions.

Changes to This Privacy Policy

I may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. I will notify you of any changes by posting the new Privacy Policy on this page.

This policy is effective as of 2023-07-28

Contact Us

If you have any questions or suggestions about my Privacy Policy, do not hesitate to contact me at hijaumudaku@gmail.com.

This privacy policy page was created at privacypolicytemplate.net and modified/generated by App Privacy Policy Generator

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Zabbix | Session 2

 July 04, 2023     Tutorial, Zabbix     No comments   

 Pada session 2 ini akan saya sampaikan berkaitan dengan  Firewall server Zabbix

  1. Cek status firewall , ketikkan perintah  systemctl status firewalld
  2. Cara mengaktifkan firewall. Ketikkan perintah systemctl start firewalld.service
  3. Cara menonaktifkan firewall, ketikkan perintah systemctl stop firewalld.service
  4. Cara membuka port  10050, ketikkan perintah firewalld-cmd --permanent --add-port=10050/tcp --zone=public
Jika agent mengalami kendala tidak bisa konek, coba lakukan untuk disable firewall

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Message: Creation of dynamic property CI_URI::$config is deprecated

 June 21, 2023     No comments   

 Beberapa error ketika upgrade Codeigniter dari PHP 5.6 ke PHP versi 8


  1. Message: Creation of dynamic property CI_URI::$config is deprecated  Solusinya : Tambahkan sebelum nama Class #[\AllowDynamicProperties] Pada file URI.ph
  2. Message: Creation of dynamic property MY_Router::$uri is deprecated Solusinya : Tambahkan sebelum nama Class #[\AllowDynamicProperties] Pada file router.ph
  3. Message: strpos(): Passing null to parameter #2 ($needle) of type string is deprecated


  1. Message: Creation of dynamic property CI_URI::$config is deprecated
            Solusi : #[\AllowDynamicProperties] Pada file URI.ph
  1. Message: Creation of dynamic property MY_Router::$uri is deprecated

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Cara Memperbaiki Message: mkdir(): open_basedir restriction in effect. File(/var/lib/php/session) is not within the allowed path(s): (/home/dfworkplace.my.id/:/tmp/)

 June 20, 2023     Codeigniter, Tutorial     No comments   

 DF - Eror pada PLESK pengganti control panel hosting. Berikut permaslahan dan penyelesaiannya

1. Message: mkdir(): open_basedir restriction in effect. File(/var/lib/php/session) is not within the allowed path(s): (/home/dfworkplace.my.id/:/tmp/)

Cara memperbaikinya, pada file config.php rubah ini

$config['sess_save_path'] = NULL;

Menjadi

$config['sess_save_path'] = '/tmp';


2. Codeigniter open_basedir_restriction in effect

Cara penyelesaiannya


1.Login to Plesk Control Panel

2.Go to Subscriptions

3.Click on the domain name you want to change the setting for.

4. Click on PHP Settings



Jika menggunakan control pannel dengan cara 

PHP  Setting dan rubah  Scroll down to open_basedir and select none from the drop down


Error  The Encrypt library requires the Mcrypt extension.

 $this->load->library('encrypt');

to

 $this->load->library('encryption');

Error Message: is_dir(): open_basedir restriction in effect. File(/var/lib/php/session) is not within the allowed path(s): 

//$config['sess_save_path'] = NULL;
$config['sess_save_path'] = '/tmp';


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Newer Posts Older Posts Home

Daftar Aplikasi

  • Aplikasi Penjualan Online
  • Aplikasi Pembuatan Surat Otomatis
  • Aplikasi Klinik / Rumah Sakit
  • Aplikasi Antrian
  • Aplikasi Sekolahan
  • Aplikasi AJIS

Aplikasi Manajemen Klinik

DF - Alhamdulillah Dafi Sofware lounching aplikasi manajemen klinik, aplikasi ini mencatat semua operasional klinik, memberikan kemudahan d...

Popular Posts

  • Aplikasi Surat jalan
    DF - Aplikasi ini saat ini kami beri nama "AJIS" Administrasi Surat Jalan & Invoice Berkembangnya bisnis menuntut dunia tekn...
  • Aplikasi Administrasi RT dan RW
    DF - Sosialisasi aplikasi Administrasi RT. Lounching aplikasi administrasi Rukun Tangga. Mencakup fitur sebagai berikut : Saat ini sudah bi...
  • Aplikasi Display dan Keuangan Masjid
    DF - Aplikasi Display Masjid adalah aplikasi yang diciptakan untuk memberikan informasi kepada jamaah masjid atau jamaah kunjungan. ...
  • Setting Ukuran Kertas Surat Jalan 1/2 Continuous
    Untuk kebutuhan print surat jalan menggunakan kertas Continuous Form yang ukurannya kecil, kita perlu membuat ukuran kertas sendiri. Berikut...
  • Aplikasi Kasir Penjualan Dan Penyewaan permainan. Aplikasi Kasir playground
    Rilis Aplikasi Kasir Penjualan Dan Penyewaan permainan dengan timer. Aplikasi penjualan, merekap semua penjualan danmemberikan laporan perpe...

Bergabung Dengan Kami

My photo
DaFi Sofware
View my complete profile

Blog Archive

  • ►  2025 (8)
    • ►  May (3)
    • ►  April (3)
    • ►  March (2)
  • ►  2024 (19)
    • ►  December (3)
    • ►  November (2)
    • ►  September (2)
    • ►  May (3)
    • ►  April (2)
    • ►  March (1)
    • ►  February (2)
    • ►  January (4)
  • ▼  2023 (20)
    • ▼  December (4)
      • Membuat Cron Job atau schedule kirim wa otomatis d...
      • Membuat Barcode dengan Zend
      • React Native :error Cannot start server in new win...
      • Error Codeigniter drivers/Session_files_driver.php
    • ►  November (3)
      • Kursus Online Membuat Apikasi Android dengan Bahas...
      • npm ERR! code ENOENT
      • Aplikasi Komunitas
    • ►  September (5)
      • Cara Merubah format tanggal di PHP
      • Error React Native undefined is not a function
      • Gambar tidak nampil di print PDF php Codeigniter
      • Solved : Failed to resolve dependency '@react-navi...
      • Cara Mengganti Icon Address Pada Blogspot (Favicon)
    • ►  August (1)
      • Cara mengatasi ERROR Invariant Violation: requir...
    • ►  July (3)
      • Mengatasi Error open_basedir restriction in effect...
      • Privacy Policy Aplikasi Tawangmangu
      • Zabbix | Session 2
    • ►  June (2)
      • Message: Creation of dynamic property CI_URI::$con...
      • Cara Memperbaiki Message: mkdir(): open_basedir re...
    • ►  April (1)
    • ►  March (1)
  • ►  2022 (6)
    • ►  September (3)
    • ►  August (3)
  • ►  2021 (6)
    • ►  December (1)
    • ►  September (1)
    • ►  May (2)
    • ►  April (1)
    • ►  February (1)
  • ►  2020 (15)
    • ►  December (1)
    • ►  September (1)
    • ►  June (1)
    • ►  May (1)
    • ►  April (3)
    • ►  March (4)
    • ►  February (3)
    • ►  January (1)
  • ►  2019 (26)
    • ►  December (3)
    • ►  November (4)
    • ►  September (3)
    • ►  July (1)
    • ►  June (2)
    • ►  May (9)
    • ►  April (3)
    • ►  January (1)
  • ►  2018 (25)
    • ►  December (1)
    • ►  November (1)
    • ►  October (3)
    • ►  September (4)
    • ►  July (4)
    • ►  May (3)
    • ►  April (1)
    • ►  March (1)
    • ►  February (6)
    • ►  January (1)
  • ►  2017 (31)
    • ►  December (1)
    • ►  October (2)
    • ►  September (10)
    • ►  August (18)

Report Abuse

Search This Blog

Powered by Blogger.

Labels

  • Agama Islam
  • Aplikasi
  • Aplikasi Apotik
  • aplikasi display
  • aplikasi pembuatan Invoice
  • aplikasi pembuatan PO
  • Aplikasi pembuatan quotation
  • Aplikasi Quality Control
  • Aplikasi sekolah
  • Aplikasi Teknisi
  • Aplikasi toko online
  • Aplikasi Web
  • Aturan
  • Belajar React Native Expo
  • Berita
  • Blogspot
  • Bootstrap
  • Ci 4
  • Codeigniter
  • Coretax
  • Database
  • Debian
  • Display Informasi
  • Domain Unlimited
  • Download free aplikasi display masjid
  • Drivers
  • Erp
  • Flutter
  • Golang
  • HitFilm
  • Internet indihome
  • Jaringan
  • Lazarus
  • Linux
  • Makanan Kacang
  • Makanan ketoprak
  • Makanan siang murah
  • Masakan
  • Mesin cuci
  • Motivasi hidup
  • Motivator
  • News
  • Odoo
  • Pajak
  • Pemrograman
  • Pengarsipan Dokumen
  • Problem & Solving
  • React Native
  • React.js
  • Rohani
  • Runing tex masjid
  • runing text free
  • Server
  • Tempat makan
  • Toko Online
  • Trik Windows
  • Tutorial
  • Website
  • Windows
  • Zabbix
  • Home

Total Pageviews

Popular Posts

  • API untuk convert data ke PDF menggunakan password
     Berikut function API untuk membuat file PDF. File PDF akan ada paaword ketika di buka. function Render(){ $this->load->library(...

Copyright © DaFi Software, Software House, Aplikasi Surat, Aplikasi Inventori, Kasir, Display, Absensi | Powered by Blogger
Design by Hardeep Asrani | Blogger Theme by NewBloggerThemes.com | Distributed By blogger Templates