Forum Moderators: phranque
i m using vbulletin 3.6.8 and the host provider says your forum is sending 200+ mails per hour, host provider send me the details for coding he says' stop this ...
Please take a look:
root@shared1 [/home2/styl3b3b/public_html/example.net]# grep mail\( *
calendar.php: vbmail($toemail, $subject, $message, true);
infraction.php: vbmail($userinfo['email'], $subject, $message);
login.php: vbmail($user['email'], $subject, $message, true);
login.php: vbmail($userinfo['email'], $subject, $message, true);
payment_gateway.php: vbmail($toemail, $subject, $message, true);
profile.php: vbmail($vbulletin->GPC['email'], $subject, $message, true);
profile.php: $userdata->verify_useremail($vbulletin->userinfo['email']);
register.php: vbmail($toemail, $subject, $message);
register.php: vbmail($email, $subject, $message, true);
register.php: vbmail($email, $subject, $message);
register.php: vbmail($userinfo['email'], $subject, $message);
register.php: vbmail($user['email'], $subject, $message, true);
report.php: vbmail($moderator['email'], $subject, $message, true);
sendmessage.php: if (!is_valid_email($vbulletin->GPC['email']))
sendmessage.php: vbmail($destemail, $subject, $message, false, $vbulletin->GPC['email'], '', $name);
sendmessage.php: if ($sendtoname == '' OR !is_valid_email($vbulletin->GPC['sendtoemail']) OR $vbulletin->GPC['emailsubject'] == '' OR $emailmessage == '')
sendmessage.php: vbmail($vbulletin->GPC['sendtoemail'], $vbulletin->GPC['emailsubject'], $message);
sendmessage.php: vbmail($userinfo['email'], fetch_censored_text($vbulletin->GPC['emailsubject']), $message , false, $vbulletin->userinfo['email'], '', $vbulletin->userinfo['username']);
Please try to remove sendmessage.php script.
now what should i do ..i don't know php...
please help me..
[edited by: jatar_k at 11:16 am (utc) on April 17, 2008]
[edit reason] examplified domain [/edit]
What I did was reset everyones default settings to no notifications using a query on the database. Then I changed the default settings for when they reister so it was no notifications. Lastly I let everyone know what I did and told them to change it back if they wanted.
Most of the people signing up probably never use that feature anyway unless its very inactive forum.