Dec 23, 2009

HOW TO REMOVE VIRUS FROM AN INFECTED PC

This free online computer tutorial informs you the tip ( trick ) on how to Remove a Virus from an Infected PC. Even though you have a good anti-virus, it may happen that your PC got infected. Well, in this tutorial, you`ll learn the tip ( trick ) on how to counter-do this.

Follow the steps below to Remove a Virus from an Infected PC:-


What are the SYMPTOMS?


  1. DISABLED TASKMANGER
  2. DISABLED FOLDER OPTIONS
  3. DISABLED REGISTRY EDITING
  4. DISABLED ANTIVIRUS
  5. This is seldom, DISABLED Command Prompt



HOW TO FIND WHO IS INVISIBLE IN YAHOOOO!!!!!

 Here is a simple trick how to find a person who is invisible in yahoo.. just follow the given steps.


Double Click on the userID whose status you want to check.

A message window will open.

Click IMVironment button, select See all IMVironments, select Yahoo! Tools or Interactive Fun, and click on Doodle.

The last step and the most important step. After loading the Doodle IMVironment, there will be two possibilities.
If the user is offline, the Doodle area will show “waiting for your friend to load Doodle” continuously. If the user is online (in invisible mode), after few seconds (it can take up to one minute, depending on connection speed), you will get a blank page.

So the user is online!There is a counter attack of this trick:Go to Messenger>>Preferences>>Messages and now uncheck Enable IMVironments. Now this trick is nullified!

DISABLE RIGHT CLICK ON YOUR COMPUTER

This is small and simple registry tweak u can perform so as to disable right click on ur desktop.
On run command, type regedit(regedit32 in some) and hit enter to start registry editor. First make a backup of ur registry so that u can be safe if any mistake is done. I would say, make backup of registry before any tweak with it.
Now go to:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Now add a DWORD value on the right side and name it as NoViewContextMenu.
Give it the value of 1.
Now exit registry and restart ur pc to see the effect. Isn't that cool?
If u want to enable right click again just delete the DWORD value or change its value to 0 and restart ur computer.
CHEERS!

RIPPING VIDEO OFF YOUTUBE

Hi everyone,...
so want to download the videos off youtube without using any softwares. Its just easy.
http://www.youtube.com offers numerous videos but you are not allowed to download them. So it is not fair. Need to download the video you just watched???? Keep reading.

When viewing your video, you might have seen the embed part. Copy the whole text from there to any text editor because it makes it easier to read. From there, get the URL which should look like below:
http://www.youtube.com/v/nRJbktbcA_O

Dec 18, 2009

MySQL injection tutorial updated [SQL injection in MySQL servers]

I just thought to share this one again. Few things are updated and hence might give you more information. I am thinking of writing SQL injection cheatsheet later on when I have time.
####################################################################################
##################### COMPLETE MYSQL INJECTION TUTORIAL FOR NEWBIES#################
####################################################################################

DISCLAIMER:THIS TUTORIAL IS SOLELY FOR EDUCATIONAL PURPOSE. U WILL HAVE TO TAKE THE FULL RESPONSIBILITY FOR ANY ACTION U DO AFTER READING THIS TUTORIAL.

Dec 14, 2009

Some Tips/Tricks to hack /play with XP admin

Fine, this time I am going to show you some ways you may get admin access to the XP or change password of another administrator. In fact, none of these work in 100% condition but they are worth giving the try and we may have luck sometimes.
1) When you boot the computer and come to the login screen, press "Ctrl+Alt+Delete" and now the box where you enter your login username and password through keyboard comes instead of that icon to click on. Now type "administrator" in the user name field and leave the password box blank. Press Enter. And you might get logged in. It works in many cases as I have seen that many forget[or don't care] to put password for administrator account while installing XP. Give it a try and you may own your friends.

Change default program installation folder [registry hacks]

Whenever you install any programs in your computer, the installation will be done in program files folder. But what if you wanted to change this setting. There is a simple registry hack in order to change the default installation folder.
First, start registry editor by typing regedit.exe in run menu. Then, go to the following:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion

Dec 12, 2009

How to maintain a Virus Free Computer

Is your computer infected with virus? Do you often get mysterious error messages? Well this is a common problem faced by almost all the computer users across the globe. There are many viruses and worms out there that could infect your computer. Some are harmless, but, they do have the capacity to do any number of nasty things, up to and including, erasing all data from your computer. However there are ways to keep viruses away from your PC. Here are the 12 tips to maintain a virus free computer.
1. Email is one of the common ways by which your computer can catch a virus. So it is always recommended to stay away from SPAM. Open only those emails that has it’s origin from a trusted source such as those which comes from your contact list. If you are using your own private email host (other than gmail, yahoo, hotmail etc.) then it is highly recommended that you use a good anti-spam software. And finally NEVER click on any links in the emails that comes from untrusted sources.

How to write a C program without a main function?

How to write a C program without a main function?.

Is it possible to do that.Yes there can be a C program without a main function.Here’s the code of the program without a main function…
#include
#define decode(s,t,u,m,p,e,d) m##s##u##t
#define begin decode(a,n,i,m,a,t,e)
int begin()
{
printf(” hello “);
}
Does the above program run without the main function? Yes, the above program runs perfectly fine even without a main function.But how,whats the logic behind it? How can we have a C program working without main ?
Here we are using preprocessor directive #define with arguments to give an impression that the program runs without main.But in reality it runs with a hidden main function.
The ‘##‘ operator is called the token pasting or token merging operator.That is we can merge two or more characters with it.


WRITE A C PROG WITHOUT main() FUNCTION

C program (code) without using main() function:

HAVE U EVER IMAGINED TO WRITE A C PROG WITHOUT MAIN FUNCTION ??

I just thought to share this example. Actually, its not really a example without main() function. Rather its a preprocessor directives trick in order to write c program without the line int main(). Or simply to say, it allows us to write C programs without using the main() function.
The code is:

#include
#include


#define kavi main

int kavi(int argc, char *argv[])
{
printf("kavi is Here!");
getch();
return 0;
}


LEARN ASSEMBLY LANGUAGE BASICS

Learn Basic ASM


Hi, I hope this tutorial might help with the basics. ASM is a low level language. It is one step up from machine code and so can give you complete control over the computer.


Begin Lesson

To begin to start learning reverse engineering you MUST know some ASM (aka the computers machine code.)


here's some ASM just to let u know what it looks like

Code:

00xx:00xxxx Call 00403214
00xx:00xxxx Test Eax,Eax
00xx:00xxxx Jne 00043242
00xx:00xxxx Ret
00xx:00xxxx Cmp Ebx,Esi



so what does that mean?

Blog Archive

EARN MORE

sponsors

 

Profile

My photo
I am cool and practical.This is my blog and i had kept the name "UTOPIAN" meaning "The Place Of Prefect Intellectuals".In this blog one can find the stuff which would be very helpful for everyone and the "PERFECT INTELLECTUAL" is one who has a command over everything.I just love posting for my blog so that some people can benefit from little tweaks which may enhance their productivity skills with blogging and reading....

View My Stats

Followers

Copyright © 2009 UTOPIAN WORLD | Designed By NdyTeeN | Magazine Template. All Rights Reserved. Powered by Blogger and Distributed by Blogtemplate4u .