- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 1
- Upvoting Members
- 2
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
10 Posted Topics
It is possibly a virus/trojan infection...you can try to boot your pc into the safe mode and then scan your pc with a good antivirus software. And if the above method doesn't work you can try *AVG rescue disc*>> http://www.avg.com/in-en/avg-rescue-cd to scan and remove the infection if any.
How do you know it is surely a Google redirect virus! I think that there is some other infection in your PC. And which security program it was popped up...give a more detailed information about the problem.
For speed, safety add on compatibility you can try [B]Mozilla Firefox[/B]. It rocks on all type of connections and is fully customizable with thousands of add-ons and themes. It is truly fully loaded, robust and secure browser. If you are on a extremely slow connection you can also try 'Google …
If you have installed an antivirus and you are not sure if it is protecting your pc fully or not? just try this popular test.... open notepad just type in "[B]X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*[/B]" (without quotes "") save this with ".con" extension like: "eicar.con" scan this file with your antivirus if your antivirus …
You can try this for caching your pages [URL="http://codeigniter.com/user_guide/general/caching.html"][COLOR="Red"]Codeigniter[/COLOR][/URL]
Look at this program compiled using [I]Turbo c++ 3.0 compiler[/I] Aim is [B]to calculate the factorial of a no[/B]. [COde]#include<iostream.h> #include<conio.h> long double factorial(int); void main() //main function { int inp; clrscr(); cout<<"Enter a positive no. "; cin>>inp; cout<<"factorial is :"<<factorial(inp);//displays factorial getch(); } long double factorial(int a) { long …
This program is written in C++ not C. Do compile it with [B]TURBO C++ compiler v3.0[/B]
When you activate Windows XP, Microsoft stores the data in the Windows Product Activation database files [B]wpa.dbl[/B] and [B]Wpa.bak[/B] in the folder [I]%systemroot%\system32[/I]. If you change the motherboard or make significant hardware changes, XP will require you to reactive. But if you plan to reinstall XP on the same hardware, …
[B]The <select> tag is used to create a select list (drop-down list). [/B] The <option> tags inside the select element define the available options in the list. [B]Optional Attributes[/B] [COLOR="Green"]Attribute Description[/COLOR] disabled Specifies that a drop-down list should be disabled multiple Specifies that multiple options can be selected name Specifies …
nothing fascinating... in DOS shell 'copy con' is a command for making a file. like: "copy con new.txt" and 'copy' is for copying a folder so, it is reserved command by its creators to avoid ambiguity.
The End.