How do we install this, and where do we find it, that way to fix the red x for verification security.
This world is not perfect. That is what makes it beautiful.
Actually, you may find it aggravating to try and setup GD if you don't already have it on your server.
The next release of C!D SE will have various registration methods, which will allow you to not use GD.
In the meantime, to make your life simpler, I suggest this mod:
[code]-- Open --
signup.php
-- Find --
if($row['session_data']!=$INPUT['vcode'])
$COMMON->error("You entered a code that does not match the verification code");
-- Replace with --
// if($row['session_data']!=$INPUT['vcode'])
// $COMMON->error("You entered a code that does not match the verification code");
[/code]
Your board will just ignore the verification code.
-C.
What do you mean an email server? on the hosted ipb boards, wbblite, phpbb I seemed to always get an email if thats what you mean.
This world is not perfect. That is what makes it beautiful.