Guest User

Untitled

a guest
Jan 20th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1.  
  2. GET REQUEST:
  3. http://boards.stormheart.net/api/get_nonce/?controller=user&method=register
  4.  
  5. RESULT >>>
  6. "nonce": "46f6e1e5ed"
  7.  
  8. POST REQUEST:
  9.  
  10. let player = {
  11. insecure: cool,
  12. username: >>this.minecraft username<<,
  13. email: >> VARIABLE FROM MC<<,
  14. password: >>VARIABLE FROM MC<<,
  15. noonce: AJAX TO GET REQUEST FUNCTION
  16. }
  17.  
  18. `http://boards.stormheart.net/api/user/register/?insecure=${player.insecure}&username=${player.username}&email=${player.email}&nonce=${player.nonce}&display_name=${player.username}&notify=no&user_pass=${password}`
Add Comment
Please, Sign In to add comment