Very simple and short PHP-Shell script
You have a simple webhosting without ssh-shell login. Ie. you have to download wordpress first unzip it and upload to your server. But with shell terminal you can do it with two lines of commands. Why not use PHP as shell client?
<?php $cmd = $_POST[cmd]; echo "". shell_exec( $cmd ); echo " $cmd
";
Similar entries
- Repair all mysql databases-tables with PHP
- Upload multiple images with PHP
- need help for customizing PHP-grep files search
- Backup all MySQL databases automagicly with the PHP admin script
- Search in text files recursively with PHP - Grep
- Check password strength / safety with PHP and Regex
- Free Web-Hosting with PHP-MYSQL, FTP and no-ads
- A small login to add to top of online testing scripts
- Web2 style secure & flexible free php contact form with easy setup
- Smart Multi-Uploader and Thumbnail Creator from GIF/ JPEG/ PNG with PHP
- Redirect a query to multiple search engines with one form and javascript
- How to recursively create md5 and sha1 sum of your files.
- E: Sub-process /usr/bin/dpkg returned an error code (1)
- What does a Webdesigner need: Tools and Knowledge List
- Simple Hello World Module for Drupal 6
- Let your visitors run Drupal cron for you
- XP like "Show Desktop Icon" for Windows7
- Configure phpMyAdmin to login automagicly without prompted for username and password
- How to compress/backup just ascii-text files with linux tar

Post new comment