P

A B C D E F H I L M N O P R S T U V W X Z

  • PHP auch in .html oder htm - Dateien parsen
    addtype application/x-httpd.php .html .php .htm addhandler application/x-httpd.php .html .php .htm ...
  • PHP 5 als CGI-Modul
    AddHandler php-cgi2 .php ...
  • PHP FastCGI für Unterverzeichnisse deaktivieren
      RemoveHandler php-fastcgi .php AddType application/x-httpd-php .php ...
  • Pfade zu Config-Dateien
    Foren-Software: --WBB - Woltlab Burning Board (lite) /acp/lib/config.inc.php --vBulletin includes/config.php --phpBB2 /config.php --SMF: Simple Machines Forum /Settings.php CMS - Content Management Systeme: --Joomla: /configuration.php --phpKit: /admin/config/inc.sql.php --phpNuke /config --Postnuke /config.php --Typo3 /typo3conf/localconf.php --contenido /contenido/includes/config.php --Website Baker CMS /config.php --openEngine /cms/_config/config.php   Galerien: --Gallery2 /config.php --Coppermine (gibt 2 Konfigurationsdateien) /config.php /include/config.inc.php --4images /config.php Webmailer: --roundcube: /config/db.inc.php --B1G-Mail /lib/config.inc.php --SquirrelMail /config.php   Onlineshops: --XTC & OSC Shop (Gibt zwei Konfigurationsdateien!) /includes/configuration.php /admin/includes/configuration.php   Blog-Systeme: --wordpress /wp-config.php z.t. sind ...
  • Patch osCommerce für MySQL 5
    Zeilen 213-223 in Datei catalog/advanced_search_result.php ändern von: $from_str = "from " . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m using(manufacturers_id) left ...