AtoZ SEO Tools - Search Engine Optimization Tools

AtoZ SEO Tools - Search Engine Optimization Tools v3.9

No permission to download

Pat

Member
Jul 24, 2018
38
12
8
Hello Tomz, How to install as nulled? The script need a purchase code.
Please help. Thank you.
 

Master Chief

Member
Feb 23, 2019
94
56
18
ATOZ have some of its tools strictly tied to api calls to dev server. If you null the script then those tools won't receive any data and this cannot be bypassed.


Hi bro, i have noticed that developer replace index.php file, do you have any suggestion how i can restrict access to this file? this could be a solution to avoid touching api call and make sure we block developer from accessing and changing index.php file? Thanks
 

tbogard1

New member
Jan 27, 2021
5
1
3
hey guys i got error after few days Unlicensed Version of AtoZ SEO Tools v2
version 2.9
it worked without license with this code for a few days


if ($sucRate == ‘1’) {
//Fine
}elseif ($sucRate == ‘1’) {
echo ‘Item purchase code not valid’;
die();
}elseif ($sucRate == ‘2’) {
echo ‘Already code used on another domain! Contact Support’;
die();
}elseif ($sucRate == ”) {
echo ‘Unable Connect to Server!’;
die();
}else {
echo ‘Item purchase code not valid / banned’;
die();
}
 

tbogard1

New member
Jan 27, 2021
5
1
3
Error ->
Unlicensed Version of AtoZ SEO Tools v2




Replace the index.php file at the root of the site with a new one from a backup or archive



<?php
session_start();
/**
* @author Balaji
* @Name: Rainbow PHP Framework
* @copyright 2020 ProThemes.Biz
*
*/
//Application Path
define('ROOT_DIR', realpath(dirname(__FILE__)) .DIRECTORY_SEPARATOR);
define('APP_DIR', ROOT_DIR .'core'.DIRECTORY_SEPARATOR);
define('CONFIG_DIR', APP_DIR .'config'.DIRECTORY_SEPARATOR);

//Load Configuration & Functions
require CONFIG_DIR.'config.php';
require APP_DIR.'functions.php';

//Check installation
detectInstaller();

//Database Connection
$con = dbConncet($dbHost,$dbUser,$dbPass,$dbName);

//Start the Application
require APP_DIR.'app.php';

//Theme & Output
require THEME_DIR.'header.php';
require THEME_DIR.VIEW.'.php';
require THEME_DIR.'footer.php';

//Close the database conncetion
mysqli_close($con);
 

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