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

	<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>2002-07-04T16:17:41-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2002-07-04T16:17:41-04:00</updated>

		<published>2002-07-04T16:17:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8598#p8598</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8598#p8598"/>
		<title type="html"><![CDATA[eggdrop to an url]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8598#p8598"><![CDATA[
Also, you might need to be using POST instead of GET..<br><div class="codebox"><p>Code: </p><pre><code>http::geturl -query action=stats&amp;user=[lindex $args 0]</code></pre></div>FYI, you probably shouldn't use 'args' as a variable name.<br><br>Wcc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Thu Jul 04, 2002 4:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tainted]]></name></author>
		<updated>2002-07-04T16:03:42-04:00</updated>

		<published>2002-07-04T16:03:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8595#p8595</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8595#p8595"/>
		<title type="html"><![CDATA[eggdrop to an url]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8595#p8595"><![CDATA[
You need a catch or maybe a timer to time the connection out and spit an error if the bot can't connect to the site after so long. The bot reconnecting is due to tcl not being threaded I believe.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1256">tainted</a> — Thu Jul 04, 2002 4:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-04T06:48:47-04:00</updated>

		<published>2002-07-04T06:48:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8580#p8580</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8580#p8580"/>
		<title type="html"><![CDATA[eggdrop to an url]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8580#p8580"><![CDATA[
bind pub - !info pub_info<br><br>proc pub_info { nick uhost hand chan args } {<br>putlog "stage 1"<br>http::geturl <a href="http://url.to.a.page/mysqlbot.php?action=stats&amp;user=" class="postlink">http://url.to.a.page/mysqlbot.php?action=stats&amp;user=</a>[lindex $args 0]<br>putlog "stage 1"<br>}<br><br>when ya type !info bvgorp teh eggdrop should go to the url <br>the web page handles the rest<br><br>but the bottimes out and reconnects again afer 5 mins or so<br><br>plz help the bot should only go to that url and wait for a responce for 2 or 3 secs then close the socket<p>Statistics: Posted by Guest — Thu Jul 04, 2002 6:48 am</p><hr />
]]></content>
	</entry>
	</feed>
