Thread: [PMBT] Demonoid
View Single Post
  #17  
Old 10th March 2011, 12:47
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
open themes main.php

replace
Code:
if (!defined('IN_PMBT')) die ("You can't access this file directly");
with below
Code:
if (defined('IN_PMBT'))die ("You can't include this file");
define("IN_PMBT",true);
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote