- Регистрация
- 18.06.2011
- Сообщения
- 91
- Благодарностей
- 11
- Баллы
- 0
Hey guys,
I did a conversion from project maker to zennoposter and there's a few things that just don't translate into codecreator.
One was regarding email confirmations:
It's throwing errors in the "reg0..." section - Unrecognized sequence
Also,
It again gets upset on the "File.GetString" command.
If an admin would like me to send my xml to them for review, I can but I would prefer not to share to the public forum as it contains private data.
Thanks.
Frank
I did a conversion from project maker to zennoposter and there's a few things that just don't translate into codecreator.
One was regarding email confirmations:
Код:
// Checking for verify email
var res = ZennoPoster.MailConfirm(instance, "300;300;300", "[email protected]", "cookie30pie", "mail.email.com", 110, false, false," [email protected]", "reg0$$$$$1$$$$$ http:\/\/www\.a1-webmarks\.com\/verify.*");
return 0;
Also,
Код:
// Executing macros
he.SetValue(instance.RiseMacros("File.GetString", new [] { "C:\Users\Frank\Documents\Zennoposter\email accounts created.txt", "random", "false", ".*(?=:)" }), true);
If an admin would like me to send my xml to them for review, I can but I would prefer not to share to the public forum as it contains private data.
Thanks.
Frank