Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Community Cafe (http://www.bvlist.com/forumdisplay.php?f=18)
-   -   just a short question (http://www.bvlist.com/showthread.php?t=2908)

zasmoker 30th June 2009 21:07

just a short question
 
Hello and 1`st of all thx for reading this, if you want to help me with a answer please do it if not please try to keep out the b******* out of this :)

I`v look`t over the forum and i`v search`d but i havent found things related to this and if i`m posting in the wrong area my sincere apologies.

My question is the following :

How safe is to add a mod that can be viewed only by S.Op to show me the users that i have in the db of the tracker ?

And when i say users i mean the full details exacly like the Db.


If this sounds silly sry for keeping you busy with this topic and again sry for my english skills.

Ps i will use this to keep out other ppl out of that "file"

Code:



if (get_user_class() < UC_MODERATOR)
{
  stdmsg("
", "Permission denied.");
  stdfoot();
  exit;
}


:sos: thx :)

Phogo 1st July 2009 10:07

Sorry just to clarify,

You want to only let mods view this page yes?
The page will display all your users info? like a memberlist?

Also it really does help us help you, if you tell us the source you are using.

Regards
Phogo

zasmoker 1st July 2009 21:06

Quote:

Originally Posted by phogo (Post 12880)
Sorry just to clarify,

You want to only let mods view this page yes?
The page will display all your users info? like a memberlist?

Also it really does help us help you, if you tell us the source you are using.

Regards
Phogo


for the 1`st question sry wanted to do this

PHP Code:

if (get_user_class() < UC_SYSOP

for the second question :

Its more then a memberlist. i want to take the info from the Db of the tracker , the user table with all the info and maybe to edit it w/o logging in phpMyAdmin,

For ex :
Code:

For username XXX 
Id : 213
Username :
Skipe
DoB
Last login
.... and so on, all the info from the table users.

Thx for your time Phogo, your a gent.:drink:


Edit : Source is based on TbDev :)


All times are GMT +2. The time now is 05:13.

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