Jump to content

Joriz

Clients
  • Joined

  • Last visited

  1.    Joriz reacted to a post in a topic: 5.0 - A Discussion
  2.    Joriz reacted to a blog entry: Invision Community: A decade in review
  3.    Joriz reacted to a post in a topic: Elasticsearch Version 7 & IPB?
  4.    Joriz reacted to a post in a topic: Sign in with Apple
  5.    Joriz reacted to a post in a topic: Sign in with Apple
  6. Seems to also work with websites: https://developer.apple.com/sign-in-with-apple/ Would be a great addition as login option for Invision Community websites.
  7. Joriz replied to Donkerrood's post in a topic in Feedback
    Sorry for the bump. But I think the following works. I'm currently testing it. https://board-url/index.php?app=core&module=global&section=login&do=process POST ips_username=GoogleBot ips_password=the password you set for the bot auth_key=880ea6a14ea49e853634fbdc5015a024 rememberMe=1 As far I understand the auth_key is always 880ea6a14ea49e853634fbdc5015a024 for guests.
  8. Joriz started following Fedmas
  9. This kind of protection is already build in IP.Board. If you would like to add extra protection to your forum you should add extra security on server program level and not on php script level which would only make your forum slower. You could add modules to Apache/PHP like mod_security, mod_suhosin and mod_evasive. Also modyfing the standard settings of php.ini will help make your server more secure.