Changeset 580


Ignore:
Timestamp:
Apr 30, 2009, 8:20:59 AM (15 years ago)
Author:
george
Message:
  • Přidáno: Prázdný soubor robots.txt.
Location:
trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gh_system/conn_sample.php

    r556 r580  
    66$Databaze = "DB webu"; /////databaze obsahující data tohoto systemu
    77$Databaze_characters = "characters";
    8 $admin = heslo; /////////// heslo do administrace webu
     8$admin = 'heslo'; /////////// heslo do administrace webu
    99
    1010$server = "TEST";
  • trunk/pages/guilda.php

    r579 r580  
    123123                        $lev = '<font color="#FFF000">'.$level.'</font>';
    124124                }
    125                 if($online[6] == 0) $gender = '0';
     125                if($online['gender'] == 0) $gender = '0';
    126126    else $gender = '1';
    127127    echo('<tr>'.
  • trunk/pages/register.php

    r579 r580  
    6565      {       
    6666        $DbResult = $db->query('INSERT INTO `account` (`username`,`sha_pass_hash`,`email`,`expansion`) values ("'.$account.'","'.$heslo.'","'.$email.'","'.$expansion.'")');
    67         echo('INSERT INTO `account` (`username`,`sha_pass_hash`,`email`,`expansion`) values ("'.$account.'","'.$heslo.'","'.$email.'","'.$expansion.'")');
    68         echo($db->error);               
    6967        echo('<div class="h10">Účet '.$account.' byl vytvořen!</div>');
    7068      }
Note: See TracChangeset for help on using the changeset viewer.