View Single Post
  #12  
Old 15th April 2009, 22:28
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
Change it to

Code:
loggedinonly();
//checker();
if (!$CURUSER || $CURUSER["control_panel"]!="yes"){
 show_error_msg(""._ERROR_."",""._ACCESS_DEN_."",1);
}
And just do the same in the other files I mentioned in my previous post and comment out checker(); or remove the line completely.

and if the small +- box does not work then open up your header.php file for the theme and add a line like this between the <head> </head>
Code:
<script type="text/javascript" src="combine.php?type=javascript&files=overlib.js,tooltips.js,ibox.js,java_klappe.js"></script>
Reply With Quote