Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
CiTay

Vorsicht: eMail-Banfilter gehen nicht

Recommended Posts

Keine Lust, ewig auf die IPB-Typen zu warten...

Der betroffene Code:

$email = preg_replace( "/\*/", '.*' , $email );

if ( preg_match( "/$ip/", $in_email ) )

{

$std->Error( array( LEVEL => 1, MSG => 'you_are_banned' ) );

}

In der preg_match() Zeile muss der erste Parameter "/$email/" sein.

Edited by CiTay

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×