Community Add-Ons

Add file to this package
Top » Features

Mail_Validation
for osCommerce Online Merchant v2.2

Bei dieser Erweiterung geht es darum vor einer Anmeldung die Emailadresse mittels eines Validation-Codes zu überprüfen // You see here a demolink how it looks in the registration email of the customer -->
http://localhost/test/pw.php?action=reg&pass=w6gYg2DT4tB9XknS4Bkh7MGn0RPUd4ZjMSGVS3b3or94hH2o&id=10

----------------------

This addon allow you to check if the customers emailadress is valid by add ing a registration code.
You see here a demolink how it looks in the registration email -->
http://localhost/test/pw.php?action=reg&pass=w6gYg2DT4tB9XknS4Bkh7MGn0RPUd4ZjMSGVS3b3or94hH2o&id=10

------------------------------------
Created by John Wood -

For any questions pls use the german oscommerce board:
http://forums.oscommerce.de/viewtopic.php?t=15146

Legend:  Download   Report
Expand All / Collapse All
Mail Validation 2.1a AlexStudio 22 Jun 2006  

There is a bug in the 2.1 release.

When a customer login without validation, or with an invalid code, the pw.php will create an error. The $FILENAME_DEFAULT will not be a valid file name.

This line in the pw.php must be changed
<td class="main"><?php echo TEXT_ACCOUNT_CREATED_FAIL . '<br>'; ?></td>
to
<td class="main"><?php $FILENAME_DEFAULT = FILENAME_DEFAULT;
echo TEXT_ACCOUNT_CREATED_FAIL . '<br>'; ?></td>

and this line
<td class="main"><?php echo TEXT_ACCOUNT_CREATED_FAIL2 . '<br>'; ?></td>

to
<td class="main"><?php $FILENAME_DEFAULT = FILENAME_DEFAULT;
echo TEXT_ACCOUNT_CREATED_FAIL2 . '<br>'; ?></td>

Full Package. Only changed the catalog/pw.php, all other files are identical to ver2.1

Full Pack "Danish, English And German" TheExterminator 22 Jun 2006  
Another typo in 2.2 kolt_siewerts 22 Jun 2006  
Typo in 2.2 texmaxx 31 May 2006  
Mail Validation Ver. 2.2 + SPPC texmaxx 30 May 2006  
Bug Fix AlexNbg 27 May 2006  
Mail Validation Ver 2.1 Alex2911 5 Mar 2006  
Mail Validation Ver 2.0 Steel 23 Oct 2005  
Mail Validation 1.6b Steel 6 Oct 2005  
Mail Validation 1.6 Steel 6 Oct 2005  
Readme updated Alex 9 May 2005  
mail_validation 1.4 Alex 21 Mar 2005  
mail_validation_1_3 Chris VDS 17 Mar 2005  
Make Validation Link Clickable OSJUNKIE 7 Mar 2005  
Stats for not validated Users Alex Zach 5 Sep 2004  
Updated v1_2 Alex Zach 7 Jun 2004  
Mail_Validation Alex Zach 5 Jun 2004  
Mail_Validation Alex Zach 5 Jun 2004