Home » Archive

Articles in the Internet Hacking Category

Hacking Windows, Internet Hacking, Windows 7 Hacks »

[25 Jul 2009 | No Comment | ]

We still need IE6 compatible sites and refusing to make your commercial sites IE6 compatible because “everyone should upgrade” is like driving around screaming at the other drivers – it serves no purpose other than to hear yourself screaming.
The sad fact is that many potential site visitors are stuck in a rut with IE6 for one reason or another – but the clients (you know, the people who pay us?) still want us to reach every possible potential customer in spite of the level of their technical prowess. Therefore, we …

Firefox Tips, Internet Hacking »

[25 May 2009 | No Comment | ]

Here are few shortcut keys which will remove the hassle to type in the
http://
www
.com
.net and
.org.
On new browsers, such as IE8 IE7 Firefox Opera Chrome and Safari, hitting Ctrl + Enter will automatically fill in the http:// www. and the .com part of the URL.

Ctrl + Enter – Auto-complete *.com address
Shift + Enter – Auto-complete *.net address
Ctrl + Shift + Enter – Auto-complete *.org address

If you add Alt to any of those key combination, it will auto-complete and will open the new address in a new tab as well.

Internet Hacking »

[23 Mar 2009 | No Comment | ]

Very useful site for those who have problem with MATHS
just enter ur question & get setp by step solution
it has helped me a lot …
i hope u will like it
to get step by setp solutions of maths problems
visit www.mathway.com

Firefox Tips, Internet Hacking »

[19 Mar 2009 | No Comment | ]

We all use file hosts like Rapidshare and Megaupload these days. Most of the data hosted on these file hosts are in various parts. Sometimes, due to illegal activity of the hosted files or due to no download for a long time, these files get automatically deleted from the servers. Thus, it becomes very annoying when you have downloaded most of the files and come to find that one of the file links is either dead or blocked by Rapidshare due to possible illegal contents in the file(s).
That is when …

Cool Tricks, Hacking Windows, Internet Hacking »

[19 Mar 2009 | No Comment | ]

Few days ago while I was surfing the Internet and I stumble on an interesting tool. It’s not something that’s really great but it’s very innovative. Someone actually created a tool called TweetMyPC that allows you to shutdown, restart or logoff a Windows computer from Twitter. I’ve really tried to use Twitter but I do have an account. The only thing I knew about Twitter is it is an online service that lets you write a short notice on what you’re currently doing and etc… If you have followers, then …

Email Hacking, Google Hacking, Hacking Computer, Hacking Windows, Internet Hacking, Keyloggers »

[10 Feb 2009 | No Comment | ]

Did you know that keyloggers are the simplest way to hack an email password?. Today I’ll be giving you a detailed information on hardware keyloggers and their use.
A software keylogger (or simple keylogger) is a stealth computer program that captures every keystroke entered through the keyboard.
Now i’ll tell you what is a hardware keylogger and how it can be used for hacking an email.

Hardware Keyloggers are used for keystroke logging, a method of capturing and recording computer user keystrokes. They plug in between a computer keyboard and a computer …

Firefox Tips, Hacking Windows, Internet Hacking »

[14 Jan 2009 | No Comment | ]

This is a simple trick to add ur favourite web site link in START MENU
Right click on the Start button and select Explore
After Windows Explorer opens, in the right window pane, right click and select New / Shortcut
In the “Type the location of the item” enter the Web Site URL you want to create. FOR EXAMPLE http://djrohan.com
Click Next
In the “Type a name for this shortcut:” enter a name for the link that you want to display in the Start menu. eg : PC TRICKS
Click Finish
Now click on the Start …

Internet Hacking »

[13 Jan 2009 | No Comment | ]

A small trick can increase ur page hits.
but you have to dedicate one browser for it.. like internet explorermethod:make a batch file with the code below:
@echo off:1start C:\Progra~1\Intern~1\iexplore.exe “http://trickscafe.blogspot.com“ping -n 10 127.0.0.1 >nultaskkill.exe /im iexplore.exegoto 1
(type in note pad & save as abc.bat)
depending upon your net speed u may increase the 10 secs time wait
with 10 sec time u may have 360 hits in an hourwith 5 sec time u may have 720 hits in an hour

Cool Tricks, Internet Hacking »

[11 Jan 2009 | No Comment | ]

Multiple Yahoo Messanger IN the same PC (machine)
the steps for this trick are
Go to run.Type ‘regedit’.
Go to HKEY_CURRENT_USER.
Double click ’softwares’.
Click on ‘Yahoo’.
Then click on ‘Pager’
Click on test. On the right panel,right click and create a DWORD value.
Name it as ‘plural’. By double clicking,change the default value to 1.

Firefox Tips, Hacking Computer, Internet Hacking »

[10 Jan 2009 | No Comment | ]

Ctrl+C we use it every day . But it’s
not a very
safe thing to do.
why.
What happens when you press Ctrl+C while you are
Online… We do
copy various data by Ctrl + C for copying & pasting elsewhere.
This copied data is stored in clipboard and is
accessible from
the net by
a combination of Javascripts and ASP.
if u dont believe me
Just try this:
The Clipboard hack is done by the following Source Code: <Script Language=”JavaScript”>
var content = clipboardData.getData(“Text”);
alert(content);
</Script>