Jump to content
UBot Underground

Email Activation


Recommended Posts

hey all,

 

I'm wondering if any of you have put together a way to distribute a compiled ubot app and make it that all the user has to do is activate it with an email signup?

 

Love to hear your ideas...

 

Frank

Link to post
Share on other sites

I have used that method from the beginning Frank.

 

I put it in a command and can use either prompts or ui html window to require the user to register his name/email.

 

Then I use an if statement... [if] #name #email do-not = nothing [then] continue [else] stop script

 

I actually use loops in mine so that they cant do anything until they have entered data as expected.

 

ubot is a brutal list builder :-)

Link to post
Share on other sites

how do you insure against a b.s email address

ie:yearight@gmail.com

 

You can use the API of your email service provider to check if the user is subscribed to your list or not, Send the request through a page on your website, so like domain.com/isactivated?email=useremail@gmail.com and return something like a 1 or 0 or a true or false and look for that.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...