Anonymous - 2002-09-10

Hi all friends! I hope all understand what I write :-)

I think many that use PHPOpenchat wonder how to send away
email with registration affirmation that work.

In defaults_inc.php exists it rows that see out as here:
// if you want to send emails to your users with a confirmation-link in it
// set this TRUE. REMEMBER: you have to have a mail-deamon available!!
$REGISTER_WITH_EMAIL = FALSE; //set this if you want to let the registration be done with email. but do this only after you tested it and you should know what you're doing

Change to TRUE.

but then receives man away mail that it just stands:example
confirm.php?user=nickname&code=ou67ughp78y7

It shall be typed:
http://www.domainname.com/chat/\***/confirm.php?user=nickname&code=ou67ughp78y7

I change it in registry.php line 65
$confirmation_link='confirm.'.$FILE_EXTENSION.'?user='.urlencode($nick).'&code='.urlencode(
$code)
Then set in http://www.domainname.com/chat/\***/   before  confirm.'.$FILE_EXTENSION

A problem that I have, it stands in the letter just:
http://www.domainname.com/chat/\***/confirm.php?user=nickname&code=ou67ughp78y7

I want to get away a little text also, were it comes from, there is someone that want to register himself,
or that there is someone that try to register on another email. bla bla bla bla