View Single Post
  #1  
Old 30th June 2009, 21:07
zasmoker zasmoker is offline
Member
 
Join Date: Jun 2009
Posts: 3
Talking 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("<center><img src=pic/noaccess.png></center>", "Permission denied.");
  stdfoot();
  exit;
}

thx :)
Reply With Quote