Ve Mer
Forum Replies Created
-
Forum: Reviews
In reply to: [Easy Forms for Mailchimp] It doesn't accept the API key I haveDidn’t have any PW managers yet. But it works now after an update, thanks!
Forum: Fixing WordPress
In reply to: WordPress now Buggy with Chrome*Thumbs up* I haven’t tried that and when I did, it fixed the problem. I’ll take note of this fix for the next time it happens.
I meant the Browsing Cache clearing.*
Forum: Fixing WordPress
In reply to: How do you Hack WorrdPress so the DNS loops and never resolves?Fixed it by restoring a database backup. How can you prevent attackers from accessing your database? Injecting something into the database?
Forum: Plugins
In reply to: [HC Custom WP-Admin URL] Warnings and not workingI think you and the author of the BPS Security plugin should work together ?? Their plugin is very extensive in defence but, regardless, I am personally irked if people are finding out I’m using wordpress by just typing /wp-admin after the URL. It creates an opportunity to better attacks.
So yeah, it would be nice if BPS and your plugin can work together.
Forum: Plugins
In reply to: [HC Custom WP-Admin URL] Warnings and not working<strike>
Yup, I did, unfortunately disabling BPS didn’t solve the problem.</strike>EDIT:
Sorry, I looked at it again.Instead of just “deactivating” BPS, I restored the .HTACCESS of wp-admin to normal (unsecure mode).
Tried the wp-admin hider again and it works.
It seems like BPS defaults the wp-admin when I activate the security again, so activating wp-admin hider then securing wp-admin HTAccess doesn’t work. I think I need to look for the code of the secured wp-admin directory and set it appropriately to point to the modified permalink to wp-admin…
PS: WordPress v.371
Forum: Plugins
In reply to: [HC Custom WP-Admin URL] Warnings and not workingPS: I have BPS security installed (Bulletproof plugin)
Forum: Fixing WordPress
In reply to: My WordPress site was attackedAh, no, sorry, it wasn’t hacker code lines, it was just error messages from the MySQL database. Anyway, I’ve fixed it and instead of putting it in the code delimiter, I used the Blockquote.
Forum: Fixing WordPress
In reply to: My WordPress site was attackedWhy is my post not showing? (I put in a code, BTW.
Forum: Plugins
In reply to: Plugin management page (wp-admin/plugins.php) NOT workingWhere is
self_admin_url()
located? How does this one break?Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] erase fields onFocusOh, and, using the idea that Wiki provided, I’ve modified it a little bit and came up with this (applied to text.php):
$html = '<input type="text" name="' . $name . '" value="' . esc_attr( $value ) . '"' . $atts . ' onblur="if (this.value == \'\') {this.value = \'' . esc_attr( $value ) . '\';}" onfocus="if (this.value == \'' . esc_attr( $value ) . '\') {this.value = \'\';}" />';
you can see this code applied on this website: https://www.talyst.com
For textarea.php, use:
$html = '<textarea name="' . $name . '"' . $atts . ' onblur="if (this.value == \'\') {this.value = \'' . esc_html( $value ) . '\';}" onfocus="if (this.value == \'' . esc_html( $value ) . '\') {this.value = \'\';}">' . esc_html( $value ) . '</textarea>';
Just put any name on the FROM field, followed by <[email protected]>
i.e.
FirstName LastName <[email protected]>
or
[COMPANY] Notifications <[email protected]>
That’s it.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] erase fields onFocusTHAAAAAAAAAAAAANK…. YOUUU….. The Original poster forgot to thank you, but I’ll do it for him…. thank you.
Forum: Fixing WordPress
In reply to: Customised menu that changes depending on Child PagePardon… the correct URL is https://talystinsite.com