// System
var RSPage = {};
var system = {};
var aUploads = [];
var arrUploadObj = [];
system["oldHash"] = "";
system["apiurl"] = "https://api.rapidshare.com/cgi-bin/rsapi.cgi?sub=";
system["drag"] = {};
system["user"] = {"settings": {}, "settingsloaded": false, "settingsloading": false};
system["onlogin"] = null;
system["onlogout"] = null;
system["cache"] = {};
system["params"] = null;
system["packages"] = {};
system["packages"][1] = {"rapids": 500, "price": 5.99};
system["packages"][2] = {"rapids": 1000, "price": 9.95};
system["packages"][3] = {"rapids": 2000, "price": 19.90};
system["packages"][4] = {"rapids": 6000, "price": 59.70};
system["packages"][5] = {"rapids": 20000, "price": 199.00};
system["trafficPricing"] = {"gbprice": 280/100, "min": 50, "max": 1000, "step": 50}; // 280 Rapids je 100GB
system["RapidProPricing"] = {"single": 495, "year":5499 };
system["tips"] = {};
system["tips_ref"] = {};
system["errors"] = {}; //used by checkresponse - could be overwritten by each page
system["mp3listname"] = "rsmp3playlist";
system["mp3list"] = null; //filled on first reaction
system["bookmarklist"] = null;
system["bookmarklistname"] = "rsbookmarks";
system["filechache4playlist"] = null;
system["regex-rsurl"] = /https?:\/\/rapidshare\.com\/files\/(\d+)\/([\w\_\-]*)([\.\w+^\s]*)/gi;
system["referer"] = "";
system["hFileuploader"] = null;
//flashvideos
system["helpflv"] = {
"home_howto":{"de":"http://rapidshare.com/files/441068725/how_to_DE_updated_20101231_keyframes.flv",
"en":"http://rapidshare.com/files/441069391/how_to_EN_final_keyframes.flv"}
http://nopaste.me/paste/4d55e63a578e8
Quelle : http://twitter.com/#!/_schattenbaum