User Control Panel
Advertisements

HELP US, HELP YOU!

$admin

 
Post new topic   Reply to topic    Bot Depot Forum Index -> Ideas
View unanswered posts
Author Message
mathieu2005
Young One
Young One


Joined: 23 Dec 2004
Posts: 76

Reputation: 18.4Reputation: 18.4

PostPosted: Sun Feb 20, 2005 3:11 pm    Post subject: Reply with quote

i want two admin but like
my $admin = 'mathieu3037@hotmail.com';
how i do for add an other admin i try
my $admin = 'mathieu3037@hotmail.com' & 'an other adress';
but doesnt work plz help me
Back to top
Dazzy
Agent
Agent


Joined: 09 Jan 2004
Posts: 1731

Reputation: 72.3

PostPosted: Sun Feb 20, 2005 3:14 pm    Post subject: Reply with quote

You cant add another value to a varible, either chose a new varible or make it into an array and then check in loops?
Back to top
darkmonkey
The Merovingian
The Merovingian


Joined: 18 Apr 2004
Posts: 2557
Location: London, England
Reputation: 39.3Reputation: 39.3Reputation: 39.3Reputation: 39.3
votes: 7

PostPosted: Sun Feb 20, 2005 3:55 pm    Post subject: Reply with quote

Code:
my @admins = ('address@email.com', 'youcan@notcodeperl.com');<br /><br />###<br /><br />sub isAdmin<br />{<br />my $person = shift;<br /><br />foreach my $admins (@admins)<br />{<br /><br />if ($person eq $admins){ return 1; }<br />return 0;<br />}<br />}<br />1;<br /><br />###<br /><br />if (isAdmin($username))<br />{<br />print "You are an admin";<br />}<br />else<br />{<br />print "You are not an admin";<br />}

_________________
~ Josh
[ Need bot hosting on a dedicated server? PM me. ]
Back to top
alienz
Almost An Agent
Almost An Agent


Joined: 22 Mar 2004
Posts: 1436
Location: Mars
Reputation: 55.7

PostPosted: Sun Feb 20, 2005 7:37 pm    Post subject: Reply with quote

http://archive.ncsa.uiuc.edu/General/Training/PerlIntro/

http://www.rexswain.com/perl5.html

http://www.pageresource.com/cgirec/index2.htm

_________________
Check out Botworld! A dev resource for things bot.
Downloads, articles, news, fourm and more.
http://botworld.marzopolis.com
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> Ideas 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