Post Reply 
RapidShare (moved into "Website Customization")...
Mar. 04, 2012, 12:25 PM
Post: #16
RE: RapidShare (renamed from "proxcerts/certs")...
odd... still not working for me...

IE8, WinXP...
but i also tested in Opera 11.61, build 1250, Win32, WinXP - didn't work there either...
and also tested in Pale Moon 3.6.30, essentially the same as Firefox 3.6 - didn't work there either...

hmm, perhaps it's a WinXP issue?
i'll tweak around with the "test5", WinXP must be sent different code, that's all i can figure, the two IF's are not being removed...


the code RapidShare is sending me is
Code:
var bStartPage = true;//auf https wechseln
    if(!location.protocol.match("https")) {
        bStartPage = false;
        location.href = location.href.replace("http://","https://");
    }
    //  Korrekte Domain?
    if(!location.hostname.match("rapidshare.com")) {
        bStartPage = false;
        location.hostname = "rapidshare.com";
    }

so it seems they are sending me "commented code" and sending you uncommented code...
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: proxcerts/certs... - JJoe - Feb. 11, 2012, 08:47 PM
RE: proxcerts/certs... - ProxRocks - Feb. 11, 2012, 09:07 PM
RE: proxcerts/certs... - ProxRocks - Feb. 12, 2012, 12:47 AM
RE: proxcerts/certs... - JJoe - Feb. 12, 2012, 03:54 PM
RE: proxcerts/certs... - ProxRocks - Feb. 12, 2012, 04:58 PM
RE: RapidShare (renamed from "proxcerts/certs")... - ProxRocks - Mar. 04, 2012 12:25 PM

Forum Jump: