Detected 4 occurrence(s) of ‘\s+(system|popen|shellexec|exec).*\$(_GET|_POST|_COOKIE|_REQUEST|HTTP_POST_VARS)’: . $SQLCheckKey -> execute(array(':key' => $_POST['API'])); $keyCount = $SQLCheckKey -> fetchColumn(0); $keyInfo = $odb -> prepare("SELECT * FROM `API` WHERE `apikey` = :key"); $keyInfo -> execute(array(':key' => $_POST['API'])); $ArrayInfo = $keyInfo -> fetch(PDO::FETCH_ASSOC); $currentApi = $ArrayInfo['apikey']; $currentBoot = $ArrayInfo['secondes']; //Maximum de secondes. $currentConc = $ArrayInfo['concurrents'] - 1; // Maximum de […]
↧