problems with email processing...

cch233

Client
Регистрация
22.12.2011
Сообщения
4
Благодарностей
0
Баллы
0
Hi,

I'm doing a Open Source Social Networking template and having problems with email processing. Please help me.

I know how to process email verification in project maker with this format:

You registered an account on FlexFam, before being able to use your account
you need to verify that this is your email address by clicking here:
<a
href="http://www.flexfam.com/index.php?do=/user/verify/link_3ccb4d47c3fce494e88484a941ae58f7a9bf30532f7a2e4f8/">http://www.flexfam.com/index.php?do=/user/verify/link_3ccb4d47c3fce494e88484a941ae58f7a9bf30532f7a2e4f/</a>
Sincerely, FlexFam
Check out www.flexfam.com
The Premier Family & Community Social Networking Web Site
but with this format, I don't know how to set the regular expression.

Before you can start you using [STOLE] The Foreign Legion, you must confirm
your email address.

Please confirm your email address by clicking on the link below:

http://eve-stole.com/uservalidationbyemail/confirm?u=803&c=e27f855c9cb5cec46f5ef3a62d4877a3

If you can't click on the link, copy and paste it to your browser manually.

[STOLE] The Foreign Legion
http://eve-stole.com/
It has blanks between the verification link.

How to set the regular expression?

P.S. this is a social networking template which is used for many sites. So the regular expression should not be like this "http:\/\/www\.eve-stole\.com\/.* ".

Thanks.
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113
You could use something like this:
(http):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&amp;:/~\+#]*[\w\-\@?^=%&amp;/~\+#])?confirm\?u\=.*
 

cch233

Client
Регистрация
22.12.2011
Сообщения
4
Благодарностей
0
Баллы
0
it works.

Thanks.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)