[RELEASE]GunZ Web Evolution 1.0!!! (For 100% DB)

Page 1 of 8 12345678 LastLast
Results 1 to 15 of 107
  1. #1
    Valued Member cyberspeed is offline
    MemberRank
    Jan 2005 Join Date
    ArgentinaLocation
    108Posts

    [RELEASE]GunZ Web Evolution 1.0!!! (For 100% DB)

    Ok, finally im releasing the web for 100% database, the features:

    • Installation wizard, easy install and configure!
    • Multi language!
    • Very Secure!
    • Auto creation of columns needed in installation.!
    • My own News System!
    • Auto deletion of install files!
    • User CP!
    • Admin CP!
    • Registration Form
    • Rankings ordered by XP (Can be changed)
    • Download page
    • Lost Password
    • Password Change
    • E-Mail Change


    A little turorial
    1: Before entering the web, wich will take you to the installation automatically, you MUST restore the db attached here, that db have the config and news of the site and must be called "GunZWeb".
    2: You MUST have sql authentication mode enabled, if you dunno what im talking about, you can find two files in the zip: "SQL2000.reg" and "SQL2005.reg", just double click on the one corresponding to your sql version and accept, you can create a user in the Management Studio under security->Logins.
    3: Enter the web and follow the installation steps, they are just 2, so dont worry, after that, you'll have your web working

    If you typed wrong your config info in the installation, you can fin it in "_inc/config.php"
    and the query to add the Code column is this:
    Code:
    ALTER TABLE Login ADD Code char(4) not null default'1234'
    remember that after that, all existing users will have Code="1234".
    To access the admin area you must be identified on the web with an account with UGradeID>0, means, only admins and GM's allowed, there, you can add,/edit/delete news, change options of the page, and that stuff; if you want a special level you can change it in admin/check.php:
    PHP Code:
    $query mssql_query ("SELECT AID from Account WHERE UGradeID>'0' and UserID='$Usuario'"); 
    for example if you want only admins (users with UGradeID=255) to access, you must change that line to:
    PHP Code:
    $query mssql_query ("SELECT AID from Account WHERE UGradeID='255' and UserID='$Usuario'"); 
    Finally, to edit rules and contact information, edit rules.txt and contact.txt.

    THE WEB IS LACKING PORTUGUESE AND DEUSTCH FILES, FOR NOW JUST DONT USE THEM!
    Tomorrow, a guy will make portuguese, if you can do deustch, just post it here attached to you message and ill put it here.

    URGENT FIX!
    Sorry, but i dont really know so much about GunZ, im just web coder, the admin area has a really important error! It lets banned people to enter the admin area!
    Open "admin/check.php" and change this line:
    PHP Code:
    $query mssql_query ("SELECT AID from Account WHERE UGradeID>'0' and UserID='$Usuario'"); 
    For this one:
    PHP Code:
    $query mssql_query ("SELECT AID from Account WHERE UGradeID>'253' and UserID='$Usuario'"); 
    ATTACHED SQL QUERY FOR PEOPLE THAT WAS HAVING TROUBLES RESTORING THE DB
    Attached Files Attached Files
    Last edited by cyberspeed; 26-09-07 at 06:45 PM.


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

    Re: [RELEASE]GunZ Web Evolution 1.0!!! (For 100% DB)

    good work man, I just dont use botgods DB. I use BR client

  3. #3
    Valued Member cyberspeed is offline
    MemberRank
    Jan 2005 Join Date
    ArgentinaLocation
    108Posts

    Re: [RELEASE]GunZ Web Evolution 1.0!!! (For 100% DB)

    thats the one, you use the 100% db?
    i guess...
    try and you will see

  4. #4
    Apprentice Mikeez5 is offline
    MemberRank
    Aug 2007 Join Date
    www.X-Fuzion.coLocation
    15Posts

    Re: [RELEASE]GunZ Web Evolution 1.0!!! (For 100% DB)

    can you remoto assit my computer?

    and put ur credit at top of page?

  5. #5
    Valued Member cyberspeed is offline
    MemberRank
    Jan 2005 Join Date
    ArgentinaLocation
    108Posts

    Re: [RELEASE]GunZ Web Evolution 1.0!!! (For 100% DB)

    the credits should be on the place they are, why you want remote assistance?

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

    Re: [RELEASE]GunZ Web Evolution 1.0!!! (For 100% DB)

    ok a few more questions :
    1. where to put these files (i have in my C drive)
    2. How to open?
    or a better question : how to run?

    Im a noob at this stuff :P

  7. #7
    Valued Member cyberspeed is offline
    MemberRank
    Jan 2005 Join Date
    ArgentinaLocation
    108Posts

    Re: [RELEASE]GunZ Web Evolution 1.0!!! (For 100% DB)

    you need to have a server installed, try wamp, xampp or better, EasyPHP

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

    Re: [RELEASE]GunZ Web Evolution 1.0!!! (For 100% DB)

    i use xampp, everything runs except for apache

  9. #9
    Valued Member cyberspeed is offline
    MemberRank
    Jan 2005 Join Date
    ArgentinaLocation
    108Posts

    Re: [RELEASE]GunZ Web Evolution 1.0!!! (For 100% DB)

    then you have a configuration problem in xampp, try easyphp

  10. #10
    Proficient Member hlcm is offline
    MemberRank
    Jan 2007 Join Date
    153Posts

    Re: [RELEASE]GunZ Web Evolution 1.0!!! (For 100% DB)

    ok this release for BR database

    and i found a new bug

    change pass don't work , try and see
    ( password in dbo.login not in dbo.account)

    nice release thanks cyberspeed

  11. #11
    Rival Gamers Owner own_prox is offline
    MemberRank
    Jul 2007 Join Date
    HellLocation
    1,077Posts

    Re: [RELEASE]GunZ Web Evolution 1.0!!! (For 100% DB)

    it dont work it gets to install step 2 then dosnt load

  12. #12
    Proficient Member hlcm is offline
    MemberRank
    Jan 2007 Join Date
    153Posts

    Re: [RELEASE]GunZ Web Evolution 1.0!!! (For 100% DB)

    Quote Originally Posted by godofthestaf View Post
    it dont work it gets to install step 2 then dosnt load
    restart your wamp, it will run

  13. #13
    RageZ Hell kekku500 is offline
    MemberRank
    Nov 2006 Join Date
    EstoniaLocation
    672Posts

    Re: [RELEASE]GunZ Web Evolution 1.0!!! (For 100% DB)

    nice work, finnaly done :),
    any pictures?

  14. #14
    Account Upgraded | Title Enabled! Amandy is offline
    MemberRank
    Feb 2007 Join Date
    Crapvile, USALocation
    768Posts

    Re: [RELEASE]GunZ Web Evolution 1.0!!! (For 100% DB)

    For password change you need

    PHP Code:
    $query mssql_query("INSERT INTO Account Password VALUES ('$pass1') INSERT INTO Login Password VALUES ('$pass1')"); 
    I think Thats right

  15. #15
    Apprentice Jissu is offline
    MemberRank
    Jul 2007 Join Date
    14Posts

    Re: [RELEASE]GunZ Web Evolution 1.0!!! (For 100% DB)

    That db is .BAK file, wich i cant open. .SQL Please!?!?



Page 1 of 8 12345678 LastLast

Advertisement