1.SERVER SETUP
We'll use XAMPP to set up the server.Believe me it is too easy.
Go to xampp home page.Download the available package (installer or zip archive).
Now,follow the instruction given on their site to install the server.Actually installation is just unzipping the archive to a directory.The installation will take just around 2 minute.
2.PHP code
- After installing XAMPP, just open up XAMPP directory.Then you will locate htdocsshutdown. folder.Open that and create a new directory/folder.You can name it anything you want.Suppose the name of the new folder is
- Open the newly created folder shutdown and create a new file with index.php extension.
- Now open up index.php file and place the nice little code if you run windows.
echo 'Shutting down';
exec("shutdown -s -t 30"); //30 means shutdown after 30 seconds
?>
Go to no-ip.com and register a free sub-domain and point it to the the following
and click for freee it will mail you
http://YOUR-IP-ADDRESS/shutdown/
To find out your ip address just visit any site like http://checkmyip.com/.
That's it.Now you visit that link with no-ip subdomain from your mobile phone to shut down the computer.
0 comments:
Post a Comment
my pleasure in helping you