Stop users from using contact form
This modification is in the archives.
If your site is using a Help Desk of sorts for support and are trying to eliminate e-mail support users still can email you by typing in the URL to your site and loading the file sendmessage.php file Instead of deleting, renaming or CHMODing the file I thought it was a better idea to just do a PHP re-direct.
So in sendmessage.php delete everything inbetween and including: <?php and ?> Insert: Code:
<?php header("location: [some-url]"); ?> Download No files for download. |
Similar Mods
Mini Mods Stop banned users from accessing the contact us page. | vBulletin 3.6 Add-ons |