Archiv für „Februar, 2009“

SysCP LIGHTTPD FastCGI- & Domain-Bugfix

Sonntag, Februar 22nd, 2009

Das Webhosting Control Panel bietet von Haus aus die alternative lighttpd als HTTPD dienst an.
Lighttpd ist eine alternative zu dem Apache Webserver.

Zu dem Problem von SysCP und lighttpd.
In der CronJob Datei für lighttpd wurde einpaar Fehler gemacht und die PHP Config gar außen vorgelassen.

Der von mir bereitgestellte Bugfix enthält

  • Domain name is emtpy #0001181 ($HTTP["host"] =~ “”)
  • Conversion bug for Domain alias (www.)? to (www.|)?
  • FastCGI Configuration for lighttpd #0001089

Download Bugfix

Verwendung auf eigene Gefahr!

Veröffentlicht – Call of Duty: World at War Linux Ded-Server

Samstag, Februar 21st, 2009

Lange hat es gedauert nun sind sie aber da, die Linux/FreeBDS Server files:

Direkt Download:
http://mirror.gunah.eu/cod5/codwaw-lnxded-1.2-02082009.tar.bz2

xt:C Gast Kunden Konto ohne E-Mail check

Montag, Februar 16th, 2009

Unter xt:Commerce 3.0.4 SP2.1, wenn Gast bestellung aktiviert ist, kann man bestellen ohne, dass man eine E-Mail Adresse angeben hat.

Datei: create_guest_account.php
folgende Code Zeilen beheben den Fehler:
Suche nach:
if (strlen($street_address) < ENTRY_STREET_ADDRESS_MIN_LENGTH) {
füge darüber folgendes ein:
if (strlen($email_address) < ENTRY_EMAIL_ADDRESS_MIN_LENGTH) {
$error = true;
$messageStack->add('create_account', ENTRY_EMAIL_ADDRESS_ERROR);
}
elseif (xtc_validate_email($email_address) == false) {
$error = true;
$messageStack->add('create_account', ENTRY_EMAIL_ADDRESS_CHECK_ERROR);
} else {
$check_email_query = xtc_db_query("select count(*) as total from ".TABLE_CUSTOMERS." where customers_email_address = '".xtc_db_input($email_address)."' and account_type = '0'");
$check_email = xtc_db_fetch_array($check_email_query);
if ($check_email['total'] > 0) {
$error = true;
$messageStack->add('create_account', ENTRY_EMAIL_ADDRESS_ERROR_EXISTS);
}
}

dadurch wird die E-Mail Adresse überprüft, ob diese schon vorhanden ist oder nicht uvm.

Viel Glück.

xtc_href_link für Smarty

Samstag, Februar 14th, 2009

Mit dieser Funktion können Sie Links per Smarty Funktion setzten.

Hier mal Beispiele:
Normal Link:
<a href="{xtc_href_link page=$smarty.const.FILENAME_CREATE_ACCOUNT}" title="Registrieren?">Registrieren?</a>

alle Parameter
<a href="{xtc_href_link page=$smarty.const.FILENAME_CREATE_ACCOUNT parameters='coID=7' connect='SSL'}" title="Kontakt">Kontakt</a>

als Versand link:
{$smarty.const.SHIPPING_EXCL} <a href="{xtc_href_link page=$smarty.const.FILENAME_CONTENT parameters='coID=`$smarty.const.SHIPPING_INFOS`' connect='SSL'}" title="{$smarty.const.SHIPPING_COSTS}">{$smarty.const.SHIPPING_COSTS}</a>

Download

W3C Logo und die Benutzung

Samstag, Februar 14th, 2009

Häufig sieht man auf Seiten kleine Favicons mit dem W3C Logo enthalten.
Darf man das eigentlich?
Die Antwort ist eindeutig auf der Website von der W3C ( www.w3.org )

Q1: Can I change a W3C logo to fit the look and feel of my site?

I’d like to use one of the W3C validator logos, but it doesn’t match the design of my Web site. Can I change the logo?

No. The W3C Logo provides the organization with its visual identity. As a result, there are strict rules for its use. Changing the W3C logos is not permitted, as it defeats the purpose of the logo, which is to be noticed and identified as W3C.

Das bedeutet, dass man das W3C Logo nicht in eigene Grafiken einbauen darf!
Weiter heißt es aber wie folgt:

Q2: Can I use an image in a link to the W3C Web site (e.g., to the W3C validator) that is not derived from the W3C logo?

Yes, you may link to the W3C site with images that are not derived from the W3C logo.

Dieser Text bedeutet, dass man einen Schriftzug mit “W3C Valid” mit Link zu W3C benutzen darf, aber es darf nicht das Logo von W3C enthalten sein!

Die Logos von W3C finden Sie hier.

Die Orginal Rechte zum Logo finden sie hier.

Doppelten Content vermeiden bei Google und Co

Freitag, Februar 13th, 2009

Viele bspw. Online Shops bieten mehrere Ansichtsseiten an, sei es im anderen Design oder andere Währung, sogar extra Barrierefreie Seiten können das Problem hervorheben.
Dadurch werden von Yahoo usw. mehrere URLs gespeichert mit dem gleichen Inhalt nur mit kleinen Abweichungen.

Ein Beispiel hat die construktiv GmbH auf Ihrem Blog gezeigt:

  • www.beispiel-shop.tld/toller-artikel.html
  • www.beispiel-shop.tld/toller-artikel.html?currency=yen
  • www.beispiel-shop.tld/toller-artikel.html?currency=dollar

der Erste Link ist der normale Link
der Zweite Link ist für die Währung Yen
der Dritte ist für die Währung dollar

Google hat also, da kein Fehlercode o.ä. gesendet wird, alle Seiten im Index, welches sich aber kontraproduktiv auf das Ranking beziehen kann.

Der Tag (rel=““), um dieses zu verhindern lautet wie folgt:

<link rel="canonical" href="www.beispiel-shop.de/toller-artikel.html">

Trotzdem rät die construktiv GmbH, doppelten Inhalt generell zu vermeiden, damit man diesen Tag nicht erst benötigt.

Weitere Informationen finden Sie im Blog von www.trafficmaxx.de

Wordpress 2.7.1

Donnerstag, Februar 12th, 2009

Neulich wurde die Wordpress Version 2.7 aktualisiert.

Download finden Sie auf der aktuellen Seite

Veröffentlicht – Call of Duty: Warld at War Patch 1.2 Download

Freitag, Februar 6th, 2009

Der Patch wurde soeben veröffentlich.

  • Free Multiplayer Map! The tide is out and the sun is high – this daytime version of Makin sheds new light on the battle!
  • Fixed exploits that allowed for power ranking servers.
  • Fixed router related server authentication errors.
  • Fixed HTTP Redirect functionality for downloading mods
  • Fixed sound device crashes stemming from Emulated Sound Devices
  • Fixed exploit which allowed players to color their name tag.
  • Hits now register properly while targeted player is leaning.
  • Enabled /cg_drawfps in multiplayer games.
  • Fixed command-line +connect functionality
  • /cg_fov no longer resets to the default value in between matches.
  • Dedicated servers automatically reconnect to the Master Server in case the Master Server resets.
  • “Accept Game Invite” is bound to its default key, F10.
  • Implemented fix for attempting to join password protected servers from the server browser.
  • Fine tuned Bolt-Action Rifles for balance.
  • Screenshots no longer overwrite each other.
  • Fixed various multiplayer map related issues and exploits.

Download Link

Ankündigung – Call of Duty: World at War Infos zu Patch 1.2

Freitag, Februar 6th, 2009

Im Englischem Forum von www.callofduty.com wurde bekannt geben, das heute, für uns morgen, der Patch 1.2 für CoD:WW raus kommt, was ja auch endlich mal Zeit wurde.
Changelog:

  • Free Multiplayer Map! The tide is out and the sun is high – this daytime version of Makin sheds new light on the battle!
  • Fixed exploits that allowed for power ranking servers.
  • Fixed router related server authentication errors.
  • Fixed HTTP Redirect functionality for downloading mods
  • Fixed sound device crashes stemming from Emulated Sound Devices
  • Fixed exploit which allowed players to color their name tag.
  • Hits now register properly while targeted player is leaning.
  • Enabled /cg_drawfps in multiplayer games.
  • Fixed command-line +connect functionality
  • /cg_fov no longer resets to the default value in between matches.
  • Dedicated servers automatically reconnect to the Master Server in case the Master Server resets.
  • “Accept Game Invite” is bound to its default key, F10.
  • Implemented fix for attempting to join password protected servers from the server browser.
  • Fine tuned Bolt-Action Rifles for balance.
  • Screenshots no longer overwrite each other.
  • Fixed various multiplayer map related issues and exploits.

Sobald der Patch raus ist, wird ein Mirror wie immer auf http://mirror.gunah.org erstellt.

Zu den Linux Bin’s gibt es bisher nur Spekulationen.

Quelle: http://www.callofduty.com/board/viewtopic.php?f=29&t=100942