@Bambo19 said in Problem with premium:
Hello I’m trying to edit my bot, like images customisation etc. I’ve uninstalled BAS, downloaded from the link in my profile.
As you can see it is premium
But now when I try to edit my bot
What's the question?
So, i am trying to fetch a link from an email to activate an account, using IMAP.
The Link looks like this:
http://secure.SOMETHING.com/m=email-register/submit_code.ws?address=Johny@mail.com&code=y*saxnel2317dkw124bFjS7d
But by using search first I would get the link result as: http://secure.SOMETHING.com/m=email-register/submit_code.ws?address=Johny@mail.com&code=y
Seems like Search first has a problem with the star simbol *, so i get the incorrect link, so it does not work. Any way to bypass this issue?
Ok i resolved the issue, by making a custom regex and finding the URL in the whole email message.
Happy to hear the problem solved, but you can also replace it (if posible, i mean full link till the end still exist)
Thanks