<?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>Commentaires sur : script pour dl.free.fr</title>
	<atom:link href="http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html</link>
	<description>un vrai blog ajax sur le développement web</description>
	<pubDate>Fri, 05 Dec 2008 07:28:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Par : Exeral</title>
		<link>http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-59710</link>
		<dc:creator>Exeral</dc:creator>
		<pubDate>Mon, 12 May 2008 18:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-59710</guid>
		<description>Detax, je ne pense pas que ça soit possible (IP spoofing)
la solution est celle de passer par un proxy: qqun qui a une IP free. soit un pote qui est chez free mais ton DL sera limité a son Upload soit 1M donc c'est nulle, soit par une dedibox, ce qui est vite grillé
en résumé je pense pas que ça soit possible


Sinon ce script serait il intégrable dans http://irodov.nm.ru/wget4web/ cité plus haut
pour pouvoir gerer ça a distance via interface web ??</description>
		<content:encoded><![CDATA[<p>Detax, je ne pense pas que ça soit possible (IP spoofing)<br />
la solution est celle de passer par un proxy: qqun qui a une IP free. soit un pote qui est chez free mais ton DL sera limité a son Upload soit 1M donc c&#8217;est nulle, soit par une dedibox, ce qui est vite grillé<br />
en résumé je pense pas que ça soit possible</p>
<p>Sinon ce script serait il intégrable dans <a href="http://irodov.nm.ru/wget4web/" rel="nofollow">http://irodov.nm.ru/wget4web/</a> cité plus haut<br />
pour pouvoir gerer ça a distance via interface web ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Detax</title>
		<link>http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-55435</link>
		<dc:creator>Detax</dc:creator>
		<pubDate>Wed, 23 Apr 2008 12:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-55435</guid>
		<description>Bonjour,

Merci bcp pour ce script, ca fait maintenant plusieurs moi que je l'utilise et j'en suis très content. Je me demandais juste s'il n'y avait pas un moyen d'y ajouter une fonction pour contourner le bridage de free, en faisant croire aux serveurs free qu'on a une IP free par exemple.

Est ce que ca serait envisageable?</description>
		<content:encoded><![CDATA[<p>Bonjour,</p>
<p>Merci bcp pour ce script, ca fait maintenant plusieurs moi que je l&#8217;utilise et j&#8217;en suis très content. Je me demandais juste s&#8217;il n&#8217;y avait pas un moyen d&#8217;y ajouter une fonction pour contourner le bridage de free, en faisant croire aux serveurs free qu&#8217;on a une IP free par exemple.</p>
<p>Est ce que ca serait envisageable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : cyril</title>
		<link>http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-27240</link>
		<dc:creator>cyril</dc:creator>
		<pubDate>Fri, 22 Feb 2008 18:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-27240</guid>
		<description>voila juste une version qui va cherche les liens dans un fichier nomé "liste.txt" qui doit se trouver dans le meme dossier que le script.
plus pratique pour les gros fichiers decoupé ou pour evité d'etre present devant l'ordinateur car rappelons que pour ceux qui n'on pas free pour FAI, qu'ils enleve leur bridage (debit) vers 3h du matin.

while read line
do 
UA='Opera/9.23 (Windows NT 5.1; U; fr)';
IMG=`wget -q --user-agent="$UA" --save-cookies cookie.txt --output-document=- \
     --keep-session-cookies "$line" &#124; egrep --only-matching "im.pl\\?[^'\"]*"`
wget  -q --user-agent="$UA"  --load-cookies cookie.txt --save-cookies cookie.txt \
     --keep-session-cookies --delete-after http://dl.free.fr/$IMG 
wget -c --user-agent="$UA" --load-cookies cookie.txt $line
rm cookie.txt
done </description>
		<content:encoded><![CDATA[<p>voila juste une version qui va cherche les liens dans un fichier nomé &#8220;liste.txt&#8221; qui doit se trouver dans le meme dossier que le script.<br />
plus pratique pour les gros fichiers decoupé ou pour evité d&#8217;etre present devant l&#8217;ordinateur car rappelons que pour ceux qui n&#8217;on pas free pour FAI, qu&#8217;ils enleve leur bridage (debit) vers 3h du matin.</p>
<p>while read line<br />
do<br />
UA=&#8217;Opera/9.23 (Windows NT 5.1; U; fr)&#8217;;<br />
IMG=`wget -q &#8211;user-agent=&#8221;$UA&#8221; &#8211;save-cookies cookie.txt &#8211;output-document=- \<br />
     &#8211;keep-session-cookies &#8220;$line&#8221; | egrep &#8211;only-matching &#8220;im.pl\\?[^&#8217;\&#8221;]*&#8221;`<br />
wget  -q &#8211;user-agent=&#8221;$UA&#8221;  &#8211;load-cookies cookie.txt &#8211;save-cookies cookie.txt \<br />
     &#8211;keep-session-cookies &#8211;delete-after <a href="http://dl.free.fr/IMG" rel="nofollow">http://dl.free.fr/IMG</a><br />
wget -c &#8211;user-agent=&#8221;$UA&#8221; &#8211;load-cookies cookie.txt $line<br />
rm cookie.txt<br />
done</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : XoraX</title>
		<link>http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-26669</link>
		<dc:creator>XoraX</dc:creator>
		<pubDate>Sat, 16 Feb 2008 02:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-26669</guid>
		<description>dans l'ordre : 
&lt;a href="http://wind-sender.com/" rel="nofollow"&gt;wind-sender.com&lt;/a&gt;
&lt;a href="http://getfirefox.com/" rel="nofollow"&gt;getfirefox.com&lt;/a&gt;
&lt;a href="http://ubuntu.com/" rel="nofollow"&gt;ubuntu.com&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>dans l&#8217;ordre :<br />
<a href="http://wind-sender.com/" rel="nofollow">wind-sender.com</a><br />
<a href="http://getfirefox.com/" rel="nofollow">getfirefox.com</a><br />
<a href="http://ubuntu.com/" rel="nofollow">ubuntu.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : OX</title>
		<link>http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-26668</link>
		<dc:creator>OX</dc:creator>
		<pubDate>Sat, 16 Feb 2008 02:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-26668</guid>
		<description>Je n'ai pas du tout compris comment utiliser ton script... T_T

J'ai téléchargé :
- S4D-tracker.php
- wget 1.10.htm

Quand j'ouvre le .php avec EasyPHP ça m'affiche le code mais rien d'autre et quand j'ouvre le .htm je tombe sur ton site.

Expliquez-moi ce que je dois faire SVP.</description>
		<content:encoded><![CDATA[<p>Je n&#8217;ai pas du tout compris comment utiliser ton script&#8230; T_T</p>
<p>J&#8217;ai téléchargé :<br />
- S4D-tracker.php<br />
- wget 1.10.htm</p>
<p>Quand j&#8217;ouvre le .php avec EasyPHP ça m&#8217;affiche le code mais rien d&#8217;autre et quand j&#8217;ouvre le .htm je tombe sur ton site.</p>
<p>Expliquez-moi ce que je dois faire SVP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Julien</title>
		<link>http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-26126</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Fri, 08 Feb 2008 00:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-26126</guid>
		<description>merci beaucoup!</description>
		<content:encoded><![CDATA[<p>merci beaucoup!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : test</title>
		<link>http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-25914</link>
		<dc:creator>test</dc:creator>
		<pubDate>Mon, 04 Feb 2008 21:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-25914</guid>
		<description>Je viens de tester le script sous windows vista, via l'intermédiaire de cygwin. Il marche parfaitement.</description>
		<content:encoded><![CDATA[<p>Je viens de tester le script sous windows vista, via l&#8217;intermédiaire de cygwin. Il marche parfaitement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : XoraX</title>
		<link>http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-25672</link>
		<dc:creator>XoraX</dc:creator>
		<pubDate>Thu, 31 Jan 2008 20:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-25672</guid>
		<description>putty like sur un debian etch sur une ip non free il y a 10 minutes :
&lt;img class="dashed" src="http://www.xorax.info/blog/wp-content/uploads/2008/01/script-dl-free-auto.jpg" /&gt;

si tu es &lt;strong&gt;sure&lt;/strong&gt; de ne pas avoir une IP free, et que tu est &lt;strong&gt;sure&lt;/strong&gt; d'avoir wget 1.10.1 ou plus alors il y a un problème.
Ce dont je doute. Ce script à été télécharger 1779 fois actuellement.</description>
		<content:encoded><![CDATA[<p>putty like sur un debian etch sur une ip non free il y a 10 minutes :<br />
<img class="dashed" src="http://www.xorax.info/blog/wp-content/uploads/2008/01/script-dl-free-auto.jpg" /></p>
<p>si tu es <strong>sure</strong> de ne pas avoir une IP free, et que tu est <strong>sure</strong> d&#8217;avoir wget 1.10.1 ou plus alors il y a un problème.<br />
Ce dont je doute. Ce script à été télécharger 1779 fois actuellement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Kevin</title>
		<link>http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-25668</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 31 Jan 2008 19:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-25668</guid>
		<description>Ce script a été testé sous windows puis sous linux, pour les internautes n'étant pas chez le fournisseur d'accès free cette manipulation ne fonctionne pas, le fichier à télécharger se télécharge mais s'arréte après quelques secondes autour de 17Ko.</description>
		<content:encoded><![CDATA[<p>Ce script a été testé sous windows puis sous linux, pour les internautes n&#8217;étant pas chez le fournisseur d&#8217;accès free cette manipulation ne fonctionne pas, le fichier à télécharger se télécharge mais s&#8217;arréte après quelques secondes autour de 17Ko.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : parmenion</title>
		<link>http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-25321</link>
		<dc:creator>parmenion</dc:creator>
		<pubDate>Fri, 25 Jan 2008 16:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.xorax.info/blog/news/200-script-dl-free-fr-automatique.html#comment-25321</guid>
		<description>Bonjour,

Je n'ai jamais utilisé Wget ni Opera quelqu'un peut m'expliquer clairement la démarche à suivre?

Merci</description>
		<content:encoded><![CDATA[<p>Bonjour,</p>
<p>Je n&#8217;ai jamais utilisé Wget ni Opera quelqu&#8217;un peut m&#8217;expliquer clairement la démarche à suivre?</p>
<p>Merci</p>
]]></content:encoded>
	</item>
</channel>
</rss>
