Posts

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

Find Your Laptop or Computer Serial Number (No Software Needed)

Image
Assalam-u-Alikum Friends, Everyone knows that every Computer System have Serial Number. That Number Mostly required when you need some Technical-Support. That number is usually mentioned on a sticker below the laptop or backside of Computer system but in case you Lost that sticker or low visibility issue then what will you do ????? Don't worry every Problem have a Solution. Just Follow the Following Steps to cope with this problem : ⇉ Open cmd (Start -> Run -> Type cmd -> Press  Enter ) ⇉   Type the below command in cmd wmic bios get serialnumber Screenshot: ⇉   That’s it !!!! Enjoy 😉😉😉

Create Your Own Time Teller (No Software Needed)

Image
Assalam-u-Alikum Friends, The aim of this post to teaching you an awesome trick which is creating a Time Teller . Interesting is it ? Lets start, Following Steps   are included First thing is Goto Start Menu type " Notepad "  and press Enter Key. Screen Shot : Copy the following code and paste it in Notepad. Set Sapi = Wscript.CreateObject("SAPI.SpVoice") Sapi.speak "Hello Welcome to Time Teller." Sapi.speak "Today date is." Sapi.speak day(date) Sapi.speak monthname(month(date)) Sapi.speak year(date) Sapi.speak "and the currently time is" if hour(time) > 12 then Sapi.speak hour(time)-12 else if hour(time) = 0 then Sapi.speak "12" else Sapi.speak hour(time) end if end if if minute(time) < 10 then Sapi.speak "o" if minute(time) < 1 then Sapi.speak "clock" else Sapi.speak minute(time) end if else Sapi.speak minute(time)

Hide Text Behind the Image (No Software or Script Needed)

Image
Assalam-u-Alikum Friends, That is a Simple trick using Command Prompt (cmd) and a simple COPY command that trick will be helpful for you. Just Follow the Following Steps : Create a folder Copy an image and the text file (File which hold the text that you want to hide). Desktop is preferred path. See the Screenshot Now your desktop or folder should contain an Image File and text File (.txt file).  where, Image.jpg - Image file   Data.txt - Text file Open Command Prompt from Start Menu or (Window + r) and type RUN. Then type cd desktop to change the cmd location to desktop or cd (Path of folder that have image and text file ). See the Screenshot Now type the below code in cmd copy /b image.jpg + data.txt output.jpg where output.jpg is the destination image file name See the Screenshot Now open the image named output.jpg that newly created in the folder or your desktop. It is looks like a normal image. Now you

Hacking Book Collection 2018 (Free Download)

Image
A quick introduction to Ethical Hacking I discovered that Link which basically belongs to "ethicalhackx" Click Here to Get Hacking Books :  Hacking Books

Hotel Management System (Full Project)

Image
This Package include Following files and folder : Folders: assets css fonts js images Files: about.php dbConnection.php department.php dvalidate.php employees.php footer.php header.php index.php login.php login_validate.php logout.php mainpage.php modalautocome.php restaurant.php rooms.php rvalidate.php signup.php svalidate.php Screen Shots: Download full project's .zip file From Below Link ☺  DOWNLOAD  ☺