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

	<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>2005-06-04T18:06:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ZahoOL]]></name></author>
		<updated>2005-06-04T18:06:46-04:00</updated>

		<published>2005-06-04T18:06:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50241#p50241</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50241#p50241"/>
		<title type="html"><![CDATA[Bot sending data to http]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50241#p50241"><![CDATA[
Script completed:<br><br>bind PUB -|- !updatesong1 update<br><br>proc update {nick host handle chan text} {<br>#setting server<br>set server "your.server.com"<br>#setting port<br>set port "8000"<br>#setting password ; generated by //echo $encode(admin:youradminpasshere,m) since i dont know how to do it <br>set login "yourpassword"<br>#sending the data<br>set sock [socket $server $port]<br>puts $sock "GET /admin.cgi?mode=updinfo&amp;song=title*of*your*song  HTTP/1.1"<br>puts $sock "User-Agent:Mozilla"<br>puts $sock "Host: $server"<br>puts $sock "Authorization: Basic $login"<br>puts $sock ""<br>flush $sock<br>#displaying msg<br>putserv "PRIVMSG $chan : updated your song on the server"<br>}<br>putlog "update song loaded"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3211">ZahoOL</a> — Sat Jun 04, 2005 6:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ZahoOL]]></name></author>
		<updated>2005-06-04T14:24:51-04:00</updated>

		<published>2005-06-04T14:24:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50225#p50225</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50225#p50225"/>
		<title type="html"><![CDATA[Bot sending data to http]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50225#p50225"><![CDATA[
True Doom , i think this post needs to pe transfered to the Script request section. <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=3211">ZahoOL</a> — Sat Jun 04, 2005 2:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-06-04T14:02:51-04:00</updated>

		<published>2005-06-04T14:02:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50222#p50222</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50222#p50222"/>
		<title type="html"><![CDATA[Bot sending data to http]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50222#p50222"><![CDATA[
How far along are you making this script Zahool? You must be doing well so far I haven't seen you ask any questions about how todo anything yet.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Sat Jun 04, 2005 2:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ZahoOL]]></name></author>
		<updated>2005-06-04T07:28:13-04:00</updated>

		<published>2005-06-04T07:28:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50196#p50196</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50196#p50196"/>
		<title type="html"><![CDATA[Bot sending data to http]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50196#p50196"><![CDATA[
The main aim of the bot is to use trigger to assign http commands in order to update the server (shoutcast)<br><br>Trigger !update , send the following to the server/host<br><br><a href="http://server.radio.com:8000/admin.cgi?mode=updinfo&amp;song=%5Bb%5Dname1" class="postlink">http://server.radio.com:8000/admin.cgi? ... g=[b]name1</a>[/b]&amp;url=<a href="http://www.site.com/" class="postlink">http://www.site.com/</a><br><br>Trigger !update1 , send the following to the server/host<br><br><a href="http://server.radio.com:8000/admin.cgi?mode=updinfo&amp;song=%5Bb%5Dname2" class="postlink">http://server.radio.com:8000/admin.cgi? ... g=[b]name2</a>[/b]&amp;url=<a href="http://www.site.com/" class="postlink">http://www.site.com/</a> <br><br>In the TCL , need to make the bot send the password , in order to run the triggers<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3211">ZahoOL</a> — Sat Jun 04, 2005 7:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kanibus]]></name></author>
		<updated>2005-06-03T18:12:16-04:00</updated>

		<published>2005-06-03T18:12:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50170#p50170</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50170#p50170"/>
		<title type="html"><![CDATA[Bot sending data to http]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50170#p50170"><![CDATA[
you might want to get a little more specific but the http package with tcl should be helpful<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6186">kanibus</a> — Fri Jun 03, 2005 6:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ZahoOL]]></name></author>
		<updated>2005-06-01T12:40:23-04:00</updated>

		<published>2005-06-01T12:40:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50067#p50067</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50067#p50067"/>
		<title type="html"><![CDATA[Bot sending data to http]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50067#p50067"><![CDATA[
Purpose : Trigger sending http post to website<br><br>example : !update1 on channel where bot is will make the bot send '<a href="http://example.com/some_command" class="postlink">http://example.com/some_command</a>'' and bot will give msg 'Update Successful'<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3211">ZahoOL</a> — Wed Jun 01, 2005 12:40 pm</p><hr />
]]></content>
	</entry>
	</feed>
