Ok cool.
If I replace this in verify.c :
Code: Select all
if((res = http_request("redump.org","/datfile/gc/", zipFile, (1*1024*1024), 0, 0)) > 0) {
by this :
Code: Select all
if((res = http_request("gc-forever.com","/redump/gc/", zipFile, (1*1024*1024), 0, 0)) > 0) {
will it be OK ? Could you manage to get it working server-side ?
I don't understand this part of the function so it will be the easiest way to get it working for me
Or maybe if could just help by rewriting this part of the download function and replacing it by a simple download (no zip, direct dat downloading from a static adress), it will be great too ! For the moment I'm looking to do it myself but it can be long
