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

	<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>2003-03-29T09:06:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-29T09:06:05-04:00</updated>

		<published>2003-03-29T09:06:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18316#p18316</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18316#p18316"/>
		<title type="html"><![CDATA[replacement in tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18316#p18316"><![CDATA[
This is because you need to URL escape the string.<br><br>Allthough in most cases, webbrowsers seem to post strings with the space in, they don't.<br><br>Take a look at the Tcl provided http package. It will do 2 things for you.<br><br>1: Will likely save you one hell of a time, in writting a download client, when Tcl allready provides one.<br><br>2: Has an escape function allready, and will help you in escapeing the URL.<br><br>The docs for this are located at <a href="http://www.tcl.tk/man/tcl8.3/TclCmd/contents.htm" class="postlink">http://www.tcl.tk/man/tcl8.3/TclCmd/contents.htm</a><br><br>See your Tcvl lib directory for the package.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Mar 29, 2003 9:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-03-28T19:52:05-04:00</updated>

		<published>2003-03-28T19:52:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18307#p18307</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18307#p18307"/>
		<title type="html"><![CDATA[replacement in tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18307#p18307"><![CDATA[
hi all,<br><br>just a question:<br><br>how can i replace this things<br><br>in tcl script i have this<div class="codebox"><p>Code: </p><pre><code>puts $sock "GET http://www.domain.com/test.php?where=$place"</code></pre></div>if i run<br><strong class="text-strong">.whereis New%York</strong> (please notice that <strong class="text-strong">%</strong>)<br>everything running fine.<br><br>but if i try it with<br><strong class="text-strong">.whereis New York</strong> (without <strong class="text-strong">%</strong>)<br><br>bot hangs on..<br><br>can someone help with this little problem.<br><br>thank you in adv.<br><br>cheers<p>Statistics: Posted by Guest — Fri Mar 28, 2003 7:52 pm</p><hr />
]]></content>
	</entry>
	</feed>
