Changeset 494
- Timestamp:
- Mar 14, 2009, 9:22:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gh_system/export_system/index.php
r493 r494 2 2 include("../conn.php"); 3 3 4 $heslo = $_GET['heslo']; 5 6 if(!empty($heslo) AND $heslo!=$admin): 7 $chyba = "<font color=red>Špatné heslo!</font>"; 8 $heslo = 0; 9 endif; 10 if(empty($heslo)): 11 if(!empty($chyba)): 12 echo"<p align=center>$chyba<br />"; 13 endif; 14 echo"<form method=GET action=''><p align=center>Heslo: <input type=password name=heslo><br /><br />"; 15 echo"<input type=submit value='Přihlásit'></form>"; 16 17 else: 4 18 5 19 $q = $_GET['q']; … … 28 42 "; 29 43 30 echo"<form method=post action=index.php?q=1&i=gameobject ><input type=submit value='Přidat object do seznamu exportovaných'></form>";31 echo"<form method=post action=index.php?q=1&i=creature ><input type=submit value='Přidat NPC do seznamu exportovaných'></form>";32 echo"<form method=post action=index.php?q=1&i=creature_movement><input type=submit value='Přidat Waypoint do seznamu exportovaných'></form>"; 44 echo"<form method=post action=index.php?q=1&i=gameobject&heslo=$heslo><input type=submit value='Přidat object do seznamu exportovaných'></form>"; 45 echo"<form method=post action=index.php?q=1&i=creature&heslo=$heslo><input type=submit value='Přidat NPC do seznamu exportovaných'></form>"; 46 33 47 echo"<br><br>"; 34 echo"<form method=post action=index.php?q=3&i=gameobject ><input type=submit value='Zobrazit seznam objectů'></form>";35 echo"<form method=post action=index.php?q=3&i=creature ><input type=submit value='Zobrazit seznam NPC'></form>";36 echo"<form method=post action=index.php?q=3&i=creature_movement><input type=submit value='Zobrazit seznam Waypointu'></form>"; 48 echo"<form method=post action=index.php?q=3&i=gameobject&heslo=$heslo><input type=submit value='Zobrazit seznam objectů'></form>"; 49 echo"<form method=post action=index.php?q=3&i=creature&heslo=$heslo><input type=submit value='Zobrazit seznam NPC'></form>"; 50 37 51 echo"<br><br>"; 38 echo"<form method=post action=index.php?q=2&i=gameobject ><input type=submit value='Vytvořit export objectů'></form>";39 echo"<form method=post action=index.php?q=2&i=creature ><input type=submit value='Vytvořit export NPC'></form>";40 echo"<form method=post action=index.php?q=2&i=creature_movement ><input type=submit value='Vytvořit export Waypointu'></form>";52 echo"<form method=post action=index.php?q=2&i=gameobject&heslo=$heslo><input type=submit value='Vytvořit export objectů'></form>"; 53 echo"<form method=post action=index.php?q=2&i=creature&heslo=$heslo><input type=submit value='Vytvořit export NPC'></form>"; 54 echo"<form method=post action=index.php?q=2&i=creature_movement&heslo=$heslo><input type=submit value='Vytvořit export Waypointu'></form>"; 41 55 42 56 } elseif($q==1){ … … 48 62 if(empty($instal)): 49 63 ////formulář před přidáním 50 echo"<form method=post action=index.php?q=1&i=$typ >64 echo"<form method=post action=index.php?q=1&i=$typ&heslo=$heslo> 51 65 ID ($typ): <input type=\"text\" name='guid'><br /> 52 66 <input type=hidden name=instal value=1> … … 64 78 65 79 if($existuje_guid==0): 66 echo"<meta http-equiv=\"refresh\" content=\"0.1;url=index.php?err=1 \">";80 echo"<meta http-equiv=\"refresh\" content=\"0.1;url=index.php?err=1&heslo=$heslo\">"; 67 81 else: 68 82 mysql_select_db($Databaze); … … 70 84 71 85 if($pridat_do_seznamu): 72 echo"<meta http-equiv=\"refresh\" content=\"0.1;url=index.php?info=1 \">";73 else: 74 echo"<meta http-equiv=\"refresh\" content=\"0.1;url=index.php?err=2 \">";86 echo"<meta http-equiv=\"refresh\" content=\"0.1;url=index.php?info=1&heslo=$heslo\">"; 87 else: 88 echo"<meta http-equiv=\"refresh\" content=\"0.1;url=index.php?err=2&heslo=$heslo\">"; 75 89 endif; 76 90 … … 95 109 mysql_select_db($Databaze); 96 110 mysql_query("SET NAMES 'utf8'"); 111 112 if($typ=="creature_movement"): 113 $vyhledat_guid_exportovanych = mysql_query("select * from export_list where typ='creature'"); 114 else: 97 115 $vyhledat_guid_exportovanych = mysql_query("select * from export_list where typ='$typ'"); 116 endif; 98 117 99 118 while($row = mysql_fetch_array($vyhledat_guid_exportovanych)){ … … 135 154 fclose($soubor); 136 155 if($hotovo==$x): 137 echo"<meta http-equiv=\"refresh\" content=\"0.1;url=index.php?info=2 \">";138 else: 139 echo"<meta http-equiv=\"refresh\" content=\"0.1;url=index.php?err=3 \">";156 echo"<meta http-equiv=\"refresh\" content=\"0.1;url=index.php?info=2&heslo=$heslo\">"; 157 else: 158 echo"<meta http-equiv=\"refresh\" content=\"0.1;url=index.php?err=3&heslo=$heslo\">"; 140 159 endif; 141 160 142 161 } elseif($q==3){ 162 //////////////////////////////////////////////////////////Zobrazení seznamu 143 163 $typ = $_GET['i']; 144 164 $delete = $_POST['delete']; … … 161 181 while($row = mysql_fetch_array($vyhledat_data_v_seznamu)){ 162 182 $id = $row['guid']; 163 echo"<tr><td>$id</td><form method=post action=index.php?q=3&i=$typ ><td><input type=hidden name=delete value=1><input type=hidden name=id value='$id'><input type=submit value='Smazat ze seznamu'></form>";183 echo"<tr><td>$id</td><form method=post action=index.php?q=3&i=$typ&heslo=$heslo><td><input type=hidden name=delete value=1><input type=hidden name=id value='$id'><input type=submit value='Smazat ze seznamu'></form>"; 164 184 165 185 } 166 186 echo"</table><br> 167 187 <br> 168 <a href=index.php ><-- Zpět do menu</a>";188 <a href=index.php?heslo=$heslo><-- Zpět do menu</a>"; 169 189 elseif($delete==1): 190 //////////////////////////////////////////////////////////Mazání ze seznamu 170 191 $id = $_POST['id']; 171 192 … … 175 196 $vyhledat_data_v_seznamu = mysql_query("delete from export_list where guid='$id' LIMIT 1"); 176 197 if($vyhledat_data_v_seznamu): 177 echo"<meta http-equiv=\"refresh\" content=\"0.1;url=index.php?q=3&i=$typ&info=3 \">";178 else: 179 echo"<meta http-equiv=\"refresh\" content=\"0.1;url=index.php?q=3&i=$typ&err=4 \">";198 echo"<meta http-equiv=\"refresh\" content=\"0.1;url=index.php?q=3&i=$typ&info=3&heslo=$heslo\">"; 199 else: 200 echo"<meta http-equiv=\"refresh\" content=\"0.1;url=index.php?q=3&i=$typ&err=4&heslo=$heslo\">"; 180 201 endif; 181 202 endif; 182 203 } 183 204 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 205 endif; 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223
Note:
See TracChangeset
for help on using the changeset viewer.