├── .cursor └── rules │ └── .cursorrules ├── .cursorrules ├── .env.example ├── .gitattributes ├── .gitignore ├── BRLOGO.jpg ├── Dockerfile ├── LICENSE ├── README.md ├── admin.php ├── alive.php ├── announce.php ├── api.php ├── autoload.php ├── bot ├── bot_enable.bat ├── bot_enable.bat.sample ├── bot_enable.sh ├── multi_bot_enable.bat ├── multi_bot_enable.sh ├── revbot.config.php ├── revbot.func.php └── revbotservice.php ├── botservice.php ├── chat.php ├── chmod.php ├── command.php ├── composer.json ├── composer.lock ├── config.inc.php ├── config.inc.php.sample ├── config ├── .gitignore ├── common │ ├── di │ │ ├── psr16.php │ │ ├── psr3.php │ │ └── yii-connection.php │ └── params.php ├── configuration.php ├── console │ └── params.php ├── environments │ ├── dev │ │ └── params.php │ ├── prod │ │ └── params.php │ └── test │ │ └── params.php └── web │ ├── di │ ├── psr17.php │ ├── yii-application.php │ ├── yii-route.php │ └── yii-view.php │ ├── params.php │ └── routes.php ├── devtools.php ├── doc ├── 2024-03-06-include-analysis-update.txt ├── 2024-03-07-game-analysis-update-2.txt ├── 2024-03-07-game-analysis-update.txt ├── 2024-03-08-game-analysis-update.txt └── etc │ ├── 20240712_revevent_implementation.txt │ ├── 20240719_fix_background_image_notice.txt │ ├── 20240719_fix_background_update.txt │ ├── 20240719_itmpara_implementation.txt │ ├── 20240719_itmpara_json_handling.txt │ ├── 20240719_itmpara_tooltip_final.txt │ ├── 20240719_itmpara_tooltip_implementation.txt │ ├── 20240719_itmpara_tooltip_summary.txt │ ├── 20240719_php_notice_fixes.txt │ ├── 20240720_000000_club22_implementation_summary.txt │ ├── 20250408-202000-npc-platform-refactor.txt │ ├── 20250408-203000-yz-items-refactor.txt │ ├── 20250408-204000-yz-items-refactor-part2.txt │ ├── 20250408-205000-yz-items-refactor-part3.txt │ ├── 20250408-210000-nachster-booster-refactor.txt │ ├── 20250408-211000-test-items-refactor.txt │ ├── 20250408-212000-platform-restore-function.txt │ ├── 20250408-234725-fishing-feature.txt │ ├── 20250411-134214-fishing-attribute-boost.txt │ ├── 20250412-181241-fishing-rod-enhancement.txt │ ├── 20250412-183022-fishing-system-update.txt │ ├── 20250412-184800-fishing-system-id-based.txt │ ├── 20250412-210000-fishing-feature-complete.md │ ├── 20250412_185958_revcombat_analysis.txt │ ├── 20250417_203340_tl_skills_implementation.txt │ ├── 20250417_205006_skill_books_implementation.txt │ ├── 20250417_221249_isNuclearWeapon_implementation.txt │ ├── 20250417_222434_nuclear_core_item_implementation.txt │ ├── 20250419_213716_npc_overrainbow_implementation.txt │ ├── 20250419_220306_npc_skills_implementation.txt │ ├── 20250419_222023_npc_skills_implementation2.txt │ ├── 20250419_223832_npc_wisp_implementation.txt │ └── 20250419_dialogue_choice_system.txt ├── docker-compose.yml ├── end.php ├── error.php ├── errorpage.php ├── favicon.ico ├── gambling.php ├── game.php ├── gamedata ├── .systemmsg.htm.swp ├── admincfg.php ├── adminlog.php ├── adminmsg.htm ├── bak │ └── .gitkeep ├── banlist.list ├── banlist.php ├── cache │ ├── achievement_1.bak.php │ ├── achievement_1.php │ ├── addnpc_1.php │ ├── audio_1.php │ ├── box_1.php │ ├── club22cfg.php │ ├── clubskills_1.php │ ├── combatcfg_1.php │ ├── dialogue_1.php │ ├── elementmix_1.php │ ├── evonpc_1.php │ ├── f99_1.php │ ├── fishing.php │ ├── fy_1.php │ ├── gamecfg_1.php │ ├── itmlist_1.php │ ├── itmpara_tooltip.php │ ├── mapitem_1.php │ ├── mapitem_10.php │ ├── mixitem_1.php │ ├── mixitem_10.php │ ├── npc_1.php │ ├── overlay_1.php │ ├── present_1.php │ ├── present_10.php │ ├── queue_vnmixitem_1.php │ ├── random00_1.php │ ├── randomFSW_1.php │ ├── randomFS_1.php │ ├── randomO1_1.php │ ├── randomWC_1.php │ ├── randomWD_1.php │ ├── randomWF_1.php │ ├── randomWG_1.php │ ├── randomWK_1.php │ ├── randomWP_1.php │ ├── randomitem_1.php │ ├── resources_1.php │ ├── setitems_1.php │ ├── shopitem_1.php │ ├── stitem_1.php │ ├── stwep_1.php │ ├── style_1.css │ ├── style_2.css │ ├── style_20130726.css │ ├── style_20190718.css │ ├── style_20240120.css │ ├── style_buttons.20180118.css │ ├── style_messages.20180221.css │ ├── synitem_1.php │ ├── titles_1.php │ ├── tooltip_1.php │ ├── typed.scss │ ├── vnmixitem_1.php │ ├── vnworld_1.php │ └── wepchange_1.php ├── chat.sql ├── clearlog.php ├── club21cfg.php ├── combatinfo.php ├── gameinfo.php ├── mapitem_1.php ├── mixitem_1.php ├── newsinfo.php ├── overlay_1.php ├── players.sql ├── process.lock ├── resources.php ├── resources_1.php ├── shopitem_1.php ├── sql │ ├── all.sql │ ├── all_forInstall.sql │ ├── bra.sql │ ├── chat.sql │ ├── log.sql │ ├── mapitem.sql │ ├── maptrap.sql │ ├── newsinfo.sql │ ├── players.sql │ ├── reset.sql │ ├── shopitem.sql │ └── vnworld.sql ├── synitem_1.php ├── system.php ├── systemmsg.htm ├── templates │ └── .gitkeep └── wepchange_1.php ├── getmix.php ├── help.php ├── img ├── Crimzonnews.gif ├── MiracleCampfire.jpg ├── PB.gif ├── PB.png ├── PB2.gif ├── STAR.gif ├── STAR2.gif ├── STARsp9.gif ├── Xmas │ ├── STAR.gif │ └── style_1.css ├── a.gif ├── ach │ ├── 103.gif │ ├── 13_1.gif │ ├── 16.gif │ ├── 16_0.png │ ├── 16_1.png │ ├── 16_2.png │ ├── 17.gif │ ├── 17_0.png │ ├── 17_1.png │ ├── 17_2.png │ ├── 18.gif │ ├── 18_0.png │ ├── 18_1.png │ ├── 18_2.png │ ├── 19_0.png │ ├── 19_1.png │ ├── 19_2.png │ ├── 20.gif │ ├── 208_0.png │ ├── 208_1.png │ ├── 208_2.png │ ├── 21.gif │ ├── 22.gif │ ├── 23.gif │ ├── 24.gif │ ├── 25.gif │ ├── 26.gif │ ├── 28.gif │ ├── 29_0.png │ ├── 29_1.png │ ├── 29_2.png │ ├── 29_3.png │ ├── 30.gif │ ├── 30_0.png │ ├── 30_1.png │ ├── 30_2.png │ ├── 30_3.png │ ├── 31.gif │ ├── 31_0.png │ ├── 32.gif │ ├── 33.gif │ ├── 34_0.png │ ├── 34_1.png │ ├── 34_2.png │ ├── 34_999.png │ ├── 4_1.gif │ ├── 501.gif │ ├── 502.gif │ ├── 503.gif │ ├── 504.gif │ ├── 505.gif │ ├── 600_0.png │ ├── 600_1.png │ ├── 600_2.png │ ├── 600_3.png │ ├── 600_4.png │ ├── D.gif │ ├── N.gif │ ├── backup │ │ ├── 13_1.gif │ │ ├── 16.gif │ │ ├── 17.gif │ │ ├── 18.gif │ │ ├── 19.gif │ │ ├── 20.gif │ │ ├── 21.gif │ │ ├── 22.gif │ │ ├── 23.gif │ │ ├── 24.gif │ │ ├── 25.gif │ │ ├── 26.gif │ │ ├── 28.gif │ │ ├── 30.gif │ │ ├── 31.gif │ │ ├── 32.gif │ │ ├── 33.gif │ │ ├── 34.gif │ │ ├── 34_999.gif │ │ ├── 4_1.gif │ │ ├── D.gif │ │ └── N.gif │ ├── battle_D.png │ ├── battle_N.png │ ├── challenge_D.png │ ├── challenge_N.png │ ├── daily_D.png │ ├── daily_N.png │ ├── end_D.png │ ├── end_N.png │ ├── hunt_D.png │ ├── hunt_N.png │ ├── lifetime_D.png │ ├── lifetime_N.png │ ├── mixitem_D.png │ └── mixitem_N.png ├── achievement_0.gif ├── achievement_not_done.gif ├── assets │ └── font │ │ ├── OFL.txt │ │ ├── VonwaonBitmap-12px.woff2 │ │ ├── VonwaonBitmap-16px.woff2 │ │ ├── Vonwaon_license.txt │ │ ├── fusion-pixel-10px-proportional-zh_hans.woff2 │ │ ├── fusion-pixel-12px-monospaced-zh_hans.woff2 │ │ ├── fusion-pixel-12px-proportional-zh_hans.woff2 │ │ └── fusion-pixel-8px-proportional-zh_hans.woff2 ├── avatar_kh │ ├── SAS.jpg │ ├── SAS_a.jpg │ ├── SAS_fk.jpg │ ├── annabelle.jpg │ ├── annabelle_a.jpg │ ├── annabelle_fk.jpg │ ├── howling.jpg │ ├── howling_a.jpg │ ├── howling_fk.jpg │ ├── sophia.jpg │ ├── sophia_a.jpg │ ├── sophia_fk.jpg │ ├── xinghai.jpg │ ├── xinghai_a.jpg │ └── xinghai_fk.jpg ├── b.gif ├── b01.png ├── backround1.gif ├── backround13.gif ├── backround3.gif ├── backround4.gif ├── backround6.gif ├── backround7.gif ├── backround8.gif ├── backround9.gif ├── banner468.jpg ├── blank.png ├── caution.gif ├── cc-by-sa.png ├── chatting.gif ├── danger.gif ├── dead.gif ├── e.gif ├── e2.gif ├── emoticons │ ├── Azure_1.png │ ├── Azure_2.png │ ├── Azure_3.png │ ├── Azure_4.png │ ├── Crimson_1.png │ ├── Crimson_2.png │ ├── Crimson_3.png │ ├── Crimson_4.png │ ├── Fleur_1.png │ ├── Fleur_2.png │ ├── Fleur_3.png │ ├── Fleur_4.png │ ├── Gothic_1.png │ ├── Gothic_2.png │ ├── Gothic_3.png │ ├── Gothic_4.png │ ├── Lilac_1.png │ ├── Lilac_2.png │ ├── Lilac_3.png │ ├── Lilac_4.png │ ├── Marylin_1.png │ ├── Marylin_2.png │ ├── Marylin_3.png │ ├── Marylin_4.png │ ├── Sanma_1.png │ ├── Sanma_2.png │ ├── Sanma_3.png │ ├── Sanma_4.png │ ├── Vivian_1.png │ ├── Vivian_2.png │ ├── Vivian_3.png │ ├── Vivian_4.png │ └── example.png ├── enp.gif ├── error │ ├── 401.jpg │ ├── 403.jpg │ ├── 404.jpg │ ├── 500.jpg │ └── 503.jpg ├── f.gif ├── f_0.gif ├── f_1.gif ├── f_10.gif ├── f_10a.gif ├── f_11.gif ├── f_11a.gif ├── f_12.gif ├── f_12a.gif ├── f_13.gif ├── f_13a.gif ├── f_14.gif ├── f_15.gif ├── f_16.gif ├── f_17.gif ├── f_18.gif ├── f_19.gif ├── f_1a.gif ├── f_2.gif ├── f_20.gif ├── f_2a.gif ├── f_3.gif ├── f_3a.gif ├── f_4.gif ├── f_4a.gif ├── f_5.gif ├── f_5a.gif ├── f_6.gif ├── f_6a.gif ├── f_7.gif ├── f_7a.gif ├── f_8.gif ├── f_8a.gif ├── f_9.gif ├── f_99.gif ├── f_9a.gif ├── fine.gif ├── footer_line.gif ├── gradius.jpg ├── h.gif ├── help.png ├── help │ ├── help0.gif │ ├── help1.gif │ └── help3.gif ├── help_2.png ├── horou1.jpg ├── hurt.gif ├── i.gif ├── i2.gif ├── index.htm ├── injured.gif ├── injured2.gif ├── l.gif ├── location │ ├── -1.png │ ├── 0.jpg │ ├── 1.jpg │ ├── 10.jpg │ ├── 11.jpg │ ├── 12.jpg │ ├── 13.jpg │ ├── 14.jpg │ ├── 15.jpg │ ├── 16.jpg │ ├── 17.jpg │ ├── 18.jpg │ ├── 19.jpg │ ├── 2.jpg │ ├── 20.jpg │ ├── 21.jpg │ ├── 22.jpg │ ├── 23.jpg │ ├── 24.jpg │ ├── 25.jpg │ ├── 26.jpg │ ├── 27.jpg │ ├── 28.jpg │ ├── 29.jpg │ ├── 3.jpg │ ├── 30.jpg │ ├── 31.jpg │ ├── 32.jpg │ ├── 33.jpg │ ├── 34.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.jpg ├── lock.png ├── m_0.gif ├── m_1.gif ├── m_10.gif ├── m_11.gif ├── m_12.gif ├── m_13.gif ├── m_14.gif ├── m_15.gif ├── m_16.gif ├── m_17.gif ├── m_18.gif ├── m_19.gif ├── m_2.gif ├── m_20.gif ├── m_21.gif ├── m_3.gif ├── m_4.gif ├── m_5.gif ├── m_6.gif ├── m_7.gif ├── m_8.gif ├── m_9.gif ├── message_sl_sign.png ├── miracle_campfire.jpg ├── n_0.gif ├── n_1.gif ├── n_10.gif ├── n_100.gif ├── n_101.gif ├── n_102.gif ├── n_103.gif ├── n_104.gif ├── n_104a.gif ├── n_104old.gif ├── n_105.gif ├── n_106.gif ├── n_107.gif ├── n_108.gif ├── n_109.gif ├── n_11.gif ├── n_12.gif ├── n_121.gif ├── n_122.gif ├── n_123.gif ├── n_127.gif ├── n_127a.gif ├── n_128.gif ├── n_128a.gif ├── n_13.gif ├── n_14.gif ├── n_151.gif ├── n_151a.gif ├── n_152.gif ├── n_152a.gif ├── n_153.gif ├── n_153a.gif ├── n_154.gif ├── n_154a.gif ├── n_155.gif ├── n_155a.gif ├── n_156.gif ├── n_156a.gif ├── n_157.gif ├── n_157a.gif ├── n_179.gif ├── n_179a.gif ├── n_180.gif ├── n_180a.gif ├── n_181.gif ├── n_181a.gif ├── n_182.gif ├── n_182a.gif ├── n_183.gif ├── n_183a.gif ├── n_184.gif ├── n_184a.gif ├── n_185.gif ├── n_185a.gif ├── n_186.gif ├── n_186a.gif ├── n_187.gif ├── n_187a.gif ├── n_188.gif ├── n_188a.gif ├── n_189.gif ├── n_189a.gif ├── n_190.gif ├── n_190a.gif ├── n_191.gif ├── n_191a.gif ├── n_192.gif ├── n_192a.gif ├── n_193.gif ├── n_193a.gif ├── n_194.gif ├── n_194a.gif ├── n_195.gif ├── n_195a.gif ├── n_196.gif ├── n_196a.gif ├── n_197.gif ├── n_197a.gif ├── n_198.gif ├── n_198a.gif ├── n_199.gif ├── n_199a.gif ├── n_2.gif ├── n_200.gif ├── n_200a.gif ├── n_201.gif ├── n_201a.gif ├── n_202.gif ├── n_202a.gif ├── n_203.gif ├── n_203a.gif ├── n_21.gif ├── n_21a.gif ├── n_22.gif ├── n_224.gif ├── n_225.gif ├── n_226.gif ├── n_227.gif ├── n_22a.gif ├── n_23.gif ├── n_23a.gif ├── n_24.gif ├── n_24a.gif ├── n_3.gif ├── n_30.gif ├── n_301.gif ├── n_303.gif ├── n_304.gif ├── n_305.gif ├── n_306.gif ├── n_30a.gif ├── n_31.gif ├── n_32.gif ├── n_33.gif ├── n_34.gif ├── n_34a.gif ├── n_35.gif ├── n_350.gif ├── n_351.gif ├── n_352.gif ├── n_353.gif ├── n_354.gif ├── n_355.gif ├── n_356.gif ├── n_357.gif ├── n_358.gif ├── n_359.gif ├── n_35a.gif ├── n_36.gif ├── n_360.gif ├── n_36a.gif ├── n_37.gif ├── n_37a.gif ├── n_38.gif ├── n_38a.gif ├── n_4.gif ├── n_41.gif ├── n_42.gif ├── n_43.gif ├── n_5.gif ├── n_51.gif ├── n_52.gif ├── n_52a.gif ├── n_6.gif ├── n_61.gif ├── n_62.gif ├── n_63.gif ├── n_64.gif ├── n_65.gif ├── n_66.gif ├── n_67.gif ├── n_68.gif ├── n_69.gif ├── n_69a.gif ├── n_7.gif ├── n_70.gif ├── n_70a.gif ├── n_7a.gif ├── n_8.gif ├── n_81.gif ├── n_81a.gif ├── n_82.gif ├── n_82a.gif ├── n_83.gif ├── n_888.gif ├── n_9.gif ├── n_91.gif ├── n_92.gif ├── n_93.gif ├── n_94.gif ├── n_95.gif ├── n_95a.gif ├── n_96.gif ├── n_98.gif ├── n_99.gif ├── n_xilinn.gif ├── n_xilinn_a.gif ├── n_xilinna.gif ├── newbanner468.jpg ├── nicktest.png ├── njcm.jpg ├── orihime1.jpg ├── other │ ├── 262.png │ └── saiqian.png ├── p.gif ├── p2.gif ├── profile.gif ├── question.gif ├── rbfireseed.png ├── rbfireseed2.png ├── red2.gif ├── saya1.jpg ├── state1.gif ├── state2.gif ├── story │ ├── story_n1.jpg │ ├── story_n2.jpg │ ├── story_n3.jpg │ ├── story_n4.jpg │ ├── story_n5.jpg │ ├── story_n7.jpg │ ├── story_ne1.jpg │ ├── story_ne2.png │ ├── story_ne3.png │ └── story_ne4.gif ├── story_0.gif ├── story_1.gif ├── story_2.gif ├── story_3.jpg ├── story_4.jpg ├── t_0.gif ├── t_1.gif ├── t_10.gif ├── t_11.gif ├── t_12.gif ├── t_2.gif ├── t_3.gif ├── t_4.gif ├── t_5.gif ├── t_6.gif ├── t_7.gif ├── t_8.gif ├── t_9.gif ├── tutorial │ ├── t1.jpg │ ├── t21.jpg │ └── t22.jpg ├── u.gif ├── u2.gif ├── w.gif ├── w2.gif └── yellow2.gif ├── include ├── JSON.php ├── admin │ ├── admin.lang.php │ ├── antiAFKmng.php │ ├── banlistmng.php │ ├── configmng.php │ ├── gamecfgmng.php │ ├── gamecheck.php │ ├── gameinfomng.php │ ├── gamemng.php │ ├── gmlist.php │ ├── infomng.php │ ├── mapitemmng.php │ ├── npcmng.php │ ├── pcmng.php │ ├── roommng.php │ ├── sttimemng.php │ ├── systemmng.php │ ├── templates_clean.php │ ├── urlist.php │ ├── validlimitmng.php │ ├── vnmixlist.php │ └── wthmng.php ├── common.inc.php ├── common.js ├── db_mysql.class.php ├── db_mysql_error.inc.php ├── db_mysqli.class.php ├── db_mysqli_error.inc.php ├── db_pdo.class.php ├── devtools │ ├── achrevupdate.func.php │ ├── printitm.func.php │ └── printtitles.func.php ├── dialogue.js ├── game.func.php ├── game.js ├── game │ ├── achievement.func.php │ ├── aievent.func.php │ ├── attr.func.php │ ├── battle.func.php │ ├── club21.func.php │ ├── club22.func.php │ ├── clubskills.func.php │ ├── clubslct.func.php │ ├── combat.func.php │ ├── console.func.php │ ├── depot.func.php │ ├── dice.func.php │ ├── elementmix.calc.php │ ├── elementmix.func.php │ ├── event.func.php │ ├── fishing.func.php │ ├── fortune.func.php │ ├── item.ammo.php │ ├── item.club_card.php │ ├── item.cure.php │ ├── item.dice.php │ ├── item.electronic.php │ ├── item.ending.php │ ├── item.enhance.php │ ├── item.func.old │ ├── item.func.php │ ├── item.giftbox.php │ ├── item.main.php │ ├── item.nachster_booster.php │ ├── item.nouveau_booster1.php │ ├── item.npc.php │ ├── item.other.php │ ├── item.platform.php │ ├── item.poison.php │ ├── item.radar.php │ ├── item.recovery.php │ ├── item.skillbook.php │ ├── item.special_effect.php │ ├── item.synthesis.php │ ├── item.test.php │ ├── item.tool.php │ ├── item.trap.php │ ├── item.weapon.php │ ├── item.weapon_mod.php │ ├── item.weather.php │ ├── item2.func.php │ ├── itembag.func.php │ ├── itemmain.func.php │ ├── itemmix.func.php │ ├── itempara.md │ ├── itemplace.func.php │ ├── itmpara_tooltip.func.php │ ├── revattr.calc.php │ ├── revattr.func.php │ ├── revattr_extra.func.php │ ├── revbattle.calc.php │ ├── revbattle.func.php │ ├── revclubskills.func.php │ ├── revclubskills.inc.php │ ├── revclubskills_extra.func.php │ ├── revcombat.calc.php │ ├── revcombat.func.php │ ├── revcombat.readme.txt │ ├── revcombat_extra.func.php │ ├── revevent.func.php │ ├── search.func.php │ ├── setitems.func.php │ ├── song.inc.php │ ├── special.func.php │ ├── team.func.php │ └── titles.func.php ├── game20130526.js ├── gameencrypt.php ├── global.func.php ├── init.func.php ├── javascript │ └── jquery.min.js ├── json.js ├── messages.func.php ├── news.func.php ├── pako.js ├── record.js ├── resources.func.php ├── roommng.func.php ├── state.func.php ├── system.func.php ├── template.func.php ├── user.func.php ├── vnworld │ └── vnmix.func.php └── weibolog.func.php ├── index.php ├── install.php ├── install ├── bra.sql ├── gameinfo.php ├── index.htm ├── simplified_chinese_utf8.lang.php └── traditional_chinese_utf8.lang.php ├── itemhelp.php ├── login.php ├── login_old.php ├── map.php ├── map ├── 00.gif ├── 01.gif ├── 02.gif ├── 03.gif ├── 04.gif ├── 05.gif ├── 06.gif ├── 07.gif ├── 08.gif ├── 09.gif ├── 10.gif ├── 11.gif ├── 12.gif ├── 13.gif ├── 14.gif ├── 15.gif ├── 16.gif ├── 17.gif ├── 18.gif ├── 19.gif ├── 20.gif ├── 21.gif ├── 22.gif ├── 23.gif ├── 24.gif ├── 25.gif ├── 26.gif ├── 27.gif ├── 28.gif ├── 29.gif ├── 30.gif ├── 31.gif ├── 32.gif ├── 33.gif ├── 34.gif ├── 35.gif ├── 36.gif ├── 37.gif ├── 38.gif ├── 39.gif ├── 40.gif ├── 41.gif ├── 42.gif ├── 43.gif ├── 44.gif ├── 45.gif ├── 46.gif ├── 47.gif ├── 48.gif ├── 49.gif ├── 99.gif ├── 998.txt ├── CAUTION.png ├── DANGER.png ├── blank.gif ├── fd.gif ├── index.htm ├── jyu-taku.gif ├── kousya.gif ├── mtn1.gif ├── mtn2.gif ├── mtn3.gif ├── mtn4.gif ├── mtn5.gif ├── mtn6.gif ├── mtn7.gif ├── mtn8.gif ├── mtn9.gif ├── neomap.jpg ├── ocean.gif ├── ocean2.gif ├── po.gif ├── pond.gif └── yakuba.gif ├── messages.php ├── news.php ├── nginx └── conf.d │ └── default.conf ├── pastlogs ├── changelog2010.txt ├── changelog2011.HTML ├── changelog2011.TXT ├── changelog20110116.TXT ├── changelog2012.txt ├── changelog2013.txt ├── changelog2014.txt ├── whatsnew.txt ├── whatsnew0106.txt ├── whatsnew0109.txt ├── whatsnew1228.txt ├── whatsnew1231.txt ├── whatsnew23.txt ├── whatsnew24.txt ├── whatsnew25.txt └── whatsnew29.txt ├── public ├── .gitignore └── index.php ├── rank.php ├── record.php ├── record_backend.php ├── rector.php ├── register.php ├── runtime └── .gitignore ├── src ├── Controller │ └── HomeController.php ├── Installer.php ├── View │ └── DiscuzTemplateRenderer.php └── ViewInjection │ └── ApplicationViewInjection.php ├── stat.php ├── templates └── default │ ├── achievement_0.htm │ ├── achievement_10.htm │ ├── achievement_11.htm │ ├── achievement_12.htm │ ├── achievement_13.htm │ ├── achievement_14.htm │ ├── achievement_15.htm │ ├── achievement_20.htm │ ├── achievement_208.htm │ ├── achievement_21.htm │ ├── achievement_22.htm │ ├── achievement_23.htm │ ├── achievement_24.htm │ ├── achievement_25.htm │ ├── achievement_255.htm │ ├── achievement_26.htm │ ├── achievement_27.htm │ ├── achievement_3.htm │ ├── achievement_3.htm2 │ ├── achievement_31.htm │ ├── achievement_32.htm │ ├── achievement_33.htm │ ├── achievement_35.htm │ ├── achievement_36.htm │ ├── achievement_37.htm │ ├── achievement_38.htm │ ├── achievement_39.htm │ ├── achievement_4.htm │ ├── achievement_40.htm │ ├── achievement_41.htm │ ├── achievement_42.htm │ ├── achievement_43.htm │ ├── achievement_44.htm │ ├── achievement_45.htm │ ├── achievement_46.htm │ ├── achievement_47.htm │ ├── achievement_48.htm │ ├── achievement_5.htm │ ├── achievement_53.htm │ ├── achievement_54.htm │ ├── achievement_55.htm │ ├── achievement_56.htm │ ├── achievement_57.htm │ ├── achievement_6.htm │ ├── achievement_7.htm │ ├── achievement_8.htm │ ├── achievement_9.htm │ ├── achievement_temp.htm │ ├── admin.htm │ ├── admin_banlistmng.htm │ ├── admin_configmng.htm │ ├── admin_gamecfg.htm │ ├── admin_gameinfomng.htm │ ├── admin_gmlist.htm │ ├── admin_menu.htm │ ├── admin_npcmng.htm │ ├── admin_pcmng.htm │ ├── admin_systemmng.htm │ ├── admin_urlist.htm │ ├── admin_vnmixlist.htm │ ├── alive.htm │ ├── alivelist.htm │ ├── announce.htm │ ├── areainfo.htm │ ├── backup_old_ach │ ├── achievement_1.htm │ ├── achievement_16.htm │ ├── achievement_17.htm │ ├── achievement_18.htm │ ├── achievement_19.htm │ ├── achievement_2.htm │ ├── achievement_28.htm │ ├── achievement_29.htm │ ├── achievement_30.htm │ ├── achievement_34.htm │ ├── achievement_49.htm │ ├── achievement_50.htm │ ├── achievement_51.htm │ ├── achievement_52.htm │ ├── user_battle_achievement.htm │ ├── user_end_achievement.htm │ ├── user_lifetime_achievement.htm │ ├── user_mixitem_achievement.htm │ ├── user_other_achievement.htm │ └── user_trap_achievement.htm │ ├── battle_rev.htm │ ├── battlecmd_rev.htm │ ├── battleresult.htm │ ├── bra.htm │ ├── chat.htm │ ├── command.htm │ ├── corpse.htm │ ├── css.htm │ ├── death.htm │ ├── deathnote.htm │ ├── dialogue.htm │ ├── elementmix.htm │ ├── end.htm │ ├── ending.htm │ ├── ending_story.htm │ ├── error.htm │ ├── findneut.htm │ ├── findteam.htm │ ├── fireseedpage.htm │ ├── fish_basket.htm │ ├── fishing.htm │ ├── footer.htm │ ├── gambling.htm │ ├── game.htm │ ├── gbresult.htm │ ├── header.htm │ ├── headlink.htm │ ├── help.htm │ ├── index.htm │ ├── item.htm │ ├── itemdrop.htm │ ├── itemdrop0.htm │ ├── itemencase.htm │ ├── itemfind.htm │ ├── itemhelp.htm │ ├── itemhelpmain.htm │ ├── itemmerge.htm │ ├── itemmerge0.htm │ ├── itemmix.htm │ ├── itemmix_result.htm │ ├── itemmix_tips.htm │ ├── itemmove.htm │ ├── itemoff.htm │ ├── itemout.htm │ ├── lastnews.htm │ ├── map.htm │ ├── message_page.htm │ ├── messages.htm │ ├── mixhelp.htm │ ├── move.htm │ ├── nametag.htm │ ├── news.htm │ ├── newsinfo.htm │ ├── notice.htm │ ├── npchelp.htm │ ├── npcinfohelp.htm │ ├── oneonone.htm │ ├── opening.htm │ ├── opening_story.htm │ ├── poison.htm │ ├── profile.htm │ ├── radar.htm │ ├── radarcmd.htm │ ├── rank.htm │ ├── rankinfo.htm │ ├── record.htm │ ├── register.htm │ ├── report.htm │ ├── rest.htm │ ├── roomlist.htm │ ├── shop.htm │ ├── skill_c10_inspire.htm │ ├── skill_c11_merc.htm │ ├── skill_c1_veteran.htm │ ├── skill_c21_creation.htm │ ├── skill_c3_enchant.htm │ ├── skill_c4_roar.htm │ ├── skill_c4_sniper.htm │ ├── skill_c5_focus.htm │ ├── skill_mercpage.htm │ ├── skill_sample │ └── skill_技能编号.htm │ ├── skill_temp.htm │ ├── skillhelp.htm │ ├── skillpage.htm │ ├── slidingpanel.htm │ ├── sp_add_trait.htm │ ├── sp_console_search.htm │ ├── sp_consume_trait.htm │ ├── sp_depot.htm │ ├── sp_depot_load.htm │ ├── sp_depot_save.htm │ ├── sp_extract_trait.htm │ ├── sp_inf.htm │ ├── sp_pbomb.htm │ ├── sp_pickpocket.htm │ ├── sp_poison.htm │ ├── sp_pose.htm │ ├── sp_pswd.htm │ ├── sp_shop.htm │ ├── sp_skpts.htm │ ├── sp_tac.htm │ ├── sp_terminal.htm │ ├── sp_trapadtsk.htm │ ├── sp_word.htm │ ├── special.htm │ ├── supernametag.htm │ ├── team.htm │ ├── templates.lang.php │ ├── tutorial.htm │ ├── user.htm │ ├── user_profile.htm │ ├── user_profile_basicdata.htm │ ├── useradvdata.htm │ ├── userbasicdata.htm │ ├── usercrdtsdata.htm │ ├── usergdicon.htm │ ├── userwords.htm │ ├── valid.htm │ ├── validover.htm │ ├── vn_postitem.htm │ ├── vn_records.htm │ ├── vnworld.htm │ ├── winner.htm │ ├── winnerinfo.htm │ └── winnerlist.htm ├── user.php ├── user_profile.php ├── valid.php ├── vn_postitem.php ├── vnworld.php ├── winner.php ├── yii └── yii.bat /.env.example: -------------------------------------------------------------------------------- 1 | YII_ENV=dev 2 | YII_DEBUG=true 3 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | 7 | # Standard to msysgit 8 | *.doc diff=astextplain 9 | *.DOC diff=astextplain 10 | *.docx diff=astextplain 11 | *.DOCX diff=astextplain 12 | *.dot diff=astextplain 13 | *.DOT diff=astextplain 14 | *.pdf diff=astextplain 15 | *.PDF diff=astextplain 16 | *.rtf diff=astextplain 17 | *.RTF diff=astextplain 18 | -------------------------------------------------------------------------------- /BRLOGO.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/BRLOGO.jpg -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- 1 | FROM php:8.1-fpm 2 | 3 | RUN docker-php-ext-install mysqli 4 | 5 | COPY ./ /mnt/dts 6 | RUN chmod -R 777 /mnt/dts 7 | COPY ./nginx /nginx 8 | -------------------------------------------------------------------------------- /announce.php: -------------------------------------------------------------------------------- 1 | 9 | 10 | -------------------------------------------------------------------------------- /autoload.php: -------------------------------------------------------------------------------- 1 | load(); 11 | 12 | $_ENV['YII_ENV'] = empty($_ENV['YII_ENV']) ? null : $_ENV['YII_ENV']; 13 | $_SERVER['YII_ENV'] = $_ENV['YII_ENV']; 14 | 15 | $_ENV['YII_DEBUG'] = filter_var( 16 | !empty($_ENV['YII_DEBUG']) ? $_ENV['YII_DEBUG'] : true, 17 | FILTER_VALIDATE_BOOLEAN, 18 | FILTER_NULL_ON_FAILURE 19 | ) ?? true; 20 | $_SERVER['YII_DEBUG'] = $_ENV['YII_DEBUG']; 21 | -------------------------------------------------------------------------------- /bot/bot_enable.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | cd .. 4 | php bot/revbotservice.php 5 | 6 | -------------------------------------------------------------------------------- /bot/bot_enable.bat.sample: -------------------------------------------------------------------------------- 1 | @echo off 2 | PATH=%PATH%;C:\wamp64\bin\php\php7.4.0 3 | php -v 4 | 5 | cd .. 6 | php bot/revbotservice.php 7 | -------------------------------------------------------------------------------- /bot/bot_enable.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cd .. 4 | php bot/revbotservice.php 5 | -------------------------------------------------------------------------------- /bot/multi_bot_enable.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | SET /a RepeatTimes=5 3 | FOR /L %%G IN (1,1,%RepeatTimes%) DO START "Batch_Process_%%G" cmd /c "bot_enable.bat" 4 | ECHO Batch processes started. 5 | PAUSE -------------------------------------------------------------------------------- /bot/multi_bot_enable.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | count=5 3 | for i in $(seq 1 $count) 4 | do 5 | sh ./bot_enbale.sh & 6 | done 7 | wait -------------------------------------------------------------------------------- /chmod.php: -------------------------------------------------------------------------------- 1 | &1"); 10 | 11 | echo "\n\n"; 12 | echo "/bin/find \"$dir\" -type f -exec /bin/chmod -c 0660 '{}' \\; \n"; 13 | passthru("/bin/find \"$dir\" -type f -exec /bin/chmod -c 0660 '{}' \\; 2>&1"); 14 | 15 | //var_dump($ret1,$ret2); 16 | 17 | -------------------------------------------------------------------------------- /config.inc.php.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/config.inc.php.sample -------------------------------------------------------------------------------- /config/.gitignore: -------------------------------------------------------------------------------- 1 | .merge-plan.php 2 | -------------------------------------------------------------------------------- /config/common/di/psr16.php: -------------------------------------------------------------------------------- 1 | ArrayCache::class 10 | ]; -------------------------------------------------------------------------------- /config/common/di/psr3.php: -------------------------------------------------------------------------------- 1 | Logger::class, 11 | ]; 12 | -------------------------------------------------------------------------------- /config/console/params.php: -------------------------------------------------------------------------------- 1 | [ 7 | 'enabled' => true, 8 | ], 9 | ]; 10 | -------------------------------------------------------------------------------- /config/environments/prod/params.php: -------------------------------------------------------------------------------- 1 | [ 7 | 'enabled' => false, 8 | ], 9 | ]; 10 | -------------------------------------------------------------------------------- /config/environments/test/params.php: -------------------------------------------------------------------------------- 1 | [ 7 | 'enabled' => false, 8 | ], 9 | ]; 10 | -------------------------------------------------------------------------------- /config/web/di/yii-route.php: -------------------------------------------------------------------------------- 1 | static function (RouteCollectorInterface $collector) use ($config) { 12 | $collector->addGroup(Group::create()->routes(...$config->get('routes')));; 13 | 14 | return new RouteCollection($collector); 15 | } 16 | ]; 17 | -------------------------------------------------------------------------------- /config/web/params.php: -------------------------------------------------------------------------------- 1 | [ 11 | 'aliases' => [ 12 | '@public' => '@root/public', 13 | '@assets' => '@public/assets', 14 | '@layout' => '@root/templates/default', 15 | '@views' => '@root/templates/default', 16 | ], 17 | ], 18 | 'yiisoft/yii-view' => [ 19 | 'layout' => null, 20 | 'injections' => [ 21 | Reference::to(ApplicationViewInjection::class), 22 | ], 23 | ], 24 | ]; 25 | -------------------------------------------------------------------------------- /config/web/routes.php: -------------------------------------------------------------------------------- 1 | middleware(FormatDataResponseAsHtml::class) 16 | ->routes( 17 | Route::get('[/]') 18 | ->action([HomeController::class, 'index']) 19 | ->name('/acdts/index'), 20 | ), 21 | ]; 22 | -------------------------------------------------------------------------------- /error.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/favicon.ico -------------------------------------------------------------------------------- /gamedata/.systemmsg.htm.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/gamedata/.systemmsg.htm.swp -------------------------------------------------------------------------------- /gamedata/admincfg.php: -------------------------------------------------------------------------------- 1 | 封停','正常','管理员2','管理员3','管理员4','管理员5','管理员6','管理员7','管理员8','管理员9','站长'); 7 | //用户性别 8 | $ursex = array('0'=>'未定','m'=>'男','f'=>'女'); 9 | 10 | ?> -------------------------------------------------------------------------------- /gamedata/adminlog.php: -------------------------------------------------------------------------------- 1 | 1689639523,admin,gsedit,20,,, 2 | 1689639613,admin,editpc,admin,,, 3 | 1689726316,admin,gsedit,20,,, 4 | 1689726335,admin,editpc,admin,,, 5 | 1689731743,admin,gsedit,20,,, 6 | 1689732513,admin,editpc,admin,,, 7 | -------------------------------------------------------------------------------- /gamedata/adminmsg.htm: -------------------------------------------------------------------------------- 1 | 恭喜你安装成功!
2 | 情转到游戏管理→系统环境设置→站长留言来配置这里的内容。
3 | 此处文本支持HTML。
4 |
5 |
-------------------------------------------------------------------------------- /gamedata/bak/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/gamedata/bak/.gitkeep -------------------------------------------------------------------------------- /gamedata/banlist.list: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gamedata/banlist.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gamedata/cache/fy_1.php: -------------------------------------------------------------------------------- 1 | 曾经的荣光-斗篷,DB,500,5,Aa, 2 | 安雅人体冰雕,X,1,1,, 3 | 曾经的荣光-经验,ME,20,8,, 4 | 曾经的荣光(笑)-瘴气,EW,1,1,10, 5 | 「真紅眼黑龍」,WC,240,240,u, 6 | 【测试用具】量产改进型,WD,650,10,rd, 7 | 曾经的荣光-霜火,WG,500,20,uiwor, 8 | 曾经的荣光-水月,WF,193,8,kZz, 9 | 曾经的荣光-金水,WF,200,12,paZ, 10 | 曾经的荣光-四面,A,5000,1,Aa, 11 | 曾经的荣光-香蕉,HS,999,1,, 12 | 曾经的荣光-阔剑,TN,800,4,, 13 | 装有H173的注射器,Y,1,1,, -------------------------------------------------------------------------------- /gamedata/cache/overlay_1.php: -------------------------------------------------------------------------------- 1 | No91.雷闪龙 ☆4,WC,380,∞,Aar,4,5 2 | No39.希望皇 霍普 ☆4,WC,240,∞,A,4,2 3 | 英豪冠军 英弓王,WB,210,∞,d,4,2 4 | No9.天盖星 戴森球 ☆9,WC,233,∞,ea,9,2 5 | 星圣 欧米伽星云 ☆4,WC,251,∞,Mi,4,2 6 | 机甲忍者 刃心 ☆4,WC,160,∞,cr,4,2 7 | 英豪冠军 草雉剑王,WK,150,200,nc,4,3 8 | 始祖守护者 提拉斯 ☆5 -仮,WC,200,∞,,5,2 9 | NO7.幸运条纹人 ☆7,WC,300,∞,rc,7,3 10 | 超次元机器人 银河破坏王 ☆10,WC,800,∞,rdcm,10,3 -------------------------------------------------------------------------------- /gamedata/cache/queue_vnmixitem_1.php: -------------------------------------------------------------------------------- 1 | 4 | array ( 5 | 'stuff' => 6 | array ( 7 | 0 => '煤气罐', 8 | 1 => '煤气罐', 9 | 2 => '曾经的荣光-煤气', 10 | 3 => '煤气罐', 11 | 4 => '煤气罐', 12 | ), 13 | 'result' => 14 | array ( 15 | 0 => '最终战术『煤气』', 16 | 1 => 'GBe', 17 | 2 => 10, 18 | 3 => 100, 19 | 4 => 20 | array ( 21 | 0 => 'Z', 22 | 1 => 'd', 23 | 2 => 'x', 24 | ), 25 | ), 26 | 'status' => 0, 27 | 'name' => 'Amarillo_NMC', 28 | ), 29 | ); 30 | ?> -------------------------------------------------------------------------------- /gamedata/cache/randomFSW_1.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gamedata/cache/synitem_1.php: -------------------------------------------------------------------------------- 1 | 星尘龙 ★8,WC08,170,100,wMc,8,, 2 | 救世星龙 -仮,WC,100,∞,cZ,9,救世龙 ★1+星尘龙 ★8, 3 | 救世魔龙 -仮,WC,100,∞,cd,9,救世龙 ★1+红莲魔龙 ★8, 4 | 红莲魔龙 ★8 -仮,WC,130,∞,cu,8,, 5 | 正义盟军 光明守望者 ★8 -仮,WC,101,∞,Z,8,, 6 | 阿尔法大日 ★9,WC09,33,99,ebrj,9,, 7 | 超念力枪手 ★9,WC09,180,∞,NH,9,, 8 | 黑蔷薇龙 ★7,WC07,180,70,u,7,, 9 | 机巧将军 无零 ★7,WC07,252,∞,Z,7,, 10 | 流星龙 ★10 -仮,WC,120,∞,c,10,, -------------------------------------------------------------------------------- /gamedata/cache/vnmixitem_1.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gamedata/chat.sql: -------------------------------------------------------------------------------- 1 | -- 2 | -- 表的结构 `bra_chat` 3 | -- 公聊 0,队聊 1,私聊 2 ,系统 3,公告 4, 4 | -- 5 | 6 | DROP TABLE IF EXISTS bra_chat; 7 | CREATE TABLE bra_chat ( 8 | cid smallint unsigned NOT NULL auto_increment, 9 | type enum('0','1','2','3','4','5') NOT NULL default '0', 10 | `time` int(10) unsigned NOT NULL default '0', 11 | send char(15) NOT NULL default '', 12 | recv char(15) NOT NULL default '', 13 | msg char(60) NOT NULL default '', 14 | 15 | PRIMARY KEY (cid) 16 | ) ENGINE=MyISAM; 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /gamedata/clearlog.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/gamedata/clearlog.php -------------------------------------------------------------------------------- /gamedata/combatinfo.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gamedata/gameinfo.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gamedata/newsinfo.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /gamedata/overlay_1.php: -------------------------------------------------------------------------------- 1 | No91.雷闪龙 ☆4,WC,380,∞,Aar,4,5, 2 | No39.希望皇 霍普 ☆4,WC,240,∞,A,4,2, 3 | No9.天盖星 戴森球 ☆9,WC,251,150,re,9,2, 4 | 星圣 欧米伽星云 ☆4,WC,251,∞,Mi,4,2, 5 | 机甲忍者 刃心 ☆4,WC,250,∞,cr,4,2, 6 | 始祖守护者 提拉斯 ☆5 -仮,WC,200,∞,,5,2, 7 | NO7.幸运条纹人 ☆7,WC,300,∞,rc,7,3, 8 | 超次元机器人 银河破坏王 ☆10,WC,700,∞,rdcm,10,3, -------------------------------------------------------------------------------- /gamedata/process.lock: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /gamedata/sql/chat.sql: -------------------------------------------------------------------------------- 1 | -- 2 | -- 表的结构 `bra_chat` 3 | -- 0 全员, 1 队伍, 2 剧情, 3 遗言, 4 公告, 5 系统 4 | -- 5 | 6 | DROP TABLE IF EXISTS bra_chat; 7 | CREATE TABLE bra_chat ( 8 | cid mediumint unsigned NOT NULL auto_increment, 9 | type enum('0','1','2','3','4','5') NOT NULL default '0', 10 | `time` int(10) unsigned NOT NULL default '0', 11 | send char(24) NOT NULL default '', 12 | recv char(15) NOT NULL default '', 13 | msg char(60) NOT NULL default '', 14 | 15 | PRIMARY KEY (cid) 16 | ) ENGINE=HEAP; 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /gamedata/sql/log.sql: -------------------------------------------------------------------------------- 1 | -- 2 | -- 表的结构 `bra_log` 3 | -- 类型:c对话、t队友、b作战、s系统 4 | -- 5 | 6 | DROP TABLE IF EXISTS bra_log; 7 | CREATE TABLE bra_log ( 8 | lid mediumint unsigned NOT NULL auto_increment, 9 | toid smallint unsigned NOT NULL default '0', 10 | type char(1) NOT NULL default '', 11 | `time` int(10) unsigned NOT NULL default '0', 12 | `log` text NOT NULL default '', 13 | 14 | PRIMARY KEY (lid) 15 | ) ENGINE=MyISAM; 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /gamedata/sql/mapitem.sql: -------------------------------------------------------------------------------- 1 | -- 2 | -- 表的结构 `bra_mapitem` 3 | -- 储存地图道具的信息 4 | -- 5 | 6 | DROP TABLE IF EXISTS bra_mapitem; 7 | CREATE TABLE bra_mapitem ( 8 | iid mediumint unsigned NOT NULL auto_increment, 9 | itm char(30) NOT NULL default '', 10 | itmk char(5) not null default '', 11 | itme mediumint unsigned NOT NULL default '0', 12 | itms char(5) not null default '0', 13 | itmsk char(5) not null default '', 14 | itmpara text not null, 15 | pls tinyint unsigned not null default '0', 16 | 17 | PRIMARY KEY (iid) 18 | ) ENGINE=MyISAM; 19 | -------------------------------------------------------------------------------- /gamedata/sql/maptrap.sql: -------------------------------------------------------------------------------- 1 | -- 2 | -- 表的结构 `bra_maptrap` 3 | -- 储存地图陷阱的信息 4 | -- 5 | 6 | DROP TABLE IF EXISTS bra_maptrap; 7 | CREATE TABLE bra_maptrap ( 8 | tid mediumint unsigned NOT NULL auto_increment, 9 | itm char(30) NOT NULL default '', 10 | itmk char(5) not null default '', 11 | itme smallint unsigned NOT NULL default '0', 12 | itms char(5) not null default '0', 13 | itmsk char(5) not null default '', 14 | itmpara text not null, 15 | pls tinyint unsigned not null default '0', 16 | 17 | PRIMARY KEY (tid) 18 | ) ENGINE=MyISAM; 19 | -------------------------------------------------------------------------------- /gamedata/sql/newsinfo.sql: -------------------------------------------------------------------------------- 1 | -- 2 | -- 表的结构 `bra_info` 3 | -- 公聊 0,队聊 1,私聊 2 ,系统 3,公告 4, 4 | -- 5 | 6 | DROP TABLE IF EXISTS bra_newsinfo; 7 | CREATE TABLE bra_newsinfo ( 8 | nid mediumint unsigned NOT NULL auto_increment, 9 | `time` int(10) unsigned NOT NULL default '0', 10 | `news` char(15) NOT NULL default '', 11 | `a` varchar(255) NOT NULL default '', 12 | `b` varchar(255) NOT NULL default '', 13 | `c` varchar(255) NOT NULL default '', 14 | `d` varchar(255) NOT NULL default '', 15 | `e` varchar(255) NOT NULL default '', 16 | 17 | PRIMARY KEY (nid) 18 | ) ENGINE=MyISAM; 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /gamedata/synitem_1.php: -------------------------------------------------------------------------------- 1 | 星尘龙 ★8,WC08,300,∞,wMc,8,-1,-1, 2 | 救世星龙 -仮,WC,100,∞,cZ,9,救世龙 ★1,星尘龙 ★8, 3 | 红莲魔龙 ★8 -仮,WC,180,∞,cu,8,-1,-1, 4 | 正义盟军 光明守望者 ★8 -仮,WC,101,∞,Z,8,-1,-1, 5 | 冰结界之龙 三叉龙 ★9,WC09,230,∞,rcj,9J,-1,-1, 6 | 正义盟军 陆军元帅 ★9,WC09,300,∞,aAjH,9J,-1,-1, 7 | 黑蔷薇龙 ★7,WC07,200,∞,u,7,-1,-1, 8 | 机巧将军 无零 ★7,WC07,252,∞,Z,7,-1,-1, 9 | 流星龙 ★10 -仮,WC,150,∞,rc,10,-1,-1, -------------------------------------------------------------------------------- /gamedata/systemmsg.htm: -------------------------------------------------------------------------------- 1 |

恭喜你安装成功!

2 |
3 | 情转到游戏管理→系统环境设置→系统状况来配置这里的内容。
4 | 此处文本支持HTML。
5 |
-------------------------------------------------------------------------------- /gamedata/templates/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/gamedata/templates/.gitkeep -------------------------------------------------------------------------------- /getmix.php: -------------------------------------------------------------------------------- 1 | 20 | -------------------------------------------------------------------------------- /img/Crimzonnews.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/Crimzonnews.gif -------------------------------------------------------------------------------- /img/MiracleCampfire.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/MiracleCampfire.jpg -------------------------------------------------------------------------------- /img/PB.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/PB.gif -------------------------------------------------------------------------------- /img/PB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/PB.png -------------------------------------------------------------------------------- /img/PB2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/PB2.gif -------------------------------------------------------------------------------- /img/STAR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/STAR.gif -------------------------------------------------------------------------------- /img/STAR2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/STAR2.gif -------------------------------------------------------------------------------- /img/STARsp9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/STARsp9.gif -------------------------------------------------------------------------------- /img/Xmas/STAR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/Xmas/STAR.gif -------------------------------------------------------------------------------- /img/a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/a.gif -------------------------------------------------------------------------------- /img/ach/103.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/103.gif -------------------------------------------------------------------------------- /img/ach/13_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/13_1.gif -------------------------------------------------------------------------------- /img/ach/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/16.gif -------------------------------------------------------------------------------- /img/ach/16_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/16_0.png -------------------------------------------------------------------------------- /img/ach/16_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/16_1.png -------------------------------------------------------------------------------- /img/ach/16_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/16_2.png -------------------------------------------------------------------------------- /img/ach/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/17.gif -------------------------------------------------------------------------------- /img/ach/17_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/17_0.png -------------------------------------------------------------------------------- /img/ach/17_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/17_1.png -------------------------------------------------------------------------------- /img/ach/17_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/17_2.png -------------------------------------------------------------------------------- /img/ach/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/18.gif -------------------------------------------------------------------------------- /img/ach/18_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/18_0.png -------------------------------------------------------------------------------- /img/ach/18_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/18_1.png -------------------------------------------------------------------------------- /img/ach/18_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/18_2.png -------------------------------------------------------------------------------- /img/ach/19_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/19_0.png -------------------------------------------------------------------------------- /img/ach/19_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/19_1.png -------------------------------------------------------------------------------- /img/ach/19_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/19_2.png -------------------------------------------------------------------------------- /img/ach/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/20.gif -------------------------------------------------------------------------------- /img/ach/208_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/208_0.png -------------------------------------------------------------------------------- /img/ach/208_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/208_1.png -------------------------------------------------------------------------------- /img/ach/208_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/208_2.png -------------------------------------------------------------------------------- /img/ach/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/21.gif -------------------------------------------------------------------------------- /img/ach/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/22.gif -------------------------------------------------------------------------------- /img/ach/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/23.gif -------------------------------------------------------------------------------- /img/ach/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/24.gif -------------------------------------------------------------------------------- /img/ach/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/25.gif -------------------------------------------------------------------------------- /img/ach/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/26.gif -------------------------------------------------------------------------------- /img/ach/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/28.gif -------------------------------------------------------------------------------- /img/ach/29_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/29_0.png -------------------------------------------------------------------------------- /img/ach/29_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/29_1.png -------------------------------------------------------------------------------- /img/ach/29_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/29_2.png -------------------------------------------------------------------------------- /img/ach/29_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/29_3.png -------------------------------------------------------------------------------- /img/ach/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/30.gif -------------------------------------------------------------------------------- /img/ach/30_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/30_0.png -------------------------------------------------------------------------------- /img/ach/30_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/30_1.png -------------------------------------------------------------------------------- /img/ach/30_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/30_2.png -------------------------------------------------------------------------------- /img/ach/30_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/30_3.png -------------------------------------------------------------------------------- /img/ach/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/31.gif -------------------------------------------------------------------------------- /img/ach/31_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/31_0.png -------------------------------------------------------------------------------- /img/ach/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/32.gif -------------------------------------------------------------------------------- /img/ach/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/33.gif -------------------------------------------------------------------------------- /img/ach/34_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/34_0.png -------------------------------------------------------------------------------- /img/ach/34_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/34_1.png -------------------------------------------------------------------------------- /img/ach/34_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/34_2.png -------------------------------------------------------------------------------- /img/ach/34_999.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/34_999.png -------------------------------------------------------------------------------- /img/ach/4_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/4_1.gif -------------------------------------------------------------------------------- /img/ach/501.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/501.gif -------------------------------------------------------------------------------- /img/ach/502.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/502.gif -------------------------------------------------------------------------------- /img/ach/503.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/503.gif -------------------------------------------------------------------------------- /img/ach/504.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/504.gif -------------------------------------------------------------------------------- /img/ach/505.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/505.gif -------------------------------------------------------------------------------- /img/ach/600_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/600_0.png -------------------------------------------------------------------------------- /img/ach/600_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/600_1.png -------------------------------------------------------------------------------- /img/ach/600_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/600_2.png -------------------------------------------------------------------------------- /img/ach/600_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/600_3.png -------------------------------------------------------------------------------- /img/ach/600_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/600_4.png -------------------------------------------------------------------------------- /img/ach/D.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/D.gif -------------------------------------------------------------------------------- /img/ach/N.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/N.gif -------------------------------------------------------------------------------- /img/ach/backup/13_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/13_1.gif -------------------------------------------------------------------------------- /img/ach/backup/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/16.gif -------------------------------------------------------------------------------- /img/ach/backup/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/17.gif -------------------------------------------------------------------------------- /img/ach/backup/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/18.gif -------------------------------------------------------------------------------- /img/ach/backup/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/19.gif -------------------------------------------------------------------------------- /img/ach/backup/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/20.gif -------------------------------------------------------------------------------- /img/ach/backup/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/21.gif -------------------------------------------------------------------------------- /img/ach/backup/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/22.gif -------------------------------------------------------------------------------- /img/ach/backup/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/23.gif -------------------------------------------------------------------------------- /img/ach/backup/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/24.gif -------------------------------------------------------------------------------- /img/ach/backup/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/25.gif -------------------------------------------------------------------------------- /img/ach/backup/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/26.gif -------------------------------------------------------------------------------- /img/ach/backup/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/28.gif -------------------------------------------------------------------------------- /img/ach/backup/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/30.gif -------------------------------------------------------------------------------- /img/ach/backup/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/31.gif -------------------------------------------------------------------------------- /img/ach/backup/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/32.gif -------------------------------------------------------------------------------- /img/ach/backup/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/33.gif -------------------------------------------------------------------------------- /img/ach/backup/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/34.gif -------------------------------------------------------------------------------- /img/ach/backup/34_999.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/34_999.gif -------------------------------------------------------------------------------- /img/ach/backup/4_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/4_1.gif -------------------------------------------------------------------------------- /img/ach/backup/D.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/D.gif -------------------------------------------------------------------------------- /img/ach/backup/N.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/backup/N.gif -------------------------------------------------------------------------------- /img/ach/battle_D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/battle_D.png -------------------------------------------------------------------------------- /img/ach/battle_N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/battle_N.png -------------------------------------------------------------------------------- /img/ach/challenge_D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/challenge_D.png -------------------------------------------------------------------------------- /img/ach/challenge_N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/challenge_N.png -------------------------------------------------------------------------------- /img/ach/daily_D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/daily_D.png -------------------------------------------------------------------------------- /img/ach/daily_N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/daily_N.png -------------------------------------------------------------------------------- /img/ach/end_D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/end_D.png -------------------------------------------------------------------------------- /img/ach/end_N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/end_N.png -------------------------------------------------------------------------------- /img/ach/hunt_D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/hunt_D.png -------------------------------------------------------------------------------- /img/ach/hunt_N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/hunt_N.png -------------------------------------------------------------------------------- /img/ach/lifetime_D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/lifetime_D.png -------------------------------------------------------------------------------- /img/ach/lifetime_N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/lifetime_N.png -------------------------------------------------------------------------------- /img/ach/mixitem_D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/mixitem_D.png -------------------------------------------------------------------------------- /img/ach/mixitem_N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/ach/mixitem_N.png -------------------------------------------------------------------------------- /img/achievement_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/achievement_0.gif -------------------------------------------------------------------------------- /img/achievement_not_done.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/achievement_not_done.gif -------------------------------------------------------------------------------- /img/assets/font/VonwaonBitmap-12px.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/assets/font/VonwaonBitmap-12px.woff2 -------------------------------------------------------------------------------- /img/assets/font/VonwaonBitmap-16px.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/assets/font/VonwaonBitmap-16px.woff2 -------------------------------------------------------------------------------- /img/assets/font/Vonwaon_license.txt: -------------------------------------------------------------------------------- 1 | Vonwaon Bitmap Font (1.02) 2 | 3 | Created/distributed by Haoyu Qiu 4 | Creation date: 2022-05-12 13:58 5 | 6 | --- 7 | 8 | License: (Creative Commons Zero, CC0) 9 | http://creativecommons.org/publicdomain/zero/1.0/ 10 | 11 | This content is free to use in personal, educational and commercial projects. 12 | 13 | Support us by crediting Haoyu Qiu (this is not mandatory) 14 | 15 | --- 16 | 17 | Updates: https://timothyqiu.itch.io/vonwaon-bitmap 18 | -------------------------------------------------------------------------------- /img/assets/font/fusion-pixel-10px-proportional-zh_hans.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/assets/font/fusion-pixel-10px-proportional-zh_hans.woff2 -------------------------------------------------------------------------------- /img/assets/font/fusion-pixel-12px-monospaced-zh_hans.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/assets/font/fusion-pixel-12px-monospaced-zh_hans.woff2 -------------------------------------------------------------------------------- /img/assets/font/fusion-pixel-12px-proportional-zh_hans.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/assets/font/fusion-pixel-12px-proportional-zh_hans.woff2 -------------------------------------------------------------------------------- /img/assets/font/fusion-pixel-8px-proportional-zh_hans.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/assets/font/fusion-pixel-8px-proportional-zh_hans.woff2 -------------------------------------------------------------------------------- /img/avatar_kh/SAS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/avatar_kh/SAS.jpg -------------------------------------------------------------------------------- /img/avatar_kh/SAS_a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/avatar_kh/SAS_a.jpg -------------------------------------------------------------------------------- /img/avatar_kh/SAS_fk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/avatar_kh/SAS_fk.jpg -------------------------------------------------------------------------------- /img/avatar_kh/annabelle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/avatar_kh/annabelle.jpg -------------------------------------------------------------------------------- /img/avatar_kh/annabelle_a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/avatar_kh/annabelle_a.jpg -------------------------------------------------------------------------------- /img/avatar_kh/annabelle_fk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/avatar_kh/annabelle_fk.jpg -------------------------------------------------------------------------------- /img/avatar_kh/howling.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/avatar_kh/howling.jpg -------------------------------------------------------------------------------- /img/avatar_kh/howling_a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/avatar_kh/howling_a.jpg -------------------------------------------------------------------------------- /img/avatar_kh/howling_fk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/avatar_kh/howling_fk.jpg -------------------------------------------------------------------------------- /img/avatar_kh/sophia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/avatar_kh/sophia.jpg -------------------------------------------------------------------------------- /img/avatar_kh/sophia_a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/avatar_kh/sophia_a.jpg -------------------------------------------------------------------------------- /img/avatar_kh/sophia_fk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/avatar_kh/sophia_fk.jpg -------------------------------------------------------------------------------- /img/avatar_kh/xinghai.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/avatar_kh/xinghai.jpg -------------------------------------------------------------------------------- /img/avatar_kh/xinghai_a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/avatar_kh/xinghai_a.jpg -------------------------------------------------------------------------------- /img/avatar_kh/xinghai_fk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/avatar_kh/xinghai_fk.jpg -------------------------------------------------------------------------------- /img/b.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/b.gif -------------------------------------------------------------------------------- /img/b01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/b01.png -------------------------------------------------------------------------------- /img/backround1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/backround1.gif -------------------------------------------------------------------------------- /img/backround13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/backround13.gif -------------------------------------------------------------------------------- /img/backround3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/backround3.gif -------------------------------------------------------------------------------- /img/backround4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/backround4.gif -------------------------------------------------------------------------------- /img/backround6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/backround6.gif -------------------------------------------------------------------------------- /img/backround7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/backround7.gif -------------------------------------------------------------------------------- /img/backround8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/backround8.gif -------------------------------------------------------------------------------- /img/backround9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/backround9.gif -------------------------------------------------------------------------------- /img/banner468.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/banner468.jpg -------------------------------------------------------------------------------- /img/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/blank.png -------------------------------------------------------------------------------- /img/caution.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/caution.gif -------------------------------------------------------------------------------- /img/cc-by-sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/cc-by-sa.png -------------------------------------------------------------------------------- /img/chatting.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/chatting.gif -------------------------------------------------------------------------------- /img/danger.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/danger.gif -------------------------------------------------------------------------------- /img/dead.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/dead.gif -------------------------------------------------------------------------------- /img/e.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/e.gif -------------------------------------------------------------------------------- /img/e2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/e2.gif -------------------------------------------------------------------------------- /img/emoticons/Azure_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Azure_1.png -------------------------------------------------------------------------------- /img/emoticons/Azure_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Azure_2.png -------------------------------------------------------------------------------- /img/emoticons/Azure_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Azure_3.png -------------------------------------------------------------------------------- /img/emoticons/Azure_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Azure_4.png -------------------------------------------------------------------------------- /img/emoticons/Crimson_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Crimson_1.png -------------------------------------------------------------------------------- /img/emoticons/Crimson_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Crimson_2.png -------------------------------------------------------------------------------- /img/emoticons/Crimson_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Crimson_3.png -------------------------------------------------------------------------------- /img/emoticons/Crimson_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Crimson_4.png -------------------------------------------------------------------------------- /img/emoticons/Fleur_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Fleur_1.png -------------------------------------------------------------------------------- /img/emoticons/Fleur_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Fleur_2.png -------------------------------------------------------------------------------- /img/emoticons/Fleur_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Fleur_3.png -------------------------------------------------------------------------------- /img/emoticons/Fleur_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Fleur_4.png -------------------------------------------------------------------------------- /img/emoticons/Gothic_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Gothic_1.png -------------------------------------------------------------------------------- /img/emoticons/Gothic_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Gothic_2.png -------------------------------------------------------------------------------- /img/emoticons/Gothic_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Gothic_3.png -------------------------------------------------------------------------------- /img/emoticons/Gothic_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Gothic_4.png -------------------------------------------------------------------------------- /img/emoticons/Lilac_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Lilac_1.png -------------------------------------------------------------------------------- /img/emoticons/Lilac_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Lilac_2.png -------------------------------------------------------------------------------- /img/emoticons/Lilac_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Lilac_3.png -------------------------------------------------------------------------------- /img/emoticons/Lilac_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Lilac_4.png -------------------------------------------------------------------------------- /img/emoticons/Marylin_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Marylin_1.png -------------------------------------------------------------------------------- /img/emoticons/Marylin_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Marylin_2.png -------------------------------------------------------------------------------- /img/emoticons/Marylin_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Marylin_3.png -------------------------------------------------------------------------------- /img/emoticons/Marylin_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Marylin_4.png -------------------------------------------------------------------------------- /img/emoticons/Sanma_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Sanma_1.png -------------------------------------------------------------------------------- /img/emoticons/Sanma_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Sanma_2.png -------------------------------------------------------------------------------- /img/emoticons/Sanma_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Sanma_3.png -------------------------------------------------------------------------------- /img/emoticons/Sanma_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Sanma_4.png -------------------------------------------------------------------------------- /img/emoticons/Vivian_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Vivian_1.png -------------------------------------------------------------------------------- /img/emoticons/Vivian_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Vivian_2.png -------------------------------------------------------------------------------- /img/emoticons/Vivian_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Vivian_3.png -------------------------------------------------------------------------------- /img/emoticons/Vivian_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/Vivian_4.png -------------------------------------------------------------------------------- /img/emoticons/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/emoticons/example.png -------------------------------------------------------------------------------- /img/enp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/enp.gif -------------------------------------------------------------------------------- /img/error/401.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/error/401.jpg -------------------------------------------------------------------------------- /img/error/403.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/error/403.jpg -------------------------------------------------------------------------------- /img/error/404.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/error/404.jpg -------------------------------------------------------------------------------- /img/error/500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/error/500.jpg -------------------------------------------------------------------------------- /img/error/503.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/error/503.jpg -------------------------------------------------------------------------------- /img/f.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f.gif -------------------------------------------------------------------------------- /img/f_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_0.gif -------------------------------------------------------------------------------- /img/f_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_1.gif -------------------------------------------------------------------------------- /img/f_10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_10.gif -------------------------------------------------------------------------------- /img/f_10a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_10a.gif -------------------------------------------------------------------------------- /img/f_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_11.gif -------------------------------------------------------------------------------- /img/f_11a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_11a.gif -------------------------------------------------------------------------------- /img/f_12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_12.gif -------------------------------------------------------------------------------- /img/f_12a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_12a.gif -------------------------------------------------------------------------------- /img/f_13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_13.gif -------------------------------------------------------------------------------- /img/f_13a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_13a.gif -------------------------------------------------------------------------------- /img/f_14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_14.gif -------------------------------------------------------------------------------- /img/f_15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_15.gif -------------------------------------------------------------------------------- /img/f_16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_16.gif -------------------------------------------------------------------------------- /img/f_17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_17.gif -------------------------------------------------------------------------------- /img/f_18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_18.gif -------------------------------------------------------------------------------- /img/f_19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_19.gif -------------------------------------------------------------------------------- /img/f_1a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_1a.gif -------------------------------------------------------------------------------- /img/f_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_2.gif -------------------------------------------------------------------------------- /img/f_20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_20.gif -------------------------------------------------------------------------------- /img/f_2a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_2a.gif -------------------------------------------------------------------------------- /img/f_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_3.gif -------------------------------------------------------------------------------- /img/f_3a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_3a.gif -------------------------------------------------------------------------------- /img/f_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_4.gif -------------------------------------------------------------------------------- /img/f_4a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_4a.gif -------------------------------------------------------------------------------- /img/f_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_5.gif -------------------------------------------------------------------------------- /img/f_5a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_5a.gif -------------------------------------------------------------------------------- /img/f_6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_6.gif -------------------------------------------------------------------------------- /img/f_6a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_6a.gif -------------------------------------------------------------------------------- /img/f_7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_7.gif -------------------------------------------------------------------------------- /img/f_7a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_7a.gif -------------------------------------------------------------------------------- /img/f_8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_8.gif -------------------------------------------------------------------------------- /img/f_8a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_8a.gif -------------------------------------------------------------------------------- /img/f_9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_9.gif -------------------------------------------------------------------------------- /img/f_99.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_99.gif -------------------------------------------------------------------------------- /img/f_9a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/f_9a.gif -------------------------------------------------------------------------------- /img/fine.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/fine.gif -------------------------------------------------------------------------------- /img/footer_line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/footer_line.gif -------------------------------------------------------------------------------- /img/gradius.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/gradius.jpg -------------------------------------------------------------------------------- /img/h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/h.gif -------------------------------------------------------------------------------- /img/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/help.png -------------------------------------------------------------------------------- /img/help/help0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/help/help0.gif -------------------------------------------------------------------------------- /img/help/help1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/help/help1.gif -------------------------------------------------------------------------------- /img/help/help3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/help/help3.gif -------------------------------------------------------------------------------- /img/help_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/help_2.png -------------------------------------------------------------------------------- /img/horou1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/horou1.jpg -------------------------------------------------------------------------------- /img/hurt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/hurt.gif -------------------------------------------------------------------------------- /img/i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/i.gif -------------------------------------------------------------------------------- /img/i2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/i2.gif -------------------------------------------------------------------------------- /img/index.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /img/injured.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/injured.gif -------------------------------------------------------------------------------- /img/injured2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/injured2.gif -------------------------------------------------------------------------------- /img/l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/l.gif -------------------------------------------------------------------------------- /img/location/-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/-1.png -------------------------------------------------------------------------------- /img/location/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/0.jpg -------------------------------------------------------------------------------- /img/location/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/1.jpg -------------------------------------------------------------------------------- /img/location/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/10.jpg -------------------------------------------------------------------------------- /img/location/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/11.jpg -------------------------------------------------------------------------------- /img/location/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/12.jpg -------------------------------------------------------------------------------- /img/location/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/13.jpg -------------------------------------------------------------------------------- /img/location/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/14.jpg -------------------------------------------------------------------------------- /img/location/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/15.jpg -------------------------------------------------------------------------------- /img/location/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/16.jpg -------------------------------------------------------------------------------- /img/location/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/17.jpg -------------------------------------------------------------------------------- /img/location/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/18.jpg -------------------------------------------------------------------------------- /img/location/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/19.jpg -------------------------------------------------------------------------------- /img/location/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/2.jpg -------------------------------------------------------------------------------- /img/location/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/20.jpg -------------------------------------------------------------------------------- /img/location/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/21.jpg -------------------------------------------------------------------------------- /img/location/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/22.jpg -------------------------------------------------------------------------------- /img/location/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/23.jpg -------------------------------------------------------------------------------- /img/location/24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/24.jpg -------------------------------------------------------------------------------- /img/location/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/25.jpg -------------------------------------------------------------------------------- /img/location/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/26.jpg -------------------------------------------------------------------------------- /img/location/27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/27.jpg -------------------------------------------------------------------------------- /img/location/28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/28.jpg -------------------------------------------------------------------------------- /img/location/29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/29.jpg -------------------------------------------------------------------------------- /img/location/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/3.jpg -------------------------------------------------------------------------------- /img/location/30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/30.jpg -------------------------------------------------------------------------------- /img/location/31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/31.jpg -------------------------------------------------------------------------------- /img/location/32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/32.jpg -------------------------------------------------------------------------------- /img/location/33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/33.jpg -------------------------------------------------------------------------------- /img/location/34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/34.jpg -------------------------------------------------------------------------------- /img/location/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/4.jpg -------------------------------------------------------------------------------- /img/location/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/5.jpg -------------------------------------------------------------------------------- /img/location/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/6.jpg -------------------------------------------------------------------------------- /img/location/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/7.jpg -------------------------------------------------------------------------------- /img/location/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/8.jpg -------------------------------------------------------------------------------- /img/location/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/location/9.jpg -------------------------------------------------------------------------------- /img/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/lock.png -------------------------------------------------------------------------------- /img/m_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_0.gif -------------------------------------------------------------------------------- /img/m_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_1.gif -------------------------------------------------------------------------------- /img/m_10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_10.gif -------------------------------------------------------------------------------- /img/m_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_11.gif -------------------------------------------------------------------------------- /img/m_12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_12.gif -------------------------------------------------------------------------------- /img/m_13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_13.gif -------------------------------------------------------------------------------- /img/m_14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_14.gif -------------------------------------------------------------------------------- /img/m_15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_15.gif -------------------------------------------------------------------------------- /img/m_16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_16.gif -------------------------------------------------------------------------------- /img/m_17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_17.gif -------------------------------------------------------------------------------- /img/m_18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_18.gif -------------------------------------------------------------------------------- /img/m_19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_19.gif -------------------------------------------------------------------------------- /img/m_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_2.gif -------------------------------------------------------------------------------- /img/m_20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_20.gif -------------------------------------------------------------------------------- /img/m_21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_21.gif -------------------------------------------------------------------------------- /img/m_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_3.gif -------------------------------------------------------------------------------- /img/m_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_4.gif -------------------------------------------------------------------------------- /img/m_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_5.gif -------------------------------------------------------------------------------- /img/m_6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_6.gif -------------------------------------------------------------------------------- /img/m_7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_7.gif -------------------------------------------------------------------------------- /img/m_8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_8.gif -------------------------------------------------------------------------------- /img/m_9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/m_9.gif -------------------------------------------------------------------------------- /img/message_sl_sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/message_sl_sign.png -------------------------------------------------------------------------------- /img/miracle_campfire.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/miracle_campfire.jpg -------------------------------------------------------------------------------- /img/n_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_0.gif -------------------------------------------------------------------------------- /img/n_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_1.gif -------------------------------------------------------------------------------- /img/n_10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_10.gif -------------------------------------------------------------------------------- /img/n_100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_100.gif -------------------------------------------------------------------------------- /img/n_101.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_101.gif -------------------------------------------------------------------------------- /img/n_102.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_102.gif -------------------------------------------------------------------------------- /img/n_103.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_103.gif -------------------------------------------------------------------------------- /img/n_104.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_104.gif -------------------------------------------------------------------------------- /img/n_104a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_104a.gif -------------------------------------------------------------------------------- /img/n_104old.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_104old.gif -------------------------------------------------------------------------------- /img/n_105.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_105.gif -------------------------------------------------------------------------------- /img/n_106.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_106.gif -------------------------------------------------------------------------------- /img/n_107.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_107.gif -------------------------------------------------------------------------------- /img/n_108.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_108.gif -------------------------------------------------------------------------------- /img/n_109.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_109.gif -------------------------------------------------------------------------------- /img/n_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_11.gif -------------------------------------------------------------------------------- /img/n_12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_12.gif -------------------------------------------------------------------------------- /img/n_121.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_121.gif -------------------------------------------------------------------------------- /img/n_122.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_122.gif -------------------------------------------------------------------------------- /img/n_123.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_123.gif -------------------------------------------------------------------------------- /img/n_127.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_127.gif -------------------------------------------------------------------------------- /img/n_127a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_127a.gif -------------------------------------------------------------------------------- /img/n_128.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_128.gif -------------------------------------------------------------------------------- /img/n_128a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_128a.gif -------------------------------------------------------------------------------- /img/n_13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_13.gif -------------------------------------------------------------------------------- /img/n_14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_14.gif -------------------------------------------------------------------------------- /img/n_151.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_151.gif -------------------------------------------------------------------------------- /img/n_151a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_151a.gif -------------------------------------------------------------------------------- /img/n_152.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_152.gif -------------------------------------------------------------------------------- /img/n_152a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_152a.gif -------------------------------------------------------------------------------- /img/n_153.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_153.gif -------------------------------------------------------------------------------- /img/n_153a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_153a.gif -------------------------------------------------------------------------------- /img/n_154.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_154.gif -------------------------------------------------------------------------------- /img/n_154a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_154a.gif -------------------------------------------------------------------------------- /img/n_155.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_155.gif -------------------------------------------------------------------------------- /img/n_155a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_155a.gif -------------------------------------------------------------------------------- /img/n_156.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_156.gif -------------------------------------------------------------------------------- /img/n_156a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_156a.gif -------------------------------------------------------------------------------- /img/n_157.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_157.gif -------------------------------------------------------------------------------- /img/n_157a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_157a.gif -------------------------------------------------------------------------------- /img/n_179.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_179.gif -------------------------------------------------------------------------------- /img/n_179a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_179a.gif -------------------------------------------------------------------------------- /img/n_180.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_180.gif -------------------------------------------------------------------------------- /img/n_180a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_180a.gif -------------------------------------------------------------------------------- /img/n_181.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_181.gif -------------------------------------------------------------------------------- /img/n_181a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_181a.gif -------------------------------------------------------------------------------- /img/n_182.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_182.gif -------------------------------------------------------------------------------- /img/n_182a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_182a.gif -------------------------------------------------------------------------------- /img/n_183.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_183.gif -------------------------------------------------------------------------------- /img/n_183a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_183a.gif -------------------------------------------------------------------------------- /img/n_184.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_184.gif -------------------------------------------------------------------------------- /img/n_184a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_184a.gif -------------------------------------------------------------------------------- /img/n_185.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_185.gif -------------------------------------------------------------------------------- /img/n_185a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_185a.gif -------------------------------------------------------------------------------- /img/n_186.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_186.gif -------------------------------------------------------------------------------- /img/n_186a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_186a.gif -------------------------------------------------------------------------------- /img/n_187.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_187.gif -------------------------------------------------------------------------------- /img/n_187a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_187a.gif -------------------------------------------------------------------------------- /img/n_188.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_188.gif -------------------------------------------------------------------------------- /img/n_188a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_188a.gif -------------------------------------------------------------------------------- /img/n_189.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_189.gif -------------------------------------------------------------------------------- /img/n_189a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_189a.gif -------------------------------------------------------------------------------- /img/n_190.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_190.gif -------------------------------------------------------------------------------- /img/n_190a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_190a.gif -------------------------------------------------------------------------------- /img/n_191.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_191.gif -------------------------------------------------------------------------------- /img/n_191a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_191a.gif -------------------------------------------------------------------------------- /img/n_192.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_192.gif -------------------------------------------------------------------------------- /img/n_192a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_192a.gif -------------------------------------------------------------------------------- /img/n_193.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_193.gif -------------------------------------------------------------------------------- /img/n_193a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_193a.gif -------------------------------------------------------------------------------- /img/n_194.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_194.gif -------------------------------------------------------------------------------- /img/n_194a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_194a.gif -------------------------------------------------------------------------------- /img/n_195.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_195.gif -------------------------------------------------------------------------------- /img/n_195a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_195a.gif -------------------------------------------------------------------------------- /img/n_196.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_196.gif -------------------------------------------------------------------------------- /img/n_196a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_196a.gif -------------------------------------------------------------------------------- /img/n_197.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_197.gif -------------------------------------------------------------------------------- /img/n_197a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_197a.gif -------------------------------------------------------------------------------- /img/n_198.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_198.gif -------------------------------------------------------------------------------- /img/n_198a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_198a.gif -------------------------------------------------------------------------------- /img/n_199.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_199.gif -------------------------------------------------------------------------------- /img/n_199a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_199a.gif -------------------------------------------------------------------------------- /img/n_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_2.gif -------------------------------------------------------------------------------- /img/n_200.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_200.gif -------------------------------------------------------------------------------- /img/n_200a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_200a.gif -------------------------------------------------------------------------------- /img/n_201.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_201.gif -------------------------------------------------------------------------------- /img/n_201a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_201a.gif -------------------------------------------------------------------------------- /img/n_202.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_202.gif -------------------------------------------------------------------------------- /img/n_202a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_202a.gif -------------------------------------------------------------------------------- /img/n_203.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_203.gif -------------------------------------------------------------------------------- /img/n_203a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_203a.gif -------------------------------------------------------------------------------- /img/n_21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_21.gif -------------------------------------------------------------------------------- /img/n_21a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_21a.gif -------------------------------------------------------------------------------- /img/n_22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_22.gif -------------------------------------------------------------------------------- /img/n_224.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_224.gif -------------------------------------------------------------------------------- /img/n_225.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_225.gif -------------------------------------------------------------------------------- /img/n_226.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_226.gif -------------------------------------------------------------------------------- /img/n_227.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_227.gif -------------------------------------------------------------------------------- /img/n_22a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_22a.gif -------------------------------------------------------------------------------- /img/n_23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_23.gif -------------------------------------------------------------------------------- /img/n_23a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_23a.gif -------------------------------------------------------------------------------- /img/n_24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_24.gif -------------------------------------------------------------------------------- /img/n_24a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_24a.gif -------------------------------------------------------------------------------- /img/n_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_3.gif -------------------------------------------------------------------------------- /img/n_30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_30.gif -------------------------------------------------------------------------------- /img/n_301.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_301.gif -------------------------------------------------------------------------------- /img/n_303.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_303.gif -------------------------------------------------------------------------------- /img/n_304.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_304.gif -------------------------------------------------------------------------------- /img/n_305.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_305.gif -------------------------------------------------------------------------------- /img/n_306.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_306.gif -------------------------------------------------------------------------------- /img/n_30a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_30a.gif -------------------------------------------------------------------------------- /img/n_31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_31.gif -------------------------------------------------------------------------------- /img/n_32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_32.gif -------------------------------------------------------------------------------- /img/n_33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_33.gif -------------------------------------------------------------------------------- /img/n_34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_34.gif -------------------------------------------------------------------------------- /img/n_34a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_34a.gif -------------------------------------------------------------------------------- /img/n_35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_35.gif -------------------------------------------------------------------------------- /img/n_350.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_350.gif -------------------------------------------------------------------------------- /img/n_351.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_351.gif -------------------------------------------------------------------------------- /img/n_352.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_352.gif -------------------------------------------------------------------------------- /img/n_353.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_353.gif -------------------------------------------------------------------------------- /img/n_354.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_354.gif -------------------------------------------------------------------------------- /img/n_355.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_355.gif -------------------------------------------------------------------------------- /img/n_356.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_356.gif -------------------------------------------------------------------------------- /img/n_357.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_357.gif -------------------------------------------------------------------------------- /img/n_358.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_358.gif -------------------------------------------------------------------------------- /img/n_359.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_359.gif -------------------------------------------------------------------------------- /img/n_35a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_35a.gif -------------------------------------------------------------------------------- /img/n_36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_36.gif -------------------------------------------------------------------------------- /img/n_360.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_360.gif -------------------------------------------------------------------------------- /img/n_36a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_36a.gif -------------------------------------------------------------------------------- /img/n_37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_37.gif -------------------------------------------------------------------------------- /img/n_37a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_37a.gif -------------------------------------------------------------------------------- /img/n_38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_38.gif -------------------------------------------------------------------------------- /img/n_38a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_38a.gif -------------------------------------------------------------------------------- /img/n_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_4.gif -------------------------------------------------------------------------------- /img/n_41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_41.gif -------------------------------------------------------------------------------- /img/n_42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_42.gif -------------------------------------------------------------------------------- /img/n_43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_43.gif -------------------------------------------------------------------------------- /img/n_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_5.gif -------------------------------------------------------------------------------- /img/n_51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_51.gif -------------------------------------------------------------------------------- /img/n_52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_52.gif -------------------------------------------------------------------------------- /img/n_52a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_52a.gif -------------------------------------------------------------------------------- /img/n_6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_6.gif -------------------------------------------------------------------------------- /img/n_61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_61.gif -------------------------------------------------------------------------------- /img/n_62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_62.gif -------------------------------------------------------------------------------- /img/n_63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_63.gif -------------------------------------------------------------------------------- /img/n_64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_64.gif -------------------------------------------------------------------------------- /img/n_65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_65.gif -------------------------------------------------------------------------------- /img/n_66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_66.gif -------------------------------------------------------------------------------- /img/n_67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_67.gif -------------------------------------------------------------------------------- /img/n_68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_68.gif -------------------------------------------------------------------------------- /img/n_69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_69.gif -------------------------------------------------------------------------------- /img/n_69a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_69a.gif -------------------------------------------------------------------------------- /img/n_7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_7.gif -------------------------------------------------------------------------------- /img/n_70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_70.gif -------------------------------------------------------------------------------- /img/n_70a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_70a.gif -------------------------------------------------------------------------------- /img/n_7a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_7a.gif -------------------------------------------------------------------------------- /img/n_8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_8.gif -------------------------------------------------------------------------------- /img/n_81.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_81.gif -------------------------------------------------------------------------------- /img/n_81a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_81a.gif -------------------------------------------------------------------------------- /img/n_82.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_82.gif -------------------------------------------------------------------------------- /img/n_82a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_82a.gif -------------------------------------------------------------------------------- /img/n_83.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_83.gif -------------------------------------------------------------------------------- /img/n_888.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_888.gif -------------------------------------------------------------------------------- /img/n_9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_9.gif -------------------------------------------------------------------------------- /img/n_91.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_91.gif -------------------------------------------------------------------------------- /img/n_92.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_92.gif -------------------------------------------------------------------------------- /img/n_93.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_93.gif -------------------------------------------------------------------------------- /img/n_94.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_94.gif -------------------------------------------------------------------------------- /img/n_95.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_95.gif -------------------------------------------------------------------------------- /img/n_95a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_95a.gif -------------------------------------------------------------------------------- /img/n_96.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_96.gif -------------------------------------------------------------------------------- /img/n_98.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_98.gif -------------------------------------------------------------------------------- /img/n_99.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_99.gif -------------------------------------------------------------------------------- /img/n_xilinn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_xilinn.gif -------------------------------------------------------------------------------- /img/n_xilinn_a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_xilinn_a.gif -------------------------------------------------------------------------------- /img/n_xilinna.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/n_xilinna.gif -------------------------------------------------------------------------------- /img/newbanner468.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/newbanner468.jpg -------------------------------------------------------------------------------- /img/nicktest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/nicktest.png -------------------------------------------------------------------------------- /img/njcm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/njcm.jpg -------------------------------------------------------------------------------- /img/orihime1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/orihime1.jpg -------------------------------------------------------------------------------- /img/other/262.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/other/262.png -------------------------------------------------------------------------------- /img/other/saiqian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/other/saiqian.png -------------------------------------------------------------------------------- /img/p.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/p.gif -------------------------------------------------------------------------------- /img/p2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/p2.gif -------------------------------------------------------------------------------- /img/profile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/profile.gif -------------------------------------------------------------------------------- /img/question.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/question.gif -------------------------------------------------------------------------------- /img/rbfireseed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/rbfireseed.png -------------------------------------------------------------------------------- /img/rbfireseed2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/rbfireseed2.png -------------------------------------------------------------------------------- /img/red2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/red2.gif -------------------------------------------------------------------------------- /img/saya1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/saya1.jpg -------------------------------------------------------------------------------- /img/state1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/state1.gif -------------------------------------------------------------------------------- /img/state2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/state2.gif -------------------------------------------------------------------------------- /img/story/story_n1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/story/story_n1.jpg -------------------------------------------------------------------------------- /img/story/story_n2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/story/story_n2.jpg -------------------------------------------------------------------------------- /img/story/story_n3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/story/story_n3.jpg -------------------------------------------------------------------------------- /img/story/story_n4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/story/story_n4.jpg -------------------------------------------------------------------------------- /img/story/story_n5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/story/story_n5.jpg -------------------------------------------------------------------------------- /img/story/story_n7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/story/story_n7.jpg -------------------------------------------------------------------------------- /img/story/story_ne1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/story/story_ne1.jpg -------------------------------------------------------------------------------- /img/story/story_ne2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/story/story_ne2.png -------------------------------------------------------------------------------- /img/story/story_ne3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/story/story_ne3.png -------------------------------------------------------------------------------- /img/story/story_ne4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/story/story_ne4.gif -------------------------------------------------------------------------------- /img/story_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/story_0.gif -------------------------------------------------------------------------------- /img/story_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/story_1.gif -------------------------------------------------------------------------------- /img/story_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/story_2.gif -------------------------------------------------------------------------------- /img/story_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/story_3.jpg -------------------------------------------------------------------------------- /img/story_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/story_4.jpg -------------------------------------------------------------------------------- /img/t_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/t_0.gif -------------------------------------------------------------------------------- /img/t_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/t_1.gif -------------------------------------------------------------------------------- /img/t_10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/t_10.gif -------------------------------------------------------------------------------- /img/t_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/t_11.gif -------------------------------------------------------------------------------- /img/t_12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/t_12.gif -------------------------------------------------------------------------------- /img/t_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/t_2.gif -------------------------------------------------------------------------------- /img/t_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/t_3.gif -------------------------------------------------------------------------------- /img/t_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/t_4.gif -------------------------------------------------------------------------------- /img/t_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/t_5.gif -------------------------------------------------------------------------------- /img/t_6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/t_6.gif -------------------------------------------------------------------------------- /img/t_7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/t_7.gif -------------------------------------------------------------------------------- /img/t_8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/t_8.gif -------------------------------------------------------------------------------- /img/t_9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/t_9.gif -------------------------------------------------------------------------------- /img/tutorial/t1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/tutorial/t1.jpg -------------------------------------------------------------------------------- /img/tutorial/t21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/tutorial/t21.jpg -------------------------------------------------------------------------------- /img/tutorial/t22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/tutorial/t22.jpg -------------------------------------------------------------------------------- /img/u.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/u.gif -------------------------------------------------------------------------------- /img/u2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/u2.gif -------------------------------------------------------------------------------- /img/w.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/w.gif -------------------------------------------------------------------------------- /img/w2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/w2.gif -------------------------------------------------------------------------------- /img/yellow2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/img/yellow2.gif -------------------------------------------------------------------------------- /include/admin/banlistmng.php: -------------------------------------------------------------------------------- 1 | "); 14 | //write_list($dir,$postnmlmt,$postiplmt); 15 | $cmd_info = '新的屏蔽列表已经写入。'; 16 | }else{ 17 | include_once $dir.'banlist.list'; 18 | } 19 | 20 | include template('admin_banlistmng'); 21 | ?> -------------------------------------------------------------------------------- /include/game/item.electronic.php: -------------------------------------------------------------------------------- 1 | 10 | -------------------------------------------------------------------------------- /install/gameinfo.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /install/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /map/00.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/00.gif -------------------------------------------------------------------------------- /map/01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/01.gif -------------------------------------------------------------------------------- /map/02.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/02.gif -------------------------------------------------------------------------------- /map/03.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/03.gif -------------------------------------------------------------------------------- /map/04.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/04.gif -------------------------------------------------------------------------------- /map/05.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/05.gif -------------------------------------------------------------------------------- /map/06.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/06.gif -------------------------------------------------------------------------------- /map/07.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/07.gif -------------------------------------------------------------------------------- /map/08.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/08.gif -------------------------------------------------------------------------------- /map/09.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/09.gif -------------------------------------------------------------------------------- /map/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/10.gif -------------------------------------------------------------------------------- /map/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/11.gif -------------------------------------------------------------------------------- /map/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/12.gif -------------------------------------------------------------------------------- /map/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/13.gif -------------------------------------------------------------------------------- /map/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/14.gif -------------------------------------------------------------------------------- /map/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/15.gif -------------------------------------------------------------------------------- /map/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/16.gif -------------------------------------------------------------------------------- /map/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/17.gif -------------------------------------------------------------------------------- /map/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/18.gif -------------------------------------------------------------------------------- /map/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/19.gif -------------------------------------------------------------------------------- /map/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/20.gif -------------------------------------------------------------------------------- /map/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/21.gif -------------------------------------------------------------------------------- /map/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/22.gif -------------------------------------------------------------------------------- /map/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/23.gif -------------------------------------------------------------------------------- /map/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/24.gif -------------------------------------------------------------------------------- /map/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/25.gif -------------------------------------------------------------------------------- /map/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/26.gif -------------------------------------------------------------------------------- /map/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/27.gif -------------------------------------------------------------------------------- /map/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/28.gif -------------------------------------------------------------------------------- /map/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/29.gif -------------------------------------------------------------------------------- /map/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/30.gif -------------------------------------------------------------------------------- /map/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/31.gif -------------------------------------------------------------------------------- /map/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/32.gif -------------------------------------------------------------------------------- /map/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/33.gif -------------------------------------------------------------------------------- /map/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/34.gif -------------------------------------------------------------------------------- /map/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/35.gif -------------------------------------------------------------------------------- /map/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/36.gif -------------------------------------------------------------------------------- /map/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/37.gif -------------------------------------------------------------------------------- /map/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/38.gif -------------------------------------------------------------------------------- /map/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/39.gif -------------------------------------------------------------------------------- /map/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/40.gif -------------------------------------------------------------------------------- /map/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/41.gif -------------------------------------------------------------------------------- /map/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/42.gif -------------------------------------------------------------------------------- /map/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/43.gif -------------------------------------------------------------------------------- /map/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/44.gif -------------------------------------------------------------------------------- /map/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/45.gif -------------------------------------------------------------------------------- /map/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/46.gif -------------------------------------------------------------------------------- /map/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/47.gif -------------------------------------------------------------------------------- /map/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/48.gif -------------------------------------------------------------------------------- /map/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/49.gif -------------------------------------------------------------------------------- /map/99.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/99.gif -------------------------------------------------------------------------------- /map/998.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/998.txt -------------------------------------------------------------------------------- /map/CAUTION.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/CAUTION.png -------------------------------------------------------------------------------- /map/DANGER.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/DANGER.png -------------------------------------------------------------------------------- /map/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/blank.gif -------------------------------------------------------------------------------- /map/fd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/fd.gif -------------------------------------------------------------------------------- /map/index.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /map/jyu-taku.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/jyu-taku.gif -------------------------------------------------------------------------------- /map/kousya.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/kousya.gif -------------------------------------------------------------------------------- /map/mtn1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/mtn1.gif -------------------------------------------------------------------------------- /map/mtn2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/mtn2.gif -------------------------------------------------------------------------------- /map/mtn3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/mtn3.gif -------------------------------------------------------------------------------- /map/mtn4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/mtn4.gif -------------------------------------------------------------------------------- /map/mtn5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/mtn5.gif -------------------------------------------------------------------------------- /map/mtn6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/mtn6.gif -------------------------------------------------------------------------------- /map/mtn7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/mtn7.gif -------------------------------------------------------------------------------- /map/mtn8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/mtn8.gif -------------------------------------------------------------------------------- /map/mtn9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/mtn9.gif -------------------------------------------------------------------------------- /map/neomap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/neomap.jpg -------------------------------------------------------------------------------- /map/ocean.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/ocean.gif -------------------------------------------------------------------------------- /map/ocean2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/ocean2.gif -------------------------------------------------------------------------------- /map/po.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/po.gif -------------------------------------------------------------------------------- /map/pond.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/pond.gif -------------------------------------------------------------------------------- /map/yakuba.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/map/yakuba.gif -------------------------------------------------------------------------------- /nginx/conf.d/default.conf: -------------------------------------------------------------------------------- 1 | server { 2 | listen 80; 3 | server_name localhost; 4 | root /mnt/dts; 5 | index index.php index.html index.htm; 6 | 7 | location / { 8 | try_files $uri $uri/ /index.php?$query_string; 9 | } 10 | 11 | location ~ \.php$ { 12 | fastcgi_pass dts:9000; 13 | fastcgi_index index.php; 14 | fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; 15 | include fastcgi_params; 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /pastlogs/changelog20110116.TXT: -------------------------------------------------------------------------------- 1 | 2011/1/16 2 | 更新如下: 3 | 残留的思念头像修改;header里加入banner 文件:n_51.gif;header.htm;banner468.jpg 4 | 首页加入清除cookie功能 文件:index.htm;common.inc.php;templates.lang.php 5 | 修正了可以把性别改为npc或者别的字母的BUG 文件:valid.php 6 | 去除了一些没用的商品,加入防御属性的饰品 文件:shopitem_1.php 7 | NPC四面增加掉落射系终极武器,同时武器强化;NPC残留的思念武器极度强化,数值下调 文件:npc_1.php 8 | 游戏界面字体修改 文件:style_1.css;help.htm -------------------------------------------------------------------------------- /pastlogs/changelog2012.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/pastlogs/changelog2012.txt -------------------------------------------------------------------------------- /pastlogs/changelog2014.txt: -------------------------------------------------------------------------------- 1 | 2014-03-02 2 | 添加了造成随机伤害的武器属性R {resources_1; combat.func;} 3 | 添加了能按指定概率随机得到一般道具、神装等物品的道具类型ps {resources_1; item.func; randomitem_1;} 4 | 添加了能随机切换女主NPC位置的道具"群青多面体" {item.func; news.func;} 5 | 添加了能给非特殊道具改名的道具"残响兵器" {item.func; item2.func; nametag.htm;} 6 | 修改了RP增加的规则:1.玩家杀人时将对方RP加在自己身上;2.玩家每次RP增长都判定RP称号和技能是否存在 {combat.func; event.func;} 7 | 添加了针对RP的特殊称号“晶莹剔透”:1.称号特长是RP增长减少;2.称号的两个技能 {clubskills.func; clubslct.func; valid.func; combat.func; event.func; sp_skpts.htm;} 8 | 添加了AI静流:1.静流卖萌和提示道具地点功能;2.静流攻击和回避玩家的功能;3.静流入场和存活的全局判断 {system.func; global.func; db_mysql.class; state.func; aievent.func; search.func; npc_1; addnpc_1; reset.sql; gamecfg_1; resources_1;} -------------------------------------------------------------------------------- /pastlogs/whatsnew0106.txt: -------------------------------------------------------------------------------- 1 | 2011.1.5 2 | //安雅奖赏增加一些提示 3 | //现在雷达可以自动适应地区的增减了 4 | //彻底修正了扒尸BUG和送东西BUG 5 | //修正了移动的同时死亡的情况下,聊天记录里地点信息不正确的问题 6 | 7 | 改动: 8 | item2.func.php 9 | itemmain.func.php 10 | radar.htm 11 | corpse.htm 12 | combat.func.php 13 | battle.func.php 14 | search.func.php 15 | item.func.php 16 | news.func.php 17 | global.func.php 18 | state.func.php -------------------------------------------------------------------------------- /pastlogs/whatsnew0109.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/pastlogs/whatsnew0109.txt -------------------------------------------------------------------------------- /pastlogs/whatsnew1228.txt: -------------------------------------------------------------------------------- 1 | 2010.12.28 2 | //新增即死地雷,商店出售。阔剑地雷效果上调 3 | //修改BOSS对话 4 | //NPC 思念体-AC众 将掉落300效的灵符武器 5 | //改动了初始物品中陷阱的效果 6 | -------------------------------------------------------------------------------- /pastlogs/whatsnew1231.txt: -------------------------------------------------------------------------------- 1 |  2 | 2010.1.2 3 | 4 | //取消了爆系合成物品的熟练加成,添加了爆系设置陷阱的熟练和经验加成,添加了电脑社合成移动PC和广域生命探测器的效果加成。 5 | 6 | //殴系空手加成改为熟练度的1/3。 7 | 8 | //帮助相应修改 9 | 10 | //修正了整理包裹时如果选择同一道具则道具消失的问题;修正了整理包裹时如果道具耐久无限则出现诡异情况的问题;修正了设置陷阱时升级的问题 11 | 12 | //略改动消息用词 13 | 14 | //提高商店中灵系武器材料的价格 15 | 16 | //增加了4个新地点:现在一共有30个地点了。 17 | -------------------------------------------------------------------------------- /pastlogs/whatsnew29.txt: -------------------------------------------------------------------------------- 1 | 2010.12.28 2 | //新增即死地雷,商店出售。阔剑地雷效果上调 3 | //修改BOSS对话 4 | //NPC 思念体-AC众 将掉落300效的灵符武器 5 | //改动了初始物品中陷阱的效果 6 | 7 | 2010.12.29 8 | //略改动了结局对话。 9 | //殴系空手相当于持有熟练度/2攻击力的武器。 10 | //修正了战斗时会重复中同一种异常状态的错误 11 | //调整了商店里特殊道具的数量 -------------------------------------------------------------------------------- /public/.gitignore: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /record.php: -------------------------------------------------------------------------------- 1 | 10 | 11 | -------------------------------------------------------------------------------- /rector.php: -------------------------------------------------------------------------------- 1 | paths([ 11 | __DIR__ . '/src', 12 | ]); 13 | 14 | // define sets of rules 15 | $rectorConfig->sets([ 16 | DowngradeLevelSetList::DOWN_TO_PHP_71 17 | ]); 18 | }; 19 | -------------------------------------------------------------------------------- /runtime/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /stat.php: -------------------------------------------------------------------------------- 1 | query("SELECT ip FROM {$gtablepre}users WHERE lastgame>='$k'"); 10 | 11 | $cnt=0; 12 | 13 | while ($dat = $db->fetch_array($result)) 14 | { 15 | $data=$dat['ip']; 16 | $i=strlen($data)-1; 17 | while ($i>=0 && $data[$i]!='.') $i--; 18 | if ($i<0) echo "something wrong.."; 19 | $data=substr($data,0,$i); 20 | //echo $data."
"; 21 | if (!isset($hash[$data])) { $hash[$data]=1; $cnt++; } 22 | } 23 | 24 | echo $cnt; 25 | 26 | ?> 27 | -------------------------------------------------------------------------------- /templates/default/achievement_10.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 救命的迎击 7 | [完成][未完成]
8 | 迎击成功次数: $prc[10]次
9 | 奖励: 积分15 切糕15
10 | 利用 陷阱迎击 属性成功迎击高伤陷阱(大于1000效)1次
11 |
13 | -------------------------------------------------------------------------------- /templates/default/achievement_11.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 真·地雷磁铁 7 | [完成][未完成]
8 | 遭遇次数: $prc[11]次
9 | 奖励: 积分100 切糕100
10 | 遭遇400次陷阱
11 |
13 | -------------------------------------------------------------------------------- /templates/default/achievement_12.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | DeathNoter 7 | [完成][未完成]
8 | 完成次数: $prc[12]次
9 | 奖励: 积分30 切糕30
10 | 使用野生的 ■DeathNote■ 杀死一名玩家。
11 |
13 | -------------------------------------------------------------------------------- /templates/default/achievement_20.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 寻星急袭 7 | [完成][未完成]
8 | 击破次数: $prc[20]次
9 | 奖励: 积分268 切糕 263 称号 寻星者
10 | 击破虚子
11 |
13 | -------------------------------------------------------------------------------- /templates/default/achievement_21.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 权限【哔】的最期 7 | [完成][未完成]
8 | 击破次数: $prc[21]次
9 | 奖励: 积分233 切糕 233 称号 寂静洪流
10 | 击破水月
11 |
13 | -------------------------------------------------------------------------------- /templates/default/achievement_22.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 233MAX 7 | [完成][未完成]
8 | 击破次数: $prc[22]次
9 | 奖励: 积分2333 称号 l33t
10 | 击破天神冴月麟
11 |
13 | -------------------------------------------------------------------------------- /templates/default/achievement_23.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 真名解放 7 | [完成][未完成]
8 | 击破次数: $prc[23]次
9 | 奖励: 切糕 888 称号 赌玉狂魔
10 | 击破天神四面
11 |
13 | -------------------------------------------------------------------------------- /templates/default/achievement_24.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 逆推 7 | [完成][未完成]
8 | 击破次数: $prc[24]次
9 | 奖励: 积分 211 切糕 299 称号 时代眼泪
10 | 击破北京推倒你
11 |
13 | -------------------------------------------------------------------------------- /templates/default/achievement_25.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 一尸两命 7 | [完成][未完成]
8 | 击破次数: $prc[25]次
9 | 奖励: 积分 111 切糕 333 称号 卸腿者
10 | 击破Yoshiko-G
11 |
13 | -------------------------------------------------------------------------------- /templates/default/achievement_255.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 13 | 14 |
4 | 5 | 7 | 实装中成就 8 | [实装中]
9 | 这里将会有一个新成就!
10 | 敬请期待!
11 | 预计实装版本:
YELLOWKNIFE 12 |
15 | -------------------------------------------------------------------------------- /templates/default/achievement_26.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 正直者之死 7 | [完成][未完成]
8 | 击破次数: $prc[26]次
9 | 奖励: 积分 1 切糕 111 称号 吉祥物
10 | 击破便当盒
11 |
13 | -------------------------------------------------------------------------------- /templates/default/achievement_3.htm2: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | NPC杀手 7 | [完成][未完成]
8 | 击杀总数: $prc[3]名
9 | 奖励: 积分100 切糕50
10 | 击杀1500名NPC。
11 |
13 | -------------------------------------------------------------------------------- /templates/default/achievement_32.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 10 |
3 | 4 | 6 | kernel on chessboard0xFFFFFFFFFFFFFFFF 7 | [完成][未完成]
8 | s=1;t=1;
for (i=1;i<=63;i++){
    t*=2;s+=t;
}

9 |
11 | -------------------------------------------------------------------------------- /templates/default/achievement_33.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 14 |
3 | 4 | 6 | 7 | 诅咒之刃 8 | 诅咒之刃 9 | 10 | [完成][未完成]
11 | 完成次数: {$prc[33]}次
12 | 奖励: 切糕522 称号 剑圣
化解诅咒需以毒攻毒。豪运自然也不可或缺。
13 |
15 | -------------------------------------------------------------------------------- /templates/default/achievement_5.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 自作孽不可活 7 | [完成][未完成]
8 | 死亡次数: $prc[5]次
9 | 奖励: 积分10 切糕5
10 | 因触发了自己设置的陷阱而死亡1次
11 |
13 | -------------------------------------------------------------------------------- /templates/default/achievement_6.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 野生君的邂逅 7 | [完成][未完成]
8 | 死亡次数: $prc[6]次
9 | 奖励: 积分10 切糕15
10 | 因触发了陷阱 ★全地图唯一的野生高伤阔剑地雷★ 而死亡1次
11 |
13 | -------------------------------------------------------------------------------- /templates/default/achievement_7.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 野生君的暗恋 7 | [完成][未完成]
8 | 遭遇次数: $prc[7]次
9 | 奖励: 积分50 切糕120
10 | 遭遇陷阱 ★全地图唯一的野生高伤阔剑地雷★ 8次
11 |
13 | -------------------------------------------------------------------------------- /templates/default/achievement_8.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 这么死也值了! 7 | [完成][未完成]
8 | 死亡次数: $prc[8]次
9 | 奖励: 积分10 切糕10
10 | 因触发陷阱 ★一发逆转神话★ 而死亡1次
11 |
13 | -------------------------------------------------------------------------------- /templates/default/achievement_9.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 对下雷者的“大打击” 7 | [完成][未完成]
8 | 完成次数: $prc[9]次
9 | 奖励: 积分30 切糕15
10 | 在最大血量小于850时,中了陷阱 ☆★☆大打击☆★☆ 却未死亡1次
11 |
13 | -------------------------------------------------------------------------------- /templates/default/admin.htm: -------------------------------------------------------------------------------- 1 | {template header} 2 |
3 |
{lang admin}
4 |
$lang['mygroup'] $mygroup
5 |
$cmd_info
6 | 7 | $showdata 8 |
9 |
10 | 11 |
12 |
13 | 14 | {template admin_menu} 15 | 16 |
17 | {template footer} -------------------------------------------------------------------------------- /templates/default/areainfo.htm: -------------------------------------------------------------------------------- 1 | 现在的禁区是: 2 | $plsinfo[$arealist[$i]]  3 |
下回的禁区是: 4 | 5 | $areadata -------------------------------------------------------------------------------- /templates/default/backup_old_ach/achievement_1.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 清水池之王 7 | [完成][未完成]
8 | 最快速度: $prc[1]秒
9 | 奖励: 积分30 切糕16 称号 KEY男
10 | 在开局5分钟内合成物品【KEY系催泪弹】
11 |
13 | -------------------------------------------------------------------------------- /templates/default/backup_old_ach/achievement_16.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 只是运气好而已 7 | [完成][未完成]
8 | 完成次数: $prc[16]次
9 | 奖励: 积分150 称号 生存者
10 | 完成结局:最后幸存
11 |
13 | -------------------------------------------------------------------------------- /templates/default/backup_old_ach/achievement_17.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 麻烦制造机 7 | [完成][未完成]
8 | 完成次数: $prc[17]次
9 | 奖励: 切糕100 称号 叶子钦定!
10 | 完成结局:核爆全灭
11 |
13 | -------------------------------------------------------------------------------- /templates/default/backup_old_ach/achievement_18.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 最后的荣光 7 | [完成][未完成]
8 | 完成次数: $prc[18]次
9 | 奖励: 积分500 称号 最后的荣光
10 | 完成结局:锁定解除
11 |
13 | -------------------------------------------------------------------------------- /templates/default/backup_old_ach/achievement_19.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 奇迹的篝火 7 | [完成][未完成]
8 | 完成次数: $prc[19]次
9 | 奖励: 积分1000 切糕 1000 称号 奇迹的篝火
10 | 完成结局:幻境解离
11 |
13 | -------------------------------------------------------------------------------- /templates/default/backup_old_ach/achievement_28.htm: -------------------------------------------------------------------------------- 1 | 2 | 5 | 12 |
3 | 4 | 6 | 烈火疾风 7 | [完成][未完成]
8 | 最快速度: $prc[28]秒
9 | 奖励: 积分250 称号 神触
10 | 在开局30分钟内开启死斗模式
11 |
13 | -------------------------------------------------------------------------------- /templates/default/backup_old_ach/user_end_achievement.htm: -------------------------------------------------------------------------------- 1 |
{lang end_achievement}
2 | 这里是与游戏结局相关的成就。
虽说有些看起来帮助中没提到,但找寻它们也正是这游戏的醍醐味之一。
3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
{template achievement_16}{template achievement_17}{template achievement_18}
{template achievement_19}{template achievement_34}
14 | -------------------------------------------------------------------------------- /templates/default/battleresult.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /templates/default/bra.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/templates/default/bra.htm -------------------------------------------------------------------------------- /templates/default/css.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/adaedc0b2f0ec58ba53d6b126f8ed8ef1613f103/templates/default/css.htm -------------------------------------------------------------------------------- /templates/default/death.htm: -------------------------------------------------------------------------------- 1 |
2 |
$stateinfo[$state]
3 |
$dinfo[$state]
4 |
死亡时间:$dtime
5 |
凶手:$kname
6 |
7 | 你死了。 8 |

9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /templates/default/error.htm: -------------------------------------------------------------------------------- 1 | {template header} 2 |
$message 3 |
4 | file=$file
line=$line 5 |
6 |
7 | 8 |
9 | {template footer} 10 | -------------------------------------------------------------------------------- /templates/default/findneut.htm: -------------------------------------------------------------------------------- 1 |

-------------------------------------------------------------------------------- /templates/default/fishing.htm: -------------------------------------------------------------------------------- 1 | 你正在{$plsinfo[$pls]}钓鱼,同时{$restinfo[$state]}中...
2 | 已钓到 {$fishing_count} 个物品
3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /templates/default/headlink.htm: -------------------------------------------------------------------------------- 1 | 13 | -------------------------------------------------------------------------------- /templates/default/item.htm: -------------------------------------------------------------------------------- 1 | 2 |  返回
3 | 4 | 5 | 你想对什么使用毒药?
6 | 7 | 8 |

9 | 10 | -------------------------------------------------------------------------------- /templates/default/itemout.htm: -------------------------------------------------------------------------------- 1 | 你想从背包内取出哪件道具?
2 | 3 | 4 | 5 |
6 | 7 | {$itemlist[$iid]['itm']}/{$itemlist[$iid]['itme']}/{$itemlist[$iid]['itms']}
8 | 9 |
10 | -------------------------------------------------------------------------------- /templates/default/lastnews.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/default/map.htm: -------------------------------------------------------------------------------- 1 | {template header} 2 | 3 | 4 |
{lang maptitle}
5 |
6 |
7 |
$mapcontent
8 |

红字=禁区黄字=即将成为禁区绿字=正常通行

9 |
10 | {template footer} -------------------------------------------------------------------------------- /templates/default/message_page.htm: -------------------------------------------------------------------------------- 1 | {template header} 2 |
{lang messages}
3 |
4 |
5 |
6 |
7 | 8 | 9 |
10 | {template messages} 11 |
12 |
13 |
14 |
15 | {template footer} -------------------------------------------------------------------------------- /templates/default/oneonone.htm: -------------------------------------------------------------------------------- 1 | 2 | 确实想要约战吗?(约战后不可取消!)

3 | 请写下对方的名字(留空为不约战)

4 |
5 |
6 | -------------------------------------------------------------------------------- /templates/default/radar.htm: -------------------------------------------------------------------------------- 1 | {$radarscreen} -------------------------------------------------------------------------------- /templates/default/radarcmd.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /templates/default/record.htm: -------------------------------------------------------------------------------- 1 | {template header} 2 | 3 |
回放录像
4 |
5 |
6 | 7 |
8 | 9 |
10 | 11 | {template footer} 12 | -------------------------------------------------------------------------------- /templates/default/report.htm: -------------------------------------------------------------------------------- 1 | {template header} 2 | 3 | 4 | 5 |
6 | 7 |
8 | 9 | {template footer} -------------------------------------------------------------------------------- /templates/default/sp_pose.htm: -------------------------------------------------------------------------------- 1 | 想采取什么基本姿态?
2 | 3 | 4 | 返回

5 | 6 | $poseinfo[$key]
7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /templates/default/sp_pswd.htm: -------------------------------------------------------------------------------- 1 | 请输入旧密码和新密码,20个字以内。留空为不修改。
2 | 3 | 4 |
旧密码:
5 |
6 |
新密码:
7 |
8 |
重复输入:
9 |
10 | 11 |
12 | -------------------------------------------------------------------------------- /templates/default/sp_tac.htm: -------------------------------------------------------------------------------- 1 | 想采取什么应战策略?
2 | 3 | 4 | 返回

5 | 6 | $tacinfo[$key]
7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /templates/default/sp_word.htm: -------------------------------------------------------------------------------- 1 | 想改变什么话?(留空为不修改)
2 | 3 | 4 |
座右铭 :
5 |
写下代表你性格的一句话,30个字以内。 6 |
留 言 :
7 |
写下你杀死对手的留言,30个字以内。 8 |
遗 言 :
9 |
写下你不幸被害时的台词,30个字以内。 10 |
11 |
12 | -------------------------------------------------------------------------------- /templates/default/special.htm: -------------------------------------------------------------------------------- 1 | 2 | 现在想要做什么?

3 | 4 | 返回
5 | 6 | 7 | -------------------------------------------------------------------------------- /templates/default/useradvdata.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | 10 |
4 | 5 | 6 | 7 |
{template usergdicon}
    {template userwords}
8 |
-------------------------------------------------------------------------------- /templates/default/usercrdtsdata.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 9 | 12 | 13 | 14 | 17 | 20 | 23 | 24 |
4 | {lang credits} 5 | 7 | $credits 8 | 10 | {lang credits}兑换已关闭,每次参与的游戏结束会自动发放10切糕。 11 |
15 | {lang credits2} 16 | 18 | $credits2 19 | 21 | {lang credits2}兑换也已关闭 22 |
-------------------------------------------------------------------------------- /templates/default/vnworld.htm: -------------------------------------------------------------------------------- 1 | {template header} 2 |
3 |
空想梦境
4 |
5 |
6 | 7 | 8 | 11 | 14 | 15 |
9 | 10 | 12 | $vnworld_notice 13 |
16 |
17 |
{template vn_records}
18 |
19 | {template footer} -------------------------------------------------------------------------------- /templates/default/winner.htm: -------------------------------------------------------------------------------- 1 | {template header} 2 | 历史优胜者 3 | 4 | 5 | {template winnerinfo} 6 | 7 |
8 | 9 |
10 | $hnewsinfo 11 |
12 | 13 |
14 | 15 | {template winnerlist} 16 | 17 | {template footer} 18 | -------------------------------------------------------------------------------- /yii: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env php 2 | run(); 18 | -------------------------------------------------------------------------------- /yii.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | @setlocal 3 | set YII_PATH=%~dp0 4 | if "%PHP_COMMAND%" == "" set PHP_COMMAND=php 5 | "%PHP_COMMAND%" "%YII_PATH%yii" %* 6 | @endlocal 7 | --------------------------------------------------------------------------------