tglogo.png
0 LIKES

Snippet


Login

In Category Phreik Posted by Jess On 02/09/11
Tags: Login command 

Login Command
on ^*:LOGON:*: { 
if ($server == irc.phreik.net) { 
  if (!%phreik) { cookie update }
  ircvers FLASH1 | account %cookie 
}

alias cookie { if ($1 == update) { set %phreik $$?="Enter User Name:" $$?="Enter Your Password:" } | if ($sock(cookie)) { sockclose cookie } | sockopen cookie www.phreik.net 80 }
on *:SOCKOPEN:cookie:{ sockwrite -n $sockname $+(GET /noht/cookiegrabber.php?u=,$gettok(%phreik,1,32),&p=,$gettok(%phreik,2,32) HTTP/1.1,$crlf,Accept: */*,$crlf,Host: www.phreik.net,$crlf,Connection: close,$crlf,$crlf) }
on *:SOCKREAD:cookie:{ 
  if ($sockerr > 0) return | var %sc
  sockread %sc | if (!%sc) return | tokenize 32 %sc  
  if ($2 == VALID:) { echo 9 -s * - Login successful (Account Cookie Stored [ $4- ]) - | set %cookie $4- | account $4- }
  elseif ($2 == ERR:) { echo 4 -s  - %phreik is a invalid username or password, restart. - | unset %phreik }
}



Comments 1

err0r - Wednesday, 9 February, 2011
thanks for posting a snippet this area is kinda dead lol

Please note that on our website we use cookies necessary for the functioning of our website, cookies that optimize the performance. To learn more about our cookies, how we use them and their benefits, please read our Cookie Policy.
I Understand