M

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

  • Mails in IMAP-Verzeichnisse einsortieren
    :0 H * ^Subject:.*(viagra) | if test -f $HOME/mail/Junk-E-Mail; then getpr `<&1` >> $HOME/mail/Junk-E-Mail; else getpr `<&1` >> /var/spool/mail/$(echo $HOME | cut -d "/" -f 4); fi   Steht ...
  • MySQL5-Fix für xtCommerce
    Download hier :) ...
  • MySQL-Datenbank optimieren
    <html> <head> <title>MySQL - DB optimieren</title> </head> <style type="text/css"><!-- body, td { font-size: 12px;    font-family: Verdana; font-style: normal; text-decoration: none; color: #333333; } td { padding-right: 8px; padding-left: 8px; } input:focus {  ...
  • mehrere MySQL-Datenbanken sichern
    Dieses Script als .phpx speichern, da als PHP-fastCGI ausgeführt werden muss <?php $mail_absender = "...@....."; /* Absender der BestätigungsE-Mail */ $mail_empfaenger ...