igRegister(1.0) Register and Ranks (SQL 2008)

Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    Account Upgraded | Title Enabled! CobraCom is offline
    MemberRank
    Jul 2008 Join Date
    382Posts

    igRegister(1.0) Register and Ranks (SQL 2008)

    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:
    Code:
    $host = ''; // SQL Name here (...\SQLEXPRESS)
    $user = ''; // Admin accont (sa or your computer user)
    $pass = ''; // Password
    Download here: http://ignition-gaming.net/igGunz1.0reg.rar

    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
    Last edited by CobraCom; 09-01-09 at 09:36 PM.


  2. #2
    Account Upgraded | Title Enabled! BRAZIL-PAULINHO is offline
    MemberRank
    Sep 2008 Join Date
    Brasil, RioLocation
    537Posts

    Re: igRegister(1.0) Register and Ranks (SQL 2008)

    thx first comment
    I LOVE U

  3. #3
    Account Upgraded | Title Enabled! katsumi is offline
    MemberRank
    Oct 2008 Join Date
    Earth ??Location
    592Posts

    Re: igRegister(1.0) Register and Ranks (SQL 2008)

    thank you it is good

  4. #4
    Sultan of Yolo Demantor is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    1,266Posts

    Re: igRegister(1.0) Register and Ranks (SQL 2008)

    Thanks, nice

  5. #5
    I am THE DON Joe9099 is offline
    MemberRank
    Jan 2007 Join Date
    England, UkLocation
    3,655Posts

    Re: igRegister(1.0) Register and Ranks (SQL 2008)

    Very nice, i might use this

  6. #6
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: igRegister(1.0) Register and Ranks (SQL 2008)

    very nice though the connect "odb" in your words is actually ODBC which is in odbcad32 program not SQL 2008 :P
    love the release though, thanks.

  7. #7
    Account Upgraded | Title Enabled! CobraCom is offline
    MemberRank
    Jul 2008 Join Date
    382Posts

    Re: igRegister(1.0) Register and Ranks (SQL 2008)

    yeah, but it doesnt really mather, everyone knows what I mean :P
    ODBC is included in 2008, but the PHP compiler doesn't connect to it.

  8. #8
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: igRegister(1.0) Register and Ranks (SQL 2008)

    Very Nice, Thanks!

  9. #9
    Extreme Coder - Delphi bounty-hunter is offline
    MemberRank
    Sep 2007 Join Date
    GunZone MansionLocation
    1,725Posts

    Re: igRegister(1.0) Register and Ranks (SQL 2008)

    Great, now add that ijji web interface to it :D

  10. #10
    Account Upgraded | Title Enabled! CobraCom is offline
    MemberRank
    Jul 2008 Join Date
    382Posts

    Re: igRegister(1.0) Register and Ranks (SQL 2008)

    Quote Originally Posted by bounty-hunter View Post
    Great, now add that ijji web interface to it :D
    I'm not really into the whole, "Let's rip templates"-idea.
    But I could do a special ijji template.

  11. #11
    Extreme Coder - Delphi bounty-hunter is offline
    MemberRank
    Sep 2007 Join Date
    GunZone MansionLocation
    1,725Posts

    Re: igRegister(1.0) Register and Ranks (SQL 2008)

    Do it nao!!!!!!

  12. #12
    Account Upgraded | Title Enabled! CobraCom is offline
    MemberRank
    Jul 2008 Join Date
    382Posts

    Re: igRegister(1.0) Register and Ranks (SQL 2008)

    Meaby later

  13. #13

    Re: igRegister(1.0) Register and Ranks (SQL 2008)

    nice i guess i will use it for my server iam bored by using my old crappy ass one XD

  14. #14
    Account Upgraded | Title Enabled! CobraCom is offline
    MemberRank
    Jul 2008 Join Date
    382Posts

    Re: igRegister(1.0) Register and Ranks (SQL 2008)

    Some other news, I'm developing a newer version with some extra functions.
    Lately I added an auto-link to the clan (if the user has one), clicking the link will show the clan members in that clan.

  15. #15
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: igRegister(1.0) Register and Ranks (SQL 2008)

    Tried this didn't work >_> this is what went wrong.
    Attached Thumbnails Attached Thumbnails dddd.jpg  



Page 1 of 2 12 LastLast

Advertisement