bit problem with kalsitex rank and status...

Results 1 to 4 of 4
  1. #1
    Account Upgraded | Title Enabled! mukso is offline
    MemberRank
    Nov 2007 Join Date
    HungaryLocation
    333Posts

    bit problem with kalsitex rank and status...

    hi all

    well i setup this kalsitex website([In Development] KalSiteX) all work but there is something strange... i cant see the 3 best class image and names in ranking :O http://future-kal.ath.cx/?page=ranking

    well this is my cron/rank.php = http://data.hu/get/439311/rank.php.html



    in the older one([Web Site] Website Pack w/ Secure PW Changer)

    we can see the 3 best class with image and char name..

    here is the old cron/rank.php = http://data.hu/get/439304/rank.php.html


    well i dont really know how to solve it, so a bit help would be nice ;)


  2. #2
    Live Now, Work Later Xpl0$ive is offline
    MemberRank
    Sep 2006 Join Date
    UKLocation
    526Posts

    Re: bit problem with kalsitex rank and status...

    try this, not kalsitex but its a start :P :

    <?php
    $msconnect = mssql_connect("localhost","**********","**********");
    $msdb = mssql_select_db("kal_db", $msconnect);

    $top_mage = mssql_query("SELECT [Name] FROM [Player] WHERE [Class] = '1' AND [Admin] = '0' ORDER BY Level DESC, Exp DESC");
    $top_mage_ = mssql_fetch_array($top_mage );
    $_mage = $top_mage_[0];

    $top_archer = mssql_query("SELECT [Name] FROM [Player] WHERE [Class] = '2' AND [Admin] = '0' ORDER BY Level DESC, Exp DESC");
    $top_archer_ = mssql_fetch_array($top_archer );
    $_archer = $top_archer_[0];

    $top_knight = mssql_query("SELECT [Name] FROM [Player] WHERE [Class] = '0' AND [Admin] = '0' ORDER BY Level DESC, Exp DESC");
    $top_knight_ = mssql_fetch_array($top_knight );
    $_knight = $top_knight_[0];


    echo "<div id='top3' style='width:600px;height:181px;z-index:1;' ><img src='/images/top3.jpg' style='border'></div>";
    echo "<div id='top3'; style='width:600px;z-index:2;'><table width ='600'><tr><td style='width:150px;padding-left:70px;color:#d1f120;'><b>Top Knight</b></td><td style='width:150px;padding-left:60px;color:#d1f120;'><b>Top Archer</b></td><td style='width:150px;padding-left:20px;color:#d1f120;'><b>Top Mage</b></td></tr><tr><td style='padding-left:70;color:#000000;'><b>";
    echo $_knight;
    echo "</b></td><td style='padding-left:60;color:#000000;'><b>";
    echo $_archer;
    echo "</b></td><td style='padding-left:20;color:#000000;'><b>";
    echo $_mage;
    echo "</b></td></tr></table></div>";
    ?>
    put image in images/top3.jpg

    in the older one([Web Site] Website Pack w/ Secure PW Changer)

    we can see the 3 best class with image and char name..
    well try copying the code over :P
    Attached Thumbnails Attached Thumbnails top3.jpg  

  3. #3
    Account Upgraded | Title Enabled! mukso is offline
    MemberRank
    Nov 2007 Join Date
    HungaryLocation
    333Posts

    Re: bit problem with kalsitex rank and status...

    when i tried to change anything then sometimes nothing happend.. somethimes all fucked up :X

    ill just make this image above the ranking and ok :X

    anyways thanks for help =/

  4. #4
    Account Upgraded | Title Enabled! RuleZ is offline
    MemberRank
    Jan 2008 Join Date
    Behind YouLocation
    300Posts

    Re: bit problem with kalsitex rank and status...

    i guess the problem of not seeing top 3 is u didnt put images kwel in there place check it dude and let me know !



Advertisement