Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende Überarbeitung | |||
archiv:expblog5 [2023/11/05 21:47] – psycore | archiv:expblog5 [2023/11/08 12:12] (aktuell) – gelöscht psycore | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | {{template> | ||
- | ====== eXpBlog Mods ====== | ||
- | |||
- | Autor: Volker Latainski | ||
- | |||
- | ===== Update Backup ===== | ||
- | |||
- | ^ Datei ^ Ordner ^ | ||
- | | config.php | / | | ||
- | | .htaccess | / | | ||
- | | settings.php | / | | ||
- | | history.txt | /plugins/ | | ||
- | | [[archiv: | ||
- | | header.png | / | ||
- | | * | /files/ | | ||
- | | [[archiv: | ||
- | | [[archiv: | ||
- | |||
- | ===== Änderungen footer.php ===== | ||
- | |||
- | ==== Zeile 36: ==== | ||
- | |||
- | <code html> | ||
- | Codename: Lima V2<br /></ | ||
- | |||
- | |||
- | |||
- | ===== Änderungen header.php ===== | ||
- | |||
- | ==== Zeile 84: ==== | ||
- | |||
- | <code php>echo '< | ||
- | echo '< | ||
- | echo '< | ||
- | |||
- | ===== Änderungen admin/ | ||
- | |||
- | ==== Zeile 89: ==== | ||
- | |||
- | <code php> | ||
- | |||
- | ==== Zeile 94: ==== | ||
- | |||
- | <code php> | ||
- | |||
- | ==== Zeile 99: ==== | ||
- | |||
- | <code php> | ||
- | |||
- | ===== Änderungen plugins/ | ||
- | |||
- | ==== Zeile 26: ==== | ||
- | |||
- | <code php> | ||
- | |||
- | ===== Erstellen: robots.txt ===== | ||
- | |||
- | <code text> | ||
- | Disallow: impressum.php | ||
- | Disallow: / | ||
- | |||
- | ===== mod_rewrite ===== | ||
- | |||
- | apache2.conf: | ||
- | <code text> | ||
- | < | ||
- | AllowOverride ALL | ||
- | Options +FollowSymlinks | ||
- | </ | ||
- | |||
- | .htaccess: | ||
- | <code text> | ||
- | Options -MultiViews | ||
- | RewriteEngine on | ||
- | RewriteRule ^([^/ | ||
- | RewriteRule ^([^/ | ||
- | </ | ||
- | |||
- | ===== wartung.php ===== | ||
- | |||
- | <code php> | ||
- | echo '< | ||
- | echo '< | ||
- | echo '< | ||
- | echo '< | ||
- | |||
- | echo '</ | ||
- | </ | ||
- | |||
- | |||
- | |||
- | ===== Benutzercookie speichern ===== | ||
- | |||
- | ==== details.php ==== | ||
- | |||
- | Unterhalb der Zeile <code php> | ||
- | |||
- | <code php> | ||
- | { | ||
- | $comment_user_name = checksql($_COOKIE[' | ||
- | } | ||
- | if(isset($_COOKIE[' | ||
- | { | ||
- | $comment_user_site = checksql($_COOKIE[' | ||
- | }</ | ||
- | |||
- | Suche nach: | ||
- | <code html>< | ||
- | Ändern von: <code html> | ||
- | <input type=" | ||
- | |||
- | <code php><? | ||
- | <input type=" | ||
- | <? | ||
- | else { ?> | ||
- | <input type=" | ||
- | <?php } | ||
- | //if | ||
- | if(isset($_COOKIE[' | ||
- | <input type=" | ||
- | <? | ||
- | else { ?> | ||
- | <input type=" | ||
- | <?php } ?></ | ||
- | |||
- | ==== include/ | ||
- | |||
- | Suche nach: <code php> | ||
- | Unterhalb der Zeile einfügen: <code php> | ||
- | |||
- | Suche nach: <code php> | ||
- | Unterhalb der Zeile einfügen: <code php> |