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 /* MySQL Balants iin sabit deikenleri ayarlyoruz */ define("SERVER_IP","185.50..
Decoded Output download
<?php
/*
MySQL Balants iin sabit deikenleri ayarlyoruz
*/
define("SERVER_IP","185.50.69.155"); // Servenize tahsis edilmi sunucu IP Adresini Yaznz
define("MYSQL_KULLANICI","root"); // Servernizin MySQL Kullanc adn yaznz.
define("MYSQL_PAROLA","*mangostar*"); // MySQL Kullanc ifrenizi Yaznz...
define("MYSQL_PORT","3306"); // MySQL Eriim Port Numars Default olarak "3306" olur eer sizinki deiik ise yazabilirsiniz.
define("DATABASE_ADI","qxejderha"); // Scriptin SQL dosylarn hangi database'ye kurduysanz adn yaznz.
/*
Web Sitesi Tekniksel Ayarlar
*/
define("SITE_URL","http://www.vsmt2.com/"); // Scriptin Kurulduu URL Adresi Taraycnzn adresi rn : http://www.domain.com/
define("KAYIT_BILGISI_GONDER",true); // Oyuncu kayt olunca E-posta adresine kayt bilgileri gitmesi iin true gitmemesini istiyorsanz false yazn.
// Header Content Ayar
header("Content-Type:text/html; Charset=UTF-8");
// Zaman Ayar : "Europe/Istanbul"
date_default_timezone_set("Europe/Istanbul");
// Php Hatalarn Gizleyelim....
error_reporting(0);
// CRSF TOKEN
$token_id = md5("RASTGELE_12345");
$giris_token_id = md5("RASTGELEGRS_12345");
?>
Did this file decode correctly?
Original Code
<?php
/*
MySQL Balants iin sabit deikenleri ayarlyoruz
*/
define("SERVER_IP","185.50.69.155"); // Servenize tahsis edilmi sunucu IP Adresini Yaznz
define("MYSQL_KULLANICI","root"); // Servernizin MySQL Kullanc adn yaznz.
define("MYSQL_PAROLA","*mangostar*"); // MySQL Kullanc ifrenizi Yaznz...
define("MYSQL_PORT","3306"); // MySQL Eriim Port Numars Default olarak "3306" olur eer sizinki deiik ise yazabilirsiniz.
define("DATABASE_ADI","qxejderha"); // Scriptin SQL dosylarn hangi database'ye kurduysanz adn yaznz.
/*
Web Sitesi Tekniksel Ayarlar
*/
define("SITE_URL","http://www.vsmt2.com/"); // Scriptin Kurulduu URL Adresi Taraycnzn adresi rn : http://www.domain.com/
define("KAYIT_BILGISI_GONDER",true); // Oyuncu kayt olunca E-posta adresine kayt bilgileri gitmesi iin true gitmemesini istiyorsanz false yazn.
// Header Content Ayar
header("Content-Type:text/html; Charset=UTF-8");
// Zaman Ayar : "Europe/Istanbul"
date_default_timezone_set("Europe/Istanbul");
// Php Hatalarn Gizleyelim....
error_reporting(0);
// CRSF TOKEN
$token_id = md5("RASTGELE_12345");
$giris_token_id = md5("RASTGELEGRS_12345");
?>
Function Calls
| define | 1 |
Stats
| MD5 | ccecba5db853979eaf3ae0217a49a3ce |
| Eval Count | 0 |
| Decode Time | 98 ms |