实例介绍
因为农场文件太多,每次升级我们都完整打包,...到服务器上面把现在在用的农场整个文件夹改名,比如qqfarm_20100907 再把你构建好的最新农场上传上去 注意:所有版本上传后请确认qqfarm/core/data/ 目录有读写删权限
【实例截图】
【核心代码】
.
├── 63Fto70F.php
├── ExeBand.suo
├── QFarm自动构建工具V2.0.CMD
├── module下载地址.txt
├── source
│ ├── 4discuz
│ │ └── plugins
│ │ └── qqfarm
│ │ ├── core
│ │ │ ├── api
│ │ │ │ └── discuz
│ │ │ │ ├── main.php
│ │ │ │ ├── savepic_gbk.php
│ │ │ │ └── savepic_utf8.php
│ │ │ └── config
│ │ │ ├── _qsc.php
│ │ │ └── api
│ │ │ └── discuz.php
│ │ ├── discuz_plugin_qqfarm_SC_GBK.xml
│ │ ├── discuz_plugin_qqfarm_SC_UTF8.xml
│ │ ├── install.php
│ │ ├── qqfarm.inc.php
│ │ ├── sql.txt
│ │ ├── static
│ │ │ ├── dlbox.png
│ │ │ ├── farm.gif
│ │ │ ├── loading.gif
│ │ │ ├── mp3player_bottom.jpg
│ │ │ └── style.css
│ │ ├── templates
│ │ │ ├── qqfarm.gbk.htm
│ │ │ └── qqfarm.utf-8.htm
│ │ ├── uninstall.php
│ │ └── upgrade.php
│ ├── 4discuzx
│ │ ├── crossdomain.xml
│ │ ├── source
│ │ │ └── plugin
│ │ │ └── qqfarm
│ │ │ ├── admincp.inc.php
│ │ │ ├── core
│ │ │ │ ├── api
│ │ │ │ │ └── discuzx
│ │ │ │ │ ├── main.php
│ │ │ │ │ ├── savepic_gbk.php
│ │ │ │ │ └── savepic_utf-8.php
│ │ │ │ └── config
│ │ │ │ ├── _qsc.php
│ │ │ │ └── api
│ │ │ │ └── discuzx.php
│ │ │ ├── discuz_plugin_qqfarm_SC_GBK.xml
│ │ │ ├── discuz_plugin_qqfarm_SC_UTF8.xml
│ │ │ ├── install.php
│ │ │ ├── qqfarm.inc.php
│ │ │ ├── qqfarm_home.inc.php
│ │ │ ├── sql.txt
│ │ │ ├── static
│ │ │ │ ├── dlbox.png
│ │ │ │ ├── farm.gif
│ │ │ │ ├── loading.gif
│ │ │ │ ├── mp3player_bottom.jpg
│ │ │ │ └── style.css
│ │ │ ├── template
│ │ │ │ ├── qqfarm.gbk.htm
│ │ │ │ └── qqfarm.utf-8.htm
│ │ │ ├── uninstall.php
│ │ │ └── upgrade.php
│ │ └── static
│ │ └── image
│ │ └── feed
│ │ └── farm.gif
│ ├── 4phpwind
│ │ └── hack
│ │ └── qqfarm
│ │ ├── admin.php
│ │ ├── core
│ │ │ ├── api
│ │ │ │ └── phpwind
│ │ │ │ ├── main.php
│ │ │ │ ├── savepic_gbk.php
│ │ │ │ ├── savepic_utf8.php
│ │ │ │ └── 用不了试下这个 main.php
│ │ │ └── config
│ │ │ ├── _qsc.php
│ │ │ └── api
│ │ │ └── phpwind.php
│ │ ├── index.php
│ │ ├── info.xml-gbk
│ │ ├── info.xml-utf8
│ │ ├── sql.txt
│ │ ├── static
│ │ │ ├── dlbox.png
│ │ │ ├── farm.gif
│ │ │ ├── loading.gif
│ │ │ ├── mp3player_bottom.jpg
│ │ │ └── style.css
│ │ └── template
│ │ ├── qqfarm.gbk.htm
│ │ └── qqfarm.utf-8.htm
│ ├── 4ucenter
│ │ ├── api
│ │ │ └── uc.php
│ │ ├── common.php
│ │ ├── config.php
│ │ ├── core
│ │ │ ├── api
│ │ │ │ └── ucenter
│ │ │ │ ├── main.php
│ │ │ │ ├── savepic_gbk.php
│ │ │ │ └── savepic_utf8.php
│ │ │ └── config
│ │ │ ├── _qsc.php
│ │ │ └── api
│ │ │ └── ucenter.php
│ │ ├── crossdomain.xml
│ │ ├── index.php
│ │ ├── source
│ │ │ ├── common.func.php
│ │ │ ├── mod
│ │ │ │ ├── login.php
│ │ │ │ └── logout.php
│ │ │ ├── mysql.class.php
│ │ │ └── template.class.php
│ │ ├── uc_client
│ │ │ ├── client.php
│ │ │ ├── control
│ │ │ │ ├── app.php
│ │ │ │ ├── cache.php
│ │ │ │ ├── domain.php
│ │ │ │ ├── feed.php
│ │ │ │ ├── friend.php
│ │ │ │ ├── index.htm
│ │ │ │ ├── mail.php
│ │ │ │ ├── pm.php
│ │ │ │ ├── tag.php
│ │ │ │ └── user.php
│ │ │ ├── data
│ │ │ │ ├── cache
│ │ │ │ │ └── index.htm
│ │ │ │ └── index.htm
│ │ │ ├── index.htm
│ │ │ ├── lib
│ │ │ │ ├── db.class.php
│ │ │ │ ├── index.htm
│ │ │ │ ├── sendmail.inc.php
│ │ │ │ ├── uccode.class.php
│ │ │ │ └── xml.class.php
│ │ │ └── model
│ │ │ ├── app.php
│ │ │ ├── base.php
│ │ │ ├── cache.php
│ │ │ ├── domain.php
│ │ │ ├── friend.php
│ │ │ ├── index.htm
│ │ │ ├── mail.php
│ │ │ ├── misc.php
│ │ │ ├── note.php
│ │ │ ├── pm.php
│ │ │ ├── tag.php
│ │ │ └── user.php
│ │ └── view
│ │ └── api_ucenter
│ │ ├── images
│ │ │ ├── dlbox.png
│ │ │ ├── farm.gif
│ │ │ ├── loading.gif
│ │ │ ├── main.js
│ │ │ ├── mp3player_bottom.jpg
│ │ │ └── style.css
│ │ ├── index.htm
│ │ ├── login.htm
│ │ └── main.htm
│ ├── 4uchome
│ │ ├── crossdomain.xml
│ │ ├── image
│ │ │ ├── app
│ │ │ │ └── farm.gif
│ │ │ └── icon
│ │ │ └── farm.gif
│ │ ├── qqfarm
│ │ │ ├── core
│ │ │ │ ├── api
│ │ │ │ │ └── uchome
│ │ │ │ │ ├── main.php
│ │ │ │ │ ├── savepic_gbk.php
│ │ │ │ │ └── savepic_utf8.php
│ │ │ │ └── config
│ │ │ │ ├── _qsc.php
│ │ │ │ └── api
│ │ │ │ └── uchome.php
│ │ │ ├── qqfarm.inc.php
│ │ │ ├── static
│ │ │ │ ├── dlbox.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── mp3player_bottom.jpg
│ │ │ │ └── style.css
│ │ │ └── template
│ │ │ ├── qqfarm.gbk.htm
│ │ │ └── qqfarm.utf-8.htm
│ │ └── qqfarm.php
│ └── core
│ ├── admin.php
│ ├── api
│ │ └── savepic.php
│ ├── common.php
│ ├── config
│ │ ├── _hide.php
│ │ ├── _init.php
│ │ ├── _notice.php
│ │ ├── _vip.php
│ │ ├── api
│ │ ├── mc
│ │ │ ├── animaltime.php
│ │ │ ├── animaltype.php
│ │ │ ├── crystalinf.php
│ │ │ ├── itemtype.php
│ │ │ ├── toolstype.php
│ │ │ └── wildinf.php
│ │ └── nc
│ │ ├── allflower.php
│ │ ├── cropstime.php
│ │ ├── cropstype.php
│ │ ├── fishtype.php
│ │ ├── itemtype.php
│ │ ├── toolstype.php
│ │ ├── upblack.php
│ │ └── upgrade.php
│ ├── data
│ │ ├── cron
│ │ │ └── index.htm
│ │ ├── friend
│ │ ├── logs
│ │ │ └── index.htm
│ │ ├── mc
│ │ ├── nc
│ │ └── view
│ │ └── index.htm
│ ├── index.php
│ ├── mymc.php
│ ├── mync.php
│ ├── nmc.php
│ ├── pay.php
│ ├── script.php
│ ├── source
│ │ ├── admin
│ │ │ └── mod
│ │ │ ├── animaltype_edit.php
│ │ │ ├── animaltype_list.php
│ │ │ ├── cropstype_edit.php
│ │ │ ├── cropstype_list.php
│ │ │ ├── fishtype_edit.php
│ │ │ ├── fishtype_list.php
│ │ │ ├── home.php
│ │ │ ├── itemtype_edit.php
│ │ │ ├── itemtype_list.php
│ │ │ ├── mctoolstype_edit.php
│ │ │ ├── mctoolstype_list.php
│ │ │ ├── notice.php
│ │ │ ├── quick.php
│ │ │ ├── quick_gift.php
│ │ │ ├── syncdata
│ │ │ │ ├── inc_common.php
│ │ │ │ ├── mc_animal.php
│ │ │ │ ├── mc_item.php
│ │ │ │ ├── nc_crop.php
│ │ │ │ ├── nc_item.php
│ │ │ │ └── swf.php
│ │ │ ├── syncdata.php
│ │ │ ├── system.php
│ │ │ ├── toolstype_edit.php
│ │ │ ├── toolstype_list.php
│ │ │ ├── user_delete.php
│ │ │ ├── user_edit back.php
│ │ │ ├── user_edit.php
│ │ │ └── user_list.php
│ │ ├── cache.func.php
│ │ ├── common.func.php
│ │ ├── cron
│ │ │ ├── daily.php
│ │ │ ├── run.php
│ │ │ ├── vip.php
│ │ │ └── weather.php
│ │ ├── feed.func.php
│ │ ├── json.func.php
│ │ ├── mc
│ │ │ ├── mod
│ │ │ │ ├── cgi_accept_gift.php
│ │ │ │ ├── cgi_active_guard.php
│ │ │ │ ├── cgi_active_item.php
│ │ │ │ ├── cgi_animal_tips.php
│ │ │ │ ├── cgi_buy_animal.php
│ │ │ │ ├── cgi_buy_food.php
│ │ │ │ ├── cgi_buy_guard.php
│ │ │ │ ├── cgi_buy_item.php
│ │ │ │ ├── cgi_clear_log.php
│ │ │ │ ├── cgi_demolish_pasture.php
│ │ │ │ ├── cgi_donate_animal.php
│ │ │ │ ├── cgi_enter.php
│ │ │ │ ├── cgi_farm_activity.php
│ │ │ │ ├── cgi_farm_adopt_beast.php
│ │ │ │ ├── cgi_farm_attack_beast.php
│ │ │ │ ├── cgi_farm_beast_getnick.php
│ │ │ │ ├── cgi_farm_buyweapon.php
│ │ │ │ ├── cgi_farm_ceremony_package.php
│ │ │ │ ├── cgi_farm_checkbitmap.php
│ │ │ │ ├── cgi_farm_donate_beast.php
│ │ │ │ ├── cgi_farm_exchange.php
│ │ │ │ ├── cgi_farm_get_bit.php
│ │ │ │ ├── cgi_farm_get_common_notice.php
│ │ │ │ ├── cgi_farm_get_moralexp.php
│ │ │ │ ├── cgi_farm_get_userbeast.php
│ │ │ │ ├── cgi_farm_get_usercrystal.php
│ │ │ │ ├── cgi_farm_getusercrop.php
│ │ │ │ ├── cgi_farm_hpage_beast.php
│ │ │ │ ├── cgi_farm_open_slot.php
│ │ │ │ ├── cgi_farm_pickup_crystal.php
│ │ │ │ ├── cgi_farm_qixiflag.php
│ │ │ │ ├── cgi_farm_raise_beast.php
│ │ │ │ ├── cgi_farm_reward_beast.php
│ │ │ │ ├── cgi_farm_sell_crystal.php
│ │ │ │ ├── cgi_farm_set_lock.php
│ │ │ │ ├── cgi_farm_shop_verify.php
│ │ │ │ ├── cgi_farm_tree.php
│ │ │ │ ├── cgi_farm_tree_mcqqalarmclock.php
│ │ │ │ ├── cgi_feed_food.php
│ │ │ │ ├── cgi_feed_special.php
│ │ │ │ ├── cgi_feedcan.php
│ │ │ │ ├── cgi_fetch_package_flags.php
│ │ │ │ ├── cgi_fetch_strategy_rules.php
│ │ │ │ ├── cgi_fight.php
│ │ │ │ ├── cgi_get_animals.php
│ │ │ │ ├── cgi_get_exp.php
│ │ │ │ ├── cgi_get_food.php
│ │ │ │ ├── cgi_get_gifts.php
│ │ │ │ ├── cgi_get_items.php
│ │ │ │ ├── cgi_get_notice.php
│ │ │ │ ├── cgi_get_package.php
│ │ │ │ ├── cgi_get_parade.php
│ │ │ │ ├── cgi_get_rep_history.php
│ │ │ │ ├── cgi_get_repertory.php
│ │ │ │ ├── cgi_get_repertory_animal.php
│ │ │ │ ├── cgi_get_thanks_package.php
│ │ │ │ ├── cgi_get_toollist.php
│ │ │ │ ├── cgi_get_user_info.php
│ │ │ │ ├── cgi_get_userguard.php
│ │ │ │ ├── cgi_get_useritem.php
│ │ │ │ ├── cgi_harvest_product.php
│ │ │ │ ├── cgi_help_pasture.php
│ │ │ │ ├── cgi_hide_guard.php
│ │ │ │ ├── cgi_pasture_activity.php
│ │ │ │ ├── cgi_pasture_adopt_animal.php
│ │ │ │ ├── cgi_pasture_checkbitmap.php
│ │ │ │ ├── cgi_pasture_chunjie.php
│ │ │ │ ├── cgi_pasture_create_animal.php
│ │ │ │ ├── cgi_pasture_crystal_blessing.php
│ │ │ │ ├── cgi_pasture_hourglass.php
│ │ │ │ ├── cgi_pasture_login_click.php
│ │ │ │ ├── cgi_pasture_login_home.php
│ │ │ │ ├── cgi_pasture_research.php
│ │ │ │ ├── cgi_pasture_shop_pay.php
│ │ │ │ ├── cgi_post_product.php
│ │ │ │ ├── cgi_raise_cub.php
│ │ │ │ ├── cgi_risk_break_checkpoint.php
│ │ │ │ ├── cgi_risk_cancel_award.php
│ │ │ │ ├── cgi_risk_collect_single_award.php
│ │ │ │ ├── cgi_risk_get_info.php
│ │ │ │ ├── cgi_sale_cub.php
│ │ │ │ ├── cgi_sale_product.php
│ │ │ │ ├── cgi_set_parade.php
│ │ │ │ ├── cgi_signin.php
│ │ │ │ ├── cgi_steal_product.php
│ │ │ │ ├── cgi_up_animalhouse.php
│ │ │ │ ├── cgi_up_animalhouse_query.php
│ │ │ │ ├── cgi_up_task_1.php
│ │ │ │ ├── cgi_up_task_2.php
│ │ │ │ ├── cgi_ws_com.php
│ │ │ │ ├── chat_clearchat.php
│ │ │ │ ├── chat_getallinfo.php
│ │ │ │ ├── chat_sendchat.php
│ │ │ │ ├── fcg_ws_get_costfeeds.php
│ │ │ │ ├── friend.php
│ │ │ │ ├── gb_buy.php
│ │ │ │ ├── get_userprop.php
│ │ │ │ ├── hydra_feeds_delete.php
│ │ │ │ ├── hydra_feeds_select.php
│ │ │ │ ├── my_calendar_agenda_batch_get.php
│ │ │ │ ├── repertory_sale.php
│ │ │ │ ├── repertory_saleall.php
│ │ │ │ ├── shop_verify.php
│ │ │ │ ├── sysmsg_select.php
│ │ │ │ ├── xiaoyoucgi_farm_get_halloweenseed.php
│ │ │ │ ├── xiaoyoucgi_farm_halloween.php
│ │ │ │ ├── xiaoyoucgi_farm_qixiflag.php
│ │ │ │ ├── xiaoyoucgi_pasture_activity.php
│ │ │ │ └── xiaoyoucgi_putin.php
│ │ │ ├── plus
│ │ │ │ ├── bad_mc.php
│ │ │ │ ├── beasts_info.php
│ │ │ │ └── beasts_return.php
│ │ │ └── user_init.php
│ │ ├── mysql.class.php
│ │ ├── nc
│ │ │ ├── mission
│ │ │ │ ├── 0312_gift.php
│ │ │ │ ├── 0312_npc.php
│ │ │ │ ├── 0312_vars.php
│ │ │ │ ├── 0415_gift.php
│ │ │ │ ├── 0415_npc.php
│ │ │ │ ├── 0415_vars.php
│ │ │ │ ├── 0415_vars_2.php
│ │ │ │ ├── 0520_gift.php
│ │ │ │ ├── 0520_npc.php
│ │ │ │ ├── 0520_vars.php
│ │ │ │ ├── 0520_vars_2.php
│ │ │ │ └── year_gift.php
│ │ │ ├── mod
│ │ │ │ ├── cgi_farm_activity.php
│ │ │ │ ├── cgi_farm_adopt_beast.php
│ │ │ │ ├── cgi_farm_attack_beast.php
│ │ │ │ ├── cgi_farm_beast_getnick.php
│ │ │ │ ├── cgi_farm_buyitem.php
│ │ │ │ ├── cgi_farm_buyweapon.php
│ │ │ │ ├── cgi_farm_ceremony_package.php
│ │ │ │ ├── cgi_farm_donate_beast.php
│ │ │ │ ├── cgi_farm_exchange.php
│ │ │ │ ├── cgi_farm_flower_get_card.php
│ │ │ │ ├── cgi_farm_flower_received.php
│ │ │ │ ├── cgi_farm_flower_send.php
│ │ │ │ ├── cgi_farm_get_moralexp.php
│ │ │ │ ├── cgi_farm_get_userbeast.php
│ │ │ │ ├── cgi_farm_get_usercrystal.php
│ │ │ │ ├── cgi_farm_getstatus_filter.php
│ │ │ │ ├── cgi_farm_getusercrop.php
│ │ │ │ ├── cgi_farm_guang_gun.php
│ │ │ │ ├── cgi_farm_halloweeneve_bonus.php
│ │ │ │ ├── cgi_farm_halloweeneve_initview.php
│ │ │ │ ├── cgi_farm_hpage_beast.php
│ │ │ │ ├── cgi_farm_item_vip.php
│ │ │ │ ├── cgi_farm_landext_fund.php
│ │ │ │ ├── cgi_farm_login_click.php
│ │ │ │ ├── cgi_farm_login_home.php
│ │ │ │ ├── cgi_farm_newyear_getflag.php
│ │ │ │ ├── cgi_farm_open_slot.php
│ │ │ │ ├── cgi_farm_pickup_crystal.php
│ │ │ │ ├── cgi_farm_raise_beast.php
│ │ │ │ ├── cgi_farm_request_count.php
│ │ │ │ ├── cgi_farm_request_list.php
│ │ │ │ ├── cgi_farm_reward_beast.php
│ │ │ │ ├── cgi_farm_seed_list.php
│ │ │ │ ├── cgi_farm_seed_sell.php
│ │ │ │ ├── cgi_farm_sell_crystal.php
│ │ │ │ ├── cgi_farm_set_lock.php
│ │ │ │ ├── cgi_farm_shop_pay.php
│ │ │ │ ├── cgi_farm_shop_pay11.php
│ │ │ │ ├── cgi_farm_shop_verify.php
│ │ │ │ ├── cgi_farm_sx_list.php
│ │ │ │ ├── cgi_farm_sx_ref.php
│ │ │ │ ├── cgi_farm_thanksgiving_initview.php
│ │ │ │ ├── cgi_farm_thanksgiving_setfree.php
│ │ │ │ ├── cgi_farm_tree.php
│ │ │ │ ├── cgi_farm_tree_qqalarmclock.php
│ │ │ │ ├── cgi_farm_upgrade.php
│ │ │ │ ├── cgi_farm_upgrade_black.php
│ │ │ │ ├── cgi_farm_upgrade_gold.php
│ │ │ │ ├── cgi_fetch_package_flags.php
│ │ │ │ ├── cgi_fetch_strategy_rules.php
│ │ │ │ ├── cgi_fish_buy.php
│ │ │ │ ├── cgi_fish_fertilize.php
│ │ │ │ ├── cgi_fish_getall.php
│ │ │ │ ├── cgi_fish_harvest.php
│ │ │ │ ├── cgi_fish_index.php
│ │ │ │ ├── cgi_fish_list.php
│ │ │ │ ├── cgi_fish_output.php
│ │ │ │ ├── cgi_fish_plant.php
│ │ │ │ ├── cgi_fish_register.php
│ │ │ │ ├── cgi_fish_rep_lock.php
│ │ │ │ ├── cgi_fish_sale.php
│ │ │ │ ├── cgi_fish_steal.php
│ │ │ │ ├── cgi_fish_unlock.php
│ │ │ │ ├── cgi_fish_user_rep.php
│ │ │ │ ├── cgi_get_thanks_package.php
│ │ │ │ ├── cgi_pasture_checkbitmap.php
│ │ │ │ ├── cgi_pasture_chunjie.php
│ │ │ │ ├── cgi_pasture_signin.php
│ │ │ │ ├── cgi_register.php
│ │ │ │ ├── cgi_ua_stat.php
│ │ │ │ ├── cgi_ws_com.php
│ │ │ │ ├── chat_clearchat.php
│ │ │ │ ├── chat_clearlog.php
│ │ │ │ ├── chat_getallinfo.php
│ │ │ │ ├── chat_sendchat.php
│ │ │ │ ├── dog_feedmoney.php
│ │ │ │ ├── farmlandstatus_clearweed.php
│ │ │ │ ├── farmlandstatus_fertilize.php
│ │ │ │ ├── farmlandstatus_getoutput.php
│ │ │ │ ├── farmlandstatus_harvest.php
│ │ │ │ ├── farmlandstatus_pest.php
│ │ │ │ ├── farmlandstatus_planting.php
│ │ │ │ ├── farmlandstatus_scarify.php
│ │ │ │ ├── farmlandstatus_scatterseed.php
│ │ │ │ ├── farmlandstatus_scrounge.php
│ │ │ │ ├── farmlandstatus_spraying.php
│ │ │ │ ├── farmlandstatus_water.php
│ │ │ │ ├── fcg_ws_get_costfeeds.php
│ │ │ │ ├── feast_getpackage.php
│ │ │ │ ├── feast_getpackagelist.php
│ │ │ │ ├── feast_levelup.php
│ │ │ │ ├── feeds_delete.php
│ │ │ │ ├── feeds_select.php
│ │ │ │ ├── friend.php
│ │ │ │ ├── friend_1-3.php
│ │ │ │ ├── gb_buy.php
│ │ │ │ ├── hydra_feeds_delete.php
│ │ │ │ ├── hydra_feeds_select.php
│ │ │ │ ├── item_activeitem.php
│ │ │ │ ├── item_buy.php
│ │ │ │ ├── item_deactiveitem.php
│ │ │ │ ├── item_getuseritems.php
│ │ │ │ ├── item_healthmode.php
│ │ │ │ ├── item_shop.php
│ │ │ │ ├── item_vip.php
│ │ │ │ ├── pasture_checkbitmap.php
│ │ │ │ ├── pasture_chunjie.php
│ │ │ │ ├── price_goods.php
│ │ │ │ ├── qqshow_activeitem.php
│ │ │ │ ├── qqshow_deactiveitem.php
│ │ │ │ ├── repertory_buyseed.php
│ │ │ │ ├── repertory_getusercrop.php
│ │ │ │ ├── repertory_getuserseed.php
│ │ │ │ ├── repertory_sale.php
│ │ │ │ ├── repertory_saleall.php
│ │ │ │ ├── request_get_count.php
│ │ │ │ ├── seed_list.php
│ │ │ │ ├── seed_sell.php
│ │ │ │ ├── set_lock.php
│ │ │ │ ├── shop_verify.php
│ │ │ │ ├── sysmsg_select.php
│ │ │ │ ├── task_accept.php
│ │ │ │ ├── task_activity.php
│ │ │ │ ├── task_checkbitmap.php
│ │ │ │ ├── task_halloween.php
│ │ │ │ ├── task_halloweenseed.php
│ │ │ │ ├── task_npc.php
│ │ │ │ ├── task_putin.php
│ │ │ │ ├── task_qixiflag.php
│ │ │ │ ├── task_update.php
│ │ │ │ ├── user_card.php
│ │ │ │ ├── user_case.php
│ │ │ │ ├── user_checkstatus.php
│ │ │ │ ├── user_costfeeds.php
│ │ │ │ ├── user_del.php
│ │ │ │ ├── user_exchange.php
│ │ │ │ ├── user_getnotice.php
│ │ │ │ ├── user_qqshow.php
│ │ │ │ ├── user_received.php
│ │ │ │ ├── user_reclaim.php
│ │ │ │ ├── user_reclaimpay.php
│ │ │ │ ├── user_run.php
│ │ │ │ ├── user_send.php
│ │ │ │ ├── user_upgrade.php
│ │ │ │ ├── user_welcome.php
│ │ │ │ ├── usertool_buytool.php
│ │ │ │ ├── usertool_getseedinfo.php
│ │ │ │ ├── usertool_gettools.php
│ │ │ │ └── view_fcg.php
│ │ │ ├── plus
│ │ │ │ ├── bad_nc.php
│ │ │ │ ├── beast_info.php
│ │ │ │ ├── beasts_return.php
│ │ │ │ └── levelup.php
│ │ │ └── user_init.php
│ │ ├── script
│ │ │ ├── common.js
│ │ │ ├── help
│ │ │ │ ├── help.js
│ │ │ │ ├── info_mc.js
│ │ │ │ └── info_nc.js
│ │ │ ├── js
│ │ │ │ ├── appclientlib.js
│ │ │ │ ├── c1.js
│ │ │ │ ├── c2.js
│ │ │ │ ├── conf.js
│ │ │ │ ├── config.js
│ │ │ │ ├── dialog.js
│ │ │ │ ├── dragdrop.js
│ │ │ │ ├── friendSelector.js
│ │ │ │ ├── pinyin.js
│ │ │ │ ├── qbs.js
│ │ │ │ ├── qz_dialog.css
│ │ │ │ ├── qzfl_for_qzone.js
│ │ │ │ ├── qzfl_lite.js
│ │ │ │ ├── sprite.png
│ │ │ │ └── stat.js
│ │ │ ├── main.js
│ │ │ ├── squery
│ │ │ │ ├── dialog.js
│ │ │ │ ├── json2.js
│ │ │ │ └── squery.js
│ │ │ └── swfobject
│ │ │ ├── expressInstall.swf
│ │ │ └── swfobject.js
│ │ ├── template.class.php
│ │ ├── tools
│ │ │ └── mod
│ │ │ ├── exchange.php
│ │ │ ├── help.php
│ │ │ ├── market_mc.php
│ │ │ ├── market_nc.php
│ │ │ ├── market_rand.inc.php
│ │ │ ├── setting.php
│ │ │ ├── top.php
│ │ │ └── vip.php
│ │ └── xml
│ │ └── mod
│ │ ├── mc_card.php
│ │ ├── mc_data.php
│ │ ├── mc_main.php
│ │ ├── nc_addon.php
│ │ ├── nc_data.php
│ │ ├── nc_farm.php
│ │ └── nc_main.php
│ ├── tools.php
│ ├── view
│ │ ├── qf_darkgreen
│ │ │ └── images
│ │ │ ├── get_flash_player.gif
│ │ │ ├── sprite.gif
│ │ │ ├── style.css
│ │ │ └── tubiao
│ │ │ ├── gx.png
│ │ │ ├── jb.png
│ │ │ ├── jb1.png
│ │ │ ├── jd.png
│ │ │ ├── jq.png
│ │ │ ├── ww.png
│ │ │ └── yb.png
│ │ └── qf_default
│ │ ├── admin
│ │ │ ├── animaltype_edit.htm
│ │ │ ├── animaltype_list.htm
│ │ │ ├── cropstype_edit.htm
│ │ │ ├── cropstype_list.htm
│ │ │ ├── fishtype_edit.htm
│ │ │ ├── fishtype_list.htm
│ │ │ ├── home.htm
│ │ │ ├── inc_footer.htm
│ │ │ ├── inc_header.htm
│ │ │ ├── itemtype_edit.htm
│ │ │ ├── itemtype_list.htm
│ │ │ ├── mctoolstype_edit.htm
│ │ │ ├── mctoolstype_list.htm
│ │ │ ├── notice.htm
│ │ │ ├── quick.htm
│ │ │ ├── quick_gfit.htm
│ │ │ ├── syncdata
│ │ │ │ ├── mc_animal.htm
│ │ │ │ ├── mc_item.htm
│ │ │ │ ├── nc_crop.htm
│ │ │ │ ├── nc_item.htm
│ │ │ │ └── swf.htm
│ │ │ ├── syncdata.htm
│ │ │ ├── system.htm
│ │ │ ├── toolstype_edit.htm
│ │ │ ├── toolstype_list.htm
│ │ │ ├── user_edit.htm
│ │ │ └── user_list.htm
│ │ ├── closed.htm
│ │ ├── images
│ │ │ ├── dlbox.png
│ │ │ ├── friend_selector.css
│ │ │ ├── friend_selector.png
│ │ │ ├── get_flash_player.gif
│ │ │ ├── icon
│ │ │ │ ├── hide.gif
│ │ │ │ ├── msg.gif
│ │ │ │ ├── read.gif
│ │ │ │ └── show.gif
│ │ │ ├── loading.gif
│ │ │ ├── style.css
│ │ │ ├── tab_bg.gif
│ │ │ ├── tab_bg_active.gif
│ │ │ ├── top
│ │ │ │ └── th.png
│ │ │ ├── tubiao
│ │ │ │ ├── gx.png
│ │ │ │ ├── jb.png
│ │ │ │ ├── jb1.png
│ │ │ │ ├── jd.png
│ │ │ │ ├── jq.png
│ │ │ │ ├── ww.png
│ │ │ │ └── yb.png
│ │ │ ├── vip
│ │ │ │ ├── bt.gif
│ │ │ │ └── line.gif
│ │ │ └── vip.css
│ │ ├── inc_footer.htm
│ │ ├── inc_header.htm
│ │ ├── inc_info.htm
│ │ ├── mc.htm
│ │ ├── nc.htm
│ │ ├── pay
│ │ │ ├── pay.htm
│ │ │ ├── share.css
│ │ │ ├── skin.css
│ │ │ ├── skin01.css
│ │ │ ├── skin1.png
│ │ │ └── tipsicon.png
│ │ ├── tools
│ │ │ ├── exchange.htm
│ │ │ ├── help.htm
│ │ │ ├── market_mc.htm
│ │ │ ├── market_mc_myitem.htm
│ │ │ ├── market_mc_myproduct.htm
│ │ │ ├── market_menu.htm
│ │ │ ├── market_nc.htm
│ │ │ ├── market_nc_myitem.htm
│ │ │ ├── market_nc_myproduct.htm
│ │ │ ├── setting.htm
│ │ │ ├── top.htm
│ │ │ └── vip.htm
│ │ └── vip
│ │ ├── 353
│ │ │ ├── is_year_vip.png
│ │ │ ├── no_year_vip.png
│ │ │ ├── vip_0.png
│ │ │ ├── vip_1.png
│ │ │ ├── vip_2.png
│ │ │ ├── vip_3.png
│ │ │ ├── vip_4.png
│ │ │ ├── vip_5.png
│ │ │ ├── vip_6.png
│ │ │ └── vip_7.png
│ │ ├── 358
│ │ │ ├── is_year_vip.png
│ │ │ ├── no_year_vip.png
│ │ │ ├── vip_0.png
│ │ │ ├── vip_1.png
│ │ │ ├── vip_2.png
│ │ │ ├── vip_3.png
│ │ │ ├── vip_4.png
│ │ │ ├── vip_5.png
│ │ │ ├── vip_6.png
│ │ │ └── vip_7.png
│ │ ├── json2.js
│ │ ├── mini_portal.js
│ │ ├── pro_1.jpg
│ │ ├── pro_2.jpg
│ │ ├── pro_3.jpg
│ │ ├── pro_4.jpg
│ │ ├── qbslib.js
│ │ ├── style.css
│ │ └── vip.htm
│ ├── vip.php
│ └── xml.php
├── 安装&升级
│ ├── 全新安装
│ │ └── install
│ │ ├── index.php
│ │ └── qfarm.sql
│ ├── 农场更新日志
│ │ ├── 更新日志(2.8-3.3).txt
│ │ ├── 更新日志(4.0-4.1).txt
│ │ ├── 更新日志(4.2).txt
│ │ ├── 更新日志(4.3).txt
│ │ ├── 更新日志(4.4).txt
│ │ ├── 更新日志(4.5).txt
│ │ ├── 更新日志(4.6).txt
│ │ ├── 更新日志(4.7).txt
│ │ ├── 更新日志(4.8).txt
│ │ ├── 更新日志(4.9).txt
│ │ ├── 更新日志(5.0).txt
│ │ ├── 更新日志(5.5).txt
│ │ ├── 更新日志(6.0 SP2).txt
│ │ ├── 更新日志(6.1).txt
│ │ └── 更新日志(6.3).txt
│ └── 数据库升级文件
│ ├── 41Fto43F.php
│ ├── 43Fto48F.php
│ ├── 43_B3to43F.php
│ ├── 45Fto46F.php
│ ├── 46Fto47F.php
│ ├── 47Fto48F.php
│ ├── 48B1to48F.php
│ ├── 50Fto51F.php
│ ├── 51Fto55F.php
│ ├── 55Fto60F.php
│ ├── 60to61F.php
│ ├── 61B3to61B4.php
│ ├── 61Fto62F.php
│ ├── 62B1to62F.php
│ ├── 62Fto62SP1.php
│ ├── 63B1to63B2.php
│ ├── 63B2to63B3.php
│ ├── 6B3to60F.php
│ ├── UCHome版[QFarm2.0-4.2F]
│ │ ├── QQ农牧场2.0升级到2.5
│ │ │ ├── uchome_happyfarm_mclogs.sql
│ │ │ ├── 升级说明.txt
│ │ │ └── 牧场新装饰updata.php
│ │ ├── QQ农牧场2.5升级到2.6
│ │ │ ├── 每日礼包.php
│ │ │ └── 升级说明.txt
│ │ ├── QQ农牧场2.6以后升级到3.2
│ │ │ ├── up_username.php
│ │ │ ├── update3.2.php
│ │ │ └── 升级说明.txt
│ │ ├── QQ农牧场3.2以后升级到3.3
│ │ │ ├── update3.3.php
│ │ │ └── 升级说明.txt
│ │ ├── QQ农牧场3.3以后升级到4.2F
│ │ │ ├── 3.3升级到4.0F.txt
│ │ │ ├── 33to40F.php
│ │ │ ├── 33to42B2.php
│ │ │ ├── 4.1F升级到4.2F.txt
│ │ │ ├── 40Bto40F.php
│ │ │ ├── 40Fto41F.php
│ │ │ ├── 40Fto42B2.php
│ │ │ ├── 41B2to41F.php
│ │ │ ├── 41Fto42B2.php
│ │ │ └── 42B1to42B2.php
│ │ └── 牧场新装饰updata.php
│ └── 建立数据库索引
│ ├── add_index.php
│ └── 使用说明.txt
├── 更新日志(7.0).txt
├── 好例子网_phpYe.QFarm7.0_Final_20120905.1700.7z
├── 第一次安装说明.html
└── 安装和升级农场说明.txt
128 directories, 700 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论