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

Variables

$config [{'key': 'title', 'value': 'Example title'}, {'key': 'description', 'value': 'ExampleWebsite Game Hosting'}, {'key': 'keywords', 'value': 'game hosting, game servers'}, {'key': 'url', 'value': 'http://example.com/'}, {'key': 'token', 'value': 'mytoken123'}, {'key': 'db_type', 'value': 'mysql'}, {'key': 'db_hostname', 'value': 'localhost'}, {'key': 'db_username', 'value': 'username'}, {'key': 'db_password', 'value': 'password'}, {'key': 'db_database', 'value': 'database'}, {'key': 'mail_from', 'value': '[email protected]'}, {'key': 'mail_sender', 'value': 'ExampleWebsite Support'}, {'key': 'merchant_type', 'value': 'ik'}, {'key': 'merchant_server', 'value': 'https://merchant.roboxchange.com'}, {'key': 'merchant_login', 'value': 'login'}, {'key': 'merchant_password1', 'value': 'pass1'}, {'key': 'merchant_password2', 'value': 'pass2'}, {'key': 'merchant_secret_key', 'value': 'key'}, {'key': 'merchant_secret_word', 'value': 'word'}]

Stats

MD5 c07c8eedfbf18683d64bed11fb63a577
Eval Count 0
Decode Time 163 ms