Ok i changed the code to:

Code:
on *:text:!sabdetails*:*: {
 set %un $2
 sockopen bot 192.168.1.2 6080
} 

alias bot sockopen bot 192.168.1.2 6080
on *:sockopen:bot: { 
  sockwrite -n bot GET http://192.168.1.2:6080/s3h/getdetails.php?name= $+ %un
} 
on 1:sockread:bot: {
  if ($sockerr > 0) return
  :nextread
  sockread %bot
  if ($sockbr == 0) return
  if (%bot == $null) %bot = -
  echo -a %bot
  goto nextread
}


And still nothing! No messages in the channel where it was requested, an no errors in mIRC. frown

Quote:
[15:07:13] *** Initial topic:
[15:07:13] *** #alien: r_alien- ~alien-
[15:07:19] alien-: r_alien- has just arrived! r_alien- is the Owner of this bot.
[15:07:19] *** Mode change "+v r_alien-" for channel #alien by alien-.
[15:07:22] *** #alien was created on Sun Sep 04 14:55:36 2005.
[15:07:30] r_alien-: !shutdown
[15:07:45] *** alien- has joined #alien.
[15:07:47] *** Mode change "+qo alien- alien-" for channel #alien by ChanServ.
[15:08:16] r_alien-: !sabdetails r_alien
[15:08:25] r_alien-: !sabdetails rshield
[15:10:03] r_alien-: !shutdown
[15:10:04] *** alien- has signed off IRC (Quit: Alien IRC Bot 1.0 based on YBBot> You cannot get this bot frown May i interest you in Hawk Works instead at http://220.237.150.18:6080/s3h/).
[15:10:15] *** alien- has joined #alien.
[15:10:17] *** Mode change "+qo alien- alien-" for channel #alien by ChanServ.
[15:10:55] r_alien-: !sabdetails rshield


Any ideas now?