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

	<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>2005-03-04T12:30:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2005-03-04T12:30:18-04:00</updated>

		<published>2005-03-04T12:30:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47165#p47165</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47165#p47165"/>
		<title type="html"><![CDATA[Grab info from passwd protected page (cookies/php)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47165#p47165"><![CDATA[
You didn't say what kind of password protection. You need to add the approptiate headers using the -headers option (not -query)<br><a href="http://tcl.tk/man/tcl8.5/TclCmd/http.htm#M19" class="postlink">http://tcl.tk/man/tcl8.5/TclCmd/http.htm#M19</a><br><a href="http://wiki.tcl.tk/3828" class="postlink">http://wiki.tcl.tk/3828</a><br><a href="http://wiki.tcl.tk/6087" class="postlink">http://wiki.tcl.tk/6087</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Fri Mar 04, 2005 12:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nidoh]]></name></author>
		<updated>2005-03-04T12:24:43-04:00</updated>

		<published>2005-03-04T12:24:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47164#p47164</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47164#p47164"/>
		<title type="html"><![CDATA[Grab info from passwd protected page (cookies/php)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47164#p47164"><![CDATA[
Not much.<br><br>I am not a scripting god or anything and certainly cant write one from the specs of the protocol <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=6032">nidoh</a> — Fri Mar 04, 2005 12:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-03-04T10:41:00-04:00</updated>

		<published>2005-03-04T10:41:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47163#p47163</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47163#p47163"/>
		<title type="html"><![CDATA[Grab info from passwd protected page (cookies/php)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47163#p47163"><![CDATA[
<a href="http://www.w3.org/Protocols/rfc2109/rfc2109" class="postlink">http://www.w3.org/Protocols/rfc2109/rfc2109</a><br><br>On this page the cookie management is defined, maybe it helps you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Fri Mar 04, 2005 10:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nidoh]]></name></author>
		<updated>2005-03-04T10:05:56-04:00</updated>

		<published>2005-03-04T10:05:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47162#p47162</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47162#p47162"/>
		<title type="html"><![CDATA[Grab info from passwd protected page (cookies/php)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47162#p47162"><![CDATA[
Please help i am going a bit mad with this <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>I have a bot, with this bot I can quite happily go out and grab web pages and format them as i choose.<br><br>However the site I really want to get information from uses a cookie system to access each page. What i basically want to do is how do i send a cookie login information from my script?<br><br>Here is what i have been trying...<br><br> set login [::http::formatQuery uid=1322 pass=9b11466dd5d0253533da7d ]<br><br> set tok2 [::http::geturl <a href="http://www.X.com/userlist.php" class="postlink">http://www.X.com/userlist.php</a> -query $login]<br><br>This returns nothing <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>if i take away the -query and use a non passworded page, script works fine.<br><br><br>I have been searching for long time now and cant find anything to help me.<br><br><br>Thanks in advance<br><br><br>Nidoh<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6032">nidoh</a> — Fri Mar 04, 2005 10:05 am</p><hr />
]]></content>
	</entry>
	</feed>
