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 /* * @LitePanel * @Developed by QuickDevel, Wie Team */ $config = array( // ..
Decoded Output download
<?php
/*
* @LitePanel
* @Developed by QuickDevel, Wie Team
*/
$config = array(
// .
// : Example title
'title' => 'Example title',
// (meta description).
// : Game Hosting ExampleHost
'description' => 'ExampleWebsite Game Hosting',
// (meta keywords).
// : game hosting, game servers
'keywords' => 'game hosting, game servers',
// URL .
// , ().
// http://example.com/, http://cp.example.com/, http://panel.example.com/ - .
// http://example.com/panel/ - .
'url' => 'http://example.com/',
// .
// Cron`.
'token' => 'mytoken123',
// .
// MySQL (mysql).
'db_type' => 'mysql',
// .
// : localhost, 127.0.0.1, db.example.com .
'db_hostname' => 'localhost',
// .
'db_username' => 'username',
// .
'db_password' => 'password',
// .
'db_database' => 'database',
// E-Mail .
// : [email protected], [email protected]
'mail_from' => '[email protected]',
// .
// : ExampleWebsite Support
'mail_sender' => 'ExampleWebsite Support',
//
// .
//: InterKassa ( ik), FreeKassa ( fk), 2checkout ( 2checkout)
'merchant_type' => 'ik',
// URL .
// - https://merchant.roboxchange.com
// - http://test.robokassa.ru/Index.aspx
// url
'merchant_server' => 'https://merchant.roboxchange.com',
//
'merchant_login' => 'login',
// 1
'merchant_password1' => 'pass1',
// 2 ( )
'merchant_password2' => 'pass2',
// ( )
'merchant_secret_key' => 'key',
// ( )
'merchant_secret_word' => 'word'
);
?>
Did this file decode correctly?
Original Code
<?php
/*
* @LitePanel
* @Developed by QuickDevel, Wie Team
*/
$config = array(
// .
// : Example title
'title' => 'Example title',
// (meta description).
// : Game Hosting ExampleHost
'description' => 'ExampleWebsite Game Hosting',
// (meta keywords).
// : game hosting, game servers
'keywords' => 'game hosting, game servers',
// URL .
// , ().
// http://example.com/, http://cp.example.com/, http://panel.example.com/ - .
// http://example.com/panel/ - .
'url' => 'http://example.com/',
// .
// Cron`.
'token' => 'mytoken123',
// .
// MySQL (mysql).
'db_type' => 'mysql',
// .
// : localhost, 127.0.0.1, db.example.com .
'db_hostname' => 'localhost',
// .
'db_username' => 'username',
// .
'db_password' => 'password',
// .
'db_database' => 'database',
// E-Mail .
// : [email protected], [email protected]
'mail_from' => '[email protected]',
// .
// : ExampleWebsite Support
'mail_sender' => 'ExampleWebsite Support',
//
// .
//: InterKassa ( ik), FreeKassa ( fk), 2checkout ( 2checkout)
'merchant_type' => 'ik',
// URL .
// - https://merchant.roboxchange.com
// - http://test.robokassa.ru/Index.aspx
// url
'merchant_server' => 'https://merchant.roboxchange.com',
//
'merchant_login' => 'login',
// 1
'merchant_password1' => 'pass1',
// 2 ( )
'merchant_password2' => 'pass2',
// ( )
'merchant_secret_key' => 'key',
// ( )
'merchant_secret_word' => 'word'
);
?>
Function Calls
None |
Stats
MD5 | c07c8eedfbf18683d64bed11fb63a577 |
Eval Count | 0 |
Decode Time | 163 ms |