Thread Rating:
  • 4 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SF Coders Official Group [Applications: OPEN!]
#39
What Can You Code:
mSL

Favorite Coding Language:
mSL

Will You Give Support To Fellow Coders:
Yes

How Many Hours Per Week Can You Be On:
Not sure, school just started.

Age:
16

Proof Of Your Coding Abilities:

Basic login script & admin only commands I'm working on making tutorials for, on my 3rd so far. So it's still pretty basic. I've commented on each line of the code.



PHP Code:
on $*:TEXT:/[!.`@]login */Si:#:{   
 //basic on text trigger

  { var %t .timer }  
//sets a variable as a timer

  if ($2 != Example) { inc $+(%,invalid.,
$nick) | notice $nick Login wrong } 
//if the 2nd statement isn't 'Example' it adds to %invalid.
$nick (ex, %invalid.nickname 1,2,3,4)

  if ($($+(%,invalid.,
$nick),2) > 4) { ignore -u15 $nick | %t 1 15 unset $+(%,invalid.,$nick) | msg $nick Black listed } 
//if they have 5 logins that were incorrect it'll ignore them and tell them they've been blacklisted

  if ($2 == Example) { set $+(%,login.,
$nick) true | %t 1 7200 unset $+(%,login.,$nick) | unset $+(%invalid.,$nick) | msg $nick Login Correct } 
//if the password was correct, they'll be logged in. %invalid.nickname will be unset, and a timer is set to log them out in 2 hours.
}

on $*:TEXT:/[!.
`@]admin/Si:#:{ 
//basic on text trigger

  
if ($($+(%,login.,$nick),2) == true) { .notice $nick admin command.. }  
//if user is logged in they get this

  
else { .notice $nick You are currently not logged in or do not have access 
//if user is not logged in they get this


[Image: 2.png]
Reply


Messages In This Thread
RE: SF Coders Group [Applications: OPEN!] - by alabama - 09-04-2011, 12:13 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Read] Group Information for Applications Omniscient 74 37,197 01-18-2020, 04:03 AM
Last Post: rickhart
  New Group - Aces Peter L 40 10,538 10-09-2014, 10:25 AM
Last Post: xadamxk
  Emotional Helpers Official Group Recruitment BlackChaos 8 2,675 04-16-2014, 04:38 PM
Last Post: Callum
  Geek Squad Official Announcement Grin 11 3,547 11-05-2012, 03:57 PM
Last Post: Nickelodeon
  Emotional Helpers [Official Group] -Closed! Sam 260 151,155 05-06-2012, 12:12 AM
Last Post: DAMINK™

Forum Jump:


Users browsing this thread: 6 Guest(s)