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

	<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-04-15T18:39:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[benzon]]></name></author>
		<updated>2004-04-15T18:39:08-04:00</updated>

		<published>2004-04-15T18:39:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35589#p35589</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35589#p35589"/>
		<title type="html"><![CDATA[Trobles whit getting mysql to print]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35589#p35589"><![CDATA[
Just had to restart it then it workt baaah<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4808">benzon</a> — Thu Apr 15, 2004 6:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[benzon]]></name></author>
		<updated>2004-04-15T15:06:33-04:00</updated>

		<published>2004-04-15T15:06:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35579#p35579</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35579#p35579"/>
		<title type="html"><![CDATA[Trobles whit getting mysql to print]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35579#p35579"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set mysql(host) "***"set mysql(port) "3306"set mysql(user) "***"set mysql(pass) "***"set mysql(data) "***"set mysql(vers) "2.1" package require mysqltcl $mysql(vers)set channel "#onedaycup #sucsa"set time 1if {[string compare [string index $time 0] "!"] == 0} { set timer [string range $time 1 end] } { set timer [expr $time * 60] }if {[lsearch -glob [utimers] "* gomysql *"] == -1} { utimer $timer gomysql }proc gomysql {} {global mysql channel time text timermysqluse $mysql(conn) $mysql(data)foreach chan $channel { foreach query [mysqlsel $mysql(conn) "SELECT * FROM cup_reklame ORDER BY id;" -list] { putserv "PRIVMSG $chan :[lindex $query 1] " } putserv "PRIVMSG $chan :Query ended."}if {[lsearch -glob [utimers] "* gomysql *"] == -1} { utimer $timer gomysql }}putlog "\002Test Script\002"</code></pre></div>Is ther one that can help me whit the script cant get it to work the way i want to it shut print every min but it shut be so i can change it fast what to do ? :\<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4808">benzon</a> — Thu Apr 15, 2004 3:06 pm</p><hr />
]]></content>
	</entry>
	</feed>
