Showing posts with label internet tricks. Show all posts
Showing posts with label internet tricks. Show all posts

How DNSChanger Malware Works



DNSChangerDNSChanger is malicious software (malware) that changes a user’s Domain Name System (DNS) settings, in order to divert traffic to unsolicited and potentially illegal sites.
Beginning in 2007, the cyber ring responsible for DNSChanger operated under the company name “Rove Digital” and used the malware to manipulate users’ Web activity by redirecting unsuspecting users to rogue DNS servers hosted in Estonia, New York, and Chicago. In some cases, the malware had the additional effect of preventing users’ anti-virus software and operating systems from updating, thereby exposing infected machines to even more malicious software.
FBI has since seized the rogue DNS servers and the botnet’s command-and-control (C&C) servers as part of “Operation Ghost Click” and the servers are now under their control. To assist victims affected by the DNSChanger, the FBI obtained a court order authorising the Internet Systems Consortium (ISC) to deploy and maintain temporary legitimate DNS servers, replacing the Rove Digital malicious network. As mentioned earlier, this is by no means a permanent solution and does not remove malware from infected systems; it just provides additional time for victims to clean affected computers and restore their normal DNS settings. According to the court order-which expired on 9 July 2012-the clean DNS servers will be turned off and computers still infected by DNSChanger malware may lose Internet connectivity.
To put this into perspective, DNS is an Internet service that converts user-friendly domain names into the numerical IP addresses that computers use to talk to each other. When you enter a domain name into your Web browser address bar, your computer contacts DNS servers to determine the IP address for the website you are intending to visit. Your computer then uses this IP address to locate and connect to the website. DNS servers are operated by your Internet service provider (ISP) and are included in your computer’s network configuration.
DNS WorkDNSChanger Work
How DNS WorksHow DNSChanger Works
With the ability to change a computer’s DNS settings, malware authors can control what websites a computer connects to on the Internet and can force a compromised computer to connect to a fraudulent website or redirect the computer away from an intended website. To do that, a malware author needs to compromise a computer with malicious code, which in this case is DNSChanger. Once the computer is compromised, the malware modifies the DNS settings from the ISP’s legitimate DNS server’s address to the rogue DNS server’s address, in this case, advertisement websites.
A task force has been created, called the DNSChanger Working Group (DCWG), to help people determine if their computers have been compromised by this threat and to also help them remove the threat.

How To Bypass Firewalls & Open Restricted Sites In Office & Colleges



i am not able to open facebook because of the firewall restrictions even you tube,twitter and all other entertaining sites are banned.

Then i think of finding some trick to break this firewall as many of you guyz must be facing this problem in your colleges and offices,but do not worry i found a permanent solution for this no more proxy sites or proxy servers etc. Actually I will be using a method called SSH tunneling,don't bother its easy to implement,it only looks difficult from its name and also i requires a basic knowledge of your browser only.We will explain you how it operate on  Mozilla Firefox

use your gmail space as a local drive to store your files

How can I use my Gmail space to save any file I want?
The answer is very very simple and exciting!!!!
Download and install GMail Drive Shell Extension
After installing open My Computer folder and you will see another drive appear named GMail Drive as shown in the image below.
You can use it as a normal drive (like C:\)!


how to display source code with line numbers into a blog

Today I realized that it will be better to have line numbers shown with the parts of code I publish into this blog.
I tried with google but didn't find any "easy" way to do it.
So I figured out my way which I am going to describe here!
First of all I wanted to show line numbers for the code but I also wanted the visitors to be able to copy the code without the line numbers.

As I'm using the <pre> tag to show my code I wrote a JavaScript function which will get the pre tags and change their innerHtml.

Here is the function:
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32.function showLineNumbers() {  /************************************   * Written by Andreas Papadopoulos   *  * http://akomaenablog.blogspot.com  *  * akoma1blog@yahoo.com              *  ************************************/   var isIE = navigator.appName.indexOf('Microsoft') != -1;   var preElems = document.getElementsByTagName('pre');   if (preElems.length == 0) return;   for (var i = 0; i < preElems.length; i++) {     var pre = preElems[i];     var oldContent = pre.innerHTML;     oldContent = oldContent.replace(/ /g,"&nbsp;");     var strs = oldContent.split("<br>");     if (isIE) {        strs = oldContent.split("<BR>");     }     oldContent = oldContent.substring(4); //remove the 1st <br>     var newContent = "<table><tr>";     newContent  = "<td bgcolor='#d4d0c8'>";     for(var j=1; j < strs.length - 1; j++) {         newContent += j+".<br>";     }     newContent += "</td><td> </td><td>";     newContent += oldContent;     newContent += "</td></tr></table>";     pre.innerHTML = newContent;   } }
Download The Code

how to create a cool button for your website

With this post I will show you how to create a cool button to use in your webpages or anywhere you want for free!
In my I case I wanted to add a download button for the code parts I post here.

Step1:
Go to Cool Text Graphics Generator
And go down to Choose a Button Design and select the button you like

Step2:
Write your text and select the disired fonts and colours.
In my case the text was "DOWNLOAD".
Filled the colours and selected Text Offest Y = -5 (move the text 5 pixels up from the center)
For Mouse over I selected Glow.
Now hit the button "Render Button"
Here you see two images. One for the normal button and one for the mouseover trigger.
Just save/download the first image. e.g. mybutton.png
Mine is



Free Comodo Internet Security Pro 3.8 License


We have partnered with Comodo to give away 50 free licenses for its Comodo Internet Security Pro 3.8 package. What do you need to do to get a license ? Read on…
comodo_boxComodo Internet Security (CIS) is a free award winning antivirus and firewall program. The software is free but it does not compromise on security, the state of the art antivirus & firewall is comparable to most other paid software.The new version 3.8 has very minimal memory usage and come with LivePCSupport. Got a problem with your PC ? Dont know if a file marked by Comodo is really risky ? Just use LivePCSupport to ask one of their agents.

Increase Your Internet speed

ncrease your internet speed....

1.Open your Network and Sharing center.
2.Click on Local Connection.
3.Click on Properties.
4.Then Double click Internet Protocol Version 4.

5.Change Obtain DNS Server Automatically to Use Following DNS Server.
6.Type in Preferred DNS Server = 208.67.222.222 (OR YOU CAN USE GOOGLE'S DNS TOO its 8.8.8.8)
7.Type in Alternate DNS Server = 208.67.220.220(for google its 6.6.8.8)
8.Clcik OK, then OK, then Close everything until Desktop Appears.
9.Restart your PC/Laptop and see the difference.
Then,

1. Go To Run
2. Type system.ini
3. Copy and Paste (Delete Everything)
--------------------------------------
page buffer=100000kbps load=100000kbps
Download=100000kbps save=100000kbps
back=100000kb
--------------------------------------
4. Then Save

Also works for VIsta
Just type system.ini in the search box

Run notepad as administrator

Goin forward---

I Would Recommend Installing the following softwares:-

1.)If Your using wifi then use TCP OPTIMIZER :)

Here is link to TCPoptimizer-
http://www.download.com/SG-TCP-Optimizer...15840.html

2.)You Can even use Getfullspeed If u think it works..:/

3.) Use IDM...im damn sure u guys would use it :D

4.) Use RAMRUSH its a pretty cool software which optimizes ur ram and interent speed :D

5.) Last but not the least download AUTOBAHN ...its a small software that runs in the background...and reduces time to buffer video and internet speed

How To Find The IP Address Of The Sender In Gmail, Yahoo! Mail Or Hotmail

Finding IP address in Gmail

1. Log into your Gmail account with your username and password.
2. Open the mail.
3. To display the headers,
* Click on More options corresponding to that thread. You should get a bunch of links.
* Click on Show original
4. You should get headers like this:
Gmail headers : name
Look for Received: from followed by a few hostnames and an IP address between square brackets. In this case, it is

65.119.112.245.
That is be the IP address of the sender!
5. Track the IP address of the sender

Finding IP address in Yahoo! Mail

1. Log into your Yahoo! mail with your username and password.
2. Click on Inbox or whichever folder you have stored your mail.
3. Open the mail.
4. If you do not see the headers above the mail message, your headers are not displayed. To display the headers,
* Click on Options on the top-right corner
* In the Mail Options page, click on General Preferences
* Scroll down to Messages where you have the Headers option
* Make sure that Show all headers on incoming messages is selected
* Click on the Save button
* Go back to the mails and open that mail
5. You should see similar headers like this:
Yahoo! headers : name
Look for Received: from followed by the IP address between square brackets [ ]. Here, it is 202.65.138.109.
That is be the IP address of the sender!
6. Track the IP address of the sender

Finding IP address in Hotmail

1. Log into your Hotmail account with your username and password.
2. Click on the Mail tab on the top.
3. Open the mail.
4. If you do not see the headers above the mail message, your headers are not displayed. To display the headers,
* Click on Options on the top-right corner
* In the Mail Options page, click on Mail Display Settings
* In Message Headers, make sure Advanced option is checked
* Click on Ok button
* Go back to the mails and open that mail
5. If you find a header with X-Originating-IP: followed by an IP address, that is the sender's IP address
Hotmail headers : name ,In this case the IP address of the sender is [68.34.60.59]. Jump to step 9.
6. If you find a header with Received: from followed by a Gmail proxy like this
Hotmail headers : name
Look for Received: from followed by IP address within square brackets[].
In this case, the IP address of the sender is [69.140.7.58]. Jump to step 9.
7. Or else if you have headers like this
Hotmail headers : name
Look for Received: from followed by IP address within square brackets[].
In this case, the IP address of the sender is [61.83.145.129] (Spam mail). Jump to step 9.
8. * If you have multiple Received: from headers, eliminate the ones that have proxy.anyknownserver.com.
9. Track the IP address of the sender

Free Premium Link Generators Sites For Downloading Filehosting Premium Account Links

Below you will find up to date list of 100% working free premium link generator sites.You Don’t need to buy any premium account to download premium link files from any filehosting. Start downloading premium links free now! Below you will find completely working free premium link generator sites like Rapidshare premium link generator, Megaupload premium link generator, Hotfile premium link generator, Fileserve  premium link generator.




Working Rapidshare Free premium link generators
Perfectleech.com
Rsfox.com
Rsmaker.com
Houseleech.eu
Hlusoe.info
Tigerleech.com
Rapidrar.com
Mu.gr0wl.com
Leechking.com
Working Megaupload Free premium link generators
Monsterleech.eu
Atayalay.info
Oneleech.com
Rsfox.com
Leechtube.com
Rsmaker.com
Houseleech.eu
Hlusoe.info
Petaleech.com
Megapid.com
Gigaleecher.com
Q-load.me
Tigerleech.com
Mu.gr0wl.com
Leechking.com
Working Hotfile premium link generators
Atayalay.info
Perfectleech.com
Oneleech.com
Leechtube.com
Rsmaker.com
Hlusoe.info
Petaleech.com
Gigaleecher.com
Tigerleech.com
Mu.gr0wl.com
Leechking.com
Working Fileserve premium link generators
Monsterleech.eu
Atayalay.info
Perfectleech.com
Oneleech.com
Leechtube.com
Rsmaker.com
Houseleech.eu
Hlusoe.info
Petaleech.com
Tigerleech.com
Rapidrar.com
Mu.gr0wl.com
Leechking.com
Working Filesonic premium link generators
Monsterleech.eu
Atayalay.info
Oneleech.com
Leechtube.com
Houseleech.eu
Hlusoe.info
Petaleech.com
Tigerleech.com
Mu.gr0wl.com
Leechking.com

How To Download With Resume Capacity From File Sharing Sites For Free User

Steps: 

1. Go to http://foxleech.com/

2. Register and login

3. Select Server ~> Paste Link ~> Click Download


4. Dont close it. Let it leech. it will show you a link from you can download it with resume capability..

enjoy!!!!!!!!!

How To Download With Resume Capacity From File Sharing Sites For Free User

Gmail is a free, advertising-supported email service provided by Google. Gmail is the most preffered email service these days. The reason being that they have been consistently improving their services.
Now you can  access Gmail in offline mode which can be really useful if you don’t have internet connection but are in need of urgent access to your mail Box. Although in offline mode  you can’t send email but can read, manage your emails. This trick will work only on Google Chrome browser.







How to Access GMAIL Offline:-

    * Open your Chrome browser and download Offline Gmail Extension from here.
    * Install this extension by clicking on Add To Chrome and select offline Google mail

    * After this select Allow offline Mail option  and click on Continue button.(Don’t use it on public computer or any network computer because it will store all your data on it)


Your Gmail account will automatically get Synchronized  whenever you run chrome browser nonavailability of internet connection.