<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/11240" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2006-01-24T14:11:38-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/11240</id>

		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2006-01-24T14:11:38-04:00</updated>

		<published>2006-01-24T14:11:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59666#p59666</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59666#p59666"/>
		<title type="html"><![CDATA[error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59666#p59666"><![CDATA[
:]  espere that I would have chance then because the author does not answer. The staff in egghelp is very good<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Tue Jan 24, 2006 2:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-01-24T13:22:53-04:00</updated>

		<published>2006-01-24T13:22:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59664#p59664</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59664#p59664"/>
		<title type="html"><![CDATA[error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59664#p59664"><![CDATA[
Have you first (before posting) attempted to contact the author and telling him/her about this? As far as I know people on this forum tend not to debug other people scripts but maybe you will be lucky. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Jan 24, 2006 1:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2006-01-24T12:47:47-04:00</updated>

		<published>2006-01-24T12:47:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59661#p59661</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59661#p59661"/>
		<title type="html"><![CDATA[error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59661#p59661"><![CDATA[
Hi all and thx for help<br><br><span style="text-decoration:underline">tcl:</span><br><div class="codebox"><p>Code: </p><pre><code>## gametiger.tcl par Ibu &lt;ibu_lordaeron@yahoo.fr&gt;# ## ATTENTION !!  CE TCL REQUIERT HTTP.TCL ################### Configuration ################### aucun######### Motd #########putlog "\002gametiger.tcl\002 par \002Ibu\002 14&lt;ibu_lordaeron@yahoo.fr&gt;"putlog "   Tapez: .game ou !game (channel)"################################# Vérifier une ip sur un salon #################################bind pub - !game gametiger:pub:testipproc gametiger:pub:testip { nick uhost handle channel arg } {    global encorebis    set encore [unixtime]    if {[info exists encorebis]} {        set trop [expr $encore - $encorebis]        if { $trop &lt; 5 } {            putserv "PRIVMSG $channel :Désolé $nick, une demande d'IP toutes les 5 secondes"            return 0        } else {            set encorebis $encore        }    } else {        set encorebis $encore    }    set AddrIp [lindex $arg 0]    if { $AddrIp == "" } {        putserv "PRIVMSG $channel :Commande : \002!game\002 &lt;ip&gt;"        return 0    }    set token [http::geturl http://www.gametiger.net/search?address=$AddrIp]    set fv [open system/testip.txt w+]     puts $fv [http::data $token]    close $fv    http::Finish $token    set LectureFichierAcces "system/testip.txt"    if { [file exists $LectureFichierAcces] == 0 } {        set LectureTemp [open $LectureFichierAcces w+]        close $LectureTemp    }    set LectureTemp "[open $LectureFichierAcces r]"    while {![eof $LectureTemp]} {        set LectureTexteLu [nojoinhtml [gets $LectureTemp]]        if { [string match "*Server Name*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 340 end]"            set gt(server) "[join [gettext $i "&gt;&lt;b&gt;" " &lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&lt;b&gt;Status&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 180 end]"            set gt(status) "[join [gettext $i "\"&gt;" "&lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&lt;b&gt;IP:Port&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 90 end]"            set gt(ip) "[join [gettext $i "\"&gt;" "&lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&gt;Engine&lt;/td&gt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 100 end]"            set gt(engine) "[join [gettext $i "\"&gt;" "&lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&lt;b&gt;Game&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 100 end]"            set gt(game) "[join [gettext $i "\"&gt;" " &lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&lt;b&gt;Map&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 100 end]"            set gt(map) "[join [gettext $i "\"&gt;" " &lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&lt;b&gt;Last Map Change&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 130 end]"            set gt(lastmapchange) "[join [gettext $i "\"&gt;" " ago&lt;/td&gt;&lt;/tr&gt;"]] ago"        } elseif { [string match "*&lt;b&gt;Protocol Version&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 130 end]"            set gt(protocol) "[join [gettext $i "\"&gt;" "&lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&lt;b&gt;Type of Server&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 130 end]"            set gt(type) "[join [gettext $i "\"&gt;" "&lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&lt;b&gt;OS&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 110 end]"            set gt(os) "[join [gettext $i "\"&gt;" "&lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&lt;b&gt;Password required&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 130 end]"            set gt(password) "[join [gettext $i "\"&gt;" "&lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&lt;b&gt;Active*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 240 end]"            set gt(players) "[join [gettext $i "\"&gt;" "&lt;/td&gt;&lt;/tr&gt;"]]"            set i [string first "/" $gt(players)]            set i1 [string range $gt(players) 0 [expr $i-1]]            set i2 [string range $gt(players) [expr $i+1] end]            if { $i1 == $i2 } {                set gt(players) "4$i1/$i2 (FULL)"            } else {                set gt(players) "3$i1/$i2"            }        } elseif { [string match "*&lt;b&gt;Last Check&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 130 end]"            set gt(lastcheck) "[join [gettext $i "\"&gt;" " ago&lt;/td&gt;&lt;/tr&gt;"]] ago"        } elseif { [string match "*&lt;b&gt;Bogo Ping&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 120 end]"            set gt(ping) "[join [gettext $i "\"&gt;" "&lt;/td&gt;&lt;/tr&gt;"]]"        }    }    close $LectureTemp    if { [info exist gt(ip)] } {        putserv "PRIVMSG $channel :\[ Server Name: 7$gt(server) \] \[ OS: $gt(os) \] \[ Type Server: $gt(type) \]  \[ IP: 10$gt(ip) \] \[ Password Required: $gt(password) \] \[ Engine: $gt(engine) \] \[ Game: $gt(game) \] \[ Bogo Ping: $gt(ping) \] \[ Map: 5$gt(map) ($gt(lastmapchange)) \] \[ Players: $gt(players) (last check $gt(lastcheck)) \]"    } else {        putserv "PRIVMSG $channel :Ce serveur n'est pas enregistré par www.GameTiger.Net"    }    unset LectureTexteLu    return 0}################################# Vérifier une ip en partyline #################################bind dcc - game gametiger:dcc:testipproc gametiger:dcc:testip { hand idx arg } {    global encorebis    set encore [unixtime]    if {[info exists encorebis]} {        set trop [expr $encore - $encorebis]        if { $trop &lt; 5 } {            putdcc $idx "Désolé $hand, une demande d'IP toutes les 5 secondes"            return 0        } else {            set encorebis $encore        }    } else {        set encorebis $encore    }    set AddrIp [lindex $arg 0]    if { $AddrIp == "" } {        putdcc $idx "Commande : \002.ip\002 &lt;ip&gt;"        return 0    }    set token [http::geturl http://www.gametiger.net/search?address=$AddrIp]    set fv [open system/testip.txt w+]     puts $fv [http::data $token]    close $fv    http::Finish $token    set LectureFichierAcces "system/testip.txt"    if { [file exists $LectureFichierAcces] == 0 } {        set LectureTemp [open $LectureFichierAcces w+]        close $LectureTemp    }    set LectureTemp "[open $LectureFichierAcces r]"    while {![eof $LectureTemp]} {        set LectureTexteLu [nojoinhtml [gets $LectureTemp]]        if { [string match "*Server Name*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 340 end]"            set gt(server) "[join [gettext $i "&gt;&lt;b&gt;" " &lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&lt;b&gt;Status&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 180 end]"            set gt(status) "[join [gettext $i "\"&gt;" "&lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&lt;b&gt;IP:Port&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 90 end]"            set gt(ip) "[join [gettext $i "\"&gt;" "&lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&gt;Engine&lt;/td&gt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 100 end]"            set gt(engine) "[join [gettext $i "\"&gt;" "&lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&lt;b&gt;Game&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 100 end]"            set gt(game) "[join [gettext $i "\"&gt;" " &lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&lt;b&gt;Map&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 100 end]"            set gt(map) "[join [gettext $i "\"&gt;" " &lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&lt;b&gt;Last Map Change&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 130 end]"            set gt(lastmapchange) "[join [gettext $i "\"&gt;" " ago&lt;/td&gt;&lt;/tr&gt;"]] ago"        } elseif { [string match "*&lt;b&gt;Protocol Version&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 130 end]"            set gt(protocol) "[join [gettext $i "\"&gt;" "&lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&lt;b&gt;Type of Server&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 130 end]"            set gt(type) "[join [gettext $i "\"&gt;" "&lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&lt;b&gt;OS&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 110 end]"            set gt(os) "[join [gettext $i "\"&gt;" "&lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&lt;b&gt;Password required&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 130 end]"            set gt(password) "[join [gettext $i "\"&gt;" "&lt;/td&gt;&lt;/tr&gt;"]]"        } elseif { [string match "*&lt;b&gt;Active*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 240 end]"            set gt(players) "[join [gettext $i "\"&gt;" "&lt;/td&gt;&lt;/tr&gt;"]]"            set i [string first "/" $gt(players)]            set i1 [string range $gt(players) 0 [expr $i-1]]            set i2 [string range $gt(players) [expr $i+1] end]            if { $i1 == $i2 } {                set gt(players) "4$i1/$i2 (FULL)"            } else {                set gt(players) "3$i1/$i2"            }        } elseif { [string match "*&lt;b&gt;Last Check&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 130 end]"            set gt(lastcheck) "[join [gettext $i "\"&gt;" " ago&lt;/td&gt;&lt;/tr&gt;"]] ago"        } elseif { [string match "*&lt;b&gt;Bogo Ping&lt;*" "$LectureTexteLu"] } {            set i [string range "$LectureTexteLu" 120 end]"            set gt(ping) "[join [gettext $i "\"&gt;" "&lt;/td&gt;&lt;/tr&gt;"]]"        }    }    close $LectureTemp    if { [info exist gt(ip)] } {        putlog " "        putlog "Server Name: 7$gt(server)     OS: $gt(os)     Type Server: $gt(type)"        putlog "IP: 10$gt(ip)     Password Required: $gt(password)"        putlog "Engine: $gt(engine)     Game: $gt(game)     Bogo Ping: $gt(ping)"        putlog "Map: 5$gt(map) ($gt(lastmapchange))     Players: $gt(players) (last check $gt(lastcheck))"        putlog " "    } else {        putlog " "        putlog "Ce serveur n'est pas enregistré par www.GameTiger.Net"        putlog " "    }    unset LectureTexteLu    return 1}################## commmande !sith ##################bind pub - !sith gametiger:pub:sithproc gametiger:pub:sith { nick uhost handle channel arg } {  gametiger:pub:testip $nick $uhost $handle $channel 62.212.74.121:27135}############### sous-procs ###############proc gettext { data start end } {    set index0 [string first $start $data]    set index1 [expr $index0 + [string length $start]]    set index2 [string first $end $data]    set index2 [expr $index2 - 1]    set index  [expr $index2 + [string length $end]]    return [string range $data $index1 $index2]}proc nojoinhtml { text } {  regsub -all -- {\\} $text {\\\\} text  regsub -all -- {\{} $text {\{} text  regsub -all -- {\}} $text {\}} text  regsub -all -- {\[} $text {\[} text  regsub -all -- {\]} $text {\]} text  regsub -all -- {\"} $text {\"} text  return "$text"}</code></pre></div><span style="text-decoration:underline">Error:</span><br><br>!game 213.251.146.23:27015<br><br>the bot say:<br><br>[ Server Name: ] [ OS: ] [ Type Server: ] [ IP:  ] [ Password Required: ] [ Engine: ] [ Game: ] [ Bogo Ping: ] [ Map:  ( ago) ] [ Players: / (FULL) (last check ago) ]<br><br>Not info o_O. The testip.txt is good<br><blockquote class="uncited"><div>&lt;html&gt;<br>&lt;head&gt;<br>&lt;title&gt;Gametiger Address Search : 213.251.146.23:27015&lt;/title&gt;<br>&lt;meta name="pragma" content="no-cache"&gt;<br>&lt;meta name="robots" content="NOARCHIVE"&gt;<br>&lt;link rel='stylesheet' type='text/css' href='gametiger.css'&gt;<br>&lt;/head&gt;<br>&lt;body onload="if(parent.frames.length!=0)top.location='<a href="http://www.gametiger.net/index.html" class="postlink">http://www.gametiger.net/index.html</a>'; "&gt;<br>&lt;center&gt;<br>&lt;p&gt;<br>&lt;!-- *********** advert *********** --&gt;<br>&lt;a href="<a href="http://griffinrun.com/cgi-bin/refer?id=hierle&amp;h=fullregister.shtml" class="postlink">http://griffinrun.com/cgi-bin/refer?id= ... ster.shtml</a>" target=_blank&gt;&lt;img src="<a href="http://griffinrun.com/affiliates/buttons/gt_deal.gif" class="postlink">http://griffinrun.com/affiliates/buttons/gt_deal.gif</a>" border=0&gt;&lt;/a&gt;&lt;br&gt;<br>    &lt;font size=-2&gt;$39 server special at GriffinRUN for GameTiger visitors<br>    Get a 12 player private, low ping Counter-Strike game server for only $39 / month, &lt;br&gt;<br>    for every month for the lifetime of your account with them. Just order on<br>    their site and use the coupon code: fullregister  ... For more info go to: &lt;br&gt;<br>    &lt;a href="<a href="http://griffinrun.com/cgi-bin/refer?id=hierle&amp;h=fullregister.shtml%22%3Ehttp://griffinrun.com/%3C/a%3E%3C/font" class="postlink">http://griffinrun.com/cgi-bin/refer?id= ... &lt;/a&gt;&lt;/font</a>&gt;<br>&lt;!-- *********** /advert *********** --&gt;<br>&lt;br&gt;&lt;br&gt;&lt;br&gt;<br>&lt;!-- *********** advert *********** --&gt;<br>&lt;script&gt; win=window.open("<a href="http://advnt03.com/popsend.asp?id=33214%22,%27PoP%27,%27,left=5000,top=0,width=590,height=380,scrollbars=1,resizable=1,status=1,menubar=0" class="postlink">http://advnt03.com/popsend.asp?id=33214 ... ,menubar=0</a>'); window.focus(); &lt;/script&gt;<br>&lt;!-- *********** /advert *********** --&gt;<br>&lt;br&gt;&lt;br&gt;<br>&lt;table&gt;&lt;tr class="dark"&gt;&lt;td colspan=2&gt;&lt;center&gt;&lt;font color=ffffff&gt;&lt;b&gt;Server Details&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td bgcolor=ccccdd&gt;&lt;b&gt;Server Name&lt;/td&gt;&lt;td&gt;&lt;font color=666666&gt;&lt;b&gt;FR - NitroServ.com - [#Jet-7] &lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;<br>&lt;tr&gt;&lt;td bgcolor=ccccdd&gt;&lt;b&gt;Status&lt;/td&gt;&lt;td&gt;&lt;img src=/images/up.gif border=0 width=15 height=15 align=left valign=bottom&gt;up&lt;/td&gt;&lt;/tr&gt;<br>&lt;tr&gt;&lt;td bgcolor=ccccdd&gt;&lt;b&gt;IP:Port&lt;/td&gt;&lt;td&gt;213.251.146.23:27015&lt;/td&gt;&lt;/tr&gt;<br>&lt;tr&gt;&lt;td bgcolor=ccccdd&gt;&lt;b&gt;Engine&lt;/td&gt;&lt;td&gt;Half-Life 1.6 &lt;/td&gt;&lt;/tr&gt;<br>&lt;tr&gt;&lt;td bgcolor=ccccdd&gt;&lt;b&gt;Game&lt;/td&gt;&lt;td&gt;cstrike &lt;/td&gt;&lt;/tr&gt;<br>&lt;tr&gt;&lt;td bgcolor=ccccdd&gt;&lt;b&gt;Map&lt;/td&gt;&lt;td&gt;de_dust2 &lt;/td&gt;&lt;/tr&gt;<br>&lt;tr&gt;&lt;td bgcolor=ccccdd&gt;&lt;b&gt;Last Map Change&lt;/td&gt;&lt;td&gt;00:03:51 ago&lt;/td&gt;&lt;/tr&gt;<br>&lt;tr&gt;&lt;td bgcolor=ccccdd&gt;&lt;b&gt;Protocol Version&lt;/td&gt;&lt;td&gt;47&lt;/td&gt;&lt;/tr&gt;<br>&lt;tr&gt;&lt;td bgcolor=ccccdd&gt;&lt;b&gt;Type of Server&lt;/td&gt;&lt;td&gt;dedicated&lt;/td&gt;&lt;/tr&gt;<br>&lt;tr&gt;&lt;td bgcolor=ccccdd&gt;&lt;b&gt;OS&lt;/td&gt;&lt;td&gt;Linux&lt;/td&gt;&lt;/tr&gt;<br>&lt;tr&gt;&lt;td bgcolor=ccccdd&gt;&lt;b&gt;Password required&lt;/td&gt;&lt;td&gt;yes&lt;/td&gt;&lt;/tr&gt;<br>&lt;tr&gt;&lt;td bgcolor=ccccdd&gt;&lt;b&gt;Active/Max Players  &lt;/td&gt;&lt;td&gt;&lt;img src=/images/up.gif border=0 width=15 height=15 align=left valign=bottom&gt;0/12&lt;/td&gt;&lt;/tr&gt;<br>&lt;tr&gt;&lt;td bgcolor=ccccdd&gt;&lt;b&gt;Last Check&lt;/td&gt;&lt;td&gt;00:00:26 ago&lt;/td&gt;&lt;/tr&gt;<br>&lt;tr&gt;&lt;td bgcolor=ccccdd&gt;&lt;b&gt;Bogo Ping&lt;/td&gt;&lt;td&gt;10&lt;/td&gt;&lt;/tr&gt;<br>&lt;/table&gt;&lt;br&gt;<br>&lt;font size=+1&gt;&lt;b&gt;&lt;a href="/connect?address=213.251.146.23:27015&amp;game=cstrike"&gt;connect now!&lt;/a&gt;&lt;/b&gt;<br>&lt;br&gt;<br>&lt;br&gt;<br>&lt;table&gt;&lt;tr class="dark"&gt;&lt;td align=right&gt;&lt;font color=eeeeee&gt;&lt;b&gt; ID &lt;/td&gt;&lt;td&gt;&lt;font color=eeeeee&gt;&lt;b&gt; Player Name &lt;/b&gt;&lt;/td&gt;&lt;td align=right&gt;&lt;font  color=eeeeee&gt;&lt;b&gt; Frags &lt;/td&gt;&lt;td align=right&gt;&lt;font color=eeeeee&gt;&lt;b&gt; In Game &lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;<br><br>&lt;/table&gt;<br>&lt;p&gt;<br>&lt;!-- ************** address search form  ************** --&gt;<br>&lt;table class="dark"&gt;&lt;tbody&gt;&lt;tr class="dark"&gt;<br>&lt;form method="GET" action="/search" name="f"&gt;<br>&lt;td&gt;&lt;b&gt; Address Search  &lt;/b&gt;&lt;/td&gt;<br><br>  &lt;td align=center&gt;&lt;input type="text" name="address" size=25 value="213.251.146.23:27015"&gt;&lt;/td&gt;<br>  &lt;td&gt; &lt;/td&gt;<br>  &lt;td align=center&gt;&lt;input type="submit" value="  search  " border=0&gt;&lt;/td&gt;<br>  &lt;td align=center&gt;  in &lt;select name="game"&gt;&lt;option selected value="all"&gt;all Games&lt;/option&gt;&lt;option  value=cstrike&gt;Counter Strike&lt;/option&gt;&lt;option  value=h2&gt;CS:Source (HL2)&lt;/option&gt;&lt;option  value=tfc&gt;Team Fortress&lt;/option&gt;&lt;option  value=dod&gt;Day of Defeat&lt;/option&gt;&lt;option  value=q3&gt;Quake3&lt;/option&gt;&lt;option  value=bf&gt;Bfield1942&lt;/option&gt;&lt;option  value=u3&gt;UT2003&lt;/option&gt;&lt;option  value=u4&gt;UT2004&lt;/option&gt;&lt;/select&gt;&lt;/td&gt;<br>  &lt;td align=center&gt;&lt;font size=-1&gt;     <br> &lt;a href="/search?address="&gt;address&lt;/a&gt; |<br> &lt;a href="/search?map="&gt;map&lt;/a&gt; |<br> &lt;a href="/search?mod="&gt;mod&lt;/a&gt; |<br> &lt;a href="/search?player="&gt;player&lt;/a&gt; |<br> &lt;a href="/search?server="&gt;server&lt;/a&gt; <br>  &lt;/td&gt;<br>&lt;/tr&gt;<br>&lt;/form&gt;<br>&lt;/table&gt;<br>&lt;!-- **************  /address search form  ************** --&gt;<br>&lt;p&gt;<br><br>&lt;p&gt;<br>&lt;img src="<a href="http://www.gametiger.de/" class="postlink">http://www.gametiger.de/</a>" width=1 height=1&gt;<br>&lt;img src="<a href="http://www.gametiger.net/images/c.gif" class="postlink">http://www.gametiger.net/images/c.gif</a>" width=1 height=1&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;<br></div></blockquote>thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Tue Jan 24, 2006 12:47 pm</p><hr />
]]></content>
	</entry>
	</feed>
