Registring with POST url

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Locked
mafiu95
Registered User
Posts: 1
Joined: Sat Feb 18, 2012 7:06 pm

Registring with POST url

Post by mafiu95 »

Hey there!

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???
How to do it? I'm running stock phpBB 3.10 with no captcha and email verification.

Thanks for any help

User avatar
camm15h
Posts: 86
Joined: Sat Jul 29, 2006 7:37 pm
Location: Hull, UK
Contact:

Re: Registring with POST url

Post by camm15h »

This forum is for discussion on 3.1, please use the support forum over on phpBB.com for help.
Paul Cammish
Former Moderator Team Leader | Hull IT Solutions System Engineer

PM me for MOD or Style installations, board upgrades & customisations.

Locked