View Single Post
  #8  
Old 1st April 2013, 10:34
xd-host.eu xd-host.eu is offline
Senior Member
 
Join Date: Feb 2013
P2P
Posts: 21
Default
Core php edit:
PHP Code:
<?php
if(!defined('IN_TRACKER'))
  die(
'Hacking attempt!');
error_reporting(E_ERROR E_PARSE);
ini_set('display_errors'1);
Reply With Quote