Vanaf 1 december gaan de prijzen omhoog van een aantal TLDs, namelijk van .NL (8.25 Euro), .BE (9.45 Euro), .COM (16.75 Euro), .ORG (16.95 Euro), .BIZ (18.95 Euro), .INFO (19.99 Euro), .MOBI (22.95 EURO), .CLUB (17.95 Euro) en .ONLINE (32.50 Euro).
De redenen hiervoor zijn o.a. prijsverhogingen vanuit de verschillende registries, stijgende stroomkosten en inflatie kosten. De prijzen gaan dus vanaf 1 december in.
Joomla! Googlemaps plugin vulnerability
The problem with the Joomla! Googlemaps plugin lies in the fact anyone can request the /plugins/system/plugin_googlemap2_proxy.php in their browser or script, to execute cURL HTTP requests to remote websites.
The url parameter is vulnerable for Cross Site Scripting (XSS) attacks, and allows the retrieval of remote website content. When this happens a lot, a website becomes overloaded and unresponsive, making a Denial-of-Service attack succesfully executed.
Zie ook: http://seclists.org/fulldisclosure/2014/Feb/53
Update: Removing the plugin helps only to remove the XSS vulnerability, but NOT the overload problem, as still botnets will try to access the plugin. You should also add the following in the top of your .htaccess file in the main Joomla directory:
Order Deny,Allow
deny from all