Ziki
12-19-2006, 10:00 PM
This modification was brought to you by
KXDesign
http://www.kxdesign.com/
~Hack name
Don't Require E-Mail Confirmation
~Hack description
I always hated to confirm my mail address by registration.It is senseless.This modification deletes that thing ;)
~Hack options
None
~Hack info
File uploads: 0
Template edits: 1
Templates: 0
File edits: 4
Plugins: 0
SQL Queries: 0
Phrases: 0
Settings: 0
Install time: 2 minutes
Install level: Medium
~Hack installation
Step 1: Open template register ,then find and delete this:
<td>
$vbphrase[confirm_email_address]:<br />
<input type="text" class="bginput" name="emailconfirm" size="25" maxlength="50" value="$emailconfirm" dir="ltr" />
</td>
Step 2: In the register.php file find and delete this parts of code:
'emailconfirm' => TYPE_STR,
OR empty($vbulletin->GPC['emailconfirm'])
// check for matching email addresses
if ($vbulletin->GPC['email'] != $vbulletin->GPC['emailconfirm'])
{
$userdata->error('emailmismatch');
}
$emailconfirm = htmlspecialchars_uni($vbulletin->GPC['emailconfirm']);
~Hack screenshots
Attached
~Hack copyright
This may not be distributed,released or claimed as your work without author's permission.
KXDesign
http://www.kxdesign.com/
~Hack name
Don't Require E-Mail Confirmation
~Hack description
I always hated to confirm my mail address by registration.It is senseless.This modification deletes that thing ;)
~Hack options
None
~Hack info
File uploads: 0
Template edits: 1
Templates: 0
File edits: 4
Plugins: 0
SQL Queries: 0
Phrases: 0
Settings: 0
Install time: 2 minutes
Install level: Medium
~Hack installation
Step 1: Open template register ,then find and delete this:
<td>
$vbphrase[confirm_email_address]:<br />
<input type="text" class="bginput" name="emailconfirm" size="25" maxlength="50" value="$emailconfirm" dir="ltr" />
</td>
Step 2: In the register.php file find and delete this parts of code:
'emailconfirm' => TYPE_STR,
OR empty($vbulletin->GPC['emailconfirm'])
// check for matching email addresses
if ($vbulletin->GPC['email'] != $vbulletin->GPC['emailconfirm'])
{
$userdata->error('emailmismatch');
}
$emailconfirm = htmlspecialchars_uni($vbulletin->GPC['emailconfirm']);
~Hack screenshots
Attached
~Hack copyright
This may not be distributed,released or claimed as your work without author's permission.