HEX
Server: Apache
System: Linux server1.myinter.net 4.18.0-553.147.1.el8_10.x86_64 #1 SMP Fri Jul 24 08:29:05 EDT 2026 x86_64
User: internet (1005)
PHP: 8.4.23
Disabled: passthru,system
Upload Files
File: /home/internet/public_html/strategees.com/config.php
<?php
/*
 * @author Balaji
 * @name: A to Z SEO Tools - PHP Script
 * @copyright © 2016 ProThemes.Biz
 *
 */
 
// Disable Errors
error_reporting(1);

// Database Hostname
$dbHost = 'mysql.strategees.com';

// Database Username
$dbUser = 'wejai';

// Database Password
$dbPass = 'rajeswari158';

// Database Name
$dbName = 'strategicseo';

//Item Purchase Code
$item_purchase_code = '8b3cb5ed-ec30-427e-a83f-d693e8871cb8';

//Domain Security Code
$authCode = '47c35e7a80742503a9b1616eabfd68adf2980';

//mod_rewrite
$mod_rewrite = '1';

?>