[Release]Gunz Admin WebPanel

Page 1 of 2 12 LastLast
Results 1 to 25 of 28
  1. #1
    Account Upgraded | Title Enabled! fsadario is offline
    MemberRank
    Apr 2005 Join Date
    Formosa, Rep. ArgentinaLocation
    360Posts

    [Release]Gunz Admin WebPanel

    Here is a little webpanel (current in development) made by me. It have little things even, if anyone wanna contribute, you can do it. Coming soon i will add a mssql query sender (for not start MSSQL client every time you wanna edit the database). It have those options: Change User Password , Delete Account , Delete Character , Change Character Bounty , Make Item (currently in development) , Change User Status( To GM, Developer, etc..) ,and Change User Email. Coming soon more if anyone wanna contribute with ideas, is welcome!.
    Enjoy my four hours of working in this. Good luck.
    Thanks for the help to:
    MKD and Unish.

    :: HOW TO INSTALL ::
    Unrar the content into your WWW folder (where is your website). Go to AdminPanel folder, open .htpasswd file with any text editor. Change admin:admin to any username: any password.
    Example: myuser:mypass
    Save and close. Now Edit index.php, search those lines:
    $srvip = "127.0.0.1"; << Change to your IP
    $srvport = "6000"; << Leave it
    $mssql_user = ""; << MSSQL User (blank for windows auth)
    $mssql_pass = ""; << MSSQL Pass (blank for windows auth)
    $mssql_database = "GunZDB"; << GUNZ database
    $mssql_host = ""; << MSSQL Host (example: SERVIDOR)
    Save. Close.
    Go in web browser to http://localhost/AdminPanel , enter user and password who you've entered in .htpasswd file. Enjoy :)
    Sorry for my english.
    Download: http://gunzxtasy.servegame.com/adminpanel.rar
    Sorry, there is a error uploading attachments :S
    Last edited by fsadario; 13-01-07 at 02:45 AM.


  2. #2
    Omer Omer is offline
    MemberRank
    Sep 2006 Join Date
    2,912Posts
    Got a preview maybe?

  3. #3
    Account Upgraded | Title Enabled! fsadario is offline
    MemberRank
    Apr 2005 Join Date
    Formosa, Rep. ArgentinaLocation
    360Posts
    Preview: http://gunzxtasy.servegame.com/adminpanel
    PD: I disabled all options &#172;&#172;
    user: admin
    pass: admin
    Now working
    Last edited by fsadario; 13-01-07 at 03:09 AM.

  4. #4
    Omer Omer is offline
    MemberRank
    Sep 2006 Join Date
    2,912Posts
    Parse error: parse error, unexpected T_LNUMBER, expecting ',' or ';' in C:\wamp\www\AdminPanel\index.php on line 179 <--- error o.O

  5. #5
    Account Upgraded | Title Enabled! fsadario is offline
    MemberRank
    Apr 2005 Join Date
    Formosa, Rep. ArgentinaLocation
    360Posts
    Now working &#172;&#172;
    Last edited by fsadario; 13-01-07 at 03:17 AM.

  6. #6
    Apprentice khayden is offline
    MemberRank
    Oct 2006 Join Date
    19Posts
    hey dario,buen trabajo.gracias.

  7. #7
    Account Upgraded | Title Enabled! fsadario is offline
    MemberRank
    Apr 2005 Join Date
    Formosa, Rep. ArgentinaLocation
    360Posts
    I will release more web things coming soon, if anyone wanna help me, pm me.

  8. #8
    Proficient Member lutchius is offline
    MemberRank
    Oct 2006 Join Date
    199Posts
    functional, not very pretty but it works. i guess it dosn't have to look nice to work lol

  9. #9
    Account Upgraded | Title Enabled! fsadario is offline
    MemberRank
    Apr 2005 Join Date
    Formosa, Rep. ArgentinaLocation
    360Posts
    i just worked in code, not in design. Maybe in next version i release it with a better design. But is for admins, not for users, so isnt very important the design.

  10. #10
    Enthusiast constantein is offline
    MemberRank
    Jan 2007 Join Date
    47Posts

    wat 4?

    wats this for iguzn nagunz wat one???

  11. #11
    Valued Member Komotost is offline
    MemberRank
    Jan 2007 Join Date
    114Posts
    Any info on getting this sql query to work for character count?

    $query = mssql_query("SELECT * FROM Character");
    $num_rows = mssql_num_rows($query);

    Not sure why but its not working....

  12. #12
    Account Upgraded | Title Enabled! fsadario is offline
    MemberRank
    Apr 2005 Join Date
    Formosa, Rep. ArgentinaLocation
    360Posts
    $query = mssql_query("SELECT * FROM Character");
    $num_rows = mssql_num_rows($query);
    echo "$num_rows"; << Dont forget the echo

  13. #13
    Valued Member Komotost is offline
    MemberRank
    Jan 2007 Join Date
    114Posts
    I have that but thats not the sql error, its not able to complete the query to be able to add the rows to the php script.

    Warning: mssql_query() [function.mssql-query]: message: Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier. (severity 16) in C:\Documents and Settings\All Users\Documents\G-Evo\Site\roots\website1\public_html\admin\index.php on line 56

    Warning: mssql_query() [function.mssql-query]: Query failed in C:\Documents and Settings\All Users\Documents\G-Evo\Site\roots\website1\public_html\admin\index.php on line 56

    Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\Documents and Settings\All Users\Documents\G-Evo\Site\roots\website1\public_html\admin\index.php on line 57

  14. #14
    Valued Member LilHustLa is offline
    MemberRank
    Jan 2007 Join Date
    NewYorkLocation
    134Posts
    i got Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\AdminPanel\index.php on line 34

  15. #15
    Infraction Banned marcelinni is offline
    MemberRank
    Mar 2007 Join Date
    103Posts

    Re: [Release]Gunz Admin WebPanel

    Contact me via PM, I'll give you my MSN and I can work on the graphics for it. I've been doing photoshop for a few years and I design websites.

  16. #16
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: [Release]Gunz Admin WebPanel

    [quote=fsadario;1885835]Preview: http://gunzxtasy.servegame.com/adminpanel
    PD: I disabled all options

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

    Re: [Release]Gunz Admin WebPanel

    Dario, tal vez pueda darte algunos consejos y ayudarte en algunas cosas que puedas necesitar, contactame por msn en lukaznet(arroba)hotmail.com

    English: Dario, maybe i can give you some tips and help you if you need it, contact me in msn

  18. #18
    The beer?? Its here !!! Rotana is offline
    MemberRank
    Jan 2007 Join Date
    The NetherlandsLocation
    1,733Posts

    Re: [Release]Gunz Admin WebPanel

    Quote Originally Posted by cyberspeed View Post
    Dario, tal vez pueda darte algunos consejos y ayudarte en algunas cosas que puedas necesitar, contactame por msn en lukaznet(arroba)hotmail.com

    English: Dario, maybe i can give you some tips and help you if you need it, contact me in msn

    Only English next time

  19. #19
    Account Upgraded | Title Enabled! ron1233 is offline
    MemberRank
    Nov 2007 Join Date
    275Posts

    Re: [Release]Gunz Admin WebPanel

    Me too have this:
    Quote:
    Warning: mssql_query() [function.mssql-query]: message: Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier. (severity 16) in C:\Documents and Settings\All Users\Documents\G-Evo\Site\roots\website1\public_html\admin\index.ph p on line 56

    Warning: mssql_query() [function.mssql-query]: Query failed in C:\Documents and Settings\All Users\Documents\G-Evo\Site\roots\website1\public_html\admin\index.ph p on line 56

    Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\Documents and Settings\All Users\Documents\G-Evo\Site\roots\website1\public_html\admin\index.ph p on line 57


    What I need to do for fix it?

  20. #20
    It won't fit Supicioso is offline
    MemberRank
    May 2007 Join Date
    LouisianaLocation
    2,385Posts

    Re: [Release]Gunz Admin WebPanel

    link not working, can you please upload it somewhere?

  21. #21
    Enthusiast rickyduck is offline
    MemberRank
    Oct 2007 Join Date
    48Posts

    Re: [Release]Gunz Admin WebPanel

    l1ght3r use another Admin CP, like the one included in gunzwebpackage

  22. #22
    It won't fit Supicioso is offline
    MemberRank
    May 2007 Join Date
    LouisianaLocation
    2,385Posts

    Re: [Release]Gunz Admin WebPanel

    wher is the gunz webpackage? link please. can't find anything with search

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

    Re: [Release]Gunz Admin WebPanel

    http://forum.ragezone.com/f245/relea...ackage-292709/

    ^^^Amanda's GunZWebPackage (its the one im using and it works great)

  24. #24
    Account Upgraded | Title Enabled! belette321 is offline
    MemberRank
    Jan 2007 Join Date
    Canada, QuebecLocation
    361Posts

    Re: [Release]Gunz Admin WebPanel

    Quote Originally Posted by fsadario View Post
    Here is a little webpanel (current in development) made by me. It have little things even, if anyone wanna contribute, you can do it. Coming soon i will add a mssql query sender (for not start MSSQL client every time you wanna edit the database). It have those options: Change User Password , Delete Account , Delete Character , Change Character Bounty , Make Item (currently in development) , Change User Status( To GM, Developer, etc..) ,and Change User Email. Coming soon more if anyone wanna contribute with ideas, is welcome!.
    Enjoy my four hours of working in this. Good luck.
    Thanks for the help to:
    MKD and Unish.

    :: HOW TO INSTALL ::
    Unrar the content into your WWW folder (where is your website). Go to AdminPanel folder, open .htpasswd file with any text editor. Change admin:admin to any username: any password.
    Example: myuser:mypass
    Save and close. Now Edit index.php, search those lines:
    $srvip = "127.0.0.1"; << Change to your IP
    $srvport = "6000"; << Leave it
    $mssql_user = ""; << MSSQL User (blank for windows auth)
    $mssql_pass = ""; << MSSQL Pass (blank for windows auth)
    $mssql_database = "GunZDB"; << GUNZ database
    $mssql_host = ""; << MSSQL Host (example: SERVIDOR)
    Save. Close.
    Go in web browser to http://localhost/AdminPanel , enter user and password who you've entered in .htpasswd file. Enjoy :)
    Sorry for my english.
    Download: servegame.com
    Sorry, there is a error uploading attachments :S

    Death links -_-"

  25. #25
    Enthusiast rong626 is offline
    MemberRank
    Apr 2007 Join Date
    SingaporeLocation
    35Posts

    Re: [Release]Gunz Admin WebPanel

    still working?



Page 1 of 2 12 LastLast

Advertisement