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

	<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>2004-05-29T11:12:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-05-29T11:12:36-04:00</updated>

		<published>2004-05-29T11:12:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36713#p36713</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36713#p36713"/>
		<title type="html"><![CDATA[problem writing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36713#p36713"><![CDATA[
check this forum i posted a sample script for this ..<br><br><a href="http://forum.egghelp.org/viewtopic.php?t=7112&amp;highlight=mysql" class="postlink">http://forum.egghelp.org/viewtopic.php? ... ight=mysql</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sat May 29, 2004 11:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-05-28T21:14:04-04:00</updated>

		<published>2004-05-28T21:14:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36693#p36693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36693#p36693"/>
		<title type="html"><![CDATA[problem writing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36693#p36693"><![CDATA[
i'm having a problem writing to a mysql database.  here's the code, followed by the error.  <br><div class="codebox"><p>Code: </p><pre><code>proc db:write { id table_write nick uhost } {   global as_game as_gametype as_server as_map as_players as_location sb_set db trigger_channel   set sqlhand [mysqlconnect -host $db(host) -user $db(user) -password $db(pass)]   mysqluse $sqlhand $db(dbase)$ers` , `map` , `server` , `channel` , `location` ) VALUES (NOW( ), '$sb_set(counter)', '$nick', '$uhost', '$as_game($uhost)', '$as_gametype($uhost)', '$as_players($uhost)v$as_players($uhost)', '$as_map($uhost)', '$as_server($uhost)', '$trigger_channel($uhost)', '$as_location($uhost)')"   mysqlclose $sqlhand   return 0}</code></pre></div>the error<div class="codebox"><p>Code: </p><pre><code>Tcl error [msg:filter]: mysqlexec/db server: Column count doesn't match value count at row 1</code></pre></div>i've checked, and re-checked all my tables and i can't find anything wrong.  please help!<br><br>-diar<p>Statistics: Posted by Guest — Fri May 28, 2004 9:14 pm</p><hr />
]]></content>
	</entry>
	</feed>
