New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
Just write a hook to auto-delete any ticket submitted with the span in the subject or message.
<?php $checkvars = array('subject','message'); foreach ($checkvars AS $checkvar) if (strpos($_REQUEST[$checkvar],'{php}')!==false) die("We're sorry, but you cannot use \"{php}\" in a ticket submission as this is currently being used in exploit attempts. If you do have a legitimate issue, please press the back button in your browser and then change any instances of \"{php}\" to \"(php)\" so that your ticket may be submitted. Keep in mind that in the event that you're trying to exploit our system, that neither {php} nor (php) will function."); ?>@dmmcintyre3 and where do i put that?
includes/hooks
Thanks works like no one else business
is there anyway i can log that users IP also?
nvm i think there is a need, lol