Stop spam bots Quackster

Results 1 to 6 of 6
  1. #1
    YOLO <3 DutchenL is offline
    MemberRank
    Jul 2013 Join Date
    543Posts

    Stop spam bots Quackster

    Hello

    how can you stop the spam bots that was released on RZ for phoenix?


  2. #2
    Full-Stack Web Developer Emetophobic is offline
    MemberRank
    Jan 2012 Join Date
    Nice, FranceLocation
    238Posts

    Re: Stop spam bots Quackster

    I don't know exactly how they work. But if the bot accounts are registered in the database. The best thing you can do is putting a reCAPTCHA on your register page. I know that was a trick used for HoloCMS back in the day, but some people told me that for Phoenix the accounts were not registered in the database.

  3. #3
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,607Posts

    Re: Stop spam bots Quackster

    Or just limit amount of connections from the same IP in your emulator.

  4. #4
    Full-Stack Web Developer Emetophobic is offline
    MemberRank
    Jan 2012 Join Date
    Nice, FranceLocation
    238Posts

    Re: Stop spam bots Quackster

    Quote Originally Posted by The General View Post
    Or just limit amount of connections from the same IP in your emulator.
    or that yeah damn, I'm just too old for this kind of shit. Been a long time I haven't touched Phx..

  5. #5
    YOLO <3 DutchenL is offline
    MemberRank
    Jul 2013 Join Date
    543Posts

    Re: Stop spam bots Quackster

    Quote Originally Posted by The General View Post
    Or just limit amount of connections from the same IP in your emulator.
    I use Phoenix, how?

    And is there a captcha for RevCMS?

  6. #6
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,607Posts

    Re: Stop spam bots Quackster

    Quote Originally Posted by DutchenL View Post
    I use Phoenix, how?

    And is there a captcha for RevCMS?
    Run a query that selects the amount of people online on the IP connected to the emulator. If it exceeds a certain amount it aborts the connection.

    Don't put it in your client as the spam bot tool doesn't use the client.php. It directly connects to the emulator socket.



Advertisement