• 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"

AtoZ SEO Tools - Search Engine Optimization Tools

AtoZ SEO Tools - Search Engine Optimization Tools 3.8

No permission to download
Hello Babak, How to install as nulled? The script need a purchase code.
Please help. Thank you.
 
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
 
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();
}
 
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);
 
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);

Yes but it does it again and shows the unlicensed notification again after a few days. I am having the same issue.
 
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