- Joined
- Jan 4, 2007
- Messages
- 257
- Reaction score
- 16
I'm working on an SMF mod, to allow gunz to semi-integrate into it. So far I've managed:
Dual Account Registration: When you register for the forums, it automatically registers you to the gunz server. (about 40% done, the actual script is working, but there is issues that will come around when the server is down, looking for suggestions on ways to prevent this from happening, best way would just be to shut down registration until the gunz server is up)
I'm also considering, instead of dual registration on the registration script, just make a page which parses all the account information from the mysql database (forums) and just asks for a password (since the passwords in forums are encrypted).
Stats: Levels, experience, bounty, characters, etc, can all be pulled and displayed on the forums if done correctly. I'm about 75% done with this, I've gotten an account name to parse from the server, the rest of it is easy as changing two variables.
Management menu: Haven't started on this, but I plan on making a page which allows you to edit your account directly, names, genders, etc.
I'm looking for suggestions, anything that you could pull from the database, any ideas? Also, I need someone to write a tcp/ip guide to mssql (I got mine working, miraculously) for this to be effective.
Dual Account Registration: When you register for the forums, it automatically registers you to the gunz server. (about 40% done, the actual script is working, but there is issues that will come around when the server is down, looking for suggestions on ways to prevent this from happening, best way would just be to shut down registration until the gunz server is up)
I'm also considering, instead of dual registration on the registration script, just make a page which parses all the account information from the mysql database (forums) and just asks for a password (since the passwords in forums are encrypted).
Stats: Levels, experience, bounty, characters, etc, can all be pulled and displayed on the forums if done correctly. I'm about 75% done with this, I've gotten an account name to parse from the server, the rest of it is easy as changing two variables.
Management menu: Haven't started on this, but I plan on making a page which allows you to edit your account directly, names, genders, etc.
I'm looking for suggestions, anything that you could pull from the database, any ideas? Also, I need someone to write a tcp/ip guide to mssql (I got mine working, miraculously) for this to be effective.