Posts

Showing posts with the label tricky hack

Password Function Using PHP

Image
Assalam u Alikum, Here is PHP script to add UserName and Password Functionality in Your Webpage Using PHP. Here is my Login Page You can design whatever You want. Just ensure Name Attribute is same on both HTML (Input Tag) and PHP script. Thanks... Regards Asad Saleem

Shutdown Your Friend's PC (No Software or Coding Needed)

Image
Shutdown Your Friend's PC – Awesome Trick Assalam-u-Alikum Friends, The purpose of this post to tell you an awesome Trick that shutting down your Friend's Personal System. Note : That POST is only for Study purpose and have no harmful effect on System so be cool . Lets Start our Trick : Just Follow the Following Steps 1. Right Click on Desktop -> New -> Click on “Shortcut”. 2. Type or Copy/Paste the below code in the Shortcut field. %windir%\system32\shutdown.exe -s -t 120 -c "Danger !!! You are Hacked and Files deleting Virus injected in your System " Code Explanation : Basically, that create a shortcut of “ shutdown .exe” file that reside in C:/windows/system32 folder and double quotes have the message that you want to display before shutting down (Note: You can write your own message in double quotes “---your message----”). 3. After typing or copy/pasting code Click the next Button. 4. Now give a name t...