SmartPanel - SMM Panel Script

SmartPanel - SMM Panel Script V4.1 Untouched

No permission to download

d3v1l

Well-known member
Banned User
Dec 24, 2020
362
697
93
22
India
d3v1l.co

RickGrimes22

Well-known member
May 8, 2019
461
482
93
smmtopia.com
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
Thanks, worked! Do you have the PAYEER Module? just to confirm before I buy it.
 
  • Like
  • Love
Reactions: gmax16 and d3v1l

gmax16

Member
Apr 20, 2020
111
20
18
Hey guys, I am having a problem with the user verification template tag which is missing from the template, you know the link to click on to verify your email address.
I tried guessing the tag and used {{email_verification}} and unfortunately they didn't work.
Can some1 please help me get this email verification link going. Everything else working so good.

EDIT: I finally guessed the proper tag is {{activation_link}}

1659390410614.png
 
Last edited:

gmax16

Member
Apr 20, 2020
111
20
18
What about the “Average time” indicator for the services, like the one perfect panel uses. This feature is also very important. Can this feature be coded somewhere on the script?

1660757485566.png
 

itsvuitton

New member
Jul 24, 2022
11
0
1
hi i wasnt sure to post this here or as a laravel/site issue

for some reason the sign up page just keeps spinning on submission. after completing the form and hitting "sign up" it hangs on the spinning wheel indefinitely. if u try again but wait a while before completing and submitting, it spins a while then stops.

its my first time using this theme and laravel, and has been working fine for last few weeks. its just stopped working. im not even sure how to debug this as it is a new realm to me :(

anyone else experienced this?
 

ceg

Member
Dec 25, 2020
33
10
8
hi i wasnt sure to post this here or as a laravel/site issue

for some reason the sign up page just keeps spinning on submission. after completing the form and hitting "sign up" it hangs on the spinning wheel indefinitely. if u try again but wait a while before completing and submitting, it spins a while then stops.

its my first time using this theme and laravel, and has been working fine for last few weeks. its just stopped working. im not even sure how to debug this as it is a new realm to me :(

anyone else experienced this?

This is not laravel. This is codeigniter.

Authorization in the script works via API via javascript, so there is such a problem. There is no solution - just wait for an update from the developer. The problem was not solved in the new version. I think this suits the developer.
 

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