Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download

Request Who can null this decoded File ?

redhat

Administrator
Staff member
Administrator
Chief Moderator
Moderator
Joined
Jun 19, 2019
Messages
3,074
Reaction score
14,825
Points
134
Location
root[@]woi
I just found the a php 5.6 version of this whmcs hetzner module and i decoded it it already.
Can you cut the License request funtion ? (Null it ?)
Or just modify the the script, that license query get back "valid" license.

Thanks and regards
 

Attachments

  • functions_DECODED.php
    148.8 KB · Views: 19

TTMTT

Extended Member
Ext. Member
Joined
Mar 29, 2020
Messages
43
Reaction score
92
Points
29
Location
yemen
This function:

PHP:
private function callHomeLoop($query_string, $timeout = 5)
    {
        foreach ($this->getHosts() as $host) {
            $responsecode = $this->makeCall($this->getVerifyUrl($host), $query_string, $timeout);
            if ($responsecode === 200) {
                return $this->responsedata;
            }
        }
        return false;
    }

must be:

PHP:
private function callHomeLoop($query_string, $timeout = 5)
    {
        return true;
    }

because the url $apiDomain = "licensing.websoftsolus.com"; return true if license is ok and return 404 if license is not true

overall this file not fully decode because encode with (Dynamic key)
 
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock