SmartPanel - SMM Panel Script

SmartPanel - SMM Panel Script V4.1 Untouched

No permission to download

gmax16

Member
Apr 20, 2020
111
20
18
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.
 

amir

Well-known member
Trusted Seller
Aug 6, 2019
420
356
63
33
🌏
neofollower.com
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

gmax16

Member
Apr 20, 2020
111
20
18
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:

ClefPascal

New member
May 2, 2022
23
23
3
Nigeria
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

d3v1l

Well-known member
Banned User
Dec 24, 2020
362
697
93
22
India
d3v1l.co
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.
 

ClefPascal

New member
May 2, 2022
23
23
3
Nigeria
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

mrcyber

New member
Jul 7, 2022
8
3
3
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

itsvuitton

New member
Jul 24, 2022
11
0
1
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.
 

RickGrimes22

Well-known member
May 8, 2019
461
482
93
smmtopia.com
@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

Well-known member
Banned User
Dec 24, 2020
362
697
93
22
India
d3v1l.co
@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
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu