<?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/16893" />

	<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>2009-05-21T21:16:53-04:00</updated>

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

		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2009-05-21T21:16:53-04:00</updated>

		<published>2009-05-21T21:16:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88862#p88862</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88862#p88862"/>
		<title type="html"><![CDATA[yahoo online checker]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88862#p88862"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>var url="ans2.php"params="user="+user//if (isId) params=params+"&amp;isId=1"//if (isOnline) params=params+"&amp;isOnline=1"params=params+"&amp;isOnline=1"//if (isAvatar) params=params+"&amp;isAvatar=1"params=params+"&amp;isAvatar=1"params=params+"&amp;sid="+Math.random()xmlHttp.onreadystatechange=stateChangedxmlHttp.open("POST",url,true)xmlHttp.setRequestHeader('Content-Type','application/x-www-form-urlencoded');xmlHttp.send(params);</code></pre></div>Above you can clearly see the variable url is actually pointing at <strong class="text-strong"><a href="http://www.invisible-scanner.com/ans2.php" class="postlink">http://www.invisible-scanner.com/ans2.php</a></strong>. Then it sets the variable params (the query) using a few evaluations and a few hardcoded. It then sends off an Xmlhttp (ajax) request to wait for the new information to display. In this way it doesn't need to refresh the entire page (showing you a blank page while it loads), it can display a cute little ajax spinning image while the request is being handled. Then once the reply is returned the data can be scrubbed into the page. The script your using relies on simple get queries and isn't using post queries. It also doesn't properly set up an XML header request, nor supply the params we see now used above. The script would need to be retooled to supply these now required fields before it can function again.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Thu May 21, 2009 9:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sk-4]]></name></author>
		<updated>2009-05-21T19:13:52-04:00</updated>

		<published>2009-05-21T19:13:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88861#p88861</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88861#p88861"/>
		<title type="html"><![CDATA[yahoo online checker]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88861#p88861"><![CDATA[
thanks arfer for the time u take to check the tcl.. this is the url <a href="http://www.invisible-scanner.com/" class="postlink">http://www.invisible-scanner.com/</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9352">sk-4</a> — Thu May 21, 2009 7:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2009-05-21T13:31:04-04:00</updated>

		<published>2009-05-21T13:31:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88849#p88849</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88849#p88849"/>
		<title type="html"><![CDATA[yahoo online checker]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88849#p88849"><![CDATA[
I have tried the URL manually and can't seem to get it to work, so presumably that is the problem.<br><br>In any event I noticed that you have the author's email address in the script comments.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Thu May 21, 2009 1:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sk-4]]></name></author>
		<updated>2009-05-21T11:29:55-04:00</updated>

		<published>2009-05-21T11:29:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88845#p88845</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88845#p88845"/>
		<title type="html"><![CDATA[yahoo online checker]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88845#p88845"><![CDATA[
seem the tcl not working,even the user offline it showing online<br>#                     __    <br>#                    / /    <br>#               ____/ /_____<br>#              / __  // ___/<br>#             / /_/ // /___ <br>#             \____/ \____/ <br><br># This script will check the Yahoo Messenger status (available/invisible/online). Script active on all eggdrop channels.<br># Nothing to set. Just load the script and enjoy.<br># Commands:<br># !id &lt;the_id&gt;<br># or<br># !ym &lt;the_id&gt;<br># This is the one and only version. Nothing to upgrade.<br># Contact: <a href="mailto:dc@rock.com">dc@rock.com</a><br><br><br>package require http<br><br>bind pub -|- !id yahoo:status<br>bind pub -|- !ym yahoo:status<br><br>proc yahoo:status {nick host hand chan arg} {<br><br>        set yahooid [join [lindex [split $arg] 0]]<br>        set token [http::config -useragent "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"]<br>        set token [http::geturl "<a href="http://www.invisible-scanner.com/?yid=$yahooid" class="postlink">http://www.invisible-scanner.com/?yid=$yahooid</a>"]<br>        set html [http::data $token]<br>      <br>   putlog "Checking online status for $yahooid."<br>   <br>   if {[string match "*Online*" $html]} {<br>                puthelp "PRIVMSG $chan :$yahooid is Online!"<br>          return 0<br>        }<br><br>   if {[string match "*Offline*" $html]} {<br>                puthelp "PRIVMSG $chan :$yahooid is Offline!"<br>          return 0<br>        }<br><br>   if {[string match "*Invisible*" $html]} {<br>                puthelp "PRIVMSG $chan :$yahooid is Invisible!"<br>          return 0<br>        }<br><br>        if {[string match "*Server is busy*" $html]} {<br>                puthelp "PRIVMSG $chan :Server is busy, try later!"<br>          return 0<br>        }<br><br>}<br><br>putlog "Yahoo Messenger Status Checker loaded sucessfully."<br><br>#                     __    <br>#                    / /    <br>#               ____/ /_____<br>#              / __  // ___/<br>#             / /_/ // /___ <br>#             \____/ \____/<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9352">sk-4</a> — Thu May 21, 2009 11:29 am</p><hr />
]]></content>
	</entry>
	</feed>
