I want to be able to create phpBB accounts from Java backend. I still can not do it because I can not obtain 2 variables...
The url I use is: <ip>/forum/ucp.php?mode=register
I get username, email & password as Strings that user fill in java window, but how do I get creation_time & form_token?
Code: Select all
username - username
email - email
email_confirm - email
new_password - pass
password_confirm - pass
lang - en
tz - 0
agreed - true
change_lang - 0
submit - Submit
creation_time - How do I get this?
form_token - and this???
Thanks for any help