User Control Panel
Advertisements

HELP US, HELP YOU!

Help me make a mod part

 
Post new topic   Reply to topic    Bot Depot Forum Index -> MSN Protocol
View unanswered posts
Author Message
VIPER
Young One
Young One


Joined: 22 Nov 2003
Posts: 50

Reputation: 30.9Reputation: 30.9Reputation: 30.9

PostPosted: Tue Dec 30, 2003 12:21 am    Post subject: Reply with quote

i need help making it so i can add mods and stuff
and i can also add admins

and lol also i want training mods....


if anyone can help please help me...


and im using clcools template..

thanks
Back to top
pinco
Newbie
Newbie


Joined: 30 Dec 2003
Posts: 21

Reputation: 29.1Reputation: 29.1Reputation: 29.1

PostPosted: Tue Dec 30, 2003 8:31 pm    Post subject: Reply with quote

ok i made a code, i hope its useful:

put this at the beginning of your code:
Code:
<br />$admin = 'admin1@hotm.com|admin2@etc.com|etc...';<br />$moderators = 'mod1@host.com|mod2@hotm.com';<br />$trainmod = 'trmod1@hotm.com|trnmod2@hotm.com';<br />


then under the commands section, after closing *lazy* command section "}", put this
its like another command section but just for admins or mods:
for moderators:
Code:
<br />#change the following to your account<br />   if ($username =~ /$moderators/i) {<br /><br />#here put the codes *lazy* want the moderators be allowed to use<br />}<br />

for an admin
Code:
<br />#change the following to your account<br />   if ($username =~ /$admin/i) {<br /><br />#here put the codes *lazy* want the admins be allowed to use<br />}<br />

for training mods
Code:
<br />#change the following to your account<br />   if ($username =~ /$trainmod/i) {<br /><br />#here put the codes *lazy* want the moderators in training be allowed to use<br />}<br />

i hope *lazy* understandme cause im mexican Razz
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> MSN Protocol All times are GMT
Page 1 of 1

 



Protected by phpBB Security phpBB-TweakS
phpBB Security Has Blocked 9 Exploit Attempts.
Antispam Captcha Mod by phpbb-security.com
Powered by phpBB © 2001, 2005 phpBB Group