Tag Archives: problem
How To Remove Fix Google Redirect Virus
What is Google redirect virus?
For those who still dont know how this virus works, let me give you a “hands on” explanation. Say you are searching Google for some research works, assignments or just random browsing. You found what you are looking for, you click the link, but to your dismay, youve been brought to a different site. The next link you clicked also brought you to the same site. And the site has no connection to your searches or to the site you are trying to open. In other wordsyouve been redirected! Some of your computer programs wont run, without producing any error. Also, this Google redirect virus has a capacity to block sites.
Who are usually the victim of this Google redirect virus?
Regular users like you are the usual victim of this Google redirect virus. This virus hijacks your Google searches and then redirect you to another website, that is usually a fake websites with advertisements or corrupted pages.
Where can you get Google Redirect Virus?
Dont curse Google for this! Google has nothing to do with this virus. Blame it to the crazy head computer genius criminals who created and distributed the malware. You can usually get this annoying virus from visiting a malicious websites with unsecured browsers.
Get it Here Download Google Redirect Virus Removal Tool 2011
Heres what it does:
First, the virus infects your computer. Youll never know it though, since the virus doesnt do all that much on its own.
But go to Google (who doesnt do this at least once a day?) and things start to change. See, the virus is designed to redirect all the links you get in a Google result. So youll be searching just like you do every day, but youll start seeing that the links you click arent taking you to where they should.
Instead, they take you to dangerous sites that are waiting to inject your computer with a serious dose of malware. Then, youll take your computer into the shop to get rid of the malware.
Great, no more malware! But you still have that redirect virus on your computer. Yes, this means that next time you search on Google, the problem happens all over again!
It can be incredibly frustrating. Now, when most people come across this problem, they get all upset at Google. Googles a multi-billion dollar company, why cant they stop petty hackers from ruining their search results?
Well, its because the problems not on Googles end. Remember, this is a virus you got on your computer. A virus that redirects all your search results to vicious spyware infested websites.
So if you want to stop the problem, you need to get rid of the virus not the malware! Getting rid of the malware or spyware is just a temporary fix. If you dont eradicate the virus from your computer completely, youll find yourself having to get rid of spyware and malware over and over again.
Get it Here Download Google Redirect Virus Removal Tool 2011
Could Not Open Socket reCAPTCHA Error
After months of receiving spam through my contact forms I decided it was time to add reCAPTCHA to them in the hope of stemming the tide of garbage. This now under the control of Google I thought there wasn’t going to be an issue with this. Having just installed reCAPTCHA on my works websites I knew what to do and all went well on those sites. On the Friday I did 3 forms on my own sites and all worked as expected, on the Saturday I did the last form I had, but that one didn’t work. All I kept getting was a ‘could not open socket’ error.
Initially I thought I must have made some error in the code but after checking the code against that which I had done the day before I could see no error. And more over the 3 forms I did the day before that worked, now no longer worked and displayed the same error message, what the hell?? Most frustrating was the fact that this was all the message said and gave no clue as to what was causing it. I made a number of attempts to find which section of code that was at fault by adding echo’s throughout the php code but none of them showed, only that damned error message. I thought there must be something wrong with the server.
Someone must have had this issue before so I turned my attention to Google for an answer. As I started to type ‘could not open socket’ the autocomplete came up with ‘could not open socket recaptcha’, ah ha! But I couldn’t think why it could have worked yesterday and not today? After reading many unhelpful posts’ I found this: http://code.google.com/p/recaptcha/issues/detail?id=26 which although didn’t have the exact answer it did help me to realise the answers to my own issues.
After reading through this thread I came to the conclusion that my problem was 2 fold and explained why it had worked yesterday and not today. The main problem was my web host, in their attempt to be helpful they introduced (a long time back) blocking of outgoing connections to remote IPs from within my sites. This is one to be aware of if you are auto blogging using wp-o-matic, any feed you add will most likely be blocked by this until you add the IP to the allowed list from within your control panel.
I assume there is a good reason for them doing this but it can imagine it has caused nightmares for the inexperienced. Obviously it had worked yesterday because it was new, once the server knew the connection was being made it blocked it. It was probably the number of tests I did that made the connection get noticed and was possibly a good job it was noticed so quickly or I might not have noticed it for some time.
So which IP was I to add to the allowed list? The line of code in recaptchalib.php identified as the problem in the above thread was:
define(“RECAPTCHA_VERIFY_SERVER”, www.google.com);
So what I needed was the IP of google.com.
Could Not Open Socket reCAPTCHA Error
After months of receiving spam through my contact forms I decided it was time to add reCAPTCHA to them in the hope of stemming the tide of garbage. This now under the control of Google I thought there wasn’t going to be an issue with this. Having just installed reCAPTCHA on my works websites I knew what to do and all went well on those sites. On the Friday I did 3 forms on my own sites and all worked as expected, on the Saturday I did the last form I had, but that one didn’t work. All I kept getting was a ‘could not open socket’ error.
Initially I thought I must have made some error in the code but after checking the code against that which I had done the day before I could see no error. And more over the 3 forms I did the day before that worked, now no longer worked and displayed the same error message, what the hell?? Most frustrating was the fact that this was all the message said and gave no clue as to what was causing it. I made a number of attempts to find which section of code that was at fault by adding echo’s throughout the php code but none of them showed, only that damned error message. I thought there must be something wrong with the server.
Someone must have had this issue before so I turned my attention to Google for an answer. As I started to type ‘could not open socket’ the autocomplete came up with ‘could not open socket recaptcha’, ah ha! But I couldn’t think why it could have worked yesterday and not today? After reading many unhelpful posts’ I found this: http://code.google.com/p/recaptcha/issues/detail?id=26 which although didn’t have the exact answer it did help me to realise the answers to my own issues.
After reading through this thread I came to the conclusion that my problem was 2 fold and explained why it had worked yesterday and not today. The main problem was my web host, in their attempt to be helpful they introduced (a long time back) blocking of outgoing connections to remote IPs from within my sites. This is one to be aware of if you are auto blogging using wp-o-matic, any feed you add will most likely be blocked by this until you add the IP to the allowed list from within your control panel.
I assume there is a good reason for them doing this but it can imagine it has caused nightmares for the inexperienced. Obviously it had worked yesterday because it was new, once the server knew the connection was being made it blocked it. It was probably the number of tests I did that made the connection get noticed and was possibly a good job it was noticed so quickly or I might not have noticed it for some time.
So which IP was I to add to the allowed list? The line of code in recaptchalib.php identified as the problem in the above thread was:
define(“RECAPTCHA_VERIFY_SERVER”, www.google.com);
So what I needed was the IP of google.com.