• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Help with nulling

newbi3

Well-known member
Trusted Seller
May 16, 2019
475
443
63
I wonder if someone can null this part. I can only find this part related to verifying purchase.

PHP:
if ($_POST) {
            $code = $_POST["code"];
            $username = $_POST["username"];

            $curl_handle = curl_init();
            curl_setopt($curl_handle, CURLOPT_URL, 'http://mp3ora.com/api_license/');
            curl_setopt($curl_handle, CURLOPT_RETURNTRANSFER, 1);
            curl_setopt($curl_handle, CURLOPT_POST, 1);
            $referer = protocol() . $_SERVER["SERVER_NAME"] . substr($_SERVER["REQUEST_URI"],
                0, -24);
            $path = substr(realpath(dirname(__FILE__)), 0, -8);
            curl_setopt($curl_handle, CURLOPT_POSTFIELDS, array(
                'username' => $_POST["username"],
                'code' => $_POST["code"],
                'id' => '5580519',
                'ip' => $_SERVER['REMOTE_ADDR'],
                'referer' => $referer,
                'path' => $path,
                'type' => 'check'));

            $buffer = curl_exec($curl_handle);
            curl_close($curl_handle);

            if (!(is_object(json_decode($buffer)))) {
                $cfc = strip_tags($buffer);
            } else {
                $cfc = NULL;
            }
            $object = json_decode($buffer);

            if ($object->status == 'success') {

Here is the whole install.php file if needed.
 
Not going to happen. Ask for that where you got the resource from. We don't null resources taken from elsewhere to be shared on third party websites.

It also requires a working license to be nulled. That's the reason why we only null owned resources for just in case this may happen.
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock