Changeset 391


Ignore:
Timestamp:
Oct 8, 2008, 2:35:58 PM (16 years ago)
Author:
george
Message:
  • Přidáno: Stránka zobrazující arénové týmy.
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • global.php

    r389 r391  
    2525  array('honor.php', 'Tabulka cti', 'honor'),
    2626  array('events.php', 'Události', 'udalosti'),
     27  array('arena.php', 'Arény', 'areny'),
    2728  //array('Death%20Dealers%20Hratelne%20Rasy.php', 'Rasy', 'rasy'),
    2829  //array('Death%20Dealers%20Povolani.php', 'Povolání', 'povolani'),
  • honor.php

    r389 r391  
    4848                        CAST( SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', ".(CHAR_DATA_OFFSET_LEVEL+1).'), " ", -1) AS UNSIGNED) AS level,account
    4949                        FROM `characters` WHERE 1 '.$order_side.' ORDER BY '.$order_by.' '.$order_dir.' LIMIT '.$Page*$PerPage.','.$PerPage);
     50       //echo($Database->error);
    5051
    5152        require_once("minimanager/lang/english.php");
     
    7879
    7980        require_once("minimanager/scripts/id_tab.php");
    80   $Index = $Page*$PerPage;
     81        $Index = $Page*$PerPage;
    8182        while($char = $result->fetch_row())
    8283  {
     
    99100      {
    100101        $RankIndex = $HonorRankIndex;
    101       } 
     102      }
    102103    }
    103104                $output .= '<tr><td>'.($Index+1).".</td>
     
    112113   $output .= "</table>";
    113114   $output .= PagesList('?page=', $Page, $total_online, $PerPage);
    114    $output .= '</div>';   
     115   $output .= '</div>';
    115116  echo($output);
    116  
     117
    117118  ShowFooter();
    118119?>
  • test/buttons/button.php

    r187 r391  
    33
    44if(array_key_exists('b', $_GET)) $Image3 = ImageCreateFromPNG("ButtonBright.png");
    5 else $Image3 = ImageCreateFromPNG("Button.png");
     5else $Image3 = imagecreatefrompng("Button.png");
    66
    77$Image = ImageCreate(imagesx($Image3) * 1.5, imagesy($Image3) * 1.5);
     
    1010 
    1111if(array_key_exists('text', $_GET)) $Text = $_GET['text'];
    12 else $Text = 'Tabulka cti';
     12else $Text = 'Arény';
    1313
    1414$FontFile = 'FRIZQT__.ttf';
Note: See TracChangeset for help on using the changeset viewer.