Changeset 580
- Timestamp:
- Apr 30, 2009, 8:20:59 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gh_system/conn_sample.php
r556 r580 6 6 $Databaze = "DB webu"; /////databaze obsahující data tohoto systemu 7 7 $Databaze_characters = "characters"; 8 $admin = heslo; /////////// heslo do administrace webu8 $admin = 'heslo'; /////////// heslo do administrace webu 9 9 10 10 $server = "TEST"; -
trunk/pages/guilda.php
r579 r580 123 123 $lev = '<font color="#FFF000">'.$level.'</font>'; 124 124 } 125 if($online[ 6] == 0) $gender = '0';125 if($online['gender'] == 0) $gender = '0'; 126 126 else $gender = '1'; 127 127 echo('<tr>'. -
trunk/pages/register.php
r579 r580 65 65 { 66 66 $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);69 67 echo('<div class="h10">Účet '.$account.' byl vytvořen!</div>'); 70 68 }
Note:
See TracChangeset
for help on using the changeset viewer.