
# Update Anti-bot Guest Post Mod 0.0.1 -> 1.0.1 (language independent)
#
#-----[ OPEN ]------------------------------------------
#
posting.php
#
#-----[ FIND ]------------------------------------------
#
if ($confirm_guest_post != "Yes")
#
#----- [ REPLACE WITH] ---------------------------------
#
if ($confirm_guest_post != "1")
#
#-----[ FIND ]------------------------------------------
#
'L_CONFIRM_POST_EXPLAIN' => $lang['Confirm_post_explain'],
#
#-----[ AFTER, ADD ]------------------------------------
#
'L_YES' => $lang['Yes'],
'L_NO' => $lang['No'],
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/posting_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<option value="No">No</option>
<option value="Yes">Yes</option>
#
#----- [ REPLACE WITH] --------------------------------
#
<option value="0">{L_NO}</option>
<option value="1">{L_YES}</option>
#
#-----[ SAVE/CLOSE ALL FILES ]-----------------------
#
# EoMinternetbrother wrote:will this realy help?
dipps wrote:I put it on 2 weeks ago and it's stopped nearly all spam.
dipps wrote:The odd one wasn't an advertising post: no new text, completely quoted a previous message. Could have been someone clicking around by accident, dunno.
dipps wrote:The spammers might catch on one day, but IMO it's working pretty well now!
damnian wrote:You bet they will. I'd suggest using visual confirmation for guest posts.
Return to [2.0.x] MOD Database Releases
Users browsing this forum: No registered users and 5 guests