NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

#1 07-14-2005 11:24:41

sfox8
Member

Automated Validation?

Well for a while now automated validation hasn't been working for my board. I ignored it for a while but it's kind of getting more important to me because I'm getting more members daily.  ^^;; Is there a way I can fix this?

Offline

#2 07-15-2005 04:37:29

Waccoon
Administrator

Re: Automated Validation?

For Wax poteto?  I do know of an issue with Wacintaki that will be fixed in 1.2.1.

Is the board just not sending/receiving mails properly, not setting flags, or returning an error?

Offline

#3 07-15-2005 04:41:02

Waccoon
Administrator

Re: Automated Validation?

Oh, duh.  I didn't recognize your name.

If you recently updated to 1.2.0, you'll need the 1.2.1 patch which I'll be releasing this weekend.  If you're still using 1.1.5, I'll need to know if you're getting any error messages or whatnot.  If you try to re-register and your server's e-mail system isn't working, the board should let you know.

Offline

#4 07-16-2005 09:40:30

sfox8
Member

Re: Automated Validation?

^^ Thanks I'll try the patch when you release it. For now I've just edited the functions.php to set the flags GDMU as soon as the user registers instead of P.

Offline

#5 07-17-2005 01:05:23

Waccoon
Administrator

Re: Automated Validation?

In functions.php, search for "adduser".

Directly underneath, you should see this:

Code:

$draw_access   = $_POST['draw_access'];
$anim_access   = $_POST['anim_access'];
$upload_access = $_POST['upload_access'];

replace it with this:

Code:

$draw_access   = $_POST['reg_draw'];
$anim_access   = $_POST['reg_anim'];
$upload_access = $_POST['reg_upload'];

Gotta take better notes when I change things.  :6

Offline

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB