find in admincp/global.php
Code:
else if ($_POST['do'] AND ADMINHASH != $vbulletin->GPC['adminhash'])
{
echo 'Admin Hash Mismatch';
exit;
}
change to
Code:
/*
else if ($_POST['do'] AND ADMINHASH != $vbulletin->GPC['adminhash'])
{
echo 'Admin Hash Mismatch';
exit;
}
*/
when youve done just change it back again
If you need to change the settings again you will have to edit the file again
Quote:
Originally Posted by King Kovifor
Also, how does the username@domain.tld work? I'd like to allow my staff members e-mails, but my awesomely free host (friend owns it!) I only get 8 and that'll fill up fast. Me plus e-mail already is 2!
|
that works if you set it in the global settings of wmail
eg you want all the members to use @domain.tld email addresses
you would set mail.domain.tld as your pop3 server with no override
with 8 email addys not a good idea

although if you want only staff to use it then you will have to give them an email addy