shadow-xx hiscore

Results 1 to 14 of 14
  1. #1
    Mocro.net Mocro is offline
    MemberRank
    Feb 2008 Join Date
    Amsterdam.Location
    891Posts

    Question shadow-xx hiscore

    is it possible to make who gote the most kills get in number 1 if yes how i change that

    oftopic: shadow-xx great work on hiscore


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

    Re: shadow-xx hiscore

    $query = query($dbc,"SELECT TOP $row_limit Name,Level,XP,DeathCount,KillCount FROM $table_character AND name IS NOT NULL ORDER BY KillCount DESC");
    thats it, do the same thing to the other script

  3. #3
    Mocro.net Mocro is offline
    MemberRank
    Feb 2008 Join Date
    Amsterdam.Location
    891Posts

    Re: shadow-xx hiscore

    what other script 0_O

    i added in index.php but you say other script

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

    Re: shadow-xx hiscore

    theres 2 scripts the first one if connection_type = 1
    then theres the
    }
    else
    {
    then theres the second script for if your using connection_type = 0
    do it to both of them.

  5. #5
    Mocro.net Mocro is offline
    MemberRank
    Feb 2008 Join Date
    Amsterdam.Location
    891Posts

    Re: shadow-xx hiscore

    if i do it under i get error

    Code:
    Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'AND'., SQL state 37000 in SQLExecDirect in C:\AppServ\www\hiscore\includes\odbc_functions.php on line 34
    
    Warning: odbc_fetch_array(): supplied argument is not a valid ODBC result resource in C:\AppServ\www\hiscore\includes\odbc_functions.php on line 38

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

    Re: shadow-xx hiscore

    just change the ORDER BY XP to ORDER BY KillCount

  7. #7
    Mocro.net Mocro is offline
    MemberRank
    Feb 2008 Join Date
    Amsterdam.Location
    891Posts

    Re: shadow-xx hiscore

    nvm fixed ty for your help

  8. #8
    Account Upgraded | Title Enabled! shadow-xx is offline
    MemberRank
    Jan 2007 Join Date
    MegatonLocation
    804Posts

    Re: shadow-xx hiscore

    My rank page is buggy thats why its in development..
    i think im gona add an option in the config the select the
    field it orders by..

  9. #9
    Mocro.net Mocro is offline
    MemberRank
    Feb 2008 Join Date
    Amsterdam.Location
    891Posts

    Re: shadow-xx hiscore

    Quote Originally Posted by shadow-xx View Post
    My rank page is buggy thats why its in development..
    i think im gona add an option in the config the select the
    field it orders by..
    nah its fine just tested works perfect for me . and i just wanted a kill hiscore becaus i like that

  10. #10
    Mocro.net Mocro is offline
    MemberRank
    Feb 2008 Join Date
    Amsterdam.Location
    891Posts

    Re: shadow-xx hiscore

    Sorry for double post but another quistion is it possible to make it top 200 if yes how

  11. #11
    Account Upgraded | Title Enabled! shadow-xx is offline
    MemberRank
    Jan 2007 Join Date
    MegatonLocation
    804Posts

    Re: shadow-xx hiscore

    in config.php change the $row_limit from 100 to 200

  12. #12
    Mocro.net Mocro is offline
    MemberRank
    Feb 2008 Join Date
    Amsterdam.Location
    891Posts

    Re: shadow-xx hiscore

    Quote Originally Posted by shadow-xx View Post
    in config.php change the $row_limit from 100 to 200

    ty didnt see that love your release

  13. #13
    Account Upgraded | Title Enabled! shadow-xx is offline
    MemberRank
    Jan 2007 Join Date
    MegatonLocation
    804Posts

    Re: shadow-xx hiscore

    Updated the thread with a new version use that one
    it has a new option to order the output by other fields..

    like.. KillCount etc

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

    Re: shadow-xx hiscore

    xD nice shadow im going to check it out now



Advertisement