Recent

Author Topic: for gods sake remove the idiotic captcha  (Read 10944 times)

techno45

  • Newbie
  • Posts: 3
Re: for gods sake remove the idiotic captcha
« Reply #15 on: June 19, 2015, 07:07:08 pm »
misunderstanding  :-[

and i sorry you guys for my bad behave  :-[

i talking about that : Program SpammersAreParasites;
var
  l1,l2: Srting;
begin
  l1:='47';
  l2:='7';
  WdW:=l1 + l2;
  WdW:=(WdW)
(*
  l1:=79;
  l2:=10
 WdW:=(l1 + l2);
*)
end.


 >:(

Blaazen

  • Hero Member
  • *****
  • Posts: 3237
  • POKE 54296,15
    • Eye-Candy Controls
Re: for gods sake remove the idiotic captcha
« Reply #16 on: June 19, 2015, 07:14:52 pm »
Capcha is maybe annoying but spammers much worse. If you survive 5 times, you will send comments without it.

You are adding two strings, so result is 477.

(* *)
{  }
//
are all Pascal comments.
Lazarus 2.3.0 (rev main-2_3-2863...) FPC 3.3.1 x86_64-linux-qt Chakra, Qt 4.8.7/5.13.2, Plasma 5.17.3
Lazarus 1.8.2 r57369 FPC 3.0.4 i386-win32-win32/win64 Wine 3.21

Try Eye-Candy Controls: https://sourceforge.net/projects/eccontrols/files/

techno45

  • Newbie
  • Posts: 3
Re: for gods sake remove the idiotic captcha
« Reply #17 on: June 19, 2015, 07:26:02 pm »
thank you  :)

Septe

  • Jr. Member
  • **
  • Posts: 68
Re: for gods sake remove the idiotic captcha
« Reply #18 on: June 20, 2015, 01:40:02 am »
Shoot.  You're right.  My bad.   >:D

JazzMazz88

  • Newbie
  • Posts: 5
Re: for gods sake remove the idiotic captcha
« Reply #19 on: November 06, 2015, 10:29:55 am »
unfortunately there are better options. much better ones. I dunno what yall using as a base but it needs help obviously. I know firsthand from last month from dreamhost alone that en-mass ddos and spamming happens and it breaks websites terribly. The other half is code optimization. If you do it right your site can have split-second interaction.

A lot of people prefer drupal (see facebook) or dreamhost, like myself and feathercoin staff. There are forum (bb) options as well. The trick is keeping alive site up and going thru database dumps when needed.If you arent using one, you should be. The half of this is having access like I do to the following:
Apache or nginx
SQL database(accessible only thru above)
and knowing how to manage(and backup) both.

As per site registration, when this breaks, nobody can register. And since all of the old postings for FP(C) got thrown here, we have nowhere else to post but our own blogs.And this has broken. I have been forced to wait years because of this to re-register after the forum switched. You can use hidden fields to detect bots just as well. Per post capchas are pointless waste of peoples time.

Thaddy

  • Hero Member
  • *****
  • Posts: 14359
  • Sensorship about opinions does not belong here.
Re: for gods sake remove the idiotic captcha
« Reply #20 on: November 06, 2015, 12:23:36 pm »
1. ddos attacks are not mitigated by the captcha, content mutulation is.
2. You mention a lot of the least secure solutions. Are you seriously suggesting to use them?

So, what are these "better solutions" how are they "much"? Do you know how to mitigate ddos attacks? Do you know how to mitigate SQL flaws in a back-end? Do you know *anything* about internet security? (hint: it's my profession and I am very good at it (that's an intentional understatement, I am less of a programmer, although still pretty good as one knows))

My vote is to keep the captcha. I like it. As stated above.
« Last Edit: November 06, 2015, 12:25:37 pm by Thaddy »
Object Pascal programmers should get rid of their "component fetish" especially with the non-visuals.

 

TinyPortal © 2005-2018