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

	<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-08-11T09:01:53-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ipbegg]]></name></author>
		<updated>2009-08-10T19:23:12-04:00</updated>

		<published>2009-08-10T19:23:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89828#p89828</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89828#p89828"/>
		<title type="html"><![CDATA[Invision Power Board any1?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89828#p89828"><![CDATA[
hahah it worked!!!! but there's a little bug...<br><br>01:19:39 &lt;~XXXX&gt; !user Discover Dark Addict<br>01:19:41 &lt;+TEBOT&gt;<strong class="text-strong"> My forum for &lt;span style='color:white'&gt;</strong> (Age Unknown years old/Location Unknown) in Newbie | Joined: 7-August 09 | Local Time: Aug 11 2009, 12:19 AM | Last Seen: Today, 12:03 AM | Gender Not Set | 5 posts (1.52 per day) | Profile Views: 26 @ <a href="http://www.affsafaf.net/forum/index.php?showuser=2522" class="postlink">http://www.affsafaf.net/forum/index.php?showuser=2522</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10711">ipbegg</a> — Mon Aug 10, 2009 7:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ipbegg]]></name></author>
		<updated>2009-08-10T19:24:49-04:00</updated>

		<published>2009-08-03T00:03:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89724#p89724</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89724#p89724"/>
		<title type="html"><![CDATA[Invision Power Board any1?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89724#p89724"><![CDATA[
nvm<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10711">ipbegg</a> — Mon Aug 03, 2009 12:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Felix2003]]></name></author>
		<updated>2009-07-04T21:36:20-04:00</updated>

		<published>2009-07-04T21:36:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89444#p89444</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89444#p89444"/>
		<title type="html"><![CDATA[Invision Power Board any1?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89444#p89444"><![CDATA[
just reading through and im on a forums id like to use this the only problem is that the guest viewing isnt activated *security reasons*<br><br>anyway of getting the php script and the tcl? <br><br>cheers <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=10476">Felix2003</a> — Sat Jul 04, 2009 9:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anahel]]></name></author>
		<updated>2009-07-04T17:37:15-04:00</updated>

		<published>2009-07-04T17:37:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89442#p89442</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89442#p89442"/>
		<title type="html"><![CDATA[Invision Power Board any1?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89442#p89442"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>is it possibe to change the script to work with Upercase characters? becasue :<br><div class="codebox"><p>Code: </p><pre><code>&lt;@mlody&gt; !u v Z&lt;~Nekomimi&gt; Cannot complete your search request, "v Z" not found.</code></pre></div>but:<br><div class="codebox"><p>Code: </p><pre><code>&lt;tomek&gt; !u v z&lt;~Nekomimi&gt; Ookamireunion for v Z (Wiek Nieznany lat/Miejsce zamieszkania nieznane) in Newbie | Dołączył: 09.3.09 | Lokalny Czas: 04.7.2009, 00:06 | Ostatnio Widziany: Dziś, 23:00 | Płeć Nie Ustawiona | 5 wypowiedzi (0.04 na dzień) | Wyświetleń Profilu: 13 @ http://forum.ookamireunion.pl/index.php?showuser=43</code></pre></div></div></blockquote>Change:<div class="codebox"><p>Code: </p><pre><code>      # fetch the html      set html [fetch_html $input 1]}</code></pre></div>To this:<div class="codebox"><p>Code: </p><pre><code>      # fetch the html      set html [fetch_html [string tolower $input] 1]</code></pre></div>@ipbegg, I will correct the script to work with more invision power board versions shortly. This will allow it to scrape information from those forums as well.</div></blockquote><div class="codebox"><p>Code: </p><pre><code>&lt;tomek&gt; !u tomek&lt;Nekomimi&gt; Ookamireunion for tomek (21 lat/Dom) in pantsu4life | Dołączył: 11.6.09 | Lokalny Czas: 04.7.2009, 23:27 | Ostatnio Widziany: Dziś, 11:48 | Mężczyzna | 0 wypowiedzi (0 na dzień) | Wyświetleń Profilu: 23 @ http://forum.ookamireunion.pl/index.php?showuser=85&lt;tomek&gt; !u Volf &lt;~Nekomimi&gt; Ookamireunion for Volf (Wiek Nieznany lat/Shadow Moses) in Big Boss | Dołączył: 02.2.09 | Lokalny Czas: 04.7.2009, 23:27 | Ostatnio Widziany: Dziś, 13:50 | Mężczyzna | 68 wypowiedzi (0.45 na dzień) | Wyświetleń Profilu: 82 @ http://forum.ookamireunion.pl/index.php?showuser=5</code></pre></div>thanks you very much <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>and btw, is it possible to change the script to work with phpbb3 board? i tried to change links but it didnt work<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10737">Anahel</a> — Sat Jul 04, 2009 5:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ipbegg]]></name></author>
		<updated>2009-07-04T14:21:23-04:00</updated>

		<published>2009-07-04T14:21:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89439#p89439</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89439#p89439"/>
		<title type="html"><![CDATA[Invision Power Board any1?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89439#p89439"><![CDATA[
Wow man i thought u forgot about me! I'm so looking froward.<br><br><br>Have a nice weekend mate!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10711">ipbegg</a> — Sat Jul 04, 2009 2:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2009-07-04T14:07:55-04:00</updated>

		<published>2009-07-04T14:07:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89438#p89438</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89438#p89438"/>
		<title type="html"><![CDATA[Invision Power Board any1?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89438#p89438"><![CDATA[
<blockquote class="uncited"><div>is it possibe to change the script to work with Upercase characters? becasue :<br><div class="codebox"><p>Code: </p><pre><code>&lt;@mlody&gt; !u v Z&lt;~Nekomimi&gt; Cannot complete your search request, "v Z" not found.</code></pre></div>but:<br><div class="codebox"><p>Code: </p><pre><code>&lt;tomek&gt; !u v z&lt;~Nekomimi&gt; Ookamireunion for v Z (Wiek Nieznany lat/Miejsce zamieszkania nieznane) in Newbie | Dołączył: 09.3.09 | Lokalny Czas: 04.7.2009, 00:06 | Ostatnio Widziany: Dziś, 23:00 | Płeć Nie Ustawiona | 5 wypowiedzi (0.04 na dzień) | Wyświetleń Profilu: 13 @ http://forum.ookamireunion.pl/index.php?showuser=43</code></pre></div></div></blockquote>Change:<div class="codebox"><p>Code: </p><pre><code>      # fetch the html      set html [fetch_html $input 1]}</code></pre></div>To this:<div class="codebox"><p>Code: </p><pre><code>      # fetch the html      set html [fetch_html [string tolower $input] 1]</code></pre></div>@ipbegg, I will correct the script to work with more invision power board versions shortly. This will allow it to scrape information from those forums as well.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Sat Jul 04, 2009 2:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ipbegg]]></name></author>
		<updated>2009-07-04T11:07:50-04:00</updated>

		<published>2009-07-04T11:07:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89419#p89419</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89419#p89419"/>
		<title type="html"><![CDATA[Invision Power Board any1?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89419#p89419"><![CDATA[
Anahel, where could i download this script?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_eek.gif" width="15" height="15" alt=":shock:" title="Shocked"> ohh i didnt noticed its Incith:Forum v1.0 nvm then.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10711">ipbegg</a> — Sat Jul 04, 2009 11:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anahel]]></name></author>
		<updated>2009-07-03T18:25:55-04:00</updated>

		<published>2009-07-03T18:25:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89410#p89410</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89410#p89410"/>
		<title type="html"><![CDATA[Invision Power Board any1?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89410#p89410"><![CDATA[
is it possibe to change the script to work with Upercase characters? becasue :<br><div class="codebox"><p>Code: </p><pre><code>&lt;@mlody&gt; !u v Z&lt;~Nekomimi&gt; Cannot complete your search request, "v Z" not found.</code></pre></div>but:<br><div class="codebox"><p>Code: </p><pre><code>&lt;tomek&gt; !u v z&lt;~Nekomimi&gt; Ookamireunion for v Z (Wiek Nieznany lat/Miejsce zamieszkania nieznane) in Newbie | Dołączył: 09.3.09 | Lokalny Czas: 04.7.2009, 00:06 | Ostatnio Widziany: Dziś, 23:00 | Płeć Nie Ustawiona | 5 wypowiedzi (0.04 na dzień) | Wyświetleń Profilu: 13 @ http://forum.ookamireunion.pl/index.php?showuser=43</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10737">Anahel</a> — Fri Jul 03, 2009 6:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ipbegg]]></name></author>
		<updated>2009-06-19T20:12:10-04:00</updated>

		<published>2009-06-19T20:12:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89265#p89265</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89265#p89265"/>
		<title type="html"><![CDATA[Invision Power Board any1?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89265#p89265"><![CDATA[
hey, the message has been sent via PM.  <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=10711">ipbegg</a> — Fri Jun 19, 2009 8:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fire-Fox]]></name></author>
		<updated>2009-06-19T19:35:54-04:00</updated>

		<published>2009-06-19T19:35:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89264#p89264</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89264#p89264"/>
		<title type="html"><![CDATA[Invision Power Board any1?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89264#p89264"><![CDATA[
Can you help me to?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8230">Fire-Fox</a> — Fri Jun 19, 2009 7:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2009-06-19T19:30:43-04:00</updated>

		<published>2009-06-19T19:30:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89263#p89263</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89263#p89263"/>
		<title type="html"><![CDATA[Invision Power Board any1?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89263#p89263"><![CDATA[
<blockquote class="uncited"><div>21:17:00 &lt;me&gt; !f Pensive<br>21:17:02 &lt;BOT&gt; Cannot complete your search request, "Pensive" not found.<br><br>dcc:<br><br>[21:23] Tcl error [incith::forum::private_message]: can't read "forum_nick": no such variable<br><br><br>What seems to be the problem?</div></blockquote>What version of ipb? Better yet send me the name of the site/url of the forum you'd like it to work with via private message through this forum. I can fix the regular expressions (regexps) which do the scraping/parsing and get them working for your site as well. The script itself is merely proof of concept that a php/tcl handshake isn't entirely necessary to get the information you desire. It can be done in pure tcl if "guest" access to the search/user php pages are allowed.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Fri Jun 19, 2009 7:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fire-Fox]]></name></author>
		<updated>2009-06-19T15:34:38-04:00</updated>

		<published>2009-06-19T15:34:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89260#p89260</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89260#p89260"/>
		<title type="html"><![CDATA[Invision Power Board any1?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89260#p89260"><![CDATA[
Maybe you need to change the variable, according to your site, lets say<br><br>for phpbb forum <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>i would try to change forum_nick to username in the tcl script <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=8230">Fire-Fox</a> — Fri Jun 19, 2009 3:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ipbegg]]></name></author>
		<updated>2009-06-19T15:23:55-04:00</updated>

		<published>2009-06-19T15:23:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89259#p89259</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89259#p89259"/>
		<title type="html"><![CDATA[Invision Power Board any1?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89259#p89259"><![CDATA[
21:17:00 &lt;me&gt; !f Pensive<br>21:17:02 &lt;BOT&gt; Cannot complete your search request, "Pensive" not found.<br><br>dcc:<br><br>[21:23] Tcl error [incith::forum::private_message]: can't read "forum_nick": no such variable<br><br><br>What seems to be the problem?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10711">ipbegg</a> — Fri Jun 19, 2009 3:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fire-Fox]]></name></author>
		<updated>2009-06-19T14:12:29-04:00</updated>

		<published>2009-06-19T14:12:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89258#p89258</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89258#p89258"/>
		<title type="html"><![CDATA[Invision Power Board any1?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89258#p89258"><![CDATA[
How will it look if it's phpbb forum ?<br><br>like this or: <br><br>    # Enter the EXACT URL of the forum search page leaving the name field empty<br>    variable forumsearch "<a href="http://support-forum.dk/search.php" class="postlink">http://support-forum.dk/search.php</a>"<br><br>    # Enter the EXACT URL of the forum showuser page again, leaving field empty<br>    variable forumuser "<a href="http://support-forum.dk/profile.php?mode=viewprofile&amp;u=" class="postlink">http://support-forum.dk/profile.php?mode=viewprofile&amp;u=</a>"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8230">Fire-Fox</a> — Fri Jun 19, 2009 2:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ipbegg]]></name></author>
		<updated>2009-08-11T09:01:53-04:00</updated>

		<published>2009-06-19T08:54:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89255#p89255</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89255#p89255"/>
		<title type="html"><![CDATA[Invision Power Board any1?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89255#p89255"><![CDATA[
what a great post, I'll check it out and I'll let you know guys..asap  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> <br><br>cheers<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10711">ipbegg</a> — Fri Jun 19, 2009 8:54 am</p><hr />
]]></content>
	</entry>
	</feed>
