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

	<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>2011-06-22T12:40:20-04:00</updated>

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

		<entry>
		<author><name><![CDATA[yelow79]]></name></author>
		<updated>2011-06-22T12:40:20-04:00</updated>

		<published>2011-06-22T12:40:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97071#p97071</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97071#p97071"/>
		<title type="html"><![CDATA[using wget to download scripts from here]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97071#p97071"><![CDATA[
I'm sorry if I came across as if I thought there was anything wrong with the site. I knew that the error was something that I didn't know about the wget command. I searched (google is my best friend and biggest helper) and read the help but found nothing mentioning what you just said. Thank you very  much.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11701">yelow79</a> — Wed Jun 22, 2011 12:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2011-06-22T12:29:58-04:00</updated>

		<published>2011-06-22T12:29:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97070#p97070</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97070#p97070"/>
		<title type="html"><![CDATA[using wget to download scripts from here]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97070#p97070"><![CDATA[
It's not a problem with the egghelp.org site, but with your command line.<br>Your shell treats the ampersand (&amp;) in the url as the "run-in-background" operator, thus the URL-parameter wget sees is actually <a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download" class="postlink">http://www.egghelp.org/cgi-bin/tcl_arch ... e=download</a> - not <a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=1429" class="postlink">http://www.egghelp.org/cgi-bin/tcl_arch ... ad&amp;id=1429</a><br><br>The fix is to wrap the parameter with '', which prevents bash/ash/csh/etc from interpreting anything within the string (analoguous to {} in tcl)<br><div class="codebox"><p>Code: </p><pre><code>nml375@linux:~$ wget --trust-server-names 'http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=1429'</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed Jun 22, 2011 12:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[yelow79]]></name></author>
		<updated>2011-06-22T07:59:17-04:00</updated>

		<published>2011-06-22T07:59:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97069#p97069</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97069#p97069"/>
		<title type="html"><![CDATA[using wget to download scripts from here]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97069#p97069"><![CDATA[
I am having trouble using wget to download the scripts offered here. here is an example of how I have been using wget<blockquote class="uncited"><div>Radio@V-1460:~/scripts$ wget --trust-server-names <a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=1429" class="postlink">http://www.egghelp.org/cgi-bin/tcl_arch ... ad&amp;id=1429</a><br>[1] 10136<br>Radio@V-1460:~/scripts$ --2011-06-22 10:45:43--  <a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download" class="postlink">http://www.egghelp.org/cgi-bin/tcl_arch ... e=download</a><br>Resolving <a href="http://www.egghelp.org" class="postlink">www.egghelp.org</a>... 199.187.125.67<br>Connecting to www.egghelp.org|199.187.125.67|:80... connected.<br>HTTP request sent, awaiting response... 302 Found<br>Location: <a href="http://www.egghelp.org/tclhtml/3478-4-0-0-1.htm" class="postlink">http://www.egghelp.org/tclhtml/3478-4-0-0-1.htm</a> [following]<br>--2011-06-22 10:45:43--  <a href="http://www.egghelp.org/tclhtml/3478-4-0-0-1.htm" class="postlink">http://www.egghelp.org/tclhtml/3478-4-0-0-1.htm</a><br>Reusing existing connection to <a href="http://www.egghelp.org:80" class="postlink">www.egghelp.org:80</a>.<br>HTTP request sent, awaiting response... 200 OK<br>Length: unspecified [text/html]<br>Saving to: `3478-4-0-0-1.htm'<br><br>    [ &lt;=&gt;                                                                                ] 29,716      --.-K/s   in 0.07s<br><br>2011-06-22 10:45:44 (390 KB/s) - `3478-4-0-0-1.htm' saved [29716]</div></blockquote>Now obviously that is not what I was wanting to download. I have also tried just using wget with that url and that didn't produce any better results. <br><br>The file I am trying to download is shoutcast.tar.gz it is a shoutcast advert script written by Sm0ke0ut, found on this page <a href="http://www.egghelp.org/tclhtml/3478-4-0-0-1-shoutcast.htm" class="postlink">http://www.egghelp.org/tclhtml/3478-4-0 ... utcast.htm</a><br><br>Thank you in advance for any and all help<br>yelow79<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11701">yelow79</a> — Wed Jun 22, 2011 7:59 am</p><hr />
]]></content>
	</entry>
	</feed>
