Admin User List

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Admin User List
psinh22a
CZ Super Newbie
psinh22a has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Oct 11, 2004
0.01 posts per day
Posts: 38
Points: 2,381
   
I got this module and think I installed it correctly,but where to you access it at? I seem not to be able to find it, TIA icon_mrgreen.gif



Back to top Reply with quote
#2   re: Admin User List
echo
CZ Wiz
 Codezwiz Site Donator
echo has been a member for over 20 year's 20 Year Member
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   
Hello and welcome to Codezwiz. You acess this mod by going into your forums administration, and it will be at the bottom left under the heading: User Admin at the bottom of the list.



Back to top Reply with quote
#3   re: Admin User List
psinh22a
CZ Super Newbie
psinh22a has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Oct 11, 2004
0.01 posts per day
Posts: 38
Points: 2,381
   
Blah I am so blind lol thanks allot icon_wink.gif

Hey also do you know where to change post counts? We just got a nuke site up and had a freebie proboard and allot of user want there post count back lol. Even though we moving some topics over and all they don't want to fell like they didn't do anything lol.


Also Do you know of any special character mod/code you can add so you can user them in your nick? Like i.e .. « Я²» P§I i would like to have as my user nick but if i changed it, it would lock me out of the site. Also if i changed my admin nick to just P§I i try to log in on that name and it sends me to a page that says "begone"

TIA icon_wink.gif



Back to top Reply with quote
#4   re: Admin User List
echo
CZ Wiz
 Codezwiz Site Donator
echo has been a member for over 20 year's 20 Year Member
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   
For the post count you can do it a couple ways, either through your phpMyAdmin in the database or with this mod: Modify Post Count found right here at Codezwiz:

[ Register or login to view links on this board. ]

This is the fastest and easiest.

For the special characters, I haven't a clue. Maybe someone who does will jump in here and help.



Back to top Reply with quote
#5   re: Admin User List
psinh22a
CZ Super Newbie
psinh22a has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Oct 11, 2004
0.01 posts per day
Posts: 38
Points: 2,381
   
Thanks echo icon_mrgreen.gif , no if i can found something about the special characters ill be set



Back to top Reply with quote
#6   re: Admin User List
echo
CZ Wiz
 Codezwiz Site Donator
echo has been a member for over 20 year's 20 Year Member
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   
Your welcome, I'll keep my eyes peeled also, if I see anything I'll post it. icon_smile.gif



Back to top Reply with quote
#7   re: Admin User List
psinh22a
CZ Super Newbie
psinh22a has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Oct 11, 2004
0.01 posts per day
Posts: 38
Points: 2,381
   
Hey I done a search in downloads but no luck, is there something to addon to change like the Admins and mod colors threwout the hole forum including the default ones at the bottom of the page. I found one on phpbbhacks but u do it all manually and that will drive with all the themes



Back to top Reply with quote
#8   re: Admin User List
jamiet
CZ Newbie
jamiet has been a member for over 19 year's 19 Year Member
uk.gif
Gender: Male
Status: Offline
Joined: Nov 06, 2004
0.00 posts per day
Posts: 13
Points: 1,144
   
For enabling special characters in admin names do the following:

In your file manager on your web host, click edit on auth.php in the directory where PHP Nuke is installed.
Not too far down you will see this:
}
    if (ereg("[^a-zA-Z0-9_-",trim($aid))) {
    die("Begone");
    }


"[^a-zA-Z0-9_-" are the characters allowed in names (^, letters a-z, letters A-Z, numbe 0-9, underscore (_) and hyphen (-))

So, if only those symbols are in your name, at carries out die("Begone");
The die command stops the page Begone from appearing.

So, simply add the symbols you want in your name to the list!

I know this because I had to do it, because the first Superuser I created was |*|STATIC|*|. So, I had to find something like that, as I could create no more superusers.

So mine looks like this:
}
    if (ereg("[^a-zA-Z0-9_-|*]",trim($aid))) {
    die("Begone");
    }


Notice I have added | and * ot the list.

Hope this helps,
Jamie icon_biggrin.gif


Back to top Reply with quote
#9   re: Admin User List
Nonfatfrog
CZ Newbie
Nonfatfrog has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Nov 16, 2004
0.00 posts per day
Posts: 1
Points: 38
   
So if you wanted to be able to have spaces in your user names.

Would u just put a space in between the quotes somewhere?

}
if (ereg("[^a-zA-Z 0-9_-",trim($aid))) {
die("Begone");
}


Like so?



Back to top Reply with quote
#10   re: Admin User List
jamiet
CZ Newbie
jamiet has been a member for over 19 year's 19 Year Member
uk.gif
Gender: Male
Status: Offline
Joined: Nov 06, 2004
0.00 posts per day
Posts: 13
Points: 1,144
   
I guess, I don't know. Unless there's a special character for spaces?

So long as you make a valid superuser to change anything if it goes wrong, you can try it to see if it works.



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum