I use these files for my gunz server. It includes Registration and Ranks, since most registration files on ragezone use "odb", which is Spanish to SQL 2008, I discided to make some new ones.
Credits to my gunz server: www.ignition-gaming.net
These should work on SQL 2005 too. (I suggest using Xampp 1.7 as webserver.)
Also you might need this: http://ignition-gaming.net/ntwdblib.rar (put the .dll in .../apache/bin/)
Registration:
- Registration of extra user info.
- Ip Logging (in dbo.ip)
Rankings:
- Advanced rankings for characters.
- Search function.
- Sort by function.
- Ammount of Players online.
Screenshot:
There are some DB edits you need to do to get it working.
Go to your DB => Tables => Right-click Account => Design =>
On the bottom add Password (Culumn Name) varchar(20) (Data Type)
Then go all the way back to your database.
Your DB => Right-click Tables => New Table...
Add the following: (Dont allow NULL on any)
ip nchar(20)
date nchar(20)
fror nchar(20)
Then close it with the "X" and it will ask for a name for the DB. use "ip" as the name.
Then the last edits will be in the files themselves:
==> config.php
edit:
Download here: http://ignition-gaming.net/igGunz1.0reg.rarCode:$host = ''; // SQL Name here (...\SQLEXPRESS) $user = ''; // Admin accont (sa or your computer user) $pass = ''; // Password
Credits:
- Me (Snaps/CobraCom/Juiceh)
Special thanks to:
- Ignition Gaming community for giving suggestions.
- Phail: for making me realise it used to be a crappy security




Reply With Quote


