edimarti
New member
- May 5, 2022
- 23
- 14
- 3
YeahI think its just build that way. Developer allows importing descriptions from their own panels they promote on envato
YeahI think its just build that way. Developer allows importing descriptions from their own panels they promote on envato
Version 4.0 is released today. I have attached the original zip untouched. Once someone null it, Ask BABABK to update the resources. ThanksThere is no official update from author.
Still its latest version is v3.5
It would be nice to lay out the database to it, so that it would be possible to install this scriptVersion 4.0 is released today. I have attached the original zip untouched. Once someone null it, Ask BABABK to update the resources. Thanks
Version 4.0 ORIGINAL
Just set the minimum number of likes/followers for the order so that the minimum price is $5.Anyone know how can add minimum order limit based on price? For example, the minimum order is $5 ?
you can not change 1000 services with different prices, it takes 1000 years to do thisJust set the minimum number of likes/followers for the order so that the minimum price is $5.
You need to go into the code, look for the line where the balance is checked when creating an order, and write: if the order value is less than $5, then generate an error. This is easy to do.you can not change 1000 services with different prices, it takes 1000 years to do this![]()
Yes, i know the idea , but i'm not a developer and i don't know PHPYou need to go into the code, look for the line where the balance is checked when creating an order, and write: if the order value is less than $5, then generate an error. This is easy to do.
I'll be home in about 8 hours and I can code for youYes, i know the idea , but i'm not a developer and i don't know PHP
please nulled version 4Version 4.0
- [NEW]: Light/Night mode for theme
- [NEW]: Admin dashboard theme
- [NEW]: User dashboard layout (vertical and horizontal)
- [ADD]: multi selection for bulk action button
- [ADD]: Secret key option when admin account set balance, funds etc
- [ADD]: Auto logout option when admin change ip address for security
- [ADD]: Sorting order option for payment gateway
- Improved: Page Speed of the Services page - Improved: Services page
- Improved: Cronjob system
- Improved: Order status for big panel
- Fixed: small bugs relate to script.
P.S. The long-awaited Refill and referral system were never made.
Update: The author wrote that the Refill module will be released soon and it will be a separate paid module
Please update it to the latest version.
Version 4.0
- [NEW]: Light/Night mode for theme
- [NEW]: Admin dashboard theme
- [NEW]: User dashboard layout (vertical and horizontal)
- [ADD]: multi selection for bulk action button
- [ADD]: Secret key option when admin account set balance, funds etc
- [ADD]: Auto logout option when admin change ip address for security
- [ADD]: Sorting order option for payment gateway
- Improved: Page Speed of the Services page - Improved: Services page
- Improved: Cronjob system
- Improved: Order status...
1. Go to /app/modules/order/controllers/order.phpAnyone know how can add minimum order limit based on price? For example, the minimum order is $5 ?
// check balance
if ($user->balance != 0 && $user->balance < $total_charge || $user->balance == 0) {
ms(array(
"status" => "error",
"message" => lang("not_enough_funds_on_balance")
));
}
//your code:
if ($total_charge < 5) {
ms(array(
"status" => "error",
"message" => "Minimum order 5$"
));
}
Hqsmartpanel imports description. I haven't tested out version 4 though but 3.5 does.Description/Details are not importing from API any advice :/ ?
Thank you mate , you did a amazing job , let me try, thank you again1. Go to /app/modules/order/controllers/order.php
2. Search ~368 line "if ($user->balance != 0 && $user->balance < $total_charge || $user->balance == 0) {"
3. Paste the code like this (I haven't tested this code, but it should work. Write if so.)
Code:// check balance if ($user->balance != 0 && $user->balance < $total_charge || $user->balance == 0) { ms(array( "status" => "error", "message" => lang("not_enough_funds_on_balance") )); } //your code: if ($total_charge < 5) { ms(array( "status" => "error", "message" => "Minimum order 5$" )); }
many issues bro recheck @d3v1ld3v1l updated SmartPanel - SMM Panel Script with a new update entry:
SmartPanel - SMM Panel Script V4.0 Nulled
Read the rest of this update entry...
Please mention issues will try to fix it and update it as fast I can.many issues bro recheck @d3v1l