Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': <?php set_time_limit(300); require_once 'torrent.php'; //Url de votre install de sickrage $sickrage_server = "https://myserver.com:1000"; $sickrage_login = "mylogin"; $sickrage_password = "mypass"; //Url du script $script_url = "https://myserver.com/btn.php"; //API KEY DE BTN $apikey = 'xxxxxxxx'; $show_id = 0; if(isset($_GET["tvdb"]) || isset($_GET["tvrage"])){ if(isset($_GET["tvdb"])) $show_id =@$_GET["tvdb"]*1; els Source: http://pastebin.com/raw.php?i=N7E8wqgh
↧