|
Schulpastoral und Internet
Themen Specials
Suche auf www.schulpastoral.de
Bibliothek auf www.rpi-virtuell.de
|
Home
>>
RSS Center
>>
Profile 1.62 - Verbose Validation Edition
RSS Center
XOOPS.org
(08.12.2025 11:19)
Profile 1.62 - Verbose Validation Edition
(19.12.2010 18:40)
Profile 1.62 Verbose Validation Edition Sponsored by Child Share and AFS Espania Profile 1.62 is a version of Profile module for XOOPS that allows for a verbose registration to be done. This has a field for validation that allows for Text Match, RegEx or SQL Validation to be used to prevent people registering with your website without having validation data of sometype such as an existing email address or an invite code or some regular expression statement. Featuring still Multiple Fields , 2 Types of validation - one which uses JSON ; the other that uses the Field $_POST validation method. Simply upgrade your existing XOOPS 2.4 or 2.5 to XOOPS Profile 1.62 to experience the difference. We can really recommend XinCodes 1.02 for a user based invitation to be done. Download: xoops2.5_profile_1.62.zip - 108 Kb Demo: Pre installed at http://xoops.demo.chronolabs.coop or try http://www.xortify.com/register.php and put in my email address for validation. Notice how it unlocks the form wherever it is. --=[ Example SQL Validation for a basis of pre-existing users email, remember to change 'prefix' to your database prefix ]=--
Select count (*) from ` prefix_users ` where ` email `
LIKE "[value]" and ` level ` > 0
execution time : 0.043 sec
|