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

	<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>2003-02-11T15:48:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-11T15:48:58-04:00</updated>

		<published>2003-02-11T15:48:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16455#p16455</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16455#p16455"/>
		<title type="html"><![CDATA[fbsql help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16455#p16455"><![CDATA[
You can easier restart the MySQL server on the correct port, or you will have to re-comoile the fbsql library, changing the source code to use the correct port.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Feb 11, 2003 3:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[svahn]]></name></author>
		<updated>2003-02-11T15:26:49-04:00</updated>

		<published>2003-02-11T15:26:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16454#p16454</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16454#p16454"/>
		<title type="html"><![CDATA[fbsql help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16454#p16454"><![CDATA[
I know what the problem is now.<br><br>My MySQL server runs on port 3310 and the default port is 3306, and i think fbsql thinks my server has the port 3306 too.<br><br>Can i modify that somewhere?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1291">svahn</a> — Tue Feb 11, 2003 3:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[svahn]]></name></author>
		<updated>2003-02-10T21:57:47-04:00</updated>

		<published>2003-02-10T21:57:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16415#p16415</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16415#p16415"/>
		<title type="html"><![CDATA[fbsql help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16415#p16415"><![CDATA[
Yes its something with my MySQL server, because i tried to connect to my friends MySQL server and i got that it was the wrong user and so.. but i reached the server anyway..<br><br>I couldnt find anything in the localhost.err file or did you mean any other logfile?<br><br>the user i'm trying to connect with have ALL privileges, but i dont think its a user permissions fault.<br><br>Do you think it would work if i run the mysqlserver and the eggdrop under the same user?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1291">svahn</a> — Mon Feb 10, 2003 9:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-02-10T15:16:19-04:00</updated>

		<published>2003-02-10T15:16:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16398#p16398</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16398#p16398"/>
		<title type="html"><![CDATA[fbsql help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16398#p16398"><![CDATA[
Could it be a user permissions issue? Your eggdrop process probably isn't running with the same UID as your web server. Also, try looking in the mysql logs for connection attempts/failures, that may provide helpful information.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Mon Feb 10, 2003 3:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[svahn]]></name></author>
		<updated>2003-02-10T14:38:34-04:00</updated>

		<published>2003-02-10T14:38:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16394#p16394</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16394#p16394"/>
		<title type="html"><![CDATA[fbsql help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16394#p16394"><![CDATA[
It doesnt matter now, i guess something was wrong with the eggdrop because it doesnt stop now.<br><br>I have the MySQL server and eggdrop on the same computer, so it should not lagg.<br><br>I've tried that one with putlog's.<br><br>in PHP i use 127.0.0.1 as host, use it in the tcl script too, but it doesnt work.<br><br>the line is now:<div class="codebox"><p>Code: </p><pre><code>sql connect 127.0.0.1 user passwd</code></pre></div>in partyline i get:<blockquote class="uncited"><div>Error 2003 (Can't connect to MySQL server on '127.0.0.1' (111))</div></blockquote>I cant get it.. why it cant connect, it works perfectly in PHP with 127.0.0.1.<br>I'm out of ideas.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1291">svahn</a> — Mon Feb 10, 2003 2:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-10T12:03:57-04:00</updated>

		<published>2003-02-10T12:03:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16386#p16386</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16386#p16386"/>
		<title type="html"><![CDATA[fbsql help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16386#p16386"><![CDATA[
First off, with fbsql, you don't need to capture a socket handle or any such thing. Thus the "set conn" and the ][ can be dropped.<br><br>Second, how laggy is the connection between the bots system, and the MySQL server?<br><br>This maybe where the issue lies. Other things include issues with the version of libmysql.dll<br><br>Are yous ure this is where the bot is stopping? Have your tried putlog log lines either side of the command, to test what is and isn't taking place?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Feb 10, 2003 12:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[svahn]]></name></author>
		<updated>2003-02-10T11:57:38-04:00</updated>

		<published>2003-02-10T11:57:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16385#p16385</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16385#p16385"/>
		<title type="html"><![CDATA[fbsql help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16385#p16385"><![CDATA[
Yes i have looked at that site.<br><br>But i have another problem now.<br><br>when i start my eggdrop and the scripts run:<br><div class="codebox"><p>Code: </p><pre><code>set conn [sql connect ip user pass]</code></pre></div>the bot stops responding and i cant get in to partyline, why is that?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1291">svahn</a> — Mon Feb 10, 2003 11:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-10T05:34:15-04:00</updated>

		<published>2003-02-10T05:34:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16380#p16380</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16380#p16380"/>
		<title type="html"><![CDATA[fbsql help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16380#p16380"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set number_of_rows [sql numrows]</code></pre></div>Will return the number of rows <em class="text-italics">returned</em> in the last query.<br><br>Please see the manual pages and documentation for this (avilable <a href="http://www.fastbase.co.nz/fbsql/fbsql.html" class="postlink">HERE</a>).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Feb 10, 2003 5:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[svahn]]></name></author>
		<updated>2003-02-09T21:08:23-04:00</updated>

		<published>2003-02-09T21:08:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16379#p16379</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16379#p16379"/>
		<title type="html"><![CDATA[fbsql help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16379#p16379"><![CDATA[
Hello,<br><br>I having some trouble with the sql-tcl commands.<br><br>in PHP i write:<br><div class="codebox"><p>Code: </p><pre><code>$srlat_check = mysql_num_rows($sql_srlat_check);</code></pre></div>how should that line look like in tcl?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1291">svahn</a> — Sun Feb 09, 2003 9:08 pm</p><hr />
]]></content>
	</entry>
	</feed>
