The MU forums have moved to WordPress.org

Blog themes not showing, main blog works, user avatars went* Poof* (1 post)

  1. kiwipearls
    Member
    Posted 14 years ago #

    Well, I have been battling spam the last few months and have been trying to sort that out. But while sorting that out, a few things have broken today. Everything was ok yesterday (apart from the spam users registerting).

    My site is: http://gamer.mementoweb.net.nz and if I go view my personal blog http://gamer.mementowe.net.nz/kiwipearls - it displays the data, but is not using the theme.

    Also, I can not access other blog dashboards, just the main dashboard.

    I have not touched anything in the SQL database. So everything should be set the same.

    I have re-uploaded Wordpress MU and Buddypress 1.2.2.1 to try and fix this.

    The only other thing I have edited is the .htaccess file which has:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    RewriteEngine On
    RewriteBase /
    
    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ $1/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . - [L]
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    
    order allow,deny
    deny from 74.208.17.61
    deny from 174.121.3.194
    deny from 83.222.126.67
    deny from 91.204.160.205
    allow from all
    
    # BEGIN ANTISPAMBLOG REGISTRATION
    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} POST
    RewriteCond %{REQUEST_URI} .wp-signup\.php*
    RewriteCond %{HTTP_REFERER} !.*mementoweb.net.nz* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^$
    RewriteRule (.*) http://die-spammers.com/ [R=301,L]
    # END ANTISPAMBLOG REGISTRATION

    On the main blog, everything works except some user avatars have gone *poof*. I have tried re-uploading, but they just won't upload. It gets to the crop image page and there is no image being displayed.

    I am kinda pulling my hair out.

    I have also been putting off transferring this site to my main domain. But am scared I will ruin everything in the process. And really, I need everything fixed here first - as I do not want to lose any of my users data/blogs.

    I would kindly appreciate some advice as to what to do - as my brain has just exploded. I look forward to hearing from you.

About this Topic

  • Started 14 years ago by kiwipearls