Advertisement:

Author Topic: [Tip/Trick] Blocking bots from comment posting  (Read 12596 times)

cus

  • Full Member
  • ***
  • Posts: 139
Re: [Tip/Trick] Blocking bots from comment posting
« Reply #15 on: June 21, 2013, 05:45:18 pm »
Funny, the new input line is visable on desktop, but on my blackberry it is not there. 

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: [Tip/Trick] Blocking bots from comment posting
« Reply #16 on: June 21, 2013, 06:07:48 pm »
Visible on desktop? Do you mean in the source code? Because I can see no trace in normal view just as intended... Please elaborate further.

Regards

cus

  • Full Member
  • ***
  • Posts: 139
Re: [Tip/Trick] Blocking bots from comment posting
« Reply #17 on: June 21, 2013, 06:25:24 pm »
On my home computer (desktop) using EI 8 the new line is visable.  See pic attached.  When I look at the same ad with my Blackberry the new line is invisable.

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: [Tip/Trick] Blocking bots from comment posting
« Reply #18 on: June 21, 2013, 07:20:55 pm »
I don't quite follow you, are you talking about a blank line where the new input should be shown if it were visible? ???

Regards

cus

  • Full Member
  • ***
  • Posts: 139
Re: [Tip/Trick] Blocking bots from comment posting
« Reply #19 on: June 21, 2013, 08:14:31 pm »
Yes, I added the new input line (blank line) as per code above.  The new line is visiable between "your email address" and "phone".   I thought this new line was hidden ?    Sorry for the confusion.

http://canadausedsports.com/memorabilia/professionaly-framed-dany-heatley-picture_i21

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: [Tip/Trick] Blocking bots from comment posting
« Reply #20 on: June 21, 2013, 08:51:47 pm »
I coudn't see that rule:

/*we love spam */
#spamlover {display:none }

being applied to the new hidden input... ???

so I checked your main.css, and at the end there is this:

/*we love spam */
#spamlover {display:none
}
}

Get rid of that last, duplicated "}"

Regards

cus

  • Full Member
  • ***
  • Posts: 139
Re: [Tip/Trick] Blocking bots from comment posting
« Reply #21 on: June 21, 2013, 09:22:13 pm »
That didn't work.  No worries.  I'll play around with it on the weekend.  Thanks for your help.

Cheers

Vital8

  • Newbie
  • *
  • Posts: 1
Re: [Tip/Trick] Blocking bots from comment posting
« Reply #22 on: June 23, 2013, 03:28:08 am »
How can I do the same for new Ad?

in item-post.php - the same code, but

in ItemAction need another code...

please help

nootkan

  • Sr. Member
  • ****
  • Posts: 259
Re: [Tip/Trick] Blocking bots from comment posting
« Reply #23 on: August 17, 2013, 07:59:16 am »
There is no itemsActions.php in the bender themes so where did you place the code?

mantas

  • Jr. Member
  • **
  • Posts: 52
Re: [Tip/Trick] Blocking bots from comment posting
« Reply #24 on: November 02, 2013, 12:08:52 am »
I would like to see this function in new osclass version implemented, or it could be like a plugin, because now every day getting about 50 spam comment in any ways not related to the ads. Black hat seo using guys using some kind of soft which is auto posting all the sh***t

zoopla

  • Guest
Re: [Tip/Trick] Blocking bots from comment posting
« Reply #25 on: December 17, 2013, 02:17:31 am »
Very nice idea - I also thought of using Slide to comment system I'm currently working on it - It lets users slide to comment which is not possible for the bot to do.

Keep up the good work :)

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: [Tip/Trick] Blocking bots from comment posting
« Reply #26 on: December 17, 2013, 11:30:29 am »
@IBthemes- Premium OC Themes
In this case people without jQuery would be unable to post a comment, no?

zoopla

  • Guest
Re: [Tip/Trick] Blocking bots from comment posting
« Reply #27 on: December 19, 2013, 04:24:03 pm »
@IBthemes- Premium OC Themes
In this case people without jQuery would be unable to post a comment, no?

Jquery will be included in your theme, its very easy to include it.

Its included from the server side not client side,

So it does not need users to have jquery :)

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: [Tip/Trick] Blocking bots from comment posting
« Reply #28 on: December 19, 2013, 09:08:34 pm »
@IBthemes- Premium OC Themes
There is many people that have javascript bugs on their website >>> jQuery do not work

zoopla

  • Guest
Re: [Tip/Trick] Blocking bots from comment posting
« Reply #29 on: December 20, 2013, 03:32:39 am »
If its integrated correctly it will work :)