John H
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: What Should 2011 Hold for WordPress?1-click backup option.
User enters their FTP, FTPS, or SFTP and then with 1 click of a button WP automatically prompts them to download their database and then downloads the /wp-content folder to their hard drive.
Important to have secured ftp connection available.
Forum: Fixing WordPress
In reply to: Strange string at the end of urls?Thank you, Andrea. I’ll ask my customer to test them.
Forum: Fixing WordPress
In reply to: blog being attacked!? plz helpJust had the same thing happen to me.
Does this mean that someone did try and hack their way in?
Thank
Forum: Fixing WordPress
In reply to: Why is Google not updating its index for my pages?About a month.
Forum: Fixing WordPress
In reply to: Is this suppose to be in my source code?Just got a note back from Woo Themes.
“That is something we had in older versions of the framework to output the options for support purposes.
Upgrade your theme/framework to make it go away or simply remove the function load from admin-setup.php”
So all is good.
Thanks.
Forum: Fixing WordPress
In reply to: Is this suppose to be in my source code?Just as well I think I’ll message Woo Themes and ask them.
Thanks for your help. I really appreciate it.
I’d like to send you a gift (an ebook), how do I get that over to you (as a thank you)?
Forum: Fixing WordPress
In reply to: Is this suppose to be in my source code?Right. I haven’t noticed anything yet.
It’s definitely in my Theme (not plugins and switching themes made it go away).
In my theme’s directory, there’s a functions folder and in it there’s a file called:
admin-setup.php
in that file, there’s this code:
// Add Encrypted setting field to footer for debug purposes function woo_option_output(){ $data = get_option('woo_settings_encode'); echo '<span style="display:none">' . $data . '</span>';When I remove the span display:none call, the long hack string appears at the footer of my blog.
Forum: Fixing WordPress
In reply to: Is this suppose to be in my source code?Great suggestions, doing that now.
I haven’t noticed any hack attempts, hopefully just a plugin. If I find it, I’ll let you know.
Forum: Fixing WordPress
In reply to: Is this suppose to be in my source code?Any suggestions?
Forum: Fixing WordPress
In reply to: Is this suppose to be in my source code?Not that I know of. I’m not a coder myself.
How can I access the code in the wp_footer() call?
Forum: Fixing WordPress
In reply to: Is the define(‘SECRET_KEY’), still used?Anyone know about this?
Forum: Fixing WordPress
In reply to: How to Download WordPress DBHi Jon.
Just first make sure to back up all your files and your database before you do anything.
Upgrades are tricky. The answer I want to give is, “no you shouldn’t have any problems upgrading”, but that’s just not the case every time.
Personally, if you are worried you might screw something up and you don’t have much experience with this, my advice would be to seek out professional help to upgrade your blog. The small investment could save you a TON of headaches.
About the errors, not sure why it would stop all of a sudden. Usually there needs to be some action point that occurred which caused the problem. Oh I just reread and noticed you said about the PHP being upgraded. That could possibly affect your blog, yes. For example, if you upgraded from php4 to php5 it may or may not upset your WordPress install.
Sorry though, I can’t be much more help as far as that is concerned.
Good luck and again, it’s probably best to hire a pro at fixing and upgrading your site.
Forum: Fixing WordPress
In reply to: How to Download WordPress DBHere’s a video on how to download your database without logging into WordPress.
WordPress also tells you how to do it right here.
Hopefully you can find the answer here:
Forum: Fixing WordPress
In reply to: How to open wp-content in Go Daddy FTP to rename plugins?Using their FTP program you should be able to just double click on the wp-content folder.
Other method….
Log into your control panel, click on the Your Files button to enter your File Manager and navigate to your wp-content folder. From there you can do whatever you want.