How to use wget for downloading Vibe Streamer

flux

05-09-2009 11:40:07

[code39vy1qlj]~$ cat download_milestone.php
<font color=ff0000>
Notice: Undefined index: HTTP_REFERER in /usr/local/pem/vhosts/129448/webspace/
httpdocs/vibestreamer.com/download_milestone.php on line 4
</font><font color=ff0000>
Warning: Cannot modify header information - headers already sent by (output star
ted at /usr/local/pem/vhosts/129448/webspace/httpdocs/vibestreamer.com/download_
milestone.php:4) in /usr/local/pem/vhosts/129448/webspace/httpdocs/vibestreamer.
com/download_milestone.php on line 9
</font>[/code39vy1qlj]


Here's howto workaround the wget downloading issue. Caused by wget not setting the HTTP_REFERER variable correctly (by default).

Stable v2.x
[code39vy1qlj]wget --referer=http://www.google.com http://www.vibestreamer.com/download_vibestreamer.php[/code39vy1qlj]

Milestone v3.00x
[code39vy1qlj]wget --referer=http://www.google.com http://www.vibestreamer.com/download_milestone.php[/code39vy1qlj]