July 9th: Internet Doomsday – How to Prevent and Save Your System |
July 9th: Internet Doomsday – How to Prevent and Save Your System Posted: 07 Jul 2012 07:08 AM PDT You probably have not heard of DNSchanger malware. If this is true, you have probably less than 48 hours to know what it’s about and how it could affect you. Come to think of it, we know what it could do to you: it could keep you off the Internet from the 9th of July onwards. You will experience firsthand what the death of the Internet feels like. We hope we got your attention already because time is of the essence. Let’s cover the basics real quick. about DNSChanger MalwareDNSchanger is a malware discovered in 2007 which went on to infect millions of computer systems worldwide. It was released by cybercriminals to take control of your web server. The Malware intercepts websites visited by your web browser and redirect you to other sites they had prepared, so you will then use the server under their control. Once you are infected, you are set to use only their server every time you go online. This DNS server will alter every user searches, giving fake and malicious answers as well as promoting fake and dangerous products. It is showing users the altered version of the Internet. The main idea of this server is so they can easily push web ads to you, earning themselves millions of dollars. You can still surf the Internet like normal if the server keeps running. Why You Should Remove DNSChanger MalwareWhen the FBI and the Estonian Police seized these controlled servers some time in 2011, they have cleaned up all the crime operations, however the servers were kept running to serve all infected systems. If they had shut the server down, the web activities of these infected systems will be disrupted. This means that if your system is one of the infected ones, you can no longer go online. Since the seige, a special group called DNSChanger Working Group (DCWG) was assigned to maintain the servers, but as it was a costly operation to maintain, a final decision was made to turn these DNS servers off. This will happen on July 9th 2012. Earlier this year, it is said that there were about 450,000 computer systems that were still infected, but it has now been reduced to about 277,000. With the inoperation on these servers, if your system is among the 277,000 infected, you will not be able to go online after 9th July – unless you remember every IP address of the websites you want to visit. How to find out if your system is infectedFirstly, you must find out if your system is among the still affected 277,000 systems. Since May 2012, Google has taken the initiative to inform you if they found the DNSChanger Malware in your system, by giving you an alert on their website. When you see the alert, click on the link ‘Learn how to remove this software’ and Google will guide you on the steps to remove the malware. If you don’t see the warning on Google’s site, you can also visit DCWG’s official website to find out if your system is one of the victim, and if it is, follow the guide to removing it. Alternatively, you can also visit to these ‘Are you infected’ sites to quickly find out if your systems are infected (English websites). There are also many other ‘Are you infected’ sites available in many languages; you can check here. How to remove DNSChanger MalwareIf your have been affected by the DNSChanger Malware, you need to fix your computer system. The only way researchers would suggest to fix your computer is to reformat your hard drive and reinstall the Operating System from scratch. Reverting your OS to a prior backup is not enough since the malware will be able to reclaim your system. As suggested by DCWG, there are few steps to follow if you are infected:
There are a number of free tools with self-help guides available to help you remove the DNSChanger and related threats;
How to protect yourselfTo learn how to protect yourself from malware infections check out the following web references which guide you in protecting yourself from DNSChanger and many other Malware.
ConclusionIf you are part of the group who cannot live without the Internet, you should act now, or prepare to say goodbye to the Internet. Again, to find out if you are infected, start here. Related posts: |
10 Most Common WordPress Errors (With Solutions) Posted: 05 Jun 2012 12:10 AM PDT If you are a WordPress user who likes to get your hands dirty with the codes, or one who just loves installing plug-ins and changing themes, you’ll understand that encountering an error is an inevitable occurrence. WordPress users (like us) know how frustrating it is to stumble into an unexpected error and not be able to find a solution for it. Most WordPress problems are solvable; If you hit an error, don’t fret because chances are, some other WordPress user had the same problem and had already gotten it solved. In today’s post, we take a look at some of the most common WordPress errors users have encountered, and share with you the solutions to fix those problems or make them go away. We hope this will comes in handy for you – happy WordPressing! You might also like:
1. Lost Admin Password & Email Retrieval Is Not FunctioningThe problem: You lost your WordPress admin password, and have tried to enter your username or email address in the "Lost your password?" page but failed to receive any link to create a new password via email. Here are 2 simple solutions to reset your WordPress admin password. Solution 1: phpMyAdmin
Solution 2: Via FTP
2. WordPress admin dashboard is not displaying properlyThe problem: The WordPress admin dashboard is displaying without CSS. All the links are not arranged properly. Solution 1: Proxy & FirewallCheck if your Internet connection is behind a proxy connection or firewall. Some of these tools are blocking CSS files making CSS files to not load properly. Try to clear your proxy or firewall cookies and cache, and press Ctrl + F5 to refresh your page. Solution 2: Upgrade WordPress PluginsIf you have any WordPress plugins installed for the admin menu such as ‘Admin Drop Down Menu’ plugin or ‘Lighter Menus’ plugin, upgrade it. If it doesn’t work, try to deactivate it. 3. Warning: Cannot modify header information – headers already sent byThe problem: You receive an error message on your browser "Warning: Cannot modify header information – headers already sent by (output started at /path/blog/wp-config.php:34)" right after upgrading your WordPress or a new WordPress installation. Solution: Remove spaces, new lines, or other garbage in wp-config.php
This error could happen on other files too. Read the error message carefully as it states the specific file name where the error occurred. 4. WordPress blog and admin Is showing blank pageThe problem: This error normally happens right after a new WordPress theme installation or WordPress upgrade. The entire blog is showing a blank page; so is the WordPress admin login page. There’s no way to access the dashboard. Solution 1: Rename current installed theme folder via FTPRenaming the currently installed theme folder via FTP can force WordPress to choose the default theme to be put into service and you’re able to access WordPress wp-admin after that.
Solution 2: Reset plugin folder via FTP
5. Fatal error: Allowed memory size of 33554432 bytes exhaustedThe problem: Receive "Fatal error: Allowed memory size of 33554432 bytes exhausted" when try to upload an image with medium file size. To solve this error, try to increase the memory allocated to PHP. You can set the limit to 32MB, 64MB, 128MB or 256MB. It depends on your host. Solution 1: Edit PHP.iniIf you’re still allowed to edit your PHP.inifile, update your memory_limit in PHP.ini by modifying the below line
If the line is showing 64M in default, try 128M. Solution 2: Edit .htaccess fileAdd the script below to your .htaccess file.
Solution 3: Edit wp-config.php fileAdd the script below to your wp-config.php file
Solution 4: Create a PHP.ini file to wp-admin folder
6. You are not authorized to view this page (403 error)The problem: You receive an error message "You are not authorized to view this page. (403 error)" after inserting the username and password in the WordPress admin login page. Solution: Enable Index.phpIf your blog is hosted on a Windows server, this could be an error with Directory Indexes.
7. Fatal error undefined function is_network_admin()The problem: You receive "Fatal error undefined function is_network_admin()" when you login to WordPress admin after updating WordPress. Solution: Manual UpdateThis error is caused by a fail WordPress version upgrade. Try a manual update.
For more details about WordPress manual update, read http://codex.wordpress.org/Updating_WordPress#Manual_Update. 8. WordPress Admin Login 404 IssueThe problem: You’re not able to login to WordPress admin. You receive a 404 error page instead. Solution 1: Update the URL in databaseIf you’re able to access phpMyAdmin, try to update the URL in the database.
Solution 2: Update Folder Attributes
9. "Briefly unavailable for scheduled maintenance" message remainins after an automatic upgradeThe problem: Your WordPress site is showing "Briefly unavailable for scheduled maintenance" after an automatic upgrade has completed. Solution: Remove .maintenance fileA file named .maintenance is placed by WordPress during an automatic upgrade to notify visitors that the site in under a short maintenance. If an upgrade fails or is corrupted, the file will remain in the WordPress folder and won’t get deleted. To remove .maintenance file,
Once you solve this problem, you may want to run the WordPress automatic upgrade again. 10. Can’t delete a pluginThe problem: You’re not able to delete a plugin in WordPress admin. It still appears even after you have deleted the directory via FTP. Solution: Delete plugin via Secure Shell (SSH)Your plugin might had uploaded some hidden/nested files inside the plugin directory which didn’t appear in FTP. If you have SSH access to your blog,
Have comments you want to share abou the errors and solutions above? Share them below. Related posts: |
You are subscribed to email updates from hongkiat.com To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
0 comments:
Post a Comment