Thanks , I got it . I only have just one other question . Where do I get the cookie hash value from ? I've searched on google but I can't seem to find them .
Printable View
Thanks , I got it . I only have just one other question . Where do I get the cookie hash value from ? I've searched on google but I can't seem to find them .
Never knew about this trick .Thank you. Will give it a try soon.
And how the hell do you use these supposed cookies?.
I can't link to the sites that offer cookies because they often do other stuff of, uh, dubious legality, but a Google search does get you their URL. Just look for "Fileserve cookies".
Read the thread.
So can you do the same with with MU or RS?.
Or does FS just have weak security?.
It's possible for many (but not all) hosters. MU and RS are also among them.
from what i know filserve cookies works well just google it :)
paste script into address bar,hit enter and you'll be asked to inject your cookie and that's it.
Megaupload:
Fileserve:Code:javascript:hf="http://www.megaupload.com/";if(location.href.indexOf("www.megaupload.com")==-1){g=confirm("Make%20sure%20if%20you%20are%20on%20Megaupload%20page,%20click%20OK%20to%20direc t-to%20Megaupload%20now!");if(g)location.href=hf;void(0);}else{c=prompt("Insert%20your%20Megaupload%20Cookie","cookie%20Megaupload");if(c){r=confirm("Rememeber%20this%20cookie?");d=new%20Date();nd=new%20Date(d.getFullYear()+1,2,11);void(document.cookie="user="+c+";domain=.megaupload.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}
Hotfile:Code:javascript:hf="http://www.fileserve.com/";if(location.href.indexOf("www.fileserve.com")==-1){g=confirm("Make%20sure%20if%20you%20are%20on%20fileserve%20page,%20click%20OK%20to%20direct -to%20fileserve%20now!");if(g)location.href=hf;void(0);}else{c=prompt("Insert%20your%20fileserve%20Cookie","cookie%20fileserve");if(c){r=confirm("Remember%20this%20cookie?");d=new%20Date();nd=new%20Date(d.getFullYear()+1,2,11);void(document.cookie="cookie="+c+";domain=.fileserve.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}
Rapidshare:Code:javascript:hf="http://hotfile.com/";if(location.href.indexOf("http://hotfile.com")==-1){g=confirm("Make%20sure%20if%20you%20are%20on%20Hotfile%20page,%20click%20OK%20to%20direct-to%20Hotfile%20now!");if(g)location.href=hf;void(0);}else{c=prompt("Insert%20your%20Hotfile%20Cookie","cookie%20hotfile");if(c){r=confirm("Remember%20this%20cookie?");d=new%20Date();nd=new%20Date(d.getFullYear()+1,2,11);void(document.cookie="auth="+c+";domain=.hotfile.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}
Code:javascript:hf="http://rapidshare.com/";if(location.href.indexOf("http://rapidshare.com")==-1){g=confirm("Make%20sure%20if%20you%20are%20on%20RapidShare%20page,%20click%20OK%20to%20direc t-to%20Rapidshare%20now!");if(g)location.href=hf;void(0);}else{c=prompt("Insert%20your%20Rapidshare%20Cookie","cookie%20Rapidshare");if(c){r=confirm("Remember%20this%20cookie?");d=new%20Date();nd=new Date(d.getFullYear()+1,2,11);void(document.cookie="enc="+c+";domain=.rapidshare.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}
I'd just use document.cookie in my address bar to set them... it's not as sophisticated, but it also works.
Hey sez :)