Introduction Last updated: 04.03.2023

MegaFaucet- Crypto Faucet Script Script

A crypto faucet PHP script built with Laravel framework is a web application that provides users with a variety of features related to cryptocurrencies. The script allows users to deposit and withdraw their coins, and it also supports multiple withdrawal coins.

One of the main features of this script is the faucet system, which enables users to claim a small amount of cryptocurrency for free. This is a great way for new users to get started with cryptocurrencies and learn more about them. The paid-to-click system is another feature that rewards users for viewing ads. Users can earn coins by clicking on ads displayed on the website.

Offerwalls are another feature of the script that allows users to earn coins by completing various tasks, such as downloading apps, completing surveys, or watching videos. Shortlinks are another way for users to earn coins by clicking on short links that are displayed on the website.

The script also includes tasks that users can complete to earn coins, such as playing games or solving puzzles. The revenue share feature allows users to earn a percentage of the revenue generated by the website. Referrals are also supported, which means users can earn coins by referring others to the website.

In addition to these features, the script also includes games such as dice and lottery. These games allow users to gamble with their coins and potentially win more.

Overall, the crypto faucet PHP script built with Laravel framework provides users with a comprehensive set of features related to cryptocurrencies. It's a great way for users to earn coins and learn more about cryptocurrencies while also having fun playing games and completing tasks.

For custom development work and web & blockchain services you can request a FREE quote of your project. E-mail: contact@tblock.dev


You can follow the installation documentation below or email (contact@tblock.dev) us your cPanel details and request an installation from our team. Installation requests takes 24-48h to be finished.

Installation

The installation of the MegaFaucet script is very simple, in the script package you will find the specified folders needed for you to upload in your hosting.

We recommend to have a cPanel based Hosting.

Create Database

Login to your cPanel account to create a database and MYSQL user database.

Name your database and create it.

Name your MYSQL database USER and create it.

Add or generate a password. Copy the mysql user password because you will need it in the next steps.

Select and add the created mysql user to the database then press add.

After pressing the Add button, you will be redirected to the user privilages page, on this page, check ALL PRIVILAGES and press the MAKE CHANGES Button.

Upload Database

Go back to first cPanel page and search for PHPMYADMIN.

Clicking on PHPMYADMIN will redirect you to the phpmyadmin database.

Here, open your created database and import the database.sql file which can be found in the Script Package. After successfull upload, you should see the database tables as in the below picture.

Upload Files

Go back to first cPanel page and search for FILE MANAGER. This will redirect to cPanel files to upload the script files to your hosting.

From the root files, select public_html folder, here upload core.zip and public.zip archive that can be found on the SCRIPT Package and extract it, follow the images below and check if you have the same files as in the images.

After the uploading files is finished, go back to the public_html folder, select and right click on core.zip and public.zip and extract the arhive.

.ENV Enviroment Configuration

Enter on the CORE folder and open the .ENV file to configure the enviroment, this means, changing the below values:

If you are not able to see . (dot) files (hidden files) Click on Settings and check SHOW Hidden Files as on the below image

  • APP_NAME:YOURWEBSITENAME : Here it goes your website name (Eg: MegaFaucet.com)
  • APP_ENV=PRODUCTION : Change from LOCAL to PRODUCTION
  • APP_URL=https://website.com : Add your website domain name
  • DB_DATABASE=YOUR_DATABASE_NAME : Add your database full name from section CREATE DATABASE
  • DB_USERNAME=YOUR_USER_DATABASE_NAME : Add your mysql database full name from section CREATE DATABASE - ADD New USER
  • DB_PASSWORD=YOUR_DATABASE_PASSWORD : Add your mysql database password

The rest of the enviroment credentials can be modified from the admin panel!

Website Configuration

On this step, you can login as admin and configure your website.

Go to your website domain name login page: YourDomain.com/login

To give your application a speed boost, you should cache all of your configuration files into a single file using by accessing YourDomain.com/clear, it should return a blank page. This will combine all of the configuration options for your application into a single file which can be quickly loaded by the framework.

Login with admin credentials, we recommend to change your admin email and password!

Admin Email: admin@email.com

Admin Password: admin

Website Settings

We recommend to change the settings from below list, on the admin panel, you can find recommendations, the script comes with DEMO Content, in this way is easy for you to understand all the configuration that must be done.

  • Website Settings - General Settings
  • Website Settings - SEO
  • Website Settings - EMAIL
  • Website Settings - LOGO
  • Website Settings - Extensions
  • Website Settings - Footer Codes

Other Configuration:

Website Content

Faq Section

Pages Section

Banner Ads Section

Cronjobs

Go to: https://cron-job.org/en/, create an account and add the cronjobs below:

  • URL: https://yourwebsite.com/cron/ticker - every fifteen minutes
  • URL: https://yourwebsite.com/cron/clear - daily/one time per day
  • URL: https://yourwebsite.com/cron/lotteries - every minute
  • URL: https://yourwebsite.com/cron/pendingRewards - every minute
  • URL: https://yourwebsite.com/cron/payShares - every minute
  • URL: https://yourwebsite.com/cron/checkExpiredShares - every minute
  • URL: https://yourwebsite.com/cron/referralsRank - every minute
  • URL: https://yourwebsite.com/cron/referralContest - every minute