View Single Post
  #5  
Old 4th December 2014, 20:28
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by MikaTake View Post
If U-232-v4 has installed to me on test, only I have nobody accessed the Admin Panel. How do I get this?
Well you could probably do it two ways if I understand what you want.

1) If you are the only user in the owner class then you can simply do the following

edit usercp.php and probably below dbconn(false)

Code:
if ($CURUSER["class"] != 6){die("sorry");}
remember to change the class to what ever the owner class is

Or

2) Look at what your user id is and do the following..
edit usercp.php and probably below dbconn(false)

Code:
if ($CURUSER["id"] != 1){die("sorry");}
remember to change your id from 1 to what ever your id is.
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote