Error 500 – Internal Server Error is very generic, it does not give me any file name or line number to look at for a possible fix.
I suggest removing this plugin.
If you use CAPTCHA on the login form and ever get locked out due to CAPTCHA is broken, here is how to get back in:
FTP to your WordPress directory /wp-content/plugins/
Delete this folder:
si-captcha-for-wordpress
This manually removes the plugin so you should be able to login again.
Once you have it removed and your site is working again, you can try my other plugin if you like
https://ww.wp.xz.cn/plugins/fast-secure-recaptcha/
-
This reply was modified 9 years, 1 month ago by
Mike Challis.
Hello,
Error 500 – Internal Server Error
I got it the problem. It’s a server issue.
Means i checked in another server then it’s running perfectly.
And i want to know about hooks of this plugin, Because i want to change the layout from theme page.
Please give me suggestions as soon as possible.
It uses the standard hooks in WordPress
Look at my code
look in the init function you can see all the actions and filters I use
https://plugins.trac.ww.wp.xz.cn/browser/si-captcha-for-wordpress/trunk/si-captcha.php
start with a wordpress default theme. when you edit a theme page, if you see a do_action or apply_filter hook, you have to be sure to include it in your theme.
things like
<?php wp_head();?>
<?php do_action(‘register_form’); ?>
<?php wp_footer(); ?>
Thanks Mr.Mike for share your code.
This is my comment Form
Image verification : Label
Captcha Image
Captcha Text
but i want this
Image verification : Label Captcha Image
Captcha Text
So i don’t want to change any file of the plugin.
Thanks Mike.
I think am doesn’t explain the problem properly…?
in-short I want to change the position of captcha image and text box.
and i want to add label “verification”.
i hope now you understand…
Hi,
Design issue is also solved.
Now, i want to add this captcha in Contact form 7. but i can’t
Please Give me Any Suggetions.
I have a contact form plugin with reCAPTCHA. it can be enabled on the security tab when you edit a form
https://ww.wp.xz.cn/plugins/si-contact-form/