View Single Post
  #3  
Old 1st July 2009, 21:06
zasmoker zasmoker is offline
Member
 
Join Date: Jun 2009
Posts: 3
Default
Quote:
Originally Posted by phogo View Post
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.


Edit : Source is based on TbDev :)
Reply With Quote