Thread: Having trouble
View Single Post
  #22  
Old 8th February 2010, 10:22
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
look for
PHP Code:
if (defined('IN_PMBT'))die ("You can't include this file");
define("IN_PMBT",true); 
try changing to

PHP Code:
if (!defined('IN_PMBT')) die ("You can't access this file directly"); 
btw if u are linux user check file premissions on ur pc for index.php
and main.php
Reply With Quote