Beiträge von onlinemarketing-berlin

    Hallo,ich habe manchmal auch das Problem,
    es liegt aber nicht an einem der oben beschriebenen Problemen sondern viel simpler am Browser / Flash.

    MEINE LÖSUNG:Mit einem anderen Browser geht es ohne Probleme bzw. noch simpler:
    Du benutzt den Mehrdateienuploader. Treten Probleme auf? Benutze dann stattdessen den Browser Uploader."mit dem alten Standard "1 File je upload" klappt es ohne Probleme. Nur der "Multifileuplaoder" macht hier Probleme, der wie ich glaube mit Flash läuft.

    Gruß Matthias :)

    SEO Google Optimierung

    Also ich arbeite immer mit dem Plugin All in One SEO Pack
    Title, "[COLOR=#333333][FONT=sans-serif]Most search engines use a maximum of 60 chars for the title."
    [/FONT][/COLOR]
    Description [COLOR=#333333][FONT=sans-serif]. Most search engines use a maximum of 160 chars for the description. Individuell für jede Seite erstellen.

    [/FONT][/COLOR]und Keywords (max 10 verschiedene / aber nicht mehr so relevant ) können hier einfach eingetragen werden.
    max. Zeichenangaben sollten hier eingehalten werden.


    Wichtig sind auch die Überschriften z.B h1 / h2 etc., guter Text und SEO optimierte Bilder.

    [COLOR=#444444][FONT=arial]hey ich habe hierzu einiges zusammengeschrieben allerdings in Engl. sollte aber trotzdem okay sein :)
    .. to secure wordpress websites i have following tipps, it saves a lot of trouble and work to secure the blogs[/FONT][/COLOR]
    [COLOR=#444444][FONT=arial]if you need help with any of those messures ask me.
    onlinemarketing@hatzak.de
    Onlinemarketing hatzak[/FONT][/COLOR]
    [COLOR=#444444][FONT=arial]

    my recoommendations:[/FONT][/COLOR]
    [COLOR=#444444][FONT=arial]- Your Wordpress Version should be newest! update!

    - Theme Version should be updated

    - Protection via robots.txt and .htaccess see below (including codes)
    [/FONT][/COLOR]
    [COLOR=#444444][FONT=arial]- Prevent access via .htaccess files in the

    1. [/FONT][/COLOR].htaccess and .htpasswd in [COLOR=#444444][FONT=arial]root folder to secure the wpconfig

    2. [/FONT][/COLOR].htaccess in [COLOR=#444444][FONT=arial]admin folder

    3. [/FONT][/COLOR].htaccess in [COLOR=#444444][FONT=arial]content and include folder
    [/FONT][/COLOR]
    (codes see at the end of the text)


    [COLOR=#444444][FONT=arial]- WP Database Prefix (wp_)
    If you install Wordpress newly dont choose wp_ as the database prefix. if you already did so change it with the security Plugin[/FONT][/COLOR]
    [COLOR=#444444][FONT=arial]"WP Security Scan"[/FONT][/COLOR]
    [COLOR=#444444][FONT=arial]
    - Admin
    always use a different Name!! never admin or Admin ! if you already have the username admin -> create a second administrator
    - login with the 2nd account and delete the first "admin" account[/FONT][/COLOR]
    [COLOR=#444444][FONT=arial]
    Install the WP-Plugins (highly recommended):
    - WP Security Scan
    - Limit Login Attempts
    - Secure WordPress
    - timthumb-vulnerability-scanner[/FONT][/COLOR]
    [COLOR=#444444][FONT=arial]addional WP Plugins
    - BackupPlugin
    - antivirus
    - Exploit Scanner
    [/FONT][/COLOR]
    [COLOR=#444444][FONT=arial]3. Malware scanning:
    - Use the google webmastertool and register your website to get infos about malware
    - http://www.urlvoid.com/
    [/FONT][/COLOR]
    Use secure passwords like "Aadsdf7123!4!$"

    [COLOR=#444444][FONT=arial]Change your passworts of your FTP, E-Mailaccount and Admin Account regularly and use secure long passworts ,e.g: Asdfalk123!?$


    infos about robots.txt and .htaccess server defense!

    ROBOTS.TXT
    put a robots.txt in your main folder of the WP installation via FTP including the codes to deny important information for badass crawlers. Your content with this robots is still available for Google index etc. :
    if you have a sitemap.xml add this code too:
    Sitemap: http://yoururl/sitemap.xml


    --------
    User-agent: *
    Disallow: /cgi-bin
    Disallow: /wp-admin
    Disallow: /wp-includes
    Disallow: /wp-content/plugins
    Disallow: /wp-content/cache
    Disallow: /wp-content/themes
    Disallow: /trackback
    Disallow: /comments
    Disallow: /category/*/*
    Disallow: */trackback
    Disallow: */comments
    Disallow: /*?*
    Disallow: /wp-*
    Disallow: /*?
    Allow: /wp-content/uploads
    # Google Image
    User-agent: Googlebot-Image
    Disallow:Allow: /*
    # Google AdSense
    User-agent: Mediapartners-Google*
    Disallow:
    Allow: /*
    # Internet Archiver Wayback Machine
    User-agent: ia_archiver
    Disallow: /
    # digg mirror
    User-agent: duggmirror
    Disallow: /


    .htaccess files should be in your
    1. root folder with a .htpasswd File
    2. admin folder
    3. Content folder
    4. includes folder
    Including those codes:

    1. root folder with a .htpasswd File

    .htaccess in root folder

    #protect wpconfig.php
    <files wp-config.php>
    Order deny,allow
    deny from all
    </files>
    # END protect wpconfig.php
    <Files wp-login.php>
    AuthName "Admin-Bereich"
    AuthType Basic
    AuthUserFile /home/HEREGOESYOURSERVERDOMAINADRESS/.htpasswd
    require valid-user
    </Files>
    <FilesMatch "(\.htaccess|\.htpasswd|wp-config\.php|liesmich\.html|readme\.html)">
    order deny,allow
    deny from all
    </FilesMatch>


    .htpasswd
    should include a encripted user - password kombination
    http://www.htaccesstools.com/htpasswd-generator/


    2. [/FONT][/COLOR].htaccess[COLOR=#444444][FONT=arial] in [/FONT][/COLOR][COLOR=#444444][FONT=arial]admin folder
    AuthUserFile /home/HEREGOESYOURSERVERDOMAINADRESS/.htpasswd
    AuthType Basic
    AuthName "Admin-Bereich"
    Order Deny,Allow
    Deny from all
    Require valid-user
    Satisfy any


    3.[/FONT][/COLOR].htaccess[COLOR=#444444][FONT=arial] in [/FONT][/COLOR][COLOR=#444444][FONT=arial] Content folder
    Order deny,allow
    Deny from all
    <Files ~ ".(php|xml|css|jpe?g|png|gif|js)$">
    Allow from all
    </Files>


    4. [/FONT][/COLOR].htaccess[COLOR=#444444][FONT=arial] in [/FONT][/COLOR][COLOR=#444444][FONT=arial]includes folder
    Order deny,allow
    Deny from all
    <Files ~ ".(xml|css|jpe?g|png|gif|js)$">
    Allow from all
    </Files>


    Hope that helps you to make your Homepage saver against attacks!!!
    cheerio
    Matthias Hatzak
    onlinemarketing@hatzak.de
    http://hatzak.de

    [/FONT][/COLOR]

    Also ein kleines update... es ist immernoch nicht gelöst.

    Ein leeren des Caches
    anderer Internetbrowser
    und Editor Plugins wie
    der TinyMCE Advanced oder Ultimate tinymce editor helfen nicht. gleiches Problem
    Nur dass ich nicht mal die Symbole der jeweiligen Editoren angezeigt bekomme.

    Irgendwie ist das Bearbeiten Modul kaputt.

    bearbeiten, ändern und speichern geht alles... aber ich kann nicht auf den html editor zugreifen und sehe die texte im visuellen MOdus in weiß mit html codes dazwischen und zusätzlichen br und p codierungen

    Ich habe gerade herausgefunden nach dem Update auf einer anderen Wordpress Homepage, dass ich genau das umgekehrte Problem habe:


    Im Backend: Ich drücke auf die Schaltfläche zum Bearbeiten von vorhandenen Seiten
    und ich kann in der HTML bearbeiten, aber die Registerkarte "Visuell" funktioniert nicht mehr.


    auch der vorhandene Code wird ein bisschen verändert, z. B.
    <p> [raw] </ p> statt normal: [raw] <p></ p>


    das ist ein großes Problem

    Hallo Zusammen.

    nach dem Update von 3.3 auf 3.4.1 mehrerer meiner Webseiten habe ich das gleiche Problem bei 4 Wordpress Seiten.

    Version 3.4.1 aktuellste konnte ich ohne Probleme via automatisches Update installieren.
    Ich habe bereit versucht den Fehler zu finden:

    alle Plugins zu deaktivieren - negativ
    das Standard Wordpress Theme aktiviert - negativ


    1. Problem: Visueller Bearbeitungsmodus
    Wenn ich auf einer bestehenden Seite "bearbeiten" klicke zeigt mir das Backend automatisch den "Visuell" Modus.d Hier sehe ich aber nicht mehr den Inhalt sondern weißen Code auf weißem Hintergrund. siehe Screenshot

    2. Problem: ich kann nicht mehr in den HTML - Modus. Der Reiter ist vorhanden ist aber nicht aktiv.


    SIEHE Screenshot

    Ich habe also auf einmal im Visuellen Modus weißen Text in Code Form der aber nicht = dem ehemaligen Code der HTML Anzeige ist sondern leicht verändert ist. Bearbeiten und Speichern geht ist aber nicht wirklich zielführend da mir der code teilweise zerschossen rauskommt.

    Dies ist bei mehreren Installationen identisch und erst seit der aktuellen Version. 3.3. hat ohne Probleme funktioniert. Sehr komisch das ganze.

    (hosting bei Strato by the way.. dürfte aber nicht relevant sein)

    Ich hoffe ihr könnt mir weiterhelfen.

    Gruß Matthias

    Gleiches Problem nach Update 3.4.1

    Hallo, mir ist das gleiche Problem bei mehreren Webseiten aufgefallen.

    mein Visuell bleibt einfach weiß. das Feld ist scheinbar weiß, die Schrift wird aber beim markieren sichtbar und der Code geht auch verloren. Sieht wohl nach einem Fehler der neuen Version aus.

    und wie es scheint:
    http://core.trac.wordpress.org/ticket/21145

    ist es bereits bekannt / oder ähnlich bekannt und wird voraussichtlich im nächsten baldigen Update 3.4.2 oder 3.5 oder wie auch immer behoben. Also liegt nicht an dir... :) sondern an den Fällen in denen Code /

    mist :(

    Viele Grüße aus Berlin

    Matze
    Onlinemarketing hatzak+1
    http://hatzak.de