SphereCommunity
Registration via web - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Registration via web (/Thread-Registration-via-web)



Registration via web - Desttro - 09-13-2015 08:47 PM

Hello, please I have question about account registration, about ACCAPP=7 (7=WebApp// Must fill in a web form and wait for email response)
How this feature working? Where to find example .php files?

thank you


RE: Registration via web - escribano - 09-14-2015 07:20 AM

I always created my accounts using an mysql integration...

As im a database lover, when the player do the registration i store all the informations to use later on website/shard.

This way, i have a function running on every save to create this new accounts.

Another way i've made one time is an php integration throug sockets to simulate an GM account login and send the commands to create the account (but... I really dont liked this way so i rollback to MySQL)


RE: Registration via web - WRWR - 09-14-2015 01:19 PM

http://forum.spherecommunity.net/Thread-Auto-account-PHP-web?highlight=status


RE: Registration via web - Ultima One - 09-14-2015 07:39 PM

Big Grin hope the link above helps, shout if you need any help


RE: Registration via web - Desttro - 09-14-2015 08:16 PM

Hello,
thank you, I will try MySQL and PHP method Smile