| 
 | 
 
 
1, use netstat -antp to find port and the process 
2,use ps -aux to find the task's owner 
3,use ps -auxf to see the tree view of task 
4,use kill -9 taskid to kill the task by command 
5,set disable_function = system, proc_open, proc_close, popen, passthru, shell_exec, dl, show_source, highlight_file, pcntl_exec in php.ini config 
6,apache log find hack scan :/phpmyadmin/scripts/setup.php HTTP/1.1" 200 14550 "-" "Toata dragostea mea pentru iEdi" 
7, update phpmyadmin version or rename setup.php script name 
 |   
 
 
 
 |