Socekts Help
Posted by Ghost
Wednesday, June 16, 2004
Description: HELP PLEASE

alias tko {
  sockclose TKO
  sockopen TKO tkolegacy.org 80
}

on *:TEXT:@TKO:#tkoclan:{
  tko
}

on *:SOCKOPEN:TKO:{
  sockwrite -n TKO GET /forums/index.php HTTP/1.1
  sockwrite -n TKO Host: tkolegacy.org
  sockwrite -n TKO Connection: keep-alive
  sockwrite -n TKO User-Agent: tkolegacy.org
  sockwrite -n TKO $crlf
}
on *:SOCKREAD:TKO:{
  if ($sockerr > 0) {
    msg Diego[TKO`L1] ERROR
    halt
  }
  else {
    sockread %tko.tmp
    write DIEGO.txt $striphtml(%tko.tmp)
    if (*folder_new_big.gif* iswm %tko.tmp) { msg Diego[TKO`L1] yes, new posts }
    else {
      msg Diego[TKO`L1] No, no new posts
    }
  }
Subject line
Posted by Ghost
Wednesday, June 16, 2004 04:19pm PDT
I am searching for the that image name, because that signifies new images.

Right now I am getting like 80 PM's with no new posts until I flood out.

Also, I need to be able to login inorder to actually check if there are any new posts.

Any ideas?
Submit a comment
Oops! You need to login or register before you can post a comment!

ebaum's world