实例介绍
【实例简介】PHP网页小游戏
一款网页游戏的php源代码!上传绑定域名即可 ...................................................................................................................................................
文件清单
├── add_declare.php
├── admin
│ ├── activeplanet.php
│ ├── add_building.php
│ ├── add_def.php
│ ├── add_fleet.php
│ ├── add_money.php
│ ├── add_moon.php
│ ├── add_research.php
│ ├── add_ship.php
│ ├── autounban.php
│ ├── banned.php
│ ├── changelog.php
│ ├── chat.php
│ ├── credit.php
│ ├── declare_list.php
│ ├── del_building.php
│ ├── del_def.php
│ ├── deletuser.php
│ ├── del_money.php
│ ├── del_research.php
│ ├── del_ship.php
│ ├── ElementQueueFixer.php
│ ├── errors.php
│ ├── leftmenu.php
│ ├── mass_message.php
│ ├── mats.php
│ ├── md5changepass.php
│ ├── md5enc.php
│ ├── messagelist.php
│ ├── messall.php
│ ├── moonlist.php
│ ├── multi.php
│ ├── overview.php
│ ├── paneladmina.php
│ ├── planetlist.php
│ ├── QueryExecute.php
│ ├── server.php
│ ├── settings.php
│ ├── ShowFlyingFleets.php
│ ├── statbuilder.php
│ ├── statfunctions.php
│ ├── unbanned.php
│ ├── userlist.php
│ ├── variables.php
│ └── XNovaResetUnivers.php
├── ainfo.php
├── alliance.php
├── annonce2.php
├── annonce.php
├── annonces.php
├── banned.php
├── buddy.php
├── buildings.php
├── calc.php
├── changelog.php
├── chat_add.php
├── chat_msg.php
├── chat.php
├── common.php
├── config.php
├── contact.php
├── credit.php
├── css
│ ├── about.css
│ └── styles.css
├── db
│ ├── mysql.php
│ └── odbc.php
├── emoticones
│ ├── cool.png
│ ├── grrr.png
│ ├── love.png
│ ├── msn.png
│ ├── Oo.png
│ ├── perdu.png
│ ├── Smile.png
│ ├── wink.png
│ └── wow.png
├── extension.inc
├── favicon.ico
├── fleetback.php
├── fleet.php
├── fleetshortcut.php
├── floten1.php
├── floten2.php
├── floten3.php
├── flotenajax.php
├── frames.php
├── galaxy.php
├── images
│ ├── abort.gif
│ ├── banned.png
│ ├── bann.png
│ ├── false.png
│ ├── female.gif
│ ├── icon_latest_reply.gif
│ ├── loadingAnimation.gif
│ ├── male.gif
│ ├── officiers
│ │ ├── 601.jpg
│ │ ├── 602.jpg
│ │ ├── 603.jpg
│ │ ├── 604.jpg
│ │ ├── 605.jpg
│ │ ├── 606.jpg
│ │ ├── 607.jpg
│ │ ├── 608.jpg
│ │ ├── 609.jpg
│ │ ├── 610.jpg
│ │ ├── 611.jpg
│ │ ├── 612.jpg
│ │ ├── 613.jpg
│ │ ├── 614.jpg
│ │ ├── 615.jpg
│ │ └── Thumbs.db
│ ├── progressbar.gif
│ ├── progress.gif
│ ├── r1.png
│ ├── r2.png
│ ├── r3.png
│ ├── r4.png
│ ├── r5.png
│ ├── r6.png
│ ├── r7.png
│ ├── r8.png
│ ├── r9.png
│ ├── smileys
│ │ ├── confused.png
│ │ ├── cry.png
│ │ ├── dizzy.png
│ │ ├── happy.png
│ │ ├── lol.png
│ │ ├── neutral.png
│ │ ├── omg.png
│ │ ├── sad.png
│ │ ├── shit.png
│ │ ├── smile.png
│ │ ├── Thumbs.db
│ │ ├── tongue.png
│ │ └── wink.png
│ ├── Thumbs.db
│ ├── tlo.jpg
│ ├── top.gif
│ └── true.png
├── imperium.php
├── includes
│ ├── aks.php
│ ├── ataki.php
│ ├── CombatEngine.php
│ ├── constants.php
│ ├── databaseinfos.php
│ ├── db.php
│ ├── debug.class.php
│ ├── functions
│ │ ├── AddBuildingToQueue.php
│ │ ├── BatimentBuildingPage.php
│ │ ├── BBcodeFunction.php
│ │ ├── BuildFleetEventTable.php
│ │ ├── BuildFlyingFleetTable.php
│ │ ├── BuildingSavePlanetRecord.php
│ │ ├── BuildingSaveUserRecord.php
│ │ ├── CancelBuildingFromQueue.php
│ │ ├── CheckCookies.php
│ │ ├── CheckInputStrings.php
│ │ ├── CheckLabSettingsInQueue.php
│ │ ├── CheckPlanetBuildingQueue.php
│ │ ├── CheckPlanetUsedFields.php
│ │ ├── ChekUser.php
│ │ ├── CreateOneMoonRecord.php
│ │ ├── CreateOnePlanetRecord.php
│ │ ├── DefensesBuildingPage.php
│ │ ├── DeleteSelectedUser.php
│ │ ├── ElementBuildListBox.php
│ │ ├── ElementBuildListQueue.php
│ │ ├── FleetBuildingPage.php
│ │ ├── FlyingFleetHandler.php
│ │ ├── GalaxyCheckFunctions.php
│ │ ├── GalaxyLegendPopup.php
│ │ ├── GalaxyRowActions.php
│ │ ├── GalaxyRowAlly.php
│ │ ├── GalaxyRowDebris.php
│ │ ├── GalaxyRowMoon.php
│ │ ├── GalaxyRowPlanetName.php
│ │ ├── GalaxyRowPlanet.php
│ │ ├── GalaxyRowPos.php
│ │ ├── GalaxyRowUser.php
│ │ ├── GetBuildingPrice.php
│ │ ├── GetBuildingTime.php
│ │ ├── GetElementPrice.php
│ │ ├── GetElementRessources.php
│ │ ├── GetMaxConstructibleElements.php
│ │ ├── GetMissileRange.php
│ │ ├── GetPhalanxRange.php
│ │ ├── GetRestPrice.php
│ │ ├── HandleElementBuildingQueue.php
│ │ ├── HandleTechnologieBuild.php
│ │ ├── InsertBuildListScript.php
│ │ ├── InsertGalaxyScripts.php
│ │ ├── InsertJavaScriptChronoApplet.php
│ │ ├── IsElementBuyable.php
│ │ ├── IsOfficierAccessible.php
│ │ ├── IsTechnologieAccessible.php
│ │ ├── IsVacationMode.php
│ │ ├── MessageForm.php
│ │ ├── MipCombatEngine.php
│ │ ├── MissionCaseAttack.php
│ │ ├── MissionCaseColonisation.php
│ │ ├── MissionCaseDestruction.php
│ │ ├── MissionCaseExpedition.php
│ │ ├── MissionCaseRecycling.php
│ │ ├── MissionCaseSpy.php
│ │ ├── MissionCaseStayAlly.php
│ │ ├── MissionCaseStay.php
│ │ ├── MissionCaseTransport.php
│ │ ├── PlanetResourceUpdate.php
│ │ ├── RemoveBuildingFromQueue.php
│ │ ├── ResearchBuildingPage.php
│ │ ├── ResetThisFuckingCheater.php
│ │ ├── RestoreFleetToPlanet.php
│ │ ├── RevisionTime.php
│ │ ├── SendNewPassword.php
│ │ ├── SendSimpleMessage.php
│ │ ├── SetNextQueueElementOnTop.php
│ │ ├── SetSelectedPlanet.php
│ │ ├── ShowBuildingQueue.php
│ │ ├── ShowGalaxyFooter.php
│ │ ├── ShowGalaxyMISelector.php
│ │ ├── ShowGalaxyRows.php
│ │ ├── ShowGalaxySelector.php
│ │ ├── ShowGalaxyTitles.php
│ │ ├── ShowTopNavigationBar.php
│ │ ├── SortUserPlanets.php
│ │ ├── SpyTarget.php
│ │ ├── StoreGoodsToPlanet.php
│ │ └── UpdatePlanetBatimentQueueList.php
│ ├── functions.php
│ ├── migrateinfo.php
│ ├── raketenangriff.php
│ ├── strings.php
│ ├── todofleetcontrol.php
│ ├── unlocalised.php
│ └── vars.php
├── index.php
├── infos.php
├── install
│ └── index.php
├── jumpgate.php
├── language
│ ├── cn
│ │ ├── admin
│ │ │ ├── add_fleet.mo
│ │ │ ├── addmoon.mo
│ │ │ ├── adminpanel.mo
│ │ │ ├── changepass.mo
│ │ │ ├── fleets.mo
│ │ │ ├── mats.mo
│ │ │ ├── md5enc.mo
│ │ │ ├── messagelist.mo
│ │ │ ├── multi.mo
│ │ │ ├── Queries.mo
│ │ │ └── settings.mo
│ │ ├── admin.mo
│ │ ├── alliance.mo
│ │ ├── annonces.mo
│ │ ├── banned.mo
│ │ ├── buddy.mo
│ │ ├── buildings.mo
│ │ ├── changelog.mo
│ │ ├── chat.mo
│ │ ├── contact.mo
│ │ ├── cookies.mo
│ │ ├── credit.mo
│ │ ├── fleet.mo
│ │ ├── galaxy.mo
│ │ ├── imperium.mo
│ │ ├── index.mo
│ │ ├── infos.mo
│ │ ├── install
│ │ │ └── install.mo
│ │ ├── lang_info.cfg
│ │ ├── leftmenu.mo
│ │ ├── login.mo
│ │ ├── logout.mo
│ │ ├── lostpassword.mo
│ │ ├── marchand.mo
│ │ ├── messages.mo
│ │ ├── news.mo
│ │ ├── notes.mo
│ │ ├── officier.mo
│ │ ├── options.mo
│ │ ├── overview.mo
│ │ ├── phalanx.mo
│ │ ├── player.mo
│ │ ├── raketengriff.mo
│ │ ├── records.mo
│ │ ├── reg.mo
│ │ ├── resources.mo
│ │ ├── rw.mo
│ │ ├── schrotti.mo
│ │ ├── search.mo
│ │ ├── stat.mo
│ │ ├── system.mo
│ │ ├── tech.mo
│ │ ├── tradingscrapmetal.mo
│ │ └── verband.mo
│ ├── de
│ │ ├── admin
│ │ │ ├── add_fleet.mo
│ │ │ ├── addmoon.mo
│ │ │ ├── adminpanel.mo
│ │ │ ├── fleets.mo
│ │ │ ├── md5enc.mo
│ │ │ └── messagelist.mo
│ │ ├── admin.mo
│ │ ├── alliance.mo
│ │ ├── banned.mo
│ │ ├── buddy.mo
│ │ ├── buildings.mo
│ │ ├── changelog.mo
│ │ ├── chat.mo
│ │ ├── contact.mo
│ │ ├── cookies.mo
│ │ ├── credit.mo
│ │ ├── fleet.mo
│ │ ├── galaxy.mo
│ │ ├── imperium.mo
│ │ ├── index.mo
│ │ ├── infos.mo
│ │ ├── lang_info.cfg
│ │ ├── leftmenu.mo
│ │ ├── login.mo
│ │ ├── logout.mo
│ │ ├── messages.mo
│ │ ├── news.mo
│ │ ├── notes.mo
│ │ ├── officier.mo
│ │ ├── options.mo
│ │ ├── overview.mo
│ │ ├── player.mo
│ │ ├── records.mo
│ │ ├── reg.mo
│ │ ├── resources.mo
│ │ ├── search.mo
│ │ ├── stat.mo
│ │ ├── system.mo
│ │ ├── tech.mo
│ │ └── tradingscrapmetal.mo
│ ├── es
│ │ ├── admin
│ │ │ ├── add_fleet.mo
│ │ │ ├── addmoon.mo
│ │ │ ├── adminpanel.mo
│ │ │ ├── fleets.mo
│ │ │ ├── md5enc.mo
│ │ │ ├── messagelist.mo
│ │ │ └── settings.mo
│ │ ├── admin.mo
│ │ ├── alliance.mo
│ │ ├── banned.mo
│ │ ├── buddy.mo
│ │ ├── buildings.mo
│ │ ├── changelog.mo
│ │ ├── chat.mo
│ │ ├── contact.mo
│ │ ├── cookies.mo
│ │ ├── credit.mo
│ │ ├── fleet.mo
│ │ ├── galaxy.mo
│ │ ├── imperium.mo
│ │ ├── index.mo
│ │ ├── infos.mo
│ │ ├── install
│ │ │ └── install.mo
│ │ ├── lang_info.cfg
│ │ ├── leftmenu.mo
│ │ ├── login.mo
│ │ ├── logout.mo
│ │ ├── lostpassword.mo
│ │ ├── marchand.mo
│ │ ├── messages.mo
│ │ ├── news.mo
│ │ ├── notes.mo
│ │ ├── officier.mo
│ │ ├── options.mo
│ │ ├── overview.mo
│ │ ├── player.mo
│ │ ├── records.mo
│ │ ├── reg.mo
│ │ ├── resources.mo
│ │ ├── search.mo
│ │ ├── stat.mo
│ │ ├── system.mo
│ │ ├── tech.mo
│ │ └── tradingscrapmetal.mo
│ ├── fr
│ │ ├── admin
│ │ │ ├── add_fleet.mo
│ │ │ ├── addmoon.mo
│ │ │ ├── adminpanel.mo
│ │ │ ├── changepass.mo
│ │ │ ├── fleets.mo
│ │ │ ├── md5enc.mo
│ │ │ ├── messagelist.mo
│ │ │ ├── multi.mo
│ │ │ ├── Queries.mo
│ │ │ └── settings.mo
│ │ ├── admin.mo
│ │ ├── alliance.mo
│ │ ├── banned.mo
│ │ ├── buddy.mo
│ │ ├── buildings.mo
│ │ ├── changelog.mo
│ │ ├── chat.mo
│ │ ├── contact.mo
│ │ ├── cookies.mo
│ │ ├── credit.mo
│ │ ├── fleet.mo
│ │ ├── galaxy.mo
│ │ ├── imperium.mo
│ │ ├── index.mo
│ │ ├── infos.mo
│ │ ├── install
│ │ │ └── install.mo
│ │ ├── lang_info.cfg
│ │ ├── leftmenu.mo
│ │ ├── login.mo
│ │ ├── logout.mo
│ │ ├── lostpassword.mo
│ │ ├── marchand.mo
│ │ ├── messages.mo
│ │ ├── news.mo
│ │ ├── notes.mo
│ │ ├── officier.mo
│ │ ├── options.mo
│ │ ├── overview.mo
│ │ ├── phalanx.mo
│ │ ├── player.mo
│ │ ├── records.mo
│ │ ├── reg.mo
│ │ ├── resources.mo
│ │ ├── rules.mo
│ │ ├── search.mo
│ │ ├── stat.mo
│ │ ├── system.mo
│ │ ├── tech.mo
│ │ └── tradingscrapmetal.mo
│ └── it
│ ├── active.mo
│ ├── admin
│ │ ├── add_fleet.mo
│ │ ├── addmoon.mo
│ │ ├── adminpanel.mo
│ │ ├── fleets.mo
│ │ ├── md5enc.mo
│ │ └── messagelist.mo
│ ├── admin.mo
│ ├── aktywka.mo
│ ├── alliance.mo
│ ├── ataker.mo
│ ├── banned.mo
│ ├── buddy.mo
│ ├── buildings.mo
│ ├── changelog.mo
│ ├── chat.mo
│ ├── contact.mo
│ ├── cookies.mo
│ ├── credit.mo
│ ├── fleet.mo
│ ├── galaxy.mo
│ ├── imperium.mo
│ ├── index.mo
│ ├── infos.mo
│ ├── install
│ │ └── install.mo
│ ├── lang_info.cfg
│ ├── leftmenu.mo
│ ├── login.mo
│ ├── logout.mo
│ ├── lostpassword.mo
│ ├── marchand.mo
│ ├── messages.mo
│ ├── news.mo
│ ├── notes.mo
│ ├── officier.mo
│ ├── options.mo
│ ├── overview.mo
│ ├── player.mo
│ ├── records.mo
│ ├── reg.mo
│ ├── resources.mo
│ ├── search.mo
│ ├── skin.mo
│ ├── stat.mo
│ ├── system.mo
│ ├── tech.mo
│ └── tradingscrapmetal.mo
├── leftmenu.php
├── login.php
├── logout.php
├── lostpassword.php
├── marchand.php
├── messages.php
├── mipattack.php
├── multi.php
├── neusuw.php
├── notes.php
├── officier.php
├── options.php
├── overview.php
├── phalanx.php
├── quickfleet.php
├── raketenangriff.php
├── rak.php
├── records.php
├── reg.php
├── resources.php
├── robots.txt
├── rules.php
├── rw.php
├── schrotti.php
├── scripts
│ ├── 7_nieaktywni.user.js
│ ├── chat.js
│ ├── cntchar.js
│ ├── cntfe.js
│ ├── cntfs.js
│ ├── cnt.js
│ ├── cntneu2.js
│ ├── cntneu.js
│ ├── createbanner.php
│ ├── cst.js
│ ├── flotten.js
│ ├── functions.js
│ ├── gsc.1.js
│ ├── jquery.js
│ ├── ocnt.js
│ ├── overlib.js
│ ├── registration.js
│ ├── res.js
│ ├── thickbox.js
│ ├── time.js
│ ├── tw-sack.js
│ ├── utilities.js
│ ├── win.js
│ └── wz_tooltip.js
├── search.php
├── ShowGalaxyFooter.php
├── skins
│ └── xnova
│ ├── default.css
│ ├── formate.css
│ ├── gebaeude
│ │ ├── 106.gif
│ │ ├── 108.gif
│ │ ├── 109.gif
│ │ ├── 110.gif
│ │ ├── 111.gif
│ │ ├── 113.gif
│ │ ├── 114.gif
│ │ ├── 115.gif
│ │ ├── 117.gif
│ │ ├── 118.gif
│ │ ├── 120.gif
│ │ ├── 121.gif
│ │ ├── 122.gif
│ │ ├── 123.gif
│ │ ├── 12.gif
│ │ ├── 14.gif
│ │ ├── 15.gif
│ │ ├── 199.gif
│ │ ├── 1.gif
│ │ ├── 202.gif
│ │ ├── 203.gif
│ │ ├── 204.gif
│ │ ├── 205.gif
│ │ ├── 206.gif
│ │ ├── 207.gif
│ │ ├── 208.gif
│ │ ├── 209.gif
│ │ ├── 210.gif
│ │ ├── 211.gif
│ │ ├── 212.gif
│ │ ├── 213.gif
│ │ ├── 214.gif
│ │ ├── 214__.gif
│ │ ├── 215.gif
│ │ ├── 21.gif
│ │ ├── 22.gif
│ │ ├── 23.gif
│ │ ├── 24.gif
│ │ ├── 2.gif
│ │ ├── 31.gif
│ │ ├── 33.gif
│ │ ├── 34.gif
│ │ ├── 3.gif
│ │ ├── 401.gif
│ │ ├── 402.gif
│ │ ├── 403.gif
│ │ ├── 404.gif
│ │ ├── 405.gif
│ │ ├── 406.gif
│ │ ├── 407.gif
│ │ ├── 408.gif
│ │ ├── 41.gif
│ │ ├── 42.gif
│ │ ├── 43.gif
│ │ ├── 44.gif
│ │ ├── 4.gif
│ │ ├── 501.gif
│ │ ├── 502.gif
│ │ ├── 503.gif
│ │ └── Thumbs.db
│ ├── gebaeude1
│ │ ├── 106.gif
│ │ ├── 108.gif
│ │ ├── 109.gif
│ │ ├── 110.gif
│ │ ├── 111.gif
│ │ ├── 113.gif
│ │ ├── 114.gif
│ │ ├── 115.gif
│ │ ├── 117.gif
│ │ ├── 118.gif
│ │ ├── 120.gif
│ │ ├── 121.gif
│ │ ├── 122.gif
│ │ ├── 123.gif
│ │ ├── 124.gif
│ │ ├── 12.gif
│ │ ├── 14.gif
│ │ ├── 15.gif
│ │ ├── 199.gif
│ │ ├── 1.gif
│ │ ├── 202.gif
│ │ ├── 203.gif
│ │ ├── 204.gif
│ │ ├── 205.gif
│ │ ├── 206.gif
│ │ ├── 206.jpg
│ │ ├── 207.gif
│ │ ├── 208.gif
│ │ ├── 209.gif
│ │ ├── 210.gif
│ │ ├── 211.gif
│ │ ├── 212.gif
│ │ ├── 213.gif
│ │ ├── 214.gif
│ │ ├── 215.gif
│ │ ├── 21_a.gif
│ │ ├── 21.gif
│ │ ├── 22.gif
│ │ ├── 23.gif
│ │ ├── 24.gif
│ │ ├── 2.gif
│ │ ├── 31.gif
│ │ ├── 33.gif
│ │ ├── 34.gif
│ │ ├── 3.gif
│ │ ├── 401.gif
│ │ ├── 402.gif
│ │ ├── 403.gif
│ │ ├── 404.gif
│ │ ├── 405.gif
│ │ ├── 406.gif
│ │ ├── 407.gif
│ │ ├── 408.gif
│ │ ├── 41.gif
│ │ ├── 42.gif
│ │ ├── 43.gif
│ │ ├── 44.gif
│ │ ├── 4.gif
│ │ ├── 501.gif
│ │ ├── 502.gif
│ │ ├── 503.gif
│ │ └── ionen.gif.1
│ ├── gfx
│ │ ├── info-help.jpg
│ │ └── user-menu.jpg
│ ├── images
│ │ ├── deuterium.gif
│ │ ├── energie.gif
│ │ ├── kristall.gif
│ │ ├── message.gif
│ │ └── metall.gif
│ ├── img
│ │ ├── background1.jpg
│ │ ├── background2.jpg
│ │ ├── bg1.gif
│ │ ├── b.gif
│ │ ├── e.gif
│ │ ├── link.gif
│ │ ├── m.gif
│ │ ├── p1z1.png
│ │ ├── p2z2.png
│ │ ├── p3z2.png
│ │ ├── p.png
│ │ ├── r.gif
│ │ ├── s.gif
│ │ └── starz2.png
│ ├── pic
│ │ ├── abort.gif
│ │ ├── appwiz.gif
│ │ └── key.gif
│ └── planeten
│ ├── debris.jpg
│ ├── dschjungelplanet01.jpg
│ ├── dschjungelplanet02.jpg
│ ├── dschjungelplanet03.jpg
│ ├── dschjungelplanet04.jpg
│ ├── dschjungelplanet05.jpg
│ ├── dschjungelplanet06.jpg
│ ├── dschjungelplanet07.jpg
│ ├── dschjungelplanet08.jpg
│ ├── dschjungelplanet09.jpg
│ ├── dschjungelplanet10.jpg
│ ├── eisplanet01.jpg
│ ├── eisplanet02.jpg
│ ├── eisplanet03.jpg
│ ├── eisplanet04.jpg
│ ├── eisplanet05.jpg
│ ├── eisplanet06.jpg
│ ├── eisplanet07.jpg
│ ├── eisplanet08.jpg
│ ├── eisplanet09.jpg
│ ├── eisplanet10.jpg
│ ├── gasplanet01.jpg
│ ├── gasplanet02.jpg
│ ├── gasplanet03.jpg
│ ├── gasplanet04.jpg
│ ├── gasplanet05.jpg
│ ├── gasplanet06.jpg
│ ├── gasplanet07.jpg
│ ├── gasplanet08.jpg
│ ├── mond.jpg
│ ├── normaltempplanet01.jpg
│ ├── normaltempplanet02.jpg
│ ├── normaltempplanet03.jpg
│ ├── normaltempplanet04.jpg
│ ├── normaltempplanet05.jpg
│ ├── normaltempplanet06.jpg
│ ├── normaltempplanet07.jpg
│ ├── normaltempplanet08.jpg
│ ├── small
│ │ ├── s_dschjungelplanet01.jpg
│ │ ├── s_dschjungelplanet02.jpg
│ │ ├── s_dschjungelplanet03.jpg
│ │ ├── s_dschjungelplanet04.jpg
│ │ ├── s_dschjungelplanet05.jpg
│ │ ├── s_dschjungelplanet06.jpg
│ │ ├── s_dschjungelplanet07.jpg
│ │ ├── s_dschjungelplanet08.jpg
│ │ ├── s_dschjungelplanet09.jpg
│ │ ├── s_dschjungelplanet10.jpg
│ │ ├── s_eisplanet01.jpg
│ │ ├── s_eisplanet02.jpg
│ │ ├── s_eisplanet03.jpg
│ │ ├── s_eisplanet04.jpg
│ │ ├── s_eisplanet05.jpg
│ │ ├── s_eisplanet06.jpg
│ │ ├── s_eisplanet07.jpg
│ │ ├── s_eisplanet08.jpg
│ │ ├── s_eisplanet09.jpg
│ │ ├── s_eisplanet10.jpg
│ │ ├── s_gasplanet01.jpg
│ │ ├── s_gasplanet02.jpg
│ │ ├── s_gasplanet03.jpg
│ │ ├── s_gasplanet04.jpg
│ │ ├── s_gasplanet05.jpg
│ │ ├── s_gasplanet06.jpg
│ │ ├── s_gasplanet07.jpg
│ │ ├── s_gasplanet08.jpg
│ │ ├── s_mond.jpg
│ │ ├── s_normaltempplanet01.jpg
│ │ ├── s_normaltempplanet02.jpg
│ │ ├── s_normaltempplanet03.jpg
│ │ ├── s_normaltempplanet04.jpg
│ │ ├── s_normaltempplanet05.jpg
│ │ ├── s_normaltempplanet06.jpg
│ │ ├── s_normaltempplanet07.jpg
│ │ ├── s_normaltempplanet08.jpg
│ │ ├── s_trockenplanet01.jpg
│ │ ├── s_trockenplanet02.jpg
│ │ ├── s_trockenplanet03.jpg
│ │ ├── s_trockenplanet04.jpg
│ │ ├── s_trockenplanet05.jpg
│ │ ├── s_trockenplanet06.jpg
│ │ ├── s_trockenplanet07.jpg
│ │ ├── s_trockenplanet08.jpg
│ │ ├── s_trockenplanet09.jpg
│ │ ├── s_trockenplanet10.jpg
│ │ ├── s_wasserplanet01.jpg
│ │ ├── s_wasserplanet02.jpg
│ │ ├── s_wasserplanet03.jpg
│ │ ├── s_wasserplanet04.jpg
│ │ ├── s_wasserplanet05.jpg
│ │ ├── s_wasserplanet06.jpg
│ │ ├── s_wasserplanet07.jpg
│ │ ├── s_wasserplanet08.jpg
│ │ ├── s_wasserplanet09.jpg
│ │ ├── s_wuestenplanet01.jpg
│ │ ├── s_wuestenplanet02.jpg
│ │ ├── s_wuestenplanet03.jpg
│ │ └── s_wuestenplanet04.jpg
│ ├── trockenplanet01.jpg
│ ├── trockenplanet02.jpg
│ ├── trockenplanet03.jpg
│ ├── trockenplanet04.jpg
│ ├── trockenplanet05.jpg
│ ├── trockenplanet06.jpg
│ ├── trockenplanet07.jpg
│ ├── trockenplanet08.jpg
│ ├── trockenplanet09.jpg
│ ├── trockenplanet10.jpg
│ ├── wasserplanet01.jpg
│ ├── wasserplanet02.jpg
│ ├── wasserplanet03.jpg
│ ├── wasserplanet04.jpg
│ ├── wasserplanet05.jpg
│ ├── wasserplanet06.jpg
│ ├── wasserplanet07.jpg
│ ├── wasserplanet08.jpg
│ ├── wasserplanet09.jpg
│ ├── wuestenplanet01.jpg
│ ├── wuestenplanet02.jpg
│ ├── wuestenplanet03.jpg
│ └── wuestenplanet04.jpg
├── stat.php
├── techdetails.php
├── techtree.php
├── templates
│ └── OpenGame
│ ├── add_declare.tpl
│ ├── admin
│ │ ├── activeplanet_body.tpl
│ │ ├── add_building.tpl
│ │ ├── add_def.tpl
│ │ ├── add_money.tpl
│ │ ├── add_moon.tpl
│ │ ├── add_research.tpl
│ │ ├── add_ship.tpl
│ │ ├── admin_panel_asw1.tpl
│ │ ├── admin_panel_asw2.tpl
│ │ ├── admin_panel_frm1.tpl
│ │ ├── admin_panel_frm2.tpl
│ │ ├── admin_panel_frm3.tpl
│ │ ├── admin_panel_frm4.tpl
│ │ ├── admin_panel_main.tpl
│ │ ├── banadni.tpl
│ │ ├── banned.tpl
│ │ ├── changepass.tpl
│ │ ├── chat_body.tpl
│ │ ├── credit_body.tpl
│ │ ├── declarelist_body.tpl
│ │ ├── declarelist_rows.tpl
│ │ ├── del_building.tpl
│ │ ├── del_def.tpl
│ │ ├── deletuser.tpl
│ │ ├── del_money.tpl
│ │ ├── del_research.tpl
│ │ ├── del_ship.tpl
│ │ ├── errors_body.tpl
│ │ ├── exec_query.tpl
│ │ ├── fleet_body.tpl
│ │ ├── fleet_rows.tpl
│ │ ├── left_menu.tpl
│ │ ├── mats.tpl
│ │ ├── md5enc.tpl
│ │ ├── message_body.tpl
│ │ ├── messagelist_body.tpl
│ │ ├── messagelist_table_rows.tpl
│ │ ├── messall_body.tpl
│ │ ├── moonlist_body.tpl
│ │ ├── multi_body.tpl
│ │ ├── multi_rows.tpl
│ │ ├── options_body.tpl
│ │ ├── overview_body.tpl
│ │ ├── overview_rows.tpl
│ │ ├── planetlist_body.tpl
│ │ ├── reset_body.tpl
│ │ ├── server.tpl
│ │ ├── simple_header.tpl
│ │ ├── test.htm
│ │ ├── unbanned.tpl
│ │ ├── userlist_body.tpl
│ │ ├── userlist_rows.tpl
│ │ ├── variables_body.tpl
│ │ └── variables_rows.tpl
│ ├── agreement.tpl
│ ├── alliance_admin_laws_feet.tpl
│ ├── alliance_admin_laws_head.tpl
│ ├── alliance_admin_laws_row.tpl
│ ├── alliance_admin_laws.tpl
│ ├── alliance_admin_members_function.tpl
│ ├── alliance_admin_members_row_edit.tpl
│ ├── alliance_admin_members_row.tpl
│ ├── alliance_admin_members_table.tpl
│ ├── alliance_admin_rename1.tpl
│ ├── alliance_admin_rename2.tpl
│ ├── alliance_admin_rename.tpl
│ ├── alliance_admin_request_form.tpl
│ ├── alliance_admin_request_row.tpl
│ ├── alliance_admin_request_table.tpl
│ ├── alliance_admin.tpl
│ ├── alliance_ainfo.tpl
│ ├── alliance_applyform.tpl
│ ├── alliance_apply_waitform.tpl
│ ├── alliance_circular_form.tpl
│ ├── alliance_circular.tpl
│ ├── alliance_defaultmenu.tpl
│ ├── alliance_frontpage.tpl
│ ├── alliance_makeform.tpl
│ ├── alliance_make.tpl
│ ├── alliance_memberslist_row.tpl
│ ├── alliance_memberslist_table.tpl
│ ├── alliance_searchform.tpl
│ ├── alliance_searchresult_row.tpl
│ ├── alliance_searchresult_table.tpl
│ ├── banned_body.tpl
│ ├── buildings_builds_queue_script.tpl
│ ├── buildings_builds_row.tpl
│ ├── buildings_builds_script.tpl
│ ├── buildings_builds.tpl
│ ├── buildings_defense.tpl
│ ├── buildings_fleet.tpl
│ ├── buildings_research_row.tpl
│ ├── buildings_research_script.tpl
│ ├── buildings_research.tpl
│ ├── buildings_script.tpl
│ ├── changelog_body.tpl
│ ├── changelog_table.tpl
│ ├── chat_body.tpl
│ ├── contact_body_rows.tpl
│ ├── contact_body.tpl
│ ├── credit_body.tpl
│ ├── frames.tpl
│ ├── galaxy_body.tpl
│ ├── galaxy_row_action.tpl
│ ├── galaxy_row_ally.tpl
│ ├── galaxy_row_debris.tpl
│ ├── galaxy_row_luna.tpl
│ ├── galaxy_row_planet.tpl
│ ├── galaxy_row.tpl
│ ├── galaxy_row_user.tpl
│ ├── gate_fleet_rows.tpl
│ ├── gate_fleet_table.tpl
│ ├── imperium_row2.tpl
│ ├── imperium_row.tpl
│ ├── imperium_table.tpl
│ ├── info_buildings_defense.tpl
│ ├── info_buildings_destroy.tpl
│ ├── info_buildings_fleet.tpl
│ ├── info_buildings_general.tpl
│ ├── info_buildings_table.tpl
│ ├── info_officiers_general.tpl
│ ├── install
│ │ ├── ins_acc_done.tpl
│ │ ├── ins_acc.tpl
│ │ ├── ins_body.tpl
│ │ ├── ins_form_done.tpl
│ │ ├── ins_form.tpl
│ │ ├── ins_goto_done.tpl
│ │ ├── ins_goto_form.tpl
│ │ ├── ins_goto_intro.tpl
│ │ └── ins_intro.tpl
│ ├── left_menu.tpl
│ ├── login_body.tpl
│ ├── lostpassword.tpl
│ ├── marchand_cristal.tpl
│ ├── marchand_deuterium.tpl
│ ├── marchand_main.tpl
│ ├── marchand_metal.tpl
│ ├── message_body.tpl
│ ├── messages_pm_form_bb.tpl
│ ├── messages_pm_form.tpl
│ ├── multi.tpl
│ ├── notes_body_entry.tpl
│ ├── notes_body.tpl
│ ├── notes_form.tpl
│ ├── officier_body.tpl
│ ├── officier_rows.tpl
│ ├── options_admadd.tpl
│ ├── options_body.tpl
│ ├── options_body_vmode.tpl
│ ├── overall_footer.tpl
│ ├── overview_body.tpl
│ ├── overview_deleteplanet.tpl
│ ├── overview_fleet_event.tpl
│ ├── overview_renameplanet.tpl
│ ├── phalanx_body.tpl
│ ├── records_body.tpl
│ ├── records_section_header.tpl
│ ├── records_section_rows.tpl
│ ├── registry_form.tpl
│ ├── resources_row.tpl
│ ├── resources.tpl
│ ├── rules_body.tpl
│ ├── rw.tpl
│ ├── schrotti_crys.tpl
│ ├── schrotti_deut.tpl
│ ├── schrotti_met.tpl
│ ├── schrotti.tpl
│ ├── search_ally_row.tpl
│ ├── search_ally_table.tpl
│ ├── search_body.tpl
│ ├── search_user_row.tpl
│ ├── search_user_table.tpl
│ ├── serv_infos.tpl
│ ├── simple_footer.tpl
│ ├── simple_header.tpl
│ ├── stat_alliancetable_header.tpl
│ ├── stat_alliancetable.tpl
│ ├── stat_body.tpl
│ ├── statjoueur.tpl
│ ├── stat_playertable_header.tpl
│ ├── stat_playertable.tpl
│ ├── techtree_body.tpl
│ ├── techtree_details.tpl
│ ├── techtree_head.tpl
│ ├── techtree_row.tpl
│ ├── teleport.tpl
│ ├── topnav.tpl
│ ├── tradingscrapmetal_n.tpl
│ ├── tradingscrapmetal.tpl
│ ├── usr_banned.tpl
│ ├── usuw_body.tpl
│ └── zglos.tpl
└── verband.php
40 directories, 988 files
一款网页游戏的php源代码!上传绑定域名即可 ...................................................................................................................................................
【实例截图】
文件清单
├── add_declare.php
├── admin
│ ├── activeplanet.php
│ ├── add_building.php
│ ├── add_def.php
│ ├── add_fleet.php
│ ├── add_money.php
│ ├── add_moon.php
│ ├── add_research.php
│ ├── add_ship.php
│ ├── autounban.php
│ ├── banned.php
│ ├── changelog.php
│ ├── chat.php
│ ├── credit.php
│ ├── declare_list.php
│ ├── del_building.php
│ ├── del_def.php
│ ├── deletuser.php
│ ├── del_money.php
│ ├── del_research.php
│ ├── del_ship.php
│ ├── ElementQueueFixer.php
│ ├── errors.php
│ ├── leftmenu.php
│ ├── mass_message.php
│ ├── mats.php
│ ├── md5changepass.php
│ ├── md5enc.php
│ ├── messagelist.php
│ ├── messall.php
│ ├── moonlist.php
│ ├── multi.php
│ ├── overview.php
│ ├── paneladmina.php
│ ├── planetlist.php
│ ├── QueryExecute.php
│ ├── server.php
│ ├── settings.php
│ ├── ShowFlyingFleets.php
│ ├── statbuilder.php
│ ├── statfunctions.php
│ ├── unbanned.php
│ ├── userlist.php
│ ├── variables.php
│ └── XNovaResetUnivers.php
├── ainfo.php
├── alliance.php
├── annonce2.php
├── annonce.php
├── annonces.php
├── banned.php
├── buddy.php
├── buildings.php
├── calc.php
├── changelog.php
├── chat_add.php
├── chat_msg.php
├── chat.php
├── common.php
├── config.php
├── contact.php
├── credit.php
├── css
│ ├── about.css
│ └── styles.css
├── db
│ ├── mysql.php
│ └── odbc.php
├── emoticones
│ ├── cool.png
│ ├── grrr.png
│ ├── love.png
│ ├── msn.png
│ ├── Oo.png
│ ├── perdu.png
│ ├── Smile.png
│ ├── wink.png
│ └── wow.png
├── extension.inc
├── favicon.ico
├── fleetback.php
├── fleet.php
├── fleetshortcut.php
├── floten1.php
├── floten2.php
├── floten3.php
├── flotenajax.php
├── frames.php
├── galaxy.php
├── images
│ ├── abort.gif
│ ├── banned.png
│ ├── bann.png
│ ├── false.png
│ ├── female.gif
│ ├── icon_latest_reply.gif
│ ├── loadingAnimation.gif
│ ├── male.gif
│ ├── officiers
│ │ ├── 601.jpg
│ │ ├── 602.jpg
│ │ ├── 603.jpg
│ │ ├── 604.jpg
│ │ ├── 605.jpg
│ │ ├── 606.jpg
│ │ ├── 607.jpg
│ │ ├── 608.jpg
│ │ ├── 609.jpg
│ │ ├── 610.jpg
│ │ ├── 611.jpg
│ │ ├── 612.jpg
│ │ ├── 613.jpg
│ │ ├── 614.jpg
│ │ ├── 615.jpg
│ │ └── Thumbs.db
│ ├── progressbar.gif
│ ├── progress.gif
│ ├── r1.png
│ ├── r2.png
│ ├── r3.png
│ ├── r4.png
│ ├── r5.png
│ ├── r6.png
│ ├── r7.png
│ ├── r8.png
│ ├── r9.png
│ ├── smileys
│ │ ├── confused.png
│ │ ├── cry.png
│ │ ├── dizzy.png
│ │ ├── happy.png
│ │ ├── lol.png
│ │ ├── neutral.png
│ │ ├── omg.png
│ │ ├── sad.png
│ │ ├── shit.png
│ │ ├── smile.png
│ │ ├── Thumbs.db
│ │ ├── tongue.png
│ │ └── wink.png
│ ├── Thumbs.db
│ ├── tlo.jpg
│ ├── top.gif
│ └── true.png
├── imperium.php
├── includes
│ ├── aks.php
│ ├── ataki.php
│ ├── CombatEngine.php
│ ├── constants.php
│ ├── databaseinfos.php
│ ├── db.php
│ ├── debug.class.php
│ ├── functions
│ │ ├── AddBuildingToQueue.php
│ │ ├── BatimentBuildingPage.php
│ │ ├── BBcodeFunction.php
│ │ ├── BuildFleetEventTable.php
│ │ ├── BuildFlyingFleetTable.php
│ │ ├── BuildingSavePlanetRecord.php
│ │ ├── BuildingSaveUserRecord.php
│ │ ├── CancelBuildingFromQueue.php
│ │ ├── CheckCookies.php
│ │ ├── CheckInputStrings.php
│ │ ├── CheckLabSettingsInQueue.php
│ │ ├── CheckPlanetBuildingQueue.php
│ │ ├── CheckPlanetUsedFields.php
│ │ ├── ChekUser.php
│ │ ├── CreateOneMoonRecord.php
│ │ ├── CreateOnePlanetRecord.php
│ │ ├── DefensesBuildingPage.php
│ │ ├── DeleteSelectedUser.php
│ │ ├── ElementBuildListBox.php
│ │ ├── ElementBuildListQueue.php
│ │ ├── FleetBuildingPage.php
│ │ ├── FlyingFleetHandler.php
│ │ ├── GalaxyCheckFunctions.php
│ │ ├── GalaxyLegendPopup.php
│ │ ├── GalaxyRowActions.php
│ │ ├── GalaxyRowAlly.php
│ │ ├── GalaxyRowDebris.php
│ │ ├── GalaxyRowMoon.php
│ │ ├── GalaxyRowPlanetName.php
│ │ ├── GalaxyRowPlanet.php
│ │ ├── GalaxyRowPos.php
│ │ ├── GalaxyRowUser.php
│ │ ├── GetBuildingPrice.php
│ │ ├── GetBuildingTime.php
│ │ ├── GetElementPrice.php
│ │ ├── GetElementRessources.php
│ │ ├── GetMaxConstructibleElements.php
│ │ ├── GetMissileRange.php
│ │ ├── GetPhalanxRange.php
│ │ ├── GetRestPrice.php
│ │ ├── HandleElementBuildingQueue.php
│ │ ├── HandleTechnologieBuild.php
│ │ ├── InsertBuildListScript.php
│ │ ├── InsertGalaxyScripts.php
│ │ ├── InsertJavaScriptChronoApplet.php
│ │ ├── IsElementBuyable.php
│ │ ├── IsOfficierAccessible.php
│ │ ├── IsTechnologieAccessible.php
│ │ ├── IsVacationMode.php
│ │ ├── MessageForm.php
│ │ ├── MipCombatEngine.php
│ │ ├── MissionCaseAttack.php
│ │ ├── MissionCaseColonisation.php
│ │ ├── MissionCaseDestruction.php
│ │ ├── MissionCaseExpedition.php
│ │ ├── MissionCaseRecycling.php
│ │ ├── MissionCaseSpy.php
│ │ ├── MissionCaseStayAlly.php
│ │ ├── MissionCaseStay.php
│ │ ├── MissionCaseTransport.php
│ │ ├── PlanetResourceUpdate.php
│ │ ├── RemoveBuildingFromQueue.php
│ │ ├── ResearchBuildingPage.php
│ │ ├── ResetThisFuckingCheater.php
│ │ ├── RestoreFleetToPlanet.php
│ │ ├── RevisionTime.php
│ │ ├── SendNewPassword.php
│ │ ├── SendSimpleMessage.php
│ │ ├── SetNextQueueElementOnTop.php
│ │ ├── SetSelectedPlanet.php
│ │ ├── ShowBuildingQueue.php
│ │ ├── ShowGalaxyFooter.php
│ │ ├── ShowGalaxyMISelector.php
│ │ ├── ShowGalaxyRows.php
│ │ ├── ShowGalaxySelector.php
│ │ ├── ShowGalaxyTitles.php
│ │ ├── ShowTopNavigationBar.php
│ │ ├── SortUserPlanets.php
│ │ ├── SpyTarget.php
│ │ ├── StoreGoodsToPlanet.php
│ │ └── UpdatePlanetBatimentQueueList.php
│ ├── functions.php
│ ├── migrateinfo.php
│ ├── raketenangriff.php
│ ├── strings.php
│ ├── todofleetcontrol.php
│ ├── unlocalised.php
│ └── vars.php
├── index.php
├── infos.php
├── install
│ └── index.php
├── jumpgate.php
├── language
│ ├── cn
│ │ ├── admin
│ │ │ ├── add_fleet.mo
│ │ │ ├── addmoon.mo
│ │ │ ├── adminpanel.mo
│ │ │ ├── changepass.mo
│ │ │ ├── fleets.mo
│ │ │ ├── mats.mo
│ │ │ ├── md5enc.mo
│ │ │ ├── messagelist.mo
│ │ │ ├── multi.mo
│ │ │ ├── Queries.mo
│ │ │ └── settings.mo
│ │ ├── admin.mo
│ │ ├── alliance.mo
│ │ ├── annonces.mo
│ │ ├── banned.mo
│ │ ├── buddy.mo
│ │ ├── buildings.mo
│ │ ├── changelog.mo
│ │ ├── chat.mo
│ │ ├── contact.mo
│ │ ├── cookies.mo
│ │ ├── credit.mo
│ │ ├── fleet.mo
│ │ ├── galaxy.mo
│ │ ├── imperium.mo
│ │ ├── index.mo
│ │ ├── infos.mo
│ │ ├── install
│ │ │ └── install.mo
│ │ ├── lang_info.cfg
│ │ ├── leftmenu.mo
│ │ ├── login.mo
│ │ ├── logout.mo
│ │ ├── lostpassword.mo
│ │ ├── marchand.mo
│ │ ├── messages.mo
│ │ ├── news.mo
│ │ ├── notes.mo
│ │ ├── officier.mo
│ │ ├── options.mo
│ │ ├── overview.mo
│ │ ├── phalanx.mo
│ │ ├── player.mo
│ │ ├── raketengriff.mo
│ │ ├── records.mo
│ │ ├── reg.mo
│ │ ├── resources.mo
│ │ ├── rw.mo
│ │ ├── schrotti.mo
│ │ ├── search.mo
│ │ ├── stat.mo
│ │ ├── system.mo
│ │ ├── tech.mo
│ │ ├── tradingscrapmetal.mo
│ │ └── verband.mo
│ ├── de
│ │ ├── admin
│ │ │ ├── add_fleet.mo
│ │ │ ├── addmoon.mo
│ │ │ ├── adminpanel.mo
│ │ │ ├── fleets.mo
│ │ │ ├── md5enc.mo
│ │ │ └── messagelist.mo
│ │ ├── admin.mo
│ │ ├── alliance.mo
│ │ ├── banned.mo
│ │ ├── buddy.mo
│ │ ├── buildings.mo
│ │ ├── changelog.mo
│ │ ├── chat.mo
│ │ ├── contact.mo
│ │ ├── cookies.mo
│ │ ├── credit.mo
│ │ ├── fleet.mo
│ │ ├── galaxy.mo
│ │ ├── imperium.mo
│ │ ├── index.mo
│ │ ├── infos.mo
│ │ ├── lang_info.cfg
│ │ ├── leftmenu.mo
│ │ ├── login.mo
│ │ ├── logout.mo
│ │ ├── messages.mo
│ │ ├── news.mo
│ │ ├── notes.mo
│ │ ├── officier.mo
│ │ ├── options.mo
│ │ ├── overview.mo
│ │ ├── player.mo
│ │ ├── records.mo
│ │ ├── reg.mo
│ │ ├── resources.mo
│ │ ├── search.mo
│ │ ├── stat.mo
│ │ ├── system.mo
│ │ ├── tech.mo
│ │ └── tradingscrapmetal.mo
│ ├── es
│ │ ├── admin
│ │ │ ├── add_fleet.mo
│ │ │ ├── addmoon.mo
│ │ │ ├── adminpanel.mo
│ │ │ ├── fleets.mo
│ │ │ ├── md5enc.mo
│ │ │ ├── messagelist.mo
│ │ │ └── settings.mo
│ │ ├── admin.mo
│ │ ├── alliance.mo
│ │ ├── banned.mo
│ │ ├── buddy.mo
│ │ ├── buildings.mo
│ │ ├── changelog.mo
│ │ ├── chat.mo
│ │ ├── contact.mo
│ │ ├── cookies.mo
│ │ ├── credit.mo
│ │ ├── fleet.mo
│ │ ├── galaxy.mo
│ │ ├── imperium.mo
│ │ ├── index.mo
│ │ ├── infos.mo
│ │ ├── install
│ │ │ └── install.mo
│ │ ├── lang_info.cfg
│ │ ├── leftmenu.mo
│ │ ├── login.mo
│ │ ├── logout.mo
│ │ ├── lostpassword.mo
│ │ ├── marchand.mo
│ │ ├── messages.mo
│ │ ├── news.mo
│ │ ├── notes.mo
│ │ ├── officier.mo
│ │ ├── options.mo
│ │ ├── overview.mo
│ │ ├── player.mo
│ │ ├── records.mo
│ │ ├── reg.mo
│ │ ├── resources.mo
│ │ ├── search.mo
│ │ ├── stat.mo
│ │ ├── system.mo
│ │ ├── tech.mo
│ │ └── tradingscrapmetal.mo
│ ├── fr
│ │ ├── admin
│ │ │ ├── add_fleet.mo
│ │ │ ├── addmoon.mo
│ │ │ ├── adminpanel.mo
│ │ │ ├── changepass.mo
│ │ │ ├── fleets.mo
│ │ │ ├── md5enc.mo
│ │ │ ├── messagelist.mo
│ │ │ ├── multi.mo
│ │ │ ├── Queries.mo
│ │ │ └── settings.mo
│ │ ├── admin.mo
│ │ ├── alliance.mo
│ │ ├── banned.mo
│ │ ├── buddy.mo
│ │ ├── buildings.mo
│ │ ├── changelog.mo
│ │ ├── chat.mo
│ │ ├── contact.mo
│ │ ├── cookies.mo
│ │ ├── credit.mo
│ │ ├── fleet.mo
│ │ ├── galaxy.mo
│ │ ├── imperium.mo
│ │ ├── index.mo
│ │ ├── infos.mo
│ │ ├── install
│ │ │ └── install.mo
│ │ ├── lang_info.cfg
│ │ ├── leftmenu.mo
│ │ ├── login.mo
│ │ ├── logout.mo
│ │ ├── lostpassword.mo
│ │ ├── marchand.mo
│ │ ├── messages.mo
│ │ ├── news.mo
│ │ ├── notes.mo
│ │ ├── officier.mo
│ │ ├── options.mo
│ │ ├── overview.mo
│ │ ├── phalanx.mo
│ │ ├── player.mo
│ │ ├── records.mo
│ │ ├── reg.mo
│ │ ├── resources.mo
│ │ ├── rules.mo
│ │ ├── search.mo
│ │ ├── stat.mo
│ │ ├── system.mo
│ │ ├── tech.mo
│ │ └── tradingscrapmetal.mo
│ └── it
│ ├── active.mo
│ ├── admin
│ │ ├── add_fleet.mo
│ │ ├── addmoon.mo
│ │ ├── adminpanel.mo
│ │ ├── fleets.mo
│ │ ├── md5enc.mo
│ │ └── messagelist.mo
│ ├── admin.mo
│ ├── aktywka.mo
│ ├── alliance.mo
│ ├── ataker.mo
│ ├── banned.mo
│ ├── buddy.mo
│ ├── buildings.mo
│ ├── changelog.mo
│ ├── chat.mo
│ ├── contact.mo
│ ├── cookies.mo
│ ├── credit.mo
│ ├── fleet.mo
│ ├── galaxy.mo
│ ├── imperium.mo
│ ├── index.mo
│ ├── infos.mo
│ ├── install
│ │ └── install.mo
│ ├── lang_info.cfg
│ ├── leftmenu.mo
│ ├── login.mo
│ ├── logout.mo
│ ├── lostpassword.mo
│ ├── marchand.mo
│ ├── messages.mo
│ ├── news.mo
│ ├── notes.mo
│ ├── officier.mo
│ ├── options.mo
│ ├── overview.mo
│ ├── player.mo
│ ├── records.mo
│ ├── reg.mo
│ ├── resources.mo
│ ├── search.mo
│ ├── skin.mo
│ ├── stat.mo
│ ├── system.mo
│ ├── tech.mo
│ └── tradingscrapmetal.mo
├── leftmenu.php
├── login.php
├── logout.php
├── lostpassword.php
├── marchand.php
├── messages.php
├── mipattack.php
├── multi.php
├── neusuw.php
├── notes.php
├── officier.php
├── options.php
├── overview.php
├── phalanx.php
├── quickfleet.php
├── raketenangriff.php
├── rak.php
├── records.php
├── reg.php
├── resources.php
├── robots.txt
├── rules.php
├── rw.php
├── schrotti.php
├── scripts
│ ├── 7_nieaktywni.user.js
│ ├── chat.js
│ ├── cntchar.js
│ ├── cntfe.js
│ ├── cntfs.js
│ ├── cnt.js
│ ├── cntneu2.js
│ ├── cntneu.js
│ ├── createbanner.php
│ ├── cst.js
│ ├── flotten.js
│ ├── functions.js
│ ├── gsc.1.js
│ ├── jquery.js
│ ├── ocnt.js
│ ├── overlib.js
│ ├── registration.js
│ ├── res.js
│ ├── thickbox.js
│ ├── time.js
│ ├── tw-sack.js
│ ├── utilities.js
│ ├── win.js
│ └── wz_tooltip.js
├── search.php
├── ShowGalaxyFooter.php
├── skins
│ └── xnova
│ ├── default.css
│ ├── formate.css
│ ├── gebaeude
│ │ ├── 106.gif
│ │ ├── 108.gif
│ │ ├── 109.gif
│ │ ├── 110.gif
│ │ ├── 111.gif
│ │ ├── 113.gif
│ │ ├── 114.gif
│ │ ├── 115.gif
│ │ ├── 117.gif
│ │ ├── 118.gif
│ │ ├── 120.gif
│ │ ├── 121.gif
│ │ ├── 122.gif
│ │ ├── 123.gif
│ │ ├── 12.gif
│ │ ├── 14.gif
│ │ ├── 15.gif
│ │ ├── 199.gif
│ │ ├── 1.gif
│ │ ├── 202.gif
│ │ ├── 203.gif
│ │ ├── 204.gif
│ │ ├── 205.gif
│ │ ├── 206.gif
│ │ ├── 207.gif
│ │ ├── 208.gif
│ │ ├── 209.gif
│ │ ├── 210.gif
│ │ ├── 211.gif
│ │ ├── 212.gif
│ │ ├── 213.gif
│ │ ├── 214.gif
│ │ ├── 214__.gif
│ │ ├── 215.gif
│ │ ├── 21.gif
│ │ ├── 22.gif
│ │ ├── 23.gif
│ │ ├── 24.gif
│ │ ├── 2.gif
│ │ ├── 31.gif
│ │ ├── 33.gif
│ │ ├── 34.gif
│ │ ├── 3.gif
│ │ ├── 401.gif
│ │ ├── 402.gif
│ │ ├── 403.gif
│ │ ├── 404.gif
│ │ ├── 405.gif
│ │ ├── 406.gif
│ │ ├── 407.gif
│ │ ├── 408.gif
│ │ ├── 41.gif
│ │ ├── 42.gif
│ │ ├── 43.gif
│ │ ├── 44.gif
│ │ ├── 4.gif
│ │ ├── 501.gif
│ │ ├── 502.gif
│ │ ├── 503.gif
│ │ └── Thumbs.db
│ ├── gebaeude1
│ │ ├── 106.gif
│ │ ├── 108.gif
│ │ ├── 109.gif
│ │ ├── 110.gif
│ │ ├── 111.gif
│ │ ├── 113.gif
│ │ ├── 114.gif
│ │ ├── 115.gif
│ │ ├── 117.gif
│ │ ├── 118.gif
│ │ ├── 120.gif
│ │ ├── 121.gif
│ │ ├── 122.gif
│ │ ├── 123.gif
│ │ ├── 124.gif
│ │ ├── 12.gif
│ │ ├── 14.gif
│ │ ├── 15.gif
│ │ ├── 199.gif
│ │ ├── 1.gif
│ │ ├── 202.gif
│ │ ├── 203.gif
│ │ ├── 204.gif
│ │ ├── 205.gif
│ │ ├── 206.gif
│ │ ├── 206.jpg
│ │ ├── 207.gif
│ │ ├── 208.gif
│ │ ├── 209.gif
│ │ ├── 210.gif
│ │ ├── 211.gif
│ │ ├── 212.gif
│ │ ├── 213.gif
│ │ ├── 214.gif
│ │ ├── 215.gif
│ │ ├── 21_a.gif
│ │ ├── 21.gif
│ │ ├── 22.gif
│ │ ├── 23.gif
│ │ ├── 24.gif
│ │ ├── 2.gif
│ │ ├── 31.gif
│ │ ├── 33.gif
│ │ ├── 34.gif
│ │ ├── 3.gif
│ │ ├── 401.gif
│ │ ├── 402.gif
│ │ ├── 403.gif
│ │ ├── 404.gif
│ │ ├── 405.gif
│ │ ├── 406.gif
│ │ ├── 407.gif
│ │ ├── 408.gif
│ │ ├── 41.gif
│ │ ├── 42.gif
│ │ ├── 43.gif
│ │ ├── 44.gif
│ │ ├── 4.gif
│ │ ├── 501.gif
│ │ ├── 502.gif
│ │ ├── 503.gif
│ │ └── ionen.gif.1
│ ├── gfx
│ │ ├── info-help.jpg
│ │ └── user-menu.jpg
│ ├── images
│ │ ├── deuterium.gif
│ │ ├── energie.gif
│ │ ├── kristall.gif
│ │ ├── message.gif
│ │ └── metall.gif
│ ├── img
│ │ ├── background1.jpg
│ │ ├── background2.jpg
│ │ ├── bg1.gif
│ │ ├── b.gif
│ │ ├── e.gif
│ │ ├── link.gif
│ │ ├── m.gif
│ │ ├── p1z1.png
│ │ ├── p2z2.png
│ │ ├── p3z2.png
│ │ ├── p.png
│ │ ├── r.gif
│ │ ├── s.gif
│ │ └── starz2.png
│ ├── pic
│ │ ├── abort.gif
│ │ ├── appwiz.gif
│ │ └── key.gif
│ └── planeten
│ ├── debris.jpg
│ ├── dschjungelplanet01.jpg
│ ├── dschjungelplanet02.jpg
│ ├── dschjungelplanet03.jpg
│ ├── dschjungelplanet04.jpg
│ ├── dschjungelplanet05.jpg
│ ├── dschjungelplanet06.jpg
│ ├── dschjungelplanet07.jpg
│ ├── dschjungelplanet08.jpg
│ ├── dschjungelplanet09.jpg
│ ├── dschjungelplanet10.jpg
│ ├── eisplanet01.jpg
│ ├── eisplanet02.jpg
│ ├── eisplanet03.jpg
│ ├── eisplanet04.jpg
│ ├── eisplanet05.jpg
│ ├── eisplanet06.jpg
│ ├── eisplanet07.jpg
│ ├── eisplanet08.jpg
│ ├── eisplanet09.jpg
│ ├── eisplanet10.jpg
│ ├── gasplanet01.jpg
│ ├── gasplanet02.jpg
│ ├── gasplanet03.jpg
│ ├── gasplanet04.jpg
│ ├── gasplanet05.jpg
│ ├── gasplanet06.jpg
│ ├── gasplanet07.jpg
│ ├── gasplanet08.jpg
│ ├── mond.jpg
│ ├── normaltempplanet01.jpg
│ ├── normaltempplanet02.jpg
│ ├── normaltempplanet03.jpg
│ ├── normaltempplanet04.jpg
│ ├── normaltempplanet05.jpg
│ ├── normaltempplanet06.jpg
│ ├── normaltempplanet07.jpg
│ ├── normaltempplanet08.jpg
│ ├── small
│ │ ├── s_dschjungelplanet01.jpg
│ │ ├── s_dschjungelplanet02.jpg
│ │ ├── s_dschjungelplanet03.jpg
│ │ ├── s_dschjungelplanet04.jpg
│ │ ├── s_dschjungelplanet05.jpg
│ │ ├── s_dschjungelplanet06.jpg
│ │ ├── s_dschjungelplanet07.jpg
│ │ ├── s_dschjungelplanet08.jpg
│ │ ├── s_dschjungelplanet09.jpg
│ │ ├── s_dschjungelplanet10.jpg
│ │ ├── s_eisplanet01.jpg
│ │ ├── s_eisplanet02.jpg
│ │ ├── s_eisplanet03.jpg
│ │ ├── s_eisplanet04.jpg
│ │ ├── s_eisplanet05.jpg
│ │ ├── s_eisplanet06.jpg
│ │ ├── s_eisplanet07.jpg
│ │ ├── s_eisplanet08.jpg
│ │ ├── s_eisplanet09.jpg
│ │ ├── s_eisplanet10.jpg
│ │ ├── s_gasplanet01.jpg
│ │ ├── s_gasplanet02.jpg
│ │ ├── s_gasplanet03.jpg
│ │ ├── s_gasplanet04.jpg
│ │ ├── s_gasplanet05.jpg
│ │ ├── s_gasplanet06.jpg
│ │ ├── s_gasplanet07.jpg
│ │ ├── s_gasplanet08.jpg
│ │ ├── s_mond.jpg
│ │ ├── s_normaltempplanet01.jpg
│ │ ├── s_normaltempplanet02.jpg
│ │ ├── s_normaltempplanet03.jpg
│ │ ├── s_normaltempplanet04.jpg
│ │ ├── s_normaltempplanet05.jpg
│ │ ├── s_normaltempplanet06.jpg
│ │ ├── s_normaltempplanet07.jpg
│ │ ├── s_normaltempplanet08.jpg
│ │ ├── s_trockenplanet01.jpg
│ │ ├── s_trockenplanet02.jpg
│ │ ├── s_trockenplanet03.jpg
│ │ ├── s_trockenplanet04.jpg
│ │ ├── s_trockenplanet05.jpg
│ │ ├── s_trockenplanet06.jpg
│ │ ├── s_trockenplanet07.jpg
│ │ ├── s_trockenplanet08.jpg
│ │ ├── s_trockenplanet09.jpg
│ │ ├── s_trockenplanet10.jpg
│ │ ├── s_wasserplanet01.jpg
│ │ ├── s_wasserplanet02.jpg
│ │ ├── s_wasserplanet03.jpg
│ │ ├── s_wasserplanet04.jpg
│ │ ├── s_wasserplanet05.jpg
│ │ ├── s_wasserplanet06.jpg
│ │ ├── s_wasserplanet07.jpg
│ │ ├── s_wasserplanet08.jpg
│ │ ├── s_wasserplanet09.jpg
│ │ ├── s_wuestenplanet01.jpg
│ │ ├── s_wuestenplanet02.jpg
│ │ ├── s_wuestenplanet03.jpg
│ │ └── s_wuestenplanet04.jpg
│ ├── trockenplanet01.jpg
│ ├── trockenplanet02.jpg
│ ├── trockenplanet03.jpg
│ ├── trockenplanet04.jpg
│ ├── trockenplanet05.jpg
│ ├── trockenplanet06.jpg
│ ├── trockenplanet07.jpg
│ ├── trockenplanet08.jpg
│ ├── trockenplanet09.jpg
│ ├── trockenplanet10.jpg
│ ├── wasserplanet01.jpg
│ ├── wasserplanet02.jpg
│ ├── wasserplanet03.jpg
│ ├── wasserplanet04.jpg
│ ├── wasserplanet05.jpg
│ ├── wasserplanet06.jpg
│ ├── wasserplanet07.jpg
│ ├── wasserplanet08.jpg
│ ├── wasserplanet09.jpg
│ ├── wuestenplanet01.jpg
│ ├── wuestenplanet02.jpg
│ ├── wuestenplanet03.jpg
│ └── wuestenplanet04.jpg
├── stat.php
├── techdetails.php
├── techtree.php
├── templates
│ └── OpenGame
│ ├── add_declare.tpl
│ ├── admin
│ │ ├── activeplanet_body.tpl
│ │ ├── add_building.tpl
│ │ ├── add_def.tpl
│ │ ├── add_money.tpl
│ │ ├── add_moon.tpl
│ │ ├── add_research.tpl
│ │ ├── add_ship.tpl
│ │ ├── admin_panel_asw1.tpl
│ │ ├── admin_panel_asw2.tpl
│ │ ├── admin_panel_frm1.tpl
│ │ ├── admin_panel_frm2.tpl
│ │ ├── admin_panel_frm3.tpl
│ │ ├── admin_panel_frm4.tpl
│ │ ├── admin_panel_main.tpl
│ │ ├── banadni.tpl
│ │ ├── banned.tpl
│ │ ├── changepass.tpl
│ │ ├── chat_body.tpl
│ │ ├── credit_body.tpl
│ │ ├── declarelist_body.tpl
│ │ ├── declarelist_rows.tpl
│ │ ├── del_building.tpl
│ │ ├── del_def.tpl
│ │ ├── deletuser.tpl
│ │ ├── del_money.tpl
│ │ ├── del_research.tpl
│ │ ├── del_ship.tpl
│ │ ├── errors_body.tpl
│ │ ├── exec_query.tpl
│ │ ├── fleet_body.tpl
│ │ ├── fleet_rows.tpl
│ │ ├── left_menu.tpl
│ │ ├── mats.tpl
│ │ ├── md5enc.tpl
│ │ ├── message_body.tpl
│ │ ├── messagelist_body.tpl
│ │ ├── messagelist_table_rows.tpl
│ │ ├── messall_body.tpl
│ │ ├── moonlist_body.tpl
│ │ ├── multi_body.tpl
│ │ ├── multi_rows.tpl
│ │ ├── options_body.tpl
│ │ ├── overview_body.tpl
│ │ ├── overview_rows.tpl
│ │ ├── planetlist_body.tpl
│ │ ├── reset_body.tpl
│ │ ├── server.tpl
│ │ ├── simple_header.tpl
│ │ ├── test.htm
│ │ ├── unbanned.tpl
│ │ ├── userlist_body.tpl
│ │ ├── userlist_rows.tpl
│ │ ├── variables_body.tpl
│ │ └── variables_rows.tpl
│ ├── agreement.tpl
│ ├── alliance_admin_laws_feet.tpl
│ ├── alliance_admin_laws_head.tpl
│ ├── alliance_admin_laws_row.tpl
│ ├── alliance_admin_laws.tpl
│ ├── alliance_admin_members_function.tpl
│ ├── alliance_admin_members_row_edit.tpl
│ ├── alliance_admin_members_row.tpl
│ ├── alliance_admin_members_table.tpl
│ ├── alliance_admin_rename1.tpl
│ ├── alliance_admin_rename2.tpl
│ ├── alliance_admin_rename.tpl
│ ├── alliance_admin_request_form.tpl
│ ├── alliance_admin_request_row.tpl
│ ├── alliance_admin_request_table.tpl
│ ├── alliance_admin.tpl
│ ├── alliance_ainfo.tpl
│ ├── alliance_applyform.tpl
│ ├── alliance_apply_waitform.tpl
│ ├── alliance_circular_form.tpl
│ ├── alliance_circular.tpl
│ ├── alliance_defaultmenu.tpl
│ ├── alliance_frontpage.tpl
│ ├── alliance_makeform.tpl
│ ├── alliance_make.tpl
│ ├── alliance_memberslist_row.tpl
│ ├── alliance_memberslist_table.tpl
│ ├── alliance_searchform.tpl
│ ├── alliance_searchresult_row.tpl
│ ├── alliance_searchresult_table.tpl
│ ├── banned_body.tpl
│ ├── buildings_builds_queue_script.tpl
│ ├── buildings_builds_row.tpl
│ ├── buildings_builds_script.tpl
│ ├── buildings_builds.tpl
│ ├── buildings_defense.tpl
│ ├── buildings_fleet.tpl
│ ├── buildings_research_row.tpl
│ ├── buildings_research_script.tpl
│ ├── buildings_research.tpl
│ ├── buildings_script.tpl
│ ├── changelog_body.tpl
│ ├── changelog_table.tpl
│ ├── chat_body.tpl
│ ├── contact_body_rows.tpl
│ ├── contact_body.tpl
│ ├── credit_body.tpl
│ ├── frames.tpl
│ ├── galaxy_body.tpl
│ ├── galaxy_row_action.tpl
│ ├── galaxy_row_ally.tpl
│ ├── galaxy_row_debris.tpl
│ ├── galaxy_row_luna.tpl
│ ├── galaxy_row_planet.tpl
│ ├── galaxy_row.tpl
│ ├── galaxy_row_user.tpl
│ ├── gate_fleet_rows.tpl
│ ├── gate_fleet_table.tpl
│ ├── imperium_row2.tpl
│ ├── imperium_row.tpl
│ ├── imperium_table.tpl
│ ├── info_buildings_defense.tpl
│ ├── info_buildings_destroy.tpl
│ ├── info_buildings_fleet.tpl
│ ├── info_buildings_general.tpl
│ ├── info_buildings_table.tpl
│ ├── info_officiers_general.tpl
│ ├── install
│ │ ├── ins_acc_done.tpl
│ │ ├── ins_acc.tpl
│ │ ├── ins_body.tpl
│ │ ├── ins_form_done.tpl
│ │ ├── ins_form.tpl
│ │ ├── ins_goto_done.tpl
│ │ ├── ins_goto_form.tpl
│ │ ├── ins_goto_intro.tpl
│ │ └── ins_intro.tpl
│ ├── left_menu.tpl
│ ├── login_body.tpl
│ ├── lostpassword.tpl
│ ├── marchand_cristal.tpl
│ ├── marchand_deuterium.tpl
│ ├── marchand_main.tpl
│ ├── marchand_metal.tpl
│ ├── message_body.tpl
│ ├── messages_pm_form_bb.tpl
│ ├── messages_pm_form.tpl
│ ├── multi.tpl
│ ├── notes_body_entry.tpl
│ ├── notes_body.tpl
│ ├── notes_form.tpl
│ ├── officier_body.tpl
│ ├── officier_rows.tpl
│ ├── options_admadd.tpl
│ ├── options_body.tpl
│ ├── options_body_vmode.tpl
│ ├── overall_footer.tpl
│ ├── overview_body.tpl
│ ├── overview_deleteplanet.tpl
│ ├── overview_fleet_event.tpl
│ ├── overview_renameplanet.tpl
│ ├── phalanx_body.tpl
│ ├── records_body.tpl
│ ├── records_section_header.tpl
│ ├── records_section_rows.tpl
│ ├── registry_form.tpl
│ ├── resources_row.tpl
│ ├── resources.tpl
│ ├── rules_body.tpl
│ ├── rw.tpl
│ ├── schrotti_crys.tpl
│ ├── schrotti_deut.tpl
│ ├── schrotti_met.tpl
│ ├── schrotti.tpl
│ ├── search_ally_row.tpl
│ ├── search_ally_table.tpl
│ ├── search_body.tpl
│ ├── search_user_row.tpl
│ ├── search_user_table.tpl
│ ├── serv_infos.tpl
│ ├── simple_footer.tpl
│ ├── simple_header.tpl
│ ├── stat_alliancetable_header.tpl
│ ├── stat_alliancetable.tpl
│ ├── stat_body.tpl
│ ├── statjoueur.tpl
│ ├── stat_playertable_header.tpl
│ ├── stat_playertable.tpl
│ ├── techtree_body.tpl
│ ├── techtree_details.tpl
│ ├── techtree_head.tpl
│ ├── techtree_row.tpl
│ ├── teleport.tpl
│ ├── topnav.tpl
│ ├── tradingscrapmetal_n.tpl
│ ├── tradingscrapmetal.tpl
│ ├── usr_banned.tpl
│ ├── usuw_body.tpl
│ └── zglos.tpl
└── verband.php
40 directories, 988 files
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论