Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Front End User Login Plugin (XML Or Database - ver: 3.0)
#58
Understandable, but php and or the plugins must have a way of setting up conditions using regex no?
Info here for PCRE supported Regex in PHP:
http://ca.php.net/manual/en/book.pcre.php
This is the match function that would be needed:
http://ca.php.net/manual/en/function.preg-match.php

Ofcourse this is my assumption that plugins are written in PHP.
... and after some investigation looks like they are.

Perhaps someone could tell me the policy of modifying plugins?

Looks like I've narrowed down the problem with non standard addresses being allowed to:
Code:
$email = $_POST['email'];
in function user_login_register().
Any way for the developer to add a condition to this?

Whats stopping a bot from flooding my server?
Reply


Messages In This Thread
Example site down, having issues - by Rich_K - 2012-11-14, 07:36:37
login box won't display - by horstuff - 2015-11-20, 04:57:25
Front End User Login Plugin (XML Or Database - ver: 3.0) - by roy_b8te - 2011-10-07, 08:35:28



Users browsing this thread: 3 Guest(s)