Gigabit-Flatrate Promo FEB 2010
[ENGLISH]
Dear Customers,
we currently have a promotion for Gigabit-Flatrates running till the end of February 2010 (12 month term). Please contact your sales rep for further informations, pricing is at just at 1/6th of the normal price: Contact Sales here.
Thomas Moroder
server24.eu
[ITALIANO]
Gentili Clienti,
approfittate della promozione mensile sulle flatrates Gigabit per server dedicati e managed. Per tutte le ordinazioni pervenute entro la fine di febbraio 2010, il costo mensile e’ ridotto del 85% (durata minima: 12 mesi). Contatteci per avere ulteriori informazioni a riguardo.
Thomas Moroder
server24
[DEUTSCH]
Sehr geehrte Kunden,
als Sonderangebot im Februar 2010 bieten wir Gigabit-Flatrates für dedizierte Server (”Root-Server”) und Managed-Server zu einem Sonderpreis an. Sparen Sie 85% im Vergleich zum Normalpreis (Mindestvertragsdauer: 12 Monate). Bitte kontaktieren Sie unsere Vertrieb für weitere Informationen hier.
Thomas Moroder
server24
10 ports down @DC1
We currently have 10 switchports done @DC1, investigating ETA: 1 hour
10 switchports down nel datacenter #1, stiamo analizzando il problema, stima tempistiche: 1 ora
UPDATE:
Switchports restored, but currently experiencing problem with PDU in datacenter. Level3 (operator of the datacenter) field OPs are there to solve the issue.
UPDATE2:
Ackermann conductor rail defect, currently replacing.
UPDATE3:
All services and servers up & running again.
18 ports down datacenter #2
Currently 18 uplink ports are down in the datacenter #2, we are currently investigating.
UPDATE:
All services and servers up & running again.
Core Router DC#2
Today at 16:28 CET a defect linecard in the core router of the second datacenter (DC#2) first caused latency (high ping-times) and after complete failure a downtime of connectivity for some servers and services. We replaced the linecard and all services, incl. BGP-peerings, were up again working at 17:31 CET. We apologize for any inconvenience caused.
Questo pomeriggio alle ore 16:28 una linecard difettosa del core-router nel secondo datacenter (DC#2) ha causato latenza (pings alti) e di seguito un downtime della connettivita’ per alcuni server e servizi. Abbiamo provveduto a rimpiazzare la linecard difettosa e tutti i servizi, incluse le sessioni BGP coinvolte, erano di nuovo attivi a partire dalle ore 17:31. Ci scusiamo per gli eventuali disagi.
Heute ab 16:28 Uhr gab es Probleme aufgrund einer defekten Linecard im Core-Router des zweiten Rechenzentrums (DC#2), die zuerst zu Latenzen (hohe Ping-Zeiten) und anschließend zu einem Ausfall der Internet-Anbindung für einige Server und Dienstleistungen führte. Wir haben die defekte Linecard ausgetauscht und alle Dienste, inkl. die BGP-Anbindung, funktioniert ab 17:31 Uhr wieder einwandfrei. Wir bitten vielmals um Entschuldigung für die evt. Unannehmlichkeiten.
Problemi con singoli server nel datacenter 2
Al momento stiamo rilevando problemi con singoli servers nel datacenter 2, i tecnici sono gia’ in loco per verificare.
UPDATE: Il problema e’ stato risolto, si trattava di un sovraccarico PDU causato da un alimentatore difettoso.
Scheduled VPS maintenance
We will be performing scheduled maintenance for both Windows and Unix/Linux Virtual Private Servers (VPS) during the night (starting 23:00 CET). There will be a short downtime.
Nell’ottica del continuo miglioramento della nostra infrastruttura tecnica desideriamo comunicarti circa l’intervento di manutenzione per il potenziamento dei server virtuali (VPS) durante la notte (a partire dalle ore 23). Durante i lavori di manutenzione il/i Suoi server virtuali (VPS) potrebbero non essere visibili a causa di un ravvio di sistema.
osCommerce 2.2 RC2a bug
[ENGLISH]
Dear Customers,
we have noticed that osCommerce version 2.2 RC2a has bug, abused by spammers to send out spam using http:// site name .com / admin/mail.php/login.php?action=send_email_to_user. To fix this problem, please patch the file admin/includes/application_top.php using this schema:
| 34 | 34 | require(DIR_WS_FUNCTIONS . ‘compatibility.php’); | |
|---|---|---|---|
| 35 | 35 | ||
| 36 | 36 | // set php_self in the local scope | |
| 37 | - | $PHP_SELF = (isset($HTTP_SERVER_VARS['PHP_SELF']) ? $HTTP_SERVER_VARS['PHP_SELF'] : $HTTP_SERVER_VARS['SCRIPT_NAME']); | |
| 37 | + | $PHP_SELF = $_SERVER['PHP_SELF']; | |
| 38 | 38 | ||
| 39 | 39 | // Used in the “Backup Manager” to compress backups | |
| 40 | 40 | define(’LOCAL_EXE_GZIP’, ‘/usr/bin/gzip’); | |
| … | |||
| 134 | 134 | ||
| 135 | 135 | // include the language translations | |
| 136 | 136 | require(DIR_WS_LANGUAGES . $language . ‘.php’); | |
| 137 | - | $current_page = basename($PHP_SELF); | |
| 137 | + | $current_page = basename($_SERVER['SCRIPT_FILENAME']); | |
| 138 | 138 | if (file_exists(DIR_WS_LANGUAGES . $language . ‘/’ . $current_page)) { | |
| 139 | 139 | include(DIR_WS_LANGUAGES . $language . ‘/’ . $current_page); | |
| 140 | 140 | } | |
| … | |||
| 213 | 213 | } | |
| 214 | 214 | ||
| 215 | 215 | // BOF: MOD – Admin w/access levels | |
| 216 | - | if (basename($PHP_SELF) != FILENAME_LOGIN && basename($PHP_SELF) != FILENAME_PASSWORD_FORGOTTEN && basename($PHP_SELF) != FILENAME_FORBIDDEN) { | |
| 216 | + | if (basename($_SERVER['SCRIPT_FILENAME']) != FILENAME_LOGIN && basename($_SERVER['SCRIPT_FILENAME']) != FILENAME_PASSWORD_FORGOTTEN && basename($_SERVER['SCRIPT_FILENAME']) != FILENAME_FORBIDDEN) { | |
| 217 | 217 | tep_admin_check_login(); | |
| 218 | 218 | } | |
| 219 | 219 | // EOF: MOD – Admin w/access levels |
Source of patch:
http://code.google.com/p/oscmax2/source/detail?r=169
For further informations & security updates regarding osCommerce:
http://www.oscmax.com/forums/oscmax-v1-7-discussion/20994-spam-through-admin-mail-php-login-php-action-send_email_to_user.html
As a general workaround we suggest password-protecting the admin-folder using either .htaccess+.htpasswd, your control-panel (Plesk, Confixx etc.) or some equivalent solution. The alternative is to rename the admin-folder into something difficult to guess (e.g. “n3WaDm1N”) so that no automatic scanning of the vulnerability is possible.
[ITALIANO]
Gentili Clienti,
da una segnalazione risulta un problema di sicurezza nella versione 2.2 RC2a di osCommerce che viene gia’ abusato da spammers per inviare spam utilizzando l’URL http:// nome sito .it / admin/mail.php/login.php?action=send_email_to_user. Per ovviare al problema, modificare il file admin/includes/application_top.php utilizzando la seguente tabella:
| 34 | 34 | require(DIR_WS_FUNCTIONS . ‘compatibility.php’); | |
|---|---|---|---|
| 35 | 35 | ||
| 36 | 36 | // set php_self in the local scope | |
| 37 | - | $PHP_SELF = (isset($HTTP_SERVER_VARS['PHP_SELF']) ? $HTTP_SERVER_VARS['PHP_SELF'] : $HTTP_SERVER_VARS['SCRIPT_NAME']); | |
| 37 | + | $PHP_SELF = $_SERVER['PHP_SELF']; | |
| 38 | 38 | ||
| 39 | 39 | // Used in the “Backup Manager” to compress backups | |
| 40 | 40 | define(’LOCAL_EXE_GZIP’, ‘/usr/bin/gzip’); | |
| … | |||
| 134 | 134 | ||
| 135 | 135 | // include the language translations | |
| 136 | 136 | require(DIR_WS_LANGUAGES . $language . ‘.php’); | |
| 137 | - | $current_page = basename($PHP_SELF); | |
| 137 | + | $current_page = basename($_SERVER['SCRIPT_FILENAME']); | |
| 138 | 138 | if (file_exists(DIR_WS_LANGUAGES . $language . ‘/’ . $current_page)) { | |
| 139 | 139 | include(DIR_WS_LANGUAGES . $language . ‘/’ . $current_page); | |
| 140 | 140 | } | |
| … | |||
| 213 | 213 | } | |
| 214 | 214 | ||
| 215 | 215 | // BOF: MOD – Admin w/access levels | |
| 216 | - | if (basename($PHP_SELF) != FILENAME_LOGIN && basename($PHP_SELF) != FILENAME_PASSWORD_FORGOTTEN && basename($PHP_SELF) != FILENAME_FORBIDDEN) { | |
| 216 | + | if (basename($_SERVER['SCRIPT_FILENAME']) != FILENAME_LOGIN && basename($_SERVER['SCRIPT_FILENAME']) != FILENAME_PASSWORD_FORGOTTEN && basename($_SERVER['SCRIPT_FILENAME']) != FILENAME_FORBIDDEN) { | |
| 217 | 217 | tep_admin_check_login(); | |
| 218 | 218 | } | |
| 219 | 219 | // EOF: MOD – Admin w/access levels |
Riferimento patch:
http://code.google.com/p/oscmax2/source/detail?r=169
Per ulteriori informazioni riguardanti informazioni di sicurezza per osCommerce consigliamo:
http://www.oscmax.com/forums/oscmax-v1-7-discussion/20994-spam-through-admin-mail-php-login-php-action-send_email_to_user.html
Come workaround generale suggeriamo di proteggere la cartella admin tramite una password utilizzando .htpaccess+.htpasswd, un pannello di controllo (Plesk, Confixx etc.) oppure qualche altro metodo equivalente. In alternativa si puo’ ridenominare la cartella “admin”, preferibilmente utilizzando un nome difficile da indovinare (p.e. “n3WaDm1N”) in modo da evitare scansioni automatizzate da parte di hacker.
MOBI Domain Name Registration
Dear Customers,
we are currently offering .MOBI Domain Registrations incl. Instant Mobilizer and dotMOBI SiteBuilder on SALE:
http://www.webhosting24.com/register-dot-mobi-domains/
With InstantMobilizer you can turn Your existing Web Site into a Mobile Web Site, with the SiteBuilder you can create your own Mobile Web Site in minute, no technical knowledge required.
Connectivity meltdown in Europe
[ENGLISH]
Dear Customers,
currently we have confirmed problems from Telecom Italia (fiber-cuts in France and Milano, Italy), DTAG (did not get response so far) & T-Mobile and AT&T. No ETA was given so far, but the problems seem to be massive and not only in Italy, Germany, Austria and France, but also noticeable in Greece and other European countries.
We will keep you updated and post as soon as there are updates regarding this issue. We are working for you and doing everything possible to solve the problem ASAP.
[ITALIANO]
Gentili Clienti,
al momento sono confermati problemi da Telecom Italia (fiber-cut in Francia e Milano), DTAG e T-Mobile (non hanno dato spiegazioni precise) ed AT&T. Non sono disponibili tempistiche, ma il problema sembra di grande scala e coinvolge non solo l’Italia, la Germania, l’Austria e la Francia, ma anche paesi come la Grecia ed altri paesi Europei.
Non appena ci sono novita’ Vi faremo sapere al piu’ presto. Stiamo lavorando per Voi e facendo il possibile, affinche’ i problemi vengano risolti al piu’ presto.
[DEUTSCH]
Geehrte Kunden,
derzeit gibt es massive Störungen im Netz von Telecom Italia (Fiber-Cut in Frankreich und Mailand), DTAG & T-Mobile (keine offizielle Rückmeldung zu den Ursachen bisher) und AT&T. Bisher wurde noch keine ETA mitgeteilt, aber die Probleme erscheinen massiv zu sein und nicht nur in Italien, Deutschland, Österreich und Frankreich, sondern auch in Griechenland und andere europäischen Ländern zu spüren sein.
Sobald es Neuigkeiten diesbezüglich gibt, werden wir diese Seite aktualisieren.
UPDATE:
We just received confirmation that DTAG has changed routing from Italy via Switzerland, those connectivity issues seem to be solved.
Abbiamo appena ricevuto conferma che DTAG ha cambiato il routing dall’Italia passando per la Svizzera, questo problema di connettivita’ sembra essere risolto.
Wir haben soeben Bestätigung erhalten, dass DTAG das Routing von Italien über die Schweiz umleitet, dieses Konnektivitäts-Problem scheint somit gelöst.
UPDATE2:
The problems seem to be solved, Telecom Italia restored the fiber-cuts 04.52 CET this morning.
Problema risolto, Telecom Italia ha ripristinato i fiber-cuts alle ore 04.52 CET questa mattina.
Problem gelöst, Telecom Italia hat um 04:52 Uhr das Problem der Fiber-Cuts gelöst.
Connectivity Telecom Italia / Interbusiness / Seabone
[ENGLISH]
Dear Customers,
currently there are connectivity problems from the Telecom Italia / Interbusiness / Seabone network; we have contacted our upstream-providers/carriers Level3, KPN and IPX/GBLX about this issue and got confirmation of the problem. We are working to resolve this problem – which does not depend and is not caused by us – ASAP.
[ITALIANO]
Gentili clienti,
al momento ci sono problemi di connettivita’ dalla rete Telecom Italia / Interbusiness / Seabone; abbiamo contattato i nostri carriers Level3, KPN e IPX/GBLX a riguardo e finora abbiamo ricevuto soltanto conferma del problema. Stiamo lavorando per risolvere questo problema – che non dipende da noi – al piu’ presto.
[DEUTSCH]
Geehrte Kunden,
derzeit gibt es eine Störung im Netz von Telecom Italia / Interbusiness / Seabone; wir haben unsere Carrier Level3, KPN und IPX/GBLX diesbezüglich bereits kontaktiert und bisher nur Bestätigung des Problems erhalten. Wir arbeiten daran, dass Problem – das nicht von uns abhängt – baldmöglichst zu lösen.
UPDATE:
Telecom Italia just confirmed they are having a big fault (fiber cut) in France (2 cuts) and one Milano. This was confirmed also by the Telecom Italia Sparkle (SEABONE) NOC. They are working on this issue to solve it ASAP.
Da Telecom Italia ci e’ giunta comunicazione urgente che stanno riscontrando gravi problemi a causa di due fibercuts in Francia ed un fibercut a Milano. Il tutto e’ stato confermato anche dal NOC di Telecom Italia Sparkle (SEABONE) . Stanno lavorando per risolvere il problema al piu’ presto.
Von Telecom Italia wurde das Problem als schwerwiegend bestätigt, es gibt zwei Fibercuts in Frankreich und einen weiteren in Mailand. Bestätigt wurde das ebenfalls vom NOC von Telecom Italia Sparkle (SEABONE). Es wird an der Behebung der Störung gearbeitet.
EMAIL FROM TELECOM ITALIA:
Dear
We have a big fault ( fiber cut) in france 2 cuts and one in milan.We are working to solve it asap.
Regards
Diego
———————————————- Telecom Italia Sparkle SpA
Customer Assistance/Assurance I° t Se@bone Network Operations Center Via M.
Palocco, 223 – Rome, IT +39 XX (24H service)
UPDATE2:
Problems with DTAG were reported also, we’re awaiting updates from our carriers regarding those issues.
A quanto pare ci sono problemi anche nella rete DTAG, stiamo aspettando conferme ed aggiornamenti da parte dei nostri carriers a riguardo.
Es wurden Probleme auch im Netz der DTAG gemeldet, wir warten noch auf Feedback von unseren Carriern diesbezüglich.
UPDATE3:
To complete the list, problems with AT&T are also being reported.
Per completare la lista, sono appena giunte segnalazioni riguardo a problemi di connettivita’ anche per la rete AT&T.
Der Vollständigkeit halber sei auch noch erwähnt, dass es ebenfalls Problemberichte zum Netz von AT&T vorliegen.
UPDATE4:
All problems solved; we were updated by Telecom Italia at 04:52 CET that the fiber-cuts have been restored, both in Milano Chiasso and Marseille Vernegues and that the circuits are up and running fine.
Problema risolto; Telecom Italia ha confermato che alle ore 04:52 i fiber-cuts sono stati ripristinati (a Milano Chiasso e a Marseille Vernegues) e che la rete funziona regolarmente.
Problem gelöst; Telecom Italia hat um 04:52 Uhr bestätigt, dass die Fibercuts behoben wurden, sowohl in Chiasso Mailand, als auch in Marseille Vernegues und dass das Netz wieder einwandfrei funktioniert.
E-MAIL FROM TELECOM ITALIA:
Dear Customer, Please be informed that both Fiber cuts Milano Chiasso / Marseille Vernegues have been restored and the circuits should be up and running fine. We kindly ask you to confirm the current status. Best Regards,Nicola Telecom Italia Sparkle Contact Center Telephone: +39 XX Fax: +39 XX