John H
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP 2.9.2 White Screens, tried everything, so far no fixMaybe check to make sure your file permissions are set correctly.
Forum: Fixing WordPress
In reply to: WP 2.9.2 White Screens, tried everything, so far no fixYeah definitely try checking the .htaccess file. It might be there.
esmi is correct. I believe there is a wphelpcenter.com, but there is no file or directory with that.
Forum: Plugins
In reply to: Site HackedYes.
Forum: Plugins
In reply to: Site Hacked@redkathy – you can export your database. Make sure it’s a .sql file before viewing… if it’s a zip file, unzip it first.
Then use a program like WordPad to open the file so you can view it.
You can then do a Find search for whatever it is you’re looking for.
Forum: Plugins
In reply to: Site Hacked@steve D – GoDaddy gave some decent advice there, but it’s probably only good for people like us who know how to do this stuff in our sleep.
To those who don’t know much about all this, please be very careful if you plan to delete / replace files and databases. Always make sure you back up both your files in your File Manager and also your database before attempting anything.
If you’re not sure what to do or how to do it, consult a WordPress service tech.
Also, check out this plugin to help thwart the base64 hack.
http://wordpress.org/extend/plugins/block-bad-queries/But realize that if the hack is coming through someone hacking the web hosting company (and not necessarily your blog), there’s little you can do to stop the hacker.
In this case, the best you can do is be prepared by:
– setting up a file monitoring service (I like WordPress File Monitor plugin)
– Using the 4G Blacklist .htaccess rules (see my earlier comment)
– Keep full backups of your hosting files and your database regularly
– Install the WordPress Firewall PluginForum: Plugins
In reply to: Site HackedEveryone, this is not a targeted WordPress attack, I don’t think.
It looks more like someone (or people) simply trying to hack PHP sites.
That includes Joomla, osCommerce, Magento, Drupal, SMF, other forum software, chat software, etc.
Restore your files and you should be good to go.
Forum: Plugins
In reply to: Site HackedHere’s how to fix this hack…
First, let me say that any web host could be susceptible to a skilled hacker. It’s even happened to sites like YouTube, Twitter, Facebook, banks, government sites/hosting… you name it, all of which do everything possible to prevent these things from happening.
If you switch hosts, it could happen to your new host as well.
For GoDaddy users, here’s how you fix this problem.
The good news is that this hack doesn’t appear to do anything to your database, just all file extensions with the .php at the end.
First, back up your database and all your web hosting files (even though they are infected) to your computer. Always always always back things up.
Second, log into your web hosting control panel and go to your File Manager.
Click on the “History” button on the left (just above the list of your directory structure).
You should see then a list of all your files from previous days listed there. So if your site is hacked on May 1st, be sure you’re looking at April 30th’s backup. You should see the words “Changed” next to each file / folder which has been infected.
As a check, try opening the index.php file and make sure the base64 code is not located in there. If it’s not, then you’re probably good to go ahead and use this date’s backup; if it’s there, go back even further in your history.
Now that you know that date’s files are clean, go back to your root folder (current date’s folder) by clicking the “Current” button on the left.
Put a check mark next to all files and folders which which include .php files. This will include your wp-admin, wp-content, wp-includes folders as well as all your root files which end with .php.
Once those are all deleted, go back to your “History” button and to the date with clean files.
Check all the files which you had deleted from your Current area and then click “Restore” from the file menu above.
Once the restore is complete, you should be up and running.
Hope this helps. Also, you might want to check out how to help stop hacks from happening by visiting these sites:
Forum: Fixing WordPress
In reply to: Log In IssuesMaybe make sure there’s no code in your .htaccess file causing a redirect or something?
Forum: Fixing WordPress
In reply to: Accessing wp-admin not working anymoreMaybe your host is currently down?
We could use a little more info. What’s your web address?
Like WPpremium said, are there any error messages?
Forum: Fixing WordPress
In reply to: PASSWORD RESET NOT WORKINGGeri, it seems you can’t get in with the password you currently have (you said it stopped working). And then when you click on the “Forgot Password” the system won’t email it to you.
So you need an alternative way to get in.
The video I linked to shows you how to change your password through the database. Once you change it, go back to your login page and try logging in with your new password.
If it still doesn’t work, then you have another issue going on.
Forum: Fixing WordPress
In reply to: PASSWORD RESET NOT WORKINGI hope the Moderators don’t mind the link, but here’s a video showing you how to change your password through phpMyAdmin:
http://wpbloghost.tv/change-wordpress-username-password-through-phpmyadmin/
That should do the trick for you.
Forum: Fixing WordPress
In reply to: Development Environment for TestingI believe all you’d need to do is install WordPress in both directories and edit the wp-config.php file so that the database information matches.
Then they’ll share the same database.
Forum: Fixing WordPress
In reply to: Youtube Channel Subscribe Link in my BlogLog into your Dashboard, go to your Widgets area (found in the left sidebar) and create a text widget.
Link to your YouTube channel from there. You can add images or whatever html you want in the text widget.
Forum: Fixing WordPress
In reply to: parse error and can’t get into dashboardYou can still edit the functions.php file.
There are 2 ways.
1. Log into your web hosting control panel and navigate to your wp-content/themes/ directory and then the directory of the theme you are using.
In that directory, you’ll see the functions.php file. Use your web hosting’s File Editor to edit the file and save the changes.
2. Log into your account through FTP and navigate to the same directory.
Download the file, edit it, and upload it back up.