webjunk
Forum Replies Created
-
If/When??? I have over a thousand wordpress installs out there, some for years now (time flies) and not one has been hacked. Maybe if you do a better of of securing a website instead of hiding a password.
If you have more than one administrator then they must be trusted right? Otherwise you need to reduce their privledges. They can edit PHP files so have full access to your server anyway.
Sounds like instead of properly configuring your site you just want to hide a “few” smaller details. Say what you want but I will call it what it is. STUPID!Forum: Plugins
In reply to: [Plugin: Contact Form 7] HTTPS (secure form)In order to use httpS you need a Public Key Certificate. Some hosting providers give a “free” shared certificate but they generally give a warning to site visitors and are not really secure. Otherwise you need to purchase one for your domain. A dedicated IP is required and usually you will need your host to install it for you if not on a dedicated server.
You can set pages to normal http and the form only to https BUT!!! any http within a secured (https) page will generate the error asking if they want to view unsecured items on a secured page.WOuld have to be scripted. Not a built-in feature
Forum: Plugins
In reply to: Do I have to use a plugin for Paypall or Google Check OutIf you only used Paypal on their site you can just setup “Buy NOW” buttons direct with the amount. But order fulfillment is seperate of course and there are excellent scripts and a couple of WP plugins (not sure if they are up to date) for that.
You do know if you have FTP access then you can MOVE the files? If they are not within the domain account and Web-accessible then you can not control them anyway, so do not know any gallery that would work.
Usually that error is when upgrading and you do not have FULL admin permissions to update the database.
Also are you running in MU mode?
What version of WP?Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Fatal ErrorFirst question is what is on line 63 of the header.php of coraline theme?
Does it contain a wp_head() in the header?Do you have this error with the default theme?
Forum: Plugins
In reply to: Looking for a Calendar PluginKieran’s Calendar plugin:
http://wordpress.org/extend/plugins/calendar/
is what you want BUT it natively will not allow more than one calendar. I have a modification of his to allow two seperate calendars:
http://webjunk.com/wordpress/archives/46Started on a version to allow unlimited calendars but have not had a chance test yet….
If they have access to that they have access to much more than the SMTP acct. info is not a big deal…
http://wordpress.org/extend/plugins/nextgen-gallery/faq/
That’s all I know about.
Forum: Fixing WordPress
In reply to: Help been hacked!Have you tried opening a ticket with Hostgator support? They can be extremely helpful with these things.
While you did a fresh install of WP, did you go through everything else in the hosting account? This would include even non-web-accessible directories above /public_html
Also checked any cron jobs?Forum: Plugins
In reply to: NextGen Gallery Update database update giving Error500Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] having more than one calendar?You could use Kieran’s Calendar plugin. It does not natively support more than one Calendar but I modified his plugin to support other Calendars and a few other things.
http://webjunk.com/wordpress/archives/46Forum: Plugins
In reply to: NextGen Gallery Update database update giving Error500With 500 errors, 99% of the time its related to file/directory permissions…