alisamazing
Forum Replies Created
-
Sayontan… Great Work mate! I have been searching for a theme that was customisable and looked simple but effective… Your theme is a dream… I was using Atahualpa theme which was great but too complicated. So far it looks as though yours is fully 3.0.1 compatible too ??
Nice One
Forum: Fixing WordPress
In reply to: eval(base64_decode HACKEDOkay guys, thanks for your help so far, It looks a lot cleaner now and haven’t seen any strange behaviour but following the info here:
https://ocaoimh.ie/did-your-wordpress-site-get-hacked/I checked my .htaccess file.
Apparantly it should be:
# BEGIN WordPress
<ifmodule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</ifmodule>
# END WordPressMine is:
rewriteengine on
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
rewritecond %{REQUEST_FILENAME} !-f
rewritecond %{REQUEST_FILENAME} !-d
rewriterule . /index.php [L]Can I get rid of that rewrite stuff (with lowercase r)?
Thanks all.
Forum: Fixing WordPress
In reply to: eval(base64_decode HACKEDI noticed that ‘samboll’ had this in the decode
} } if(!function_exists(‘gzdecode’)){ function gzdecode($R5A9CF1B497502ACA23C8F611A564684C){
Before I posted here I thought a reinstall of 2.9.1 might help. So I did this via the Dashboard automatically. It told me the reinstall was successful, however it had a Warning.
Warning: gzuncompress() [function.gzuncompress]: data error in /home/content/81/5291081/html/wp-includes/http.php on line 1825
I guess this will be related??
Forum: Fixing WordPress
In reply to: eval(base64_decode HACKEDThanks for the swift reply RVoodoo
I’m backing up MySQL databases now, it is a lot of work and very time consuming.
Will it be possible to recreate my site exactly like it was before or will there be noticeable differences as far as the visitor is concerned. Also, I imagine all this will require resubmitting sitemaps and such to google analytics etc.?
Will let you know how it turns out.
Thanks