ads here

Free Nulled Download SMS Center For WHMCS v3.8.0 Nulled

admin 4 years ago 145 views 19 replies
A
admin
admin

lightspeedhacks submitted a new resource:

SMS Center For WHMCS - by ModulesGarden

Read more about this resource...

A
admin
admin

Your Resource Approved

Thanks

A
admin
admin

how can we add a custom SMS gateway? If you have any idea please share

A
admin
admin

read https://www.docs.modulesgarden.com/SMS_Center_For_WHMCS#Configuration_and_Management

A
admin
admin

Already checked out but there is no help about custom SMS gateway integration.

A
admin
admin

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

A
admin
admin

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

A
admin
admin

I've tested it on even 8.2.0 and it is working.

A
admin
admin

Could you tell me how you installed it?

A
admin
admin

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.

A
admin
admin

Yes, it worked for me also

A
admin
admin

lightspeedhacks updated SMS Center For WHMCS with a new update entry:

v3.8.0 Nulled

Read the rest of this update entry...

A
admin
admin

Thanks for the update. Keep it up. Have to every thought about sharing Cpanel Extended?

A
admin
admin

Connection not possible. Please report your server IP to [email protected]

showing this problem

A
admin
admin

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?

A
admin
admin

Ahaaa Thanks for the update. Keep it up.

A
admin
admin

I'm using 8.2.1, but showing

Connection not possible. Please report your server IP to [email protected]

A
admin
admin

If you are at newer version of module then previous cracks don't work. PM me new module zip and I'll update accordingly

A
admin
admin

check inbox

A
admin
admin

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