Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Project U-232 (http://www.bvlist.com/forumdisplay.php?f=80)
-   -   U-232 Admin/SysOP? (http://www.bvlist.com/showthread.php?t=10137)

MikaTake 2nd December 2014 22:38

U-232 Admin/SysOP?
 
How can I present myself Admin/SysOP?

DND 2nd December 2014 22:39

a?:sos:

MikaTake 2nd December 2014 23:53

Quote:

Originally Posted by DND (Post 45673)
a?:sos:

If U-232-v4 has installed to me on test, only I have nobody accessed the Admin Panel. How do I get this?

DND 3rd December 2014 00:21

didn't understood a word. :wallbash:

firefly007 4th December 2014 20:28

Quote:

Originally Posted by MikaTake (Post 45674)
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.


All times are GMT +2. The time now is 08:09.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.