<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comentarios en: Peticiones HTTP con Perl</title>
	<atom:link href="http://bicosyes.com/peticiones-http-con-perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://bicosyes.com/peticiones-http-con-perl/</link>
	<description></description>
	<pubDate>Thu, 04 Dec 2008 20:28:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Por: blaxter</title>
		<link>http://bicosyes.com/peticiones-http-con-perl/#comment-409</link>
		<dc:creator>blaxter</dc:creator>
		<pubDate>Fri, 01 Sep 2006 04:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.bicosyes.com/peticiones-http-con-perl/#comment-409</guid>
		<description>omg! se niega a salir xD. Teoricamente con la etiqueta code pilla todo sin excusas que yo sepa :o (he puesto un preview ahora, que hacía falta, si)</description>
		<content:encoded><![CDATA[<p>omg! se niega a salir xD. Teoricamente con la etiqueta code pilla todo sin excusas que yo sepa <img src='http://bicosyes.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> (he puesto un preview ahora, que hacía falta, si)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: TuXeD</title>
		<link>http://bicosyes.com/peticiones-http-con-perl/#comment-408</link>
		<dc:creator>TuXeD</dc:creator>
		<pubDate>Fri, 01 Sep 2006 02:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.bicosyes.com/peticiones-http-con-perl/#comment-408</guid>
		<description>AARG se lo sigue comiendo... pues nada, http://www.php.net/curl</description>
		<content:encoded><![CDATA[<p>AARG se lo sigue comiendo&#8230; pues nada, <a href="http://www.php.net/curl" rel="nofollow">http://www.php.net/curl</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: TuXeD</title>
		<link>http://bicosyes.com/peticiones-http-con-perl/#comment-407</link>
		<dc:creator>TuXeD</dc:creator>
		<pubDate>Fri, 01 Sep 2006 02:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bicosyes.com/peticiones-http-con-perl/#comment-407</guid>
		<description>Joder, no me había dado cuenta que el script entero sigue sin salir :S Le falta un preview a esto jeje

Ahi va ahora con la etiqueta que toca:
&lt;code&gt;
 $valor\n\n\n";
$url="http://172.16.1.2/index.php?level=Nivel_5&#38;vc=\"".$myMatches[1]."\" el siguiente passwd: ".$valor;
echo "Mandare a ".$url."\n\n";
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_POST,true);
curl_setopt($ch,CURLOPT_COOKIE,$sid);
curl_setopt($ch,CURLOPT_POSTFIELDS,"password=".$valor);
$data = curl_exec($ch);
echo $data;

/*
//curl_setopt($ch,
$data=curl_exec($ch);
echo "***** ATTENTION!!! *************\nLa pagina es: \n\n\n".$data;
//$matrix=preg_match("/&#38;vc=\"(%s)\"/",$data);
//print_r($matrix);
curl_close($ch);
*/
?&#62;
&lt;/code&gt;

Espero que ahora sí haya salido bien. Saludos</description>
		<content:encoded><![CDATA[<p>Joder, no me había dado cuenta que el script entero sigue sin salir :S Le falta un preview a esto jeje</p>
<p>Ahi va ahora con la etiqueta que toca:<br />
<code><br />
 $valor\n\n\n";<br />
$url="http://172.16.1.2/index.php?level=Nivel_5&amp;vc=\"".$myMatches[1].&#8221;\&#8221; el siguiente passwd: &#8220;.$valor;<br />
echo &#8220;Mandare a &#8220;.$url.&#8221;\n\n&#8221;;<br />
curl_setopt($ch,CURLOPT_URL,$url);<br />
curl_setopt($ch,CURLOPT_POST,true);<br />
curl_setopt($ch,CURLOPT_COOKIE,$sid);<br />
curl_setopt($ch,CURLOPT_POSTFIELDS,&#8221;password=&#8221;.$valor);<br />
$data = curl_exec($ch);<br />
echo $data;</p>
<p>/*<br />
//curl_setopt($ch,<br />
$data=curl_exec($ch);<br />
echo &#8220;***** ATTENTION!!! *************\nLa pagina es: \n\n\n&#8221;.$data;<br />
//$matrix=preg_match(&#8221;/&amp;vc=\&#8221;(%s)\&#8221;/&#8221;,$data);<br />
//print_r($matrix);<br />
curl_close($ch);<br />
*/<br />
?&gt;<br />
</code></p>
<p>Espero que ahora sí haya salido bien. Saludos</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: TuXeD</title>
		<link>http://bicosyes.com/peticiones-http-con-perl/#comment-406</link>
		<dc:creator>TuXeD</dc:creator>
		<pubDate>Fri, 01 Sep 2006 02:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.bicosyes.com/peticiones-http-con-perl/#comment-406</guid>
		<description>Juas, no habia leido lo de las etiquetas xD

Demasiado acostumbrado al BBCode estoy ... la próxima vez seguro que lo pongo jeje

Saludos</description>
		<content:encoded><![CDATA[<p>Juas, no habia leido lo de las etiquetas xD</p>
<p>Demasiado acostumbrado al BBCode estoy &#8230; la próxima vez seguro que lo pongo jeje</p>
<p>Saludos</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: blaxter</title>
		<link>http://bicosyes.com/peticiones-http-con-perl/#comment-405</link>
		<dc:creator>blaxter</dc:creator>
		<pubDate>Fri, 01 Sep 2006 02:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.bicosyes.com/peticiones-http-con-perl/#comment-405</guid>
		<description>172.16.1.2!! había conseguido olvidarme de esa ip! ahora ya no se me irá de la cabeza de nuevo xD

No conocía esa extensión de php, parece interesante, habrá que echarle un ojo, thx.

pd: para copypastear sin que molesten los tags html y tal en vez de [code] usa &#60;code&#62; :)</description>
		<content:encoded><![CDATA[<p>172.16.1.2!! había conseguido olvidarme de esa ip! ahora ya no se me irá de la cabeza de nuevo xD</p>
<p>No conocía esa extensión de php, parece interesante, habrá que echarle un ojo, thx.</p>
<p>pd: para copypastear sin que molesten los tags html y tal en vez de [code] usa &lt;code&gt; <img src='http://bicosyes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: TuXeD</title>
		<link>http://bicosyes.com/peticiones-http-con-perl/#comment-404</link>
		<dc:creator>TuXeD</dc:creator>
		<pubDate>Fri, 01 Sep 2006 01:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.bicosyes.com/peticiones-http-con-perl/#comment-404</guid>
		<description>Me he colado en el código, no está completo :S Esta vez creo que sí va bien

Aquí va, por si interesa a alguien:


 $valor\n\n\n";
$url="http://172.16.1.2/index.php?level=Nivel_5&#38;vc=\"".$myMatches[1]."\" el siguiente passwd: ".$valor;
echo "Mandare a ".$url."\n\n";
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_POST,true);
curl_setopt($ch,CURLOPT_COOKIE,$sid);
curl_setopt($ch,CURLOPT_POSTFIELDS,"password=".$valor);
$data = curl_exec($ch);
echo $data;

/*
//curl_setopt($ch,
$data=curl_exec($ch);
echo "***** ATTENTION!!! *************\nLa pagina es: \n\n\n".$data;
//$matrix=preg_match("/&#38;vc=\"(%s)\"/",$data);
//print_r($matrix);
curl_close($ch);
*/
?&#62;</description>
		<content:encoded><![CDATA[<p>Me he colado en el código, no está completo :S Esta vez creo que sí va bien</p>
<p>Aquí va, por si interesa a alguien:</p>
<p> $valor\n\n\n&#8221;;<br />
$url=&#8221;http://172.16.1.2/index.php?level=Nivel_5&amp;vc=\&#8221;".$myMatches[1].&#8221;\&#8221; el siguiente passwd: &#8220;.$valor;<br />
echo &#8220;Mandare a &#8220;.$url.&#8221;\n\n&#8221;;<br />
curl_setopt($ch,CURLOPT_URL,$url);<br />
curl_setopt($ch,CURLOPT_POST,true);<br />
curl_setopt($ch,CURLOPT_COOKIE,$sid);<br />
curl_setopt($ch,CURLOPT_POSTFIELDS,&#8221;password=&#8221;.$valor);<br />
$data = curl_exec($ch);<br />
echo $data;</p>
<p>/*<br />
//curl_setopt($ch,<br />
$data=curl_exec($ch);<br />
echo &#8220;***** ATTENTION!!! *************\nLa pagina es: \n\n\n&#8221;.$data;<br />
//$matrix=preg_match(&#8221;/&amp;vc=\&#8221;(%s)\&#8221;/&#8221;,$data);<br />
//print_r($matrix);<br />
curl_close($ch);<br />
*/<br />
?&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
