ads here
Free Nulled Download SMS Center For WHMCS v3.8.0 Nulled
lightspeedhacks submitted a new resource:
SMS Center For WHMCS - by ModulesGarden
Read more about this resource...
Your Resource Approved
Thanks
how can we add a custom SMS gateway? If you have any idea please share
read https://www.docs.modulesgarden.com/SMS_Center_For_WHMCS#Configuration_and_Management
Already checked out but there is no help about custom SMS gateway integration.
Well only they (modules garden) add custom gateways.
But you can decode one file for a gateway and copy that to make another with your API maybe.
I have no experience in customization of sms center but it should be like that in theory
Hey thanks for your share.
However I got the error:
SMS Center?Connection not possible. Please report your server IP to [email protected]
Any idea? Btw. I'm using WHMCS 8.1.3
I've tested it on even 8.2.0 and it is working.
Could you tell me how you installed it?
Download and copy the modules folder into the modules folder. Then go to setup >> addon modules and activate the addon then click configure button next to activate and add administrator role in access .
Then you can click sms center in the addons tab and check.
Yes, it worked for me also
lightspeedhacks updated SMS Center For WHMCS with a new update entry:
v3.8.0 Nulled
Read the rest of this update entry...
Thanks for the update. Keep it up. Have to every thought about sharing Cpanel Extended?
Connection not possible. Please report your server IP to [email protected]
showing this problem
hi
We have installed the sms center plugin on our whmcs. The options are activated in the registration form and can be seen.
We have now disabled the desired plugin, but its options can still be seen in the registration form. How can we delete them?
Ahaaa Thanks for the update. Keep it up.
I'm using 8.2.1, but showing
Connection not possible. Please report your server IP to [email protected]
If you are at newer version of module then previous cracks don't work. PM me new module zip and I'll update accordingly
check inbox
Hello
What is this doing in your code?
$fuzool = fuzoolay('fuzool');
Edit: Also this is NOT nulled. All callbacks are still inside, and you will most likely do requests to the servers of modulesgarden with your details:
Code:
protected $servers = [
'https://www.modulesgarden.com/client-area/',
'https://licensing.modulesgarden.com',
'https://zeus.licensing.modulesgarden.com',
'https://ares.licensing.modulesgarden.com',
'https://hades.licensing.modulesgarden.com'
];
protected $db = 'sms_center_for_whmcs_license_778PDOWrapper';
protected $verifyPath = 'modules/servers/licensing/verify.php';
protected $moduleName = null;
protected $secret = '';
protected $localKeyValidTime = 1;
protected $allowCheckFailDays = 4;
protected $dir = null;
protected $checkToken = null;
protected $licenseKey = '';
const STATUS_ACTIVE = 'active';
const STATUS_INVALID = 'invalid';
const STATUS_INVALID_IP = 'invalid_ip';
const STATUS_INVALID_DOMAIN = 'invalid_domain';
const STATUS_INVALID_DIRECTORY = 'invalid_directory';
const STATUS_EXPIRED = 'expired';
const STATUS_NO_CONNECTION = 'no_connection';
const STATUS_WRONG_RESPONSE = 'wrong_response';
const ERRORS = [
'active' => 'Your module license is active.',
'invalid' => 'Your module license is invalid.',
'invalid_ip' => 'Your module license is invalid.',
'invalid_domain' => 'Your module license is invalid.',
'invalid_directory' => 'Your module license is invalid.',
'expired' => 'Your module license has expired.',
'no_connection' => 'Connection not possible. Please report your server IP to [email protected]',
'wrong_response' => 'Connection not possible. Please report your server IP to [email protected]'
];
Login to post a reply.
Login to Reply