Hi , What is this plugin that dp using it ??? it s soooooooooooo Great to stop AutoForumPosterSoftwares , Spammers and .... ! Thanks in Advance .
DP use a simple HTML script. Something like this: <!-- subject field --> <table cellpadding="0" cellspacing="0" border="0" class="fieldset"> <tr> <td class="smallfont" colspan="3"><fieldset class="fieldset" style="width:630px;"><legend>New Thread In <strong>$foruminfo[title]</strong></legend><div style="padding:3px"><strong>Description</strong>: $foruminfo[description].<br /><br /><label for="cb_confirm_forum"><input type="checkbox" name="confirm_forum" id="cb_confirm_forum" value="1" onclick="double_check();"/>I believe <strong>$foruminfo[title]</strong> is the BEST section for this topic</label></div></fieldset><br /><br /></td> </tr> <tr> <td class="smallfont" colspan="3">Title:</td> </tr> <tr> <td><input type="text" class="bginput" name="subject" value=" [Something descriptive here will yield more responses]" size="52" maxlength="85" tabindex="1" onfocus="if(this.value==' [Something descriptive here will yield more responses]')this.value='';" onblur="if(this.value=='')this.value=' [Something descriptive here will yield more responses]';"</td> <td> </td> <td><img id="display_posticon" src="clear.gif" alt="" /></td> </tr> </table> <!-- / subject field --> PHP:
Thanks alot . there is a problem in the code that u provided , if u check that box or not ! still u can post a new thread .