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