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

	<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-01-21T07:56:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-01-21T07:56:08-04:00</updated>

		<published>2005-01-21T07:56:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45657#p45657</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45657#p45657"/>
		<title type="html"><![CDATA[autoop/autovoice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45657#p45657"><![CDATA[
I was agreeing with you <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Fri Jan 21, 2005 7:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2005-01-21T02:56:35-04:00</updated>

		<published>2005-01-21T02:56:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45654#p45654</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45654#p45654"/>
		<title type="html"><![CDATA[autoop/autovoice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45654#p45654"><![CDATA[
no using a backend php script is a http interface and not a direct connection to the sql server as i suggested <br><br>the direct connection to mysql server had problems you know using mysqltcl,  because its a sync socket and not assync there for the bot waits untill the socket ends.. i suppose..<br><br>still when your working remotly its not suggested because the server might not always be reachable, so.... i am not sur what froze it .. just saying, only thing i did know was that it froze even when i opend the socket it froze so.. <br><br>and because ive used http servers a few times myself and they seemed to work just fine.. <br><br>altho don't use the http lib from tcllib the eggdrop crashes after a few times, thats my experiance<br><br>by direct connection i mean to the mysql daemon and not use any backend crap, ..<br><br>never mind.. , just you say that its not true , because you use http all the time i am not talking about http, i was talking about a direct connection to mysql daemon, .. <br><br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> don't wana be offensive in anyway just pointing out that you should read it a bit closer <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>or i miss understood and your just agreeing ..  in that case never mind the comments<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Fri Jan 21, 2005 2:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-01-20T05:01:49-04:00</updated>

		<published>2005-01-20T05:01:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45585#p45585</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45585#p45585"/>
		<title type="html"><![CDATA[autoop/autovoice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45585#p45585"><![CDATA[
The Bot was remote to the SqlDB but as you said it could of been firewall issues.   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Thu Jan 20, 2005 5:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2005-01-20T03:33:57-04:00</updated>

		<published>2005-01-20T03:33:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45580#p45580</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45580#p45580"/>
		<title type="html"><![CDATA[autoop/autovoice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45580#p45580"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>use mysql tcl do a select query and read from the db, i should say that its preferably that you make sutch a thing local because in my experiance eggdrops connecting to a remote mysql db have trouble they freeze.. , but you could write an php script that reads it for you serv it on your http then make the eggdrop use http protocol to read it out..</div></blockquote>I wrote a backend php script that requested the information from my mysql database.<br><br>Depending on what was passed through $_get, php pulled the requested information out of the database and in tcl parsed the webpage returned. I Never had my bot freeze doing it this way. I Also added a queue system for if the http was down or couldn't connect it retried every minute until it was back then executed the queue.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"></div></blockquote>i said a remote mysql server you use http as i suggested ..  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz">, i think it froze tho because it was blocked by firewall<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Thu Jan 20, 2005 3:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-01-19T14:44:10-04:00</updated>

		<published>2005-01-19T14:44:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45543#p45543</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45543#p45543"/>
		<title type="html"><![CDATA[autoop/autovoice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45543#p45543"><![CDATA[
<blockquote class="uncited"><div>use mysql tcl do a select query and read from the db, i should say that its preferably that you make sutch a thing local because in my experiance eggdrops connecting to a remote mysql db have trouble they freeze.. , but you could write an php script that reads it for you serv it on your http then make the eggdrop use http protocol to read it out..</div></blockquote>I wrote a backend php script that requested the information from my mysql database.<br><br>Depending on what was passed through $_get, php pulled the requested information out of the database and in tcl parsed the webpage returned. I Never had my bot freeze doing it this way. I Also added a queue system for if the http was down or couldn't connect it retried every minute until it was back then executed the queue.  <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> — Wed Jan 19, 2005 2:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2005-01-18T19:07:58-04:00</updated>

		<published>2005-01-18T19:07:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45526#p45526</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45526#p45526"/>
		<title type="html"><![CDATA[autoop/autovoice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45526#p45526"><![CDATA[
use mysql tcl do a select query and read from the db, i should say that its preferably that you make sutch a thing local because in my experiance eggdrops connecting to a remote mysql db have trouble they freeze.. , but you could write an php script that reads it for you serv it on your http then make the eggdrop use http protocol to read it out..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Tue Jan 18, 2005 7:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ny]]></name></author>
		<updated>2005-01-18T18:41:52-04:00</updated>

		<published>2005-01-18T18:41:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45523#p45523</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45523#p45523"/>
		<title type="html"><![CDATA[autoop/autovoice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45523#p45523"><![CDATA[
hi,<br><br>on a mysql based bulletin board i have a table<br>bb1_users with a lot of fields, three of them are<br>"ismod"<br>"issupermod"<br>"isadmin"<br><br>my eggdrop should autovoice peoples on join who are <br>ismod = 1<br>and autoop peoples who are<br>isadmin = 1<br>issupermod = 1<br><br>and the nicknames must be regged by nickserv<br><br>how must my query look on my eggdrop an otherway is to fetch a php generated file with the infos on it...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5902">ny</a> — Tue Jan 18, 2005 6:41 pm</p><hr />
]]></content>
	</entry>
	</feed>
