ThE LaSt HaCKer

ThE  LaSt  HaCKer
Showing posts with label Hacks. Show all posts
Showing posts with label Hacks. Show all posts

Hide Your Files In An Image


All you need is WinRAR INSTALLED ON Windows XP.

Gather all your files

Now add those files in a RAR Archive
For example Secret.rar

Now copy the RaR file to a folder.
For Example : C:/hidden/

Now copy any image which is in JPEG format to the same folder above.
For Example logo.jpg

Now Open MS-DOS
Start > Run type "cmd" without quotes.

In Dos window something like this should be written
"Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrator>"

to change it to C:/Hidden/
type "cd\" without quotes.
then type "cd hidden" without quotes.

then type this
COPY /b logo.jpg + secret.rar output.jpg

Now you will see a output.jpg in that "C:\Hidden\" folder.
Now only winrar can open it 
 
 

Increase your internet speed by other tricks!

Increase your internet speed by other tricks!
1: go to ur desktop
2: right click on "My computer"
3: den select "properties"
4: den click on "HARDWARE" tab
5: den click "Device manager"
6: now u see a new window(Device manager window)
7: look down now u can see "Ports(COM & LPT)" ...click on it
8:den double click on "Communication Ports"
9: after open u can see a "Communication Port properties"..
10: now go the "Port Setting"
11: and now change ur "Bits per second" to "128000".
12: and "Flow control" change 2 "Hardware".

apply and see the result.........

Browse The Web Using MS Calculator

Now access the internet via your standard Microsoft Calculator using this trick.
You can do this for fun or when your browser is messed up for some unexplainable reason.

Steps:

1. Open your MS Calculator. This is normally found in Start => All Programs => Accessories => Calculator.

2. Open the help-window by pressing the F1 key.

3. Click the top-left corner icon of the help window once (Standard is a Document with a Questionmark).

4. Select 'Jump to URL'.

5. Type your address into the avaliable field, but remember to type http://, and not just www. (or equivalent).

Have fun !!!

Proxy in WIndows

Use Proxies in Windows(working 100%)
Go to control panel
1)phone modem options
2)advanced
3)In Providers, click Microsoft H.323 Telephony Service Provider, and then click Configure.
4)In Configure H.323 Service Provider
5)To specify an H.323 proxy, select the Use H.323 proxy, and then type the server name or IP address for the proxy.

Try google for available proxy IP /servers...
Or
try www.proxy4free.com
this is a easy way of using private proxy with windows... plus its more secure than public CGI ones :D

Image and Copyright protection on your website and blogs. Right Click Disabling

1. Disable Right click:

You can use this little javascript to stop people copying your images. This is not 100% secure becaause they can view the image urls with ‘view > source’ feature of the browser and can copy your images.
Here is the javascript. You have to paste it with in the ‘head’ tags of your html code.

2. .htaccess method:

When you are on Apache server, you can use ‘Rewrite Mode’ on your server. Just ask your web host that your web site has  Rewrite mode enabled or not.
You have to keep a ‘.htaccess’ file in the root directory if you want to protect your entire domain images from hot linking. Or if you want to protect images in one folder you can keep this file in that particular folder.
How to create the ‘.htaccess’ file:
1. Open your Notepad or any text editor.
2. Paste these lines -
Rewriteengine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://yourdomain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.your_other_domain.com/.*$ [NC]
RewriteRule \.(gif|jpg)$ http://www.yourdomain.com/error.gif

Third,fourth and fifth lines are your domain names or domain names that you want to give access to your image files. You can add as many domain names as you want.
Change ‘yourdomain’ to your web site name. You can add or delete file extentions as per your requirement in the last line and replace error.gif with your gif name.
Save this as ‘htaccess.txt’ on your computer.
3. Upload this file by ASCII mode by your FTP software.
4. Rename it as .htaccess.

Using cgi sctipts:

If you don’t have ‘Rewrite Mode’ on your server, you can use CGI scripts to protect your images and variety of files.
Ace Bandwidth Protector: An excellent FREE script! See the demo on the web site.


Web site Protection Tips:

* Step One: Protect folders by robots.txt – Stop search engine robots indexing Your private folders by ‘robots.txt’.
 
* Step Two: Protect folders by index file – Protect folders – Keep an INDEX file.
 
* Step Three: Protect folders by permissions – Folder protection – Directory and script file permissions.
 
* Step Five: Protect your downloads – Protect your downloads by password folder protection.
 
* Step Six: Protect your affiliate links – Affiliate link cloacking – Protect or hide your affiliate links.
 
* Step Seven: Protect Images – Image protection – Stop image hotlinking.