ok, lol, I already have a problem :|, Here's what i'm trying to do, the word 'Injector' is on that one page, but, this isn't working for me, i don't think I put it in the right place, here's what I have:
Code:
on *:SOCKREAD:xbc_login2: {
  var %read

  if ($sock($sockname).mark) {
    /sockread %read
    if (!%read) /sockmark $sockname
  }
  else {
    /sockread &read
    /bwrite index.html -1 -1 &read
  }
  [color:red]if (*Injector* iswm %read) { echo -a INJECTOR Found! }[/color]
}

I replaced the red part with just echo -a %read, and, I got this, so, i doubt that I put it in the right place, would anyone tell me where to
put it?
Quote:

XBC Closed! Logging in to main page...
HTTP/1.1 200 OK
Connection: close
Date: Sat, 18 Nov 2006 23:19:34 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-Powered-By: PHP/4.4.3-dev
Content-Type: text/html; charset=ISO-8859-1
Cache-Control: private
Pragma: private
XBC Closed! Main page gathered!
XBC Page contents read in to &data variable


-Kurdish_Assass1n