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

	<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>2002-01-21T11:03:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-21T11:03:00-04:00</updated>

		<published>2002-01-21T11:03:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3932#p3932</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3932#p3932"/>
		<title type="html"><![CDATA[I need help with a search script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3932#p3932"><![CDATA[
<blockquote class="uncited"><div>On 2002-01-21 03:03, stdragon wrote:<br>You didn't include very much information... how do you expect anybody to help you if they don't know what to do? </div></blockquote>Sorry, I'll try to be more exact.<br><blockquote class="uncited"><div>First of all, what file? You never give it a name or anything, how is the bot supposed to download it? </div></blockquote>file.html for example<br><blockquote class="uncited"><div>By "the internet" do you mean http, ftp, email, news, napster, freenet, dcc transfer... or some other protocol? </div></blockquote>http, forgot to add that.<br><br><blockquote class="uncited"><div>What is in the file? Is it an xml document? Is it just one field per line? Is it html that needs to be filtered? In other words, what is the structure of the file? That has to be known before the bot can search through it.</div></blockquote>The file looks like this:<br><div class="codebox"><p>Code: </p><pre><code>&lt;tr&gt;&lt;td&gt;&lt;a href="ftp://some.server.ee:21/incoming/101 va - dj networx vol 9 cd1.mp3"&gt;101 va - dj networx vol 9 cd1.mp3&lt;/a&gt; &lt;/td&gt;&lt;td align="right"&gt;96,028,800 &lt;/td&gt;&lt;td&gt;    13:43 &lt;/td&gt;&lt;td align="right"&gt;   21 &lt;/td&gt;&lt;td&gt;  Jan &lt;/td&gt;&lt;td&gt;  2002&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href="ftp://some.server.ee:21/incoming/Stronghold-CLASS-Eclipse.r02"&gt;Stronghold-CLASS-Eclipse.r02&lt;/a&gt; &lt;/td&gt;&lt;td align="right"&gt;15,000,000 &lt;/td&gt;&lt;td&gt;    13:35 &lt;/td&gt;&lt;td align="right"&gt;   21 &lt;/td&gt;&lt;td&gt;  Jan &lt;/td&gt;&lt;td&gt;  2002&lt;/td&gt;&lt;/tr&gt;</code></pre></div><blockquote class="uncited"><div>What system does your bot run on? Does it have tools like wget and ncftp, or does it have to all be in Tcl?</div></blockquote>Bots runs on Redhat Linux, wget is available.<br><br>What I would like the bot to do is to search the downloaded file for matches in file names and if it finds a match then display it. <br>Hope this clears it up a bit.<p>Statistics: Posted by Guest — Mon Jan 21, 2002 11:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-01-21T06:03:00-04:00</updated>

		<published>2002-01-21T06:03:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3930#p3930</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3930#p3930"/>
		<title type="html"><![CDATA[I need help with a search script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3930#p3930"><![CDATA[
You didn't include very much information... how do you expect anybody to help you if they don't know what to do?<br><br>First of all, what file? You never give it a name or anything, how is the bot supposed to download it?<br><br>By "the internet" do you mean http, ftp, email, news, napster, freenet, dcc transfer... or some other protocol?<br><br>What is in the file? Is it an xml document? Is it just one field per line? Is it html that needs to be filtered? In other words, what is the structure of the file? That has to be known before the bot can search through it.<br><br>What system does your bot run on? Does it have tools like wget and ncftp, or does it have to all be in Tcl?<br><br>Anyway, those are some really basic questions that you should answer.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Mon Jan 21, 2002 6:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-20T19:37:00-04:00</updated>

		<published>2002-01-20T19:37:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3910#p3910</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3910#p3910"/>
		<title type="html"><![CDATA[I need help with a search script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3910#p3910"><![CDATA[
The basic idea is this that the bot should download a file from the internet.<br>Then when someone types !search string it searches the file and displays the results matching the string.<br><br>Thx in advance <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":grin:" title="Very Happy"><p>Statistics: Posted by Guest — Sun Jan 20, 2002 7:37 pm</p><hr />
]]></content>
	</entry>
	</feed>
