alism
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: When I change HTACCESS file dashboard DISAPPEARSTry disabling all your plugins and switch to the default theme temporarily, then try it again. Perhaps one of those is not agreeing with PHP5?
Forum: Fixing WordPress
In reply to: Page links stopped workingStart a new topic (you’ll not get as many eyeballs reading an already Resolved topic). Post a copy of your .htaccess when you do.
Forum: Fixing WordPress
In reply to: Google Sitemap Unsupported File FormatHow have you generated your sitemap? Have you specified the correct URL as your sitemap in webmaster tools?
Forum: Fixing WordPress
In reply to: Favicon not showing but personal avatar showing insteadI see a little black box thing with a sort of horizontal line on it.
Sure it’s not just cached in your browser?
Forum: Fixing WordPress
In reply to: A few questions……Use a plugin for the contact form. For instance:
https://www.ads-software.com/extend/plugins/contact-form-7/Admin > Links might be of use for your other question.
Forum: Fixing WordPress
In reply to: When I change HTACCESS file dashboard DISAPPEARSWhat are you adding into your .htaccess?
AddHandler x-mapp-php5 .php AddType x-mapp-php5 .php
Forum: Fixing WordPress
In reply to: Dashboard in textDownload a fresh copy of wordpress and unzip it.
https://www.ads-software.com/download/FTP to your site, then delete and re-upload the wp-admin and wp-includes folders.
Forum: Fixing WordPress
In reply to: Unformatted Dashboard.Sounds like you’ve been hacked. Bit of reading for you:
https://codex.www.ads-software.com/FAQ_My_site_was_hacked
https://www.ads-software.com/support/topic/268083#post-1065779
https://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/
https://ottodestruct.com/blog/2009/hacked-wordpress-backdoors/Forum: Fixing WordPress
In reply to: unstoppable spammerSure you’ve got the right IP address?
Forum: Fixing WordPress
In reply to: unstoppable spammerYou can try blocking it with your .htaccess:
order allow,deny deny from 213.5.71.12 allow from all
As for wp-ban, perhaps you could try the authors forum for that? (although it does look like he’s no longer updating it)
https://forums.lesterchan.net/index.php?board=10.0Forum: Fixing WordPress
In reply to: Problem – wordpress addressRead this carefully, then pick one of the methods to change it back:
https://codex.www.ads-software.com/Changing_The_Site_URLForum: Fixing WordPress
In reply to: Blog Keeps Redirecting!?Sounds like you’ve been hacked. Bit of reading for you:
https://codex.www.ads-software.com/FAQ_My_site_was_hacked
https://www.ads-software.com/support/topic/268083#post-1065779
https://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/
https://ottodestruct.com/blog/2009/hacked-wordpress-backdoors/Forum: Fixing WordPress
In reply to: Cannot edit, save, or publish posts with certain wordsCould be a bad mod_security rule getting a bit confused into thinking that those words are dodgy SQL. I’d speak to the host to see what they say about it.
Forum: Fixing WordPress
In reply to: Working around page hangs with blocked contentI expect there’s a cunning way to do that through .htaccess, ie checking the users IP address and doing a rewriterule on images, so it might be worth doing a bit of Googling to find some code you can adapt.
Alternatively, perhaps these plugins might be worth looking at:
https://www.ads-software.com/extend/plugins/content-by-country/
https://www.ads-software.com/extend/plugins/country-filter/
(if they work with the latest version of WordPress)Forum: Fixing WordPress
In reply to: Dumbest Q Ever – How to access my WPDepends where you’ve installed it (ie if you’ve given WordPress its own directory etc), but it’ll usually be something like:
https://www.yourdomain.com/wp-admin/
https://www.yourdomain.com/blog/wp-admin/
https://www.yourdomain.com/wordpress/wp-admin/