cukeving
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Restored and copied wp_posts but site only reads 60 of 1200 postsGlad to hear you got it to work!
That change to the database does sound like a hack – glad you could easily repair it.
Also to note – that base64 in reference to an image file is usually ok. Sometimes that will show up in css for images in the css file as well.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Unable to backup on GoDaddySorry – thank you.
Forum: Fixing WordPress
In reply to: Image map misalignedFYI you have a closing </p> tag right after the image with no opening tag ….. potentially enough to cause an issue.
Actually you have another missing closing </div> tag further down looks like.
More than enough to give FireFox a headache 😉
You might want to run the page through the W3C validator and fix up the errors
https://validator.w3.org/Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Unable to backup on GoDaddyI am having an issue with GoDaddy as host and Amazon S3 for storage.
Here is the log file http://pastebin.com/ijQUQqcY
Forum: Fixing WordPress
In reply to: Image map misalignedThe map of Georgia with the boxes on either side of it?
They seem to be working fine for me.
Which browser are you using and what version?There are some image mapping plugins – but I don’t have any experience with them so not sure how good they work or easy they are to use. Here’s one I found: https://wordpress.org/plugins/imagemapper/
Forum: Fixing WordPress
In reply to: Restored and copied wp_posts but site only reads 60 of 1200 postsYou could also try installing the free version of Wordfence – it has a database scanner in it
Forum: Fixing WordPress
In reply to: Cannot modify header information during loginI just read in a couple posts that if pluggable is involved that it’s likely a plugin conflict.
I would suggest renaming the plugin directory and create an empty one and then try to log in. If you can log in then delete the new plugin directory and rename the old one back and then slowly re-activate them to test them.
Forum: Fixing WordPress
In reply to: Adding an image not to replace entire rows on screenAwesome – anytime!
Forum: Fixing WordPress
In reply to: Cannot modify header information during loginTry turning on debug mode in your wp-config.php file and see if there are any more helpful error messages that come up.
While googling this issue I saw somebody mention increasing memory resolved a similar issue
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPForum: Fixing WordPress
In reply to: Adding an image not to replace entire rows on screenYou need to set the display settings for your image.
Insert the image at the front of the row where you would like it to start – while inserting check that Alignment is set to right and Line To is set to none – unless you want them to be able to click on the image and see it by itself on a page …. or link to another page. If the image is already placed you can click on it and chose align right.
Forum: Fixing WordPress
In reply to: Restored and copied wp_posts but site only reads 60 of 1200 postsA good idea to scan the .sql file – find one that does show up and then find one of the missing ones and compare the structure. Scan for this text as well “base64” or “base64_decode” – it may show up in your options table if you have any security plugins installed (which take a look at iThemes Security when you’re all fixed up if you’re not running one)
Also – you said you deleted everything – did you download new copies of all plugins and themes? What about the uploads and images folder – how did you deal with that?
Great free tool – Total Commander you can point it at a directory and scan the text inside all of the files of all sub-directories.
Also, try it will all plugins disabled and one of the core WordPress themes to make sure it’s not a conflict with any of those things.
Also, have you used any of the tools built into phpMyAdmin to check or analyze the tables to see if it shows any issues. A clean import should mean no issues.
Forum: Fixing WordPress
In reply to: Restored and copied wp_posts but site only reads 60 of 1200 postsSo you think it didn’t import all the records? Did you see any errors during the import?
You could open the .sql file you exported from the old database and find the posts table and count how many records you extracted. NotePad++ is a great text editor for this.
Forum: Fixing WordPress
In reply to: .htaccess file constantly overwritten by malwareFYI .htaccess and wp-config.php file permission can be safely and more securely set to 444. It’s one of the steps that the iThemes Security plugin takes to secure a site (a highly recommended free plugin).
After a hack I usually delete and replace all WordPress core files and folders except the wp-content folder. Then I download current versions of all plugins and delete and replace those folders. If working with a theme that hasn’t been customized – download and replace that too. Then manually scan any theme customizations/child theme folder and then the uploads folder. This assumes that everything was kept current. Then I install iThemes Security and secure the site going forward.
As you’ve done – always a good idea to reset all passwords for WordPress and the hosting account. Passwords that are not even close to being secure enough are a hackers dream. I always use a password generator set at a minimum of 15 characters – Symantecs is good
Forum: Fixing WordPress
In reply to: Restored and copied wp_posts but site only reads 60 of 1200 postsEach revision you make adds a new record to the posts table in the database – any page or post could potentially have hundreds of matching records (unless you set a revision history limit in the wp-config.php file).
Also – images take a record in the wp-post file …. as do custom post types and lots of other things.
So – potentially the database table record count is correct.
There are free plugins that will delete the revision history safely and then you could check the count again.
As a precaution, after a hack, search the entire database for %base64% and make sure anything using that is expected (like security plugin data in the options table)
Forum: Fixing WordPress
In reply to: Website hacked: Crazy floating ad on my site nowThey could have hacked the database, WordPress core or any plugin – the hack does not have to be in a theme file.