| Author |
Message |
Karl Scherer (Karl)
New member Username: Karl
Post Number: 398 Registered: 9-2000
| | Posted on Sunday, March 18, 2012 - 2:17 am: | |
Hi, I remember someone writing that there is a mirror site containing all Z games submitted by users. Can please someone tell me where this is? Thanks a lot |
Gohn Thoo Sooun (Gone2soon)
New member Username: Gone2soon
Post Number: 1 Registered: 5-2012
| | Posted on Saturday, May 19, 2012 - 10:42 pm: | |
If you want to download all the games from this site you can use wget with a batch file like so: ***** getgames.bat ****** @echo off set /a counter=1 :Start if %counter% GTR 2020 GOTO :wget echo http://www.zillions-of-games.com/cgi-bin/zilligames/submissions.cgi?do=download;id=%counter% >> list.txt set /a counter+=1 goto :Start :wget wget -b -a log.txt -i list.txt -t 3 --wait=2 --waitretry=2 --referer=http://www.zillions-of-games.com/cgi-bin/zilligames/submissions.cgi ************************* wget is easily found online. I don't think you need all those options, but that worked for me. the batch file needs command extensions enabled to be able to increment the counter and check if greater than. it should be easy to generate the list file in any scripting language. Also, there are several programs designed specifically to download a consecutive sequence of URLs. |
Karl Scherer (Karl)
New member Username: Karl
Post Number: 401 Registered: 9-2000
| | Posted on Thursday, August 23, 2012 - 9:52 am: | |
That does not answer my question. I wanted to know whether someone has a mirror in case the Z page disappears. |
Sam Trenholme (Vktj)
New member Username: Vktj
Post Number: 5 Registered: 7-2013
| | Posted on Tuesday, July 23, 2013 - 10:05 am: | |
Yes, but it's a 2009 mirror of the files: http://microblog.samiam.org/ZoG/ |