Website registration - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Website registration (
/showthread.php?tid=25190)
Website registration -
Prozak - 05.02.2008
Hi all,
Can you tell me how can i make a registration via website?
I'd like that when I register on the website i should choose a character and when i enter to the game and i login load the character that i've selected on the registration.
Thanks
PD: Sorry for my very bad english :$ i'm from Argentina.
Re: Website registration -
Pridit - 05.02.2008
Like ls-rp, i think it's really complicated i would never attempt it but i would love to know how it's done.
Re: Website registration -
Prozak - 05.02.2008
Yeah, like ls-rp but i want to do with my Gamemode
Re: Website registration -
brains - 05.02.2008
they most likely use a mysql database with a custom php frontend for their website. you can get started by adapting your server to use the mysql plugin
here.
Re: Website registration -
Prozak - 06.02.2008
Help plz
Re: Website registration -
Prozak - 08.02.2008
Someone that did something like the thing that i wanna do can post the script?
Re: Website registration -
RobbyMeister - 08.02.2008
It shouldn't be too difficult. You could run a web server that are creating an .inc or .txt-file or whatever for every succesful registration. I believe that should work anyway.
Re: Website registration -
1337connor - 11.11.2008
Well, Theres more than ls-rp there's also Everlast Roleplay with a ucp
www.everlastgaming.com/ucp
Yea.... Check thhat out pretty good.
Re: Website registration -
Manuel4 - 14.07.2009
They are just working with a mysql database. If you know how to use the mysql databse in php and pawno, then you should understand it. If you don't know any if these languages, then I suggest you to read some tutorials before attempting to create such a system. It's easier than it looks, but you must understand it before.
Re: Website registration -
linuxthefish - 04.08.2011
Quote:
Originally Posted by brains
they most likely use a mysql database with a custom php frontend for their website. you can get started by adapting your server to use the mysql plugin here.
|
You could do this. ^
Quote:
Originally Posted by RobbyMeister
It shouldn't be too difficult. You could run a web server that are creating an .inc or .txt-file or whatever for every succesful registration. I believe that should work anyway.
|
Or this, for non-sql GM's. ^