• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

SmartPanel - SMM Panel Script

SmartPanel - SMM Panel Script 4.1

No permission to download
Thank you, @amir, can you help me with the installation please, I am not sure which lines to edit on config.php to enter the database details. I am trying to install on localhost.
 
Thank you, @amir, can you help me with the installation please, I am not sure which lines to edit on config.php to enter the database details. I am trying to install on localhost.
To install in the Localhost (Xamp , wamp ,...) first create a new database, then in the config file change these lines:
define('DB_HOST', 'localhost');
define('DB_USER', 'root');
define('DB_PASS', '');
define('DB_NAME', 'your-new-database-name');



Password is empty
 
  • Like
Reactions: gmax16
To install in the Localhost (Xamp , wamp ,...) first create a new database, then in the config file change these lines:
define('DB_HOST', 'localhost');
define('DB_USER', 'root');
define('DB_PASS', '');
define('DB_NAME', 'your-new-database-name');



Password is empty
ah ok Thank you sir

Edit: Does anyone have coinpayments medule ? Please share it
 
Last edited:
Hi guys i really need your help.

So i installed the smartpanel successful, added balance to user and order a service from HQSmartpanel API service, but the order does not reflect on the Instagram or telegram accounts being tested on, what else do i need to do?

Any help is really appreciated
 
  • Like
Reactions: Kayato
Hi guys i really need your help.

So i installed the smartpanel successful, added balance to user and order a service from HQSmartpanel API service, but the order does not reflect on the Instagram or telegram accounts being tested on, what else do i need to do?

Any help is really appreciated
You have to add fund in your provider wallet too. Adding fund in users account in your panel can’t help you for ordering. You need to have balance in provider wallet. Then only order will be processed and reflected.
 
You have to add fund in your provider wallet too. Adding fund in users account in your panel can’t help you for ordering. You need to have balance in provider wallet. Then only order will be processed and reflected.

Is there any service that makes orders free for admin?

If you understand what i mean.
 
  • Like
Reactions: Kayato
THANK YOU SO MUCH ! IT WORKED WITH NO PROBLEMS, HOWEVER PEOPLE NEED TO SETUP CORN JOB OTHERWISE YOUR ORDERS WILL NOT GO THROUGH. TO SETUP A CORN JOB YOU JUST NEED TO TYPE IN YOUTUBE " SMM PANEL CORN JOB".
 
  • Like
Reactions: d3v1l
anyone have any issues with coinpayments? when a user adds fund with coinpayments, it reaches coinpayments wallet and shows successful but the user balance still showing as $0.
 
@d3v1l does this script work on a subdomain? I deposited funds on the mono panel and imported services and connected the API, but when an order is made it's not delivered to momo panel it just happens on my side. What could be the issue?
 
@d3v1l does this script work on a subdomain? I deposited funds on the mono panel and imported services and connected the API, but when an order is made it's not delivered to momo panel it just happens on my side. What could be the issue?
its work on subdomain too.
the order didnt transfer because of crons didnt updated.
you have to create regular routine crons for that.

Cronjob for main Smartpanel script:​

* * * * * wget --spider -O - http://yourwebsite.com/cron/order >/dev/null 2>&1
* * * * * wget --spider -O - http://yourwebsite.com/cron/multiple_status >/dev/null 2>&1
* * * * * wget --spider -O - http://yourwebsite.com/cron/dripfeed >/dev/null 2>&1
* * * * * wget --spider -O - http://yourwebsite.com/cron/subscriptions >/dev/null 2>&1

For Hostinger, Cron task should be similar to:
1
2
3
4
* * * * * wget -O /dev/null https://yourdomain.com/cron/order
* * * * * wget -O /dev/null https://yourdomain.com/cron/multiple_status
* * * * * wget -O /dev/null https://yourdomain.com/cron/dripfeed
* * * * * wget -O /dev/null https://yourdomain.com/cron/subscriptions

Cronjob for Coinpayments payement gateway module:​

* * * * * wget --spider -O - http://yourwebsite.com/add_funds/coinpayments/cron >/dev/null 2>&1
 

Forum statistics

Threads
78,860
Messages
1,127,884
Members
246,574
Latest member
lomito
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock