Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * The base MySQL settings of Osclass */ define('MULTISITE', 0); /** M..
Decoded Output download
<?php
/**
* The base MySQL settings of Osclass
*/
define('MULTISITE', 0);
/** MySQL database name for Osclass */
define('DB_NAME', 'b5x_b5x');
/** MySQL database username */
define('DB_USER', 'b5x_b5x');
/** MySQL database password */
define('DB_PASSWORD', '##sf1289');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Table prefix */
define('DB_TABLE_PREFIX', 'oc_');
define('REL_WEB_URL', '/');
define('WEB_PATH', 'http://b5x.xyz/');
?>
Did this file decode correctly?
Original Code
<?php
/**
* The base MySQL settings of Osclass
*/
define('MULTISITE', 0);
/** MySQL database name for Osclass */
define('DB_NAME', 'b5x_b5x');
/** MySQL database username */
define('DB_USER', 'b5x_b5x');
/** MySQL database password */
define('DB_PASSWORD', '##sf1289');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Table prefix */
define('DB_TABLE_PREFIX', 'oc_');
define('REL_WEB_URL', '/');
define('WEB_PATH', 'http://b5x.xyz/');
?>
Function Calls
define | 1 |
Stats
MD5 | 15d32aee24c50794f4ae24c118f5d54c |
Eval Count | 0 |
Decode Time | 97 ms |