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

	<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>2009-07-10T15:37:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[spithash]]></name></author>
		<updated>2009-07-10T15:37:47-04:00</updated>

		<published>2009-07-10T15:37:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89491#p89491</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89491#p89491"/>
		<title type="html"><![CDATA[Stats.mod problems!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89491#p89491"><![CDATA[
Yeah, I had the same problem which was caused by the file <strong class="text-strong">usersettings.tpl</strong> and I had to edit it like this:<br><div class="codebox"><p>Code: </p><pre><code>&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;?slang id="&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;  &lt;td&gt;&lt;?-- "New Password" --/?&gt;&lt;?slang id="1040"/?&gt;: &lt;/td&gt;</code></pre></div>to this:<br><div class="codebox"><p>Code: </p><pre><code>&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;  &lt;td&gt;&lt;?-- "New Password" --/?&gt;&lt;?slang id="1040"/?&gt;: &lt;/td&gt;</code></pre></div>All in all, you only have to remove the 2nd line of that part.<br><br>Everything works just great now <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=9145">spithash</a> — Fri Jul 10, 2009 3:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zahgurim]]></name></author>
		<updated>2006-04-19T13:56:35-04:00</updated>

		<published>2006-04-19T13:56:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62104#p62104</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62104#p62104"/>
		<title type="html"><![CDATA[Try this..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62104#p62104"><![CDATA[
I got the same error on my eggie.<br>There's something wrong with the coding in usersettings.tpl.<br>My guess is that it's this part:<br><div class="codebox"><p>Code: </p><pre><code>&lt;tr&gt;&lt;td&gt;&lt;?slang id="&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;  &lt;td&gt;&lt;?-- "New Password" --/?&gt;&lt;?slang id="1040"/?&gt;: &lt;/td&gt;</code></pre></div>The "&lt;?slang id=" is not closed.<br>Try change it to:<br><div class="codebox"><p>Code: </p><pre><code>&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;  &lt;td&gt;&lt;?-- "New Password" --/?&gt;&lt;?slang id="1040"/?&gt;: &lt;/td&gt;</code></pre></div>I think that should do the trick.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7665">Zahgurim</a> — Wed Apr 19, 2006 1:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mescaline]]></name></author>
		<updated>2006-04-08T20:11:35-04:00</updated>

		<published>2006-04-08T20:11:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61747#p61747</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61747#p61747"/>
		<title type="html"><![CDATA[Stats.mod problems!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61747#p61747"><![CDATA[
First of all I get this error message: [02:08] ERROR parsing parameters: missing '"'! (New Password" --), and the other problem is im the only one that can type !stat and !place, if anyone else does they get the message "sorry, I don't have any stats about you." it doesnt record any more users except me, also !top10 doesnt reply at all <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> this is my config file: <a href="http://files.upl.silentwhisper.net/upload4/stats.conf.txt" class="postlink">http://files.upl.silentwhisper.net/uplo ... s.conf.txt</a> please help me <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7594">mescaline</a> — Sat Apr 08, 2006 8:11 pm</p><hr />
]]></content>
	</entry>
	</feed>
