Turbo Website Reviewer - In-depth SEO Analysis Tool

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

No permission to download

xgrosht

Member
Mar 3, 2019
41
16
8
@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

Thanks Bro, this solving my problem.
Lucky I am not yet deleted anything
 

xgrosht

Member
Mar 3, 2019
41
16
8
Hi man I did what you said but still license problem

Make sure you already save your change when you edited the core module.

if you still have a problem, my advice is to delete everything on your server including your old database and create a new one and downloads resource from this page.

Good luck dude
 

Falconizer

Well-known member
Babiato Lover
Trusted Uploader
Aug 20, 2019
690
1,239
93
The Globe

sashikanta

Active member
Nov 18, 2019
319
226
43
fanciedmedia.in
I think need to buy it, Previous Item code was working but now it's not working.

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

Itemcode.png
 

flanger69

Active member
Oct 3, 2019
266
88
28
Finally solved

After upload to the root folder ( make sure all file uploaded to the root ) There are two files in the / admin / install / folder - install.php and process.php must be replaced, attached is the replacement file for install.php and process.php



herewith my website after success installation https://seo-check.site

Good Luck.... !!!
Screenshot_4.jpg
Is this still work with the new update?
 

flanger69

Active member
Oct 3, 2019
266
88
28
Okay not working. I still have License problem.

PastedGraphic-1-19.png

I'm thinking to install again, Or has someone an solution? And I I want to install again which version is nulled to install again?
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
install.php

Code:
 $.post("<?php echo $processLink; ?>", {data_host:sql_host,data_name:sql_name,data_user:sql_user,data_pass:sql_pass,data_sec:sql_sec,data_domain:data_domain}, function(results){
    if (results == 1) {
         $("#alert1").hide();
         $("#alert2").show();
         $("#index_1").hide();
         $("#index_2").show();
    }else{
         $("#failMsg").html(results)
         $("#alert1").show();
         $("#index_1").show();
         $("#index_2").hide();
         alert(results);
    }
   
   
changed.
$.post("<?php echo $processLink; ?>", {data_host:sql_host,data_name:sql_name,data_user:sql_user,data_pass:sql_pass,data_sec:sql_sec,data_domain:data_domain}, function(results){
  $("#alert1").hide();
  $("#alert2").show();
  $("#index_1").hide();
  $("#index_2").show();

then you can import manually.twebinstall.sql
 

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