Thanks alot smile

ill show you what the code is to make sure that i did what you said right

Code:
on *:text:!Quotes:*:/showquote
alias showquote set %chan1 # | sockopen q www.sith-net.com 80

On *:sockopen:q:{
  if $sockerr {
    echo -s - Error: couldn't contact website1.
    return
  }
  var %s = sockwrite -tn q
  %s GET /f4c/Quotes.php  HTTP/1.1
  %s Host: sith-net.com $+ $crlf $+ $crlf
}
On *:sockread:q:{
  var %s
  sockread %s

  msg %chan1 13,1 %s
  msg %chan1 9,1For More Quotes Be Sure To Visit www.Free4Canada.ca/MyQuotes.php

}
}
On *:sockclose:q:{
echo -s - Error: couldn't fetch quote2.
sockclose q
} 


here is the result of !Quotes
Code:
[14:56] <Raven> !quotes
[14:56] <DrLove>  HTTP/1.1 200 OK
[14:56] <DrLove> For More Quotes Be Sure To Visit www.Free4Canada.ca/MyQuotes.php
[14:56] <DrLove>  Date: Sat, 06 May 2006 17:56:21 GMT
[14:56] <DrLove> For More Quotes Be Sure To Visit www.Free4Canada.ca/MyQuotes.php
[14:56] <DrLove>  Server: Apache/1.3.34 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7a PHP-CGI/0.1b
[14:56] <DrLove> For More Quotes Be Sure To Visit www.Free4Canada.ca/MyQuotes.php
[14:56] <DrLove>  X-Powered-By: PHP/4.4.1
[14:56] <DrLove> For More Quotes Be Sure To Visit www.Free4Canada.ca/MyQuotes.php
[14:56] <DrLove>  Transfer-Encoding: chunked
[14:56] <DrLove> For More Quotes Be Sure To Visit www.Free4Canada.ca/MyQuotes.php
[14:56] <DrLove>  Content-Type: text/html
[14:56] <DrLove> For More Quotes Be Sure To Visit www.Free4Canada.ca/MyQuotes.php
[14:56] <DrLove> 
[14:56] <DrLove> For More Quotes Be Sure To Visit www.Free4Canada.ca/MyQuotes.php
[14:56] <DrLove>  72
[14:56] <DrLove> For More Quotes Be Sure To Visit www.Free4Canada.ca/MyQuotes.php
[14:56] <DrLove>  Poul 05/05/06 [18:53] <Aimee> I seen a pic yesterday Raven showed me, of you, you look pretty in your blond hair
[14:56] <DrLove> For More Quotes Be Sure To Visit www.Free4Canada.ca/MyQuotes.php
[14:56] <DrLove> 
[14:56] <DrLove> For More Quotes Be Sure To Visit www.Free4Canada.ca/MyQuotes.php
[14:56] <DrLove>  0
[14:56] <DrLove> For More Quotes Be Sure To Visit www.Free4Canada.ca/MyQuotes.php
[14:56] <DrLove> 
[14:56] <DrLove> For More Quotes Be Sure To Visit www.Free4Canada.ca/MyQuotes.php


I'm honestly not sure about <quote>