实例介绍
【实例简介】phpfreechat AJAX TXT聊天室
phpfreechat是一款基于PHP AJAX的聊天室系统,支持中文聊天,具有完备的后台管理体系,界面也不错,而且它免费、简单、安装方便,还可以将其定制为多语言聊天室,这没有用到MYSQL数据库,而是用一个完善的TXT文本...
文件清单
└── codefans.net
└── phpfreechat-1.1
├── AUTHORS.txt
├── checkmd5.php
├── COPYING.txt
├── data
│ ├── private
│ └── public
│ └── js
│ ├── activity.js
│ ├── compat.js
│ ├── cookie.js
│ ├── createstylerule.js
│ ├── image_preloader.js
│ ├── md5.js
│ ├── mousepos.js
│ ├── myprototype.js
│ ├── pfcclient.js
│ ├── pfcgui.js
│ ├── pfcprompt.js
│ ├── pfcresource.js
│ ├── prototype.js
│ ├── regex.js
│ ├── sprintf2.js
│ ├── utf8.js
│ └── xajax.js
├── demo
│ ├── demo10_in_chinese.php
│ ├── demo12_phoenity_smiley_theme.php
│ ├── demo13_in_german_informal_language.php
│ ├── demo14_in_german_formal_language.php
│ ├── demo15_multiple_channel.php
│ ├── demo16_in_arabic.php
│ ├── demo17_cerutti_smiley_theme.php
│ ├── demo18_phpbb2_smiley_theme.php
│ ├── demo19_in_japanese.php
│ ├── demo1_simple.php
│ ├── demo20_in_brazilian_portuguese.php
│ ├── demo21_with_hardcoded_urls.php
│ ├── demo22_in_serbian_croatian.php
│ ├── demo23_in_italian.php
│ ├── demo24_in_spanish.php
│ ├── demo25_in_indonesian.php
│ ├── demo26_in_swedish.php
│ ├── demo27_customized_command.php
│ ├── demo27_dice.class.php
│ ├── demo28_blune_theme.php
│ ├── demo28_mini_blune_theme.php
│ ├── demo29_in_russian.php
│ ├── demo2_simple_with_params.php
│ ├── demo31_show_who_is_online-chat.php
│ ├── demo31_show_who_is_online-config.php
│ ├── demo31_show_who_is_online-whoisonline.php
│ ├── demo32_show_last_messages-chat.php
│ ├── demo32_show_last_messages-config.php
│ ├── demo32_show_last_messages-showlastmsg.php
│ ├── demo33_in_portuguese_from_portugal.php
│ ├── demo34_add_a_link_on_nicknames
│ │ └── mytheme
│ │ └── customize.js.php
│ ├── demo34_add_a_link_on_nicknames.php
│ ├── demo36_in_ukrainian.php
│ ├── demo37_in_dutch_from_netherlands.php
│ ├── demo38_in_norwegian_bokmal.php
│ ├── demo39_in_bosnian.php
│ ├── demo3_client.php
│ ├── demo3_config.php
│ ├── demo3_server.php
│ ├── demo40_in_turkish.php
│ ├── demo41_in_greek.php
│ ├── demo42_in_chinese_from_taiwan.php
│ ├── demo43_change_the_nicknames_colors.php
│ ├── demo44_green_theme.php
│ ├── demo45_in_bulgarian.php
│ ├── demo46_in_hungarian.php
│ ├── demo47_in_polish.php
│ ├── demo48_custom_proxy
│ │ └── myproxy.class.php
│ ├── demo48_custom_proxy.php
│ ├── demo49_msn_smiley_theme.php
│ ├── demo4_simulate_slow_server.php
│ ├── demo50_customized_usermetadata.php
│ ├── demo50_data
│ │ ├── avatar1.jpg
│ │ ├── avatar2.jpg
│ │ ├── avatar3.jpg
│ │ ├── avatar4.jpg
│ │ ├── avatar5.jpg
│ │ ├── avatar6.jpg
│ │ ├── avatar7.jpg
│ │ ├── avatar8.jpg
│ │ ├── avatar9.jpg
│ │ └── mytheme
│ │ ├── customize.js.php
│ │ └── style.css.php
│ ├── demo51_zilveer_theme.php
│ ├── demo52_in_bangla.php
│ ├── demo53_in_armenian.php
│ ├── demo54_in_esperanto.php
│ ├── demo55_mysql_container.php
│ ├── demo56_in_romanian.php
│ ├── demo57_in_korean.php
│ ├── demo58_in_danish.php
│ ├── demo59_in_norwegian_nynorsk.php
│ ├── demo5_customized_style_data
│ │ └── mytheme
│ │ ├── images
│ │ │ ├── brick.jpg
│ │ │ ├── newmsg.gif
│ │ │ └── oldmsg.gif
│ │ └── style.css.php
│ ├── demo5_customized_style.php
│ ├── demo60_in_vietnamese.php
│ ├── demo61_in_croatian.php
│ ├── demo62_in_belgian_dutch.php
│ ├── demo63_in_thai.php
│ ├── demo64_in_galician.php
│ ├── demo65_chat_popup.php
│ ├── demo65_metadata_and_html.php
│ ├── demo66_in_occitan.php
│ ├── demo6_in_french.php
│ ├── demo7_in_english.php
│ ├── demo8_with_a_iso-8859-1_encoded_page.php
│ ├── demo9_with_a_utf8_encoded_nickname.php
│ └── index.php
├── i18n
│ ├── ar_LB
│ │ └── main.php
│ ├── ba_BA
│ │ └── main.php
│ ├── bg_BG
│ │ └── main.php
│ ├── bn_BD
│ │ └── main.php
│ ├── da_DK
│ │ └── main.php
│ ├── de_DE-formal
│ │ └── main.php
│ ├── de_DE-informal
│ │ └── main.php
│ ├── el_GR
│ │ └── main.php
│ ├── en_US
│ │ └── main.php
│ ├── eo
│ │ └── main.php
│ ├── es_ES
│ │ └── main.php
│ ├── fr_FR
│ │ └── main.php
│ ├── gl_ES
│ │ └── main.php
│ ├── hr_HR
│ │ └── main.php
│ ├── hu_HU
│ │ └── main.php
│ ├── hy_AM
│ │ └── main.php
│ ├── id_ID
│ │ └── main.php
│ ├── it_IT
│ │ └── main.php
│ ├── ja_JP
│ │ └── main.php
│ ├── ko_KR
│ │ └── main.php
│ ├── nb_NO
│ │ └── main.php
│ ├── nl_BE
│ │ └── main.php
│ ├── nl_NL
│ │ └── main.php
│ ├── nn_NO
│ │ └── main.php
│ ├── oc_FR
│ │ └── main.php
│ ├── pl_PL
│ │ └── main.php
│ ├── pt_BR
│ │ └── main.php
│ ├── pt_PT
│ │ └── main.php
│ ├── ru_RU
│ │ └── main.php
│ ├── sr_CS
│ │ └── main.php
│ ├── sv_SE
│ │ └── main.php
│ ├── th_TH
│ │ └── main.php
│ ├── tr_TR
│ │ └── main.php
│ ├── uk_RO
│ │ └── main.php
│ ├── uk_UA
│ │ └── main.php
│ ├── vi_VN
│ │ └── main.php
│ ├── zh_CN
│ │ └── main.php
│ └── zh_TW
│ └── main.php
├── index.php
├── lib
│ ├── csstidy-1.2
│ │ ├── class.csstidy_optimise.php
│ │ ├── class.csstidy.php
│ │ ├── class.csstidy_print.php
│ │ ├── COPYING
│ │ ├── css_optimiser.php
│ │ ├── cssparse.css
│ │ ├── data.inc.php
│ │ ├── lang.inc.php
│ │ ├── README
│ │ ├── template1.tpl
│ │ ├── template2.tpl
│ │ ├── template3.tpl
│ │ └── template.tpl
│ ├── ctype
│ │ └── ctype.php
│ ├── json
│ │ ├── JSON.php
│ │ └── LICENSE
│ ├── pear
│ │ ├── pearrc
│ │ ├── pear.sh
│ │ ├── PHPUnit
│ │ │ ├── Assert.php
│ │ │ ├── GUI
│ │ │ │ ├── Gtk.php
│ │ │ │ ├── HTML.php
│ │ │ │ ├── HTML.tpl
│ │ │ │ └── SetupDecorator.php
│ │ │ ├── RepeatedTest.php
│ │ │ ├── Skeleton.php
│ │ │ ├── TestCase.php
│ │ │ ├── TestDecorator.php
│ │ │ ├── TestFailure.php
│ │ │ ├── TestListener.php
│ │ │ ├── TestResult.php
│ │ │ └── TestSuite.php
│ │ └── PHPUnit.php
│ └── utf8
│ ├── utf8_char2byte_pos.php
│ ├── utf8_strlen.php
│ └── utf8_substr.php
├── misc
│ ├── bulle.png
│ ├── checkmd5
│ ├── clock-off.png
│ ├── clock-on.png
│ ├── color-off.png
│ ├── color-on.png
│ ├── createwebinstaller.php
│ ├── doc-archi1.svg
│ ├── generate-doc.inc.php
│ ├── i18n_update.php
│ ├── login.png
│ ├── login.svg
│ ├── logo_80x15.gif
│ ├── logo_80x15.png
│ ├── logo_88x31.gif
│ ├── logo_88x31.png
│ ├── logo.svg
│ ├── logout.png
│ ├── logout.svg
│ ├── png2gif.sh
│ ├── sendSource
│ ├── tabs.svg
│ └── tarSource
├── src
│ ├── client
│ ├── commands
│ │ ├── asknick.class.php
│ │ ├── ban.class.php
│ │ ├── banlist.class.php
│ │ ├── clear.class.php
│ │ ├── connect.class.php
│ │ ├── debug.class.php
│ │ ├── deop.class.php
│ │ ├── error.class.php
│ │ ├── getnewmsg.class.php
│ │ ├── help.class.php
│ │ ├── identify.class.php
│ │ ├── init.class.php
│ │ ├── invite.class.php
│ │ ├── join2.class.php
│ │ ├── join.class.php
│ │ ├── kick.class.php
│ │ ├── leave.class.php
│ │ ├── me.class.php
│ │ ├── nick.class.php
│ │ ├── notice.class.php
│ │ ├── op.class.php
│ │ ├── privmsg2.class.php
│ │ ├── privmsg.class.php
│ │ ├── quit.class.php
│ │ ├── redirect.class.php
│ │ ├── rehash.class.php
│ │ ├── send.class.php
│ │ ├── unban.class.php
│ │ ├── update.class.php
│ │ ├── updatemynick.class.php
│ │ ├── version.class.php
│ │ ├── who2.class.php
│ │ ├── who.class.php
│ │ ├── whois2.class.php
│ │ └── whois.class.php
│ ├── containers
│ │ ├── file.class.php
│ │ └── mysql.class.php
│ ├── pfccommand.class.php
│ ├── pfccontainer.class.php
│ ├── pfccontainerinterface.class.php
│ ├── pfcglobalconfig.class.php
│ ├── pfci18n.class.php
│ ├── pfcinfo.class.php
│ ├── pfcjson.class.php
│ ├── pfcproxycommand.class.php
│ ├── pfcresponse.class.php
│ ├── pfctemplate.class.php
│ ├── pfctools.php
│ ├── pfcurlprocessing.php
│ ├── pfcuserconfig.class.php
│ ├── phpfreechat.class.php
│ └── proxies
│ ├── auth.class.php
│ ├── censor.class.php
│ ├── checknickchange.class.php
│ ├── checktimeout.class.php
│ ├── lock.class.php
│ ├── log.class.php
│ └── noflood.class.php
├── style
│ ├── bulle.gif
│ ├── bulle.png
│ ├── check_off.png
│ ├── check_on.png
│ ├── content.css
│ ├── footer.css
│ ├── generic.css
│ ├── header.css
│ ├── logo_88x31.gif
│ ├── menu.css
│ ├── show.js
│ ├── valid-css.png
│ └── valid-xhtml.png
├── testcase
│ ├── container_file.php
│ ├── container_generic.php
│ ├── container_mysql.php
│ ├── ctype.php
│ ├── filemtime.php
│ └── parsecommand.php
├── themes
│ ├── blune
│ │ ├── images
│ │ │ ├── online-off.gif
│ │ │ ├── online-on.gif
│ │ │ ├── shade.gif
│ │ │ ├── smiley-off.gif
│ │ │ └── smiley-on.gif
│ │ ├── info.php
│ │ └── style.css.php
│ ├── cerutti
│ │ ├── info.php
│ │ └── smileys
│ │ ├── caca.png
│ │ ├── confused.png
│ │ ├── cry.png
│ │ ├── dizzy.png
│ │ ├── happy.png
│ │ ├── lol.png
│ │ ├── neutral.png
│ │ ├── omg.png
│ │ ├── sad.png
│ │ ├── smile.png
│ │ ├── theme.txt
│ │ ├── tongue.png
│ │ └── wink.png
│ ├── default
│ │ ├── chat.html.tpl.php
│ │ ├── chat.js.tpl.php
│ │ ├── customize.js.php
│ │ ├── iepngfix.htc
│ │ ├── images
│ │ │ ├── background.gif
│ │ │ ├── blank.gif
│ │ │ ├── bt_color.gif
│ │ │ ├── bt_del.gif
│ │ │ ├── bt_em.gif
│ │ │ ├── bt_ins.gif
│ │ │ ├── bt_mail.gif
│ │ │ ├── bt_pre.gif
│ │ │ ├── bt_strong.gif
│ │ │ ├── ch-active.gif
│ │ │ ├── ch.gif
│ │ │ ├── clock-off.gif
│ │ │ ├── clock-on.gif
│ │ │ ├── close-whoisbox.gif
│ │ │ ├── color-off.gif
│ │ │ ├── color-on.gif
│ │ │ ├── color_transparent.gif
│ │ │ ├── login.gif
│ │ │ ├── logout.gif
│ │ │ ├── maximize.gif
│ │ │ ├── minimize.gif
│ │ │ ├── newmsg.gif
│ │ │ ├── oldmsg.gif
│ │ │ ├── online-off.gif
│ │ │ ├── online-on.gif
│ │ │ ├── online-separator.gif
│ │ │ ├── openpv.gif
│ │ │ ├── pv-active.gif
│ │ │ ├── pv.gif
│ │ │ ├── smiley-off.gif
│ │ │ ├── smiley-on.gif
│ │ │ ├── sound-off.gif
│ │ │ ├── sound-on.gif
│ │ │ ├── tab_remove.gif
│ │ │ ├── user-admin.gif
│ │ │ ├── user_female.gif
│ │ │ ├── user_female-me.gif
│ │ │ ├── user.gif
│ │ │ └── user-me.gif
│ │ ├── info.php
│ │ ├── smileys
│ │ │ ├── arrow_left.png
│ │ │ ├── arrow_right.png
│ │ │ ├── emoticon_evilgrin.png
│ │ │ ├── emoticon_grin.png
│ │ │ ├── emoticon_happy.png
│ │ │ ├── emoticon_smile.png
│ │ │ ├── emoticon_surprised.png
│ │ │ ├── emoticon_tongue.png
│ │ │ ├── emoticon_unhappy.png
│ │ │ ├── emoticon_waii.png
│ │ │ ├── emoticon_wink.png
│ │ │ ├── exclamation.png
│ │ │ ├── lightbulb.png
│ │ │ ├── theme.txt
│ │ │ ├── weather_clouds.png
│ │ │ ├── weather_cloudy.png
│ │ │ ├── weather_lightning.png
│ │ │ ├── weather_rain.png
│ │ │ ├── weather_snow.png
│ │ │ └── weather_sun.png
│ │ ├── sound.swf
│ │ └── style.css.php
│ ├── green
│ │ ├── images
│ │ │ ├── ch-active.gif
│ │ │ ├── ch.gif
│ │ │ ├── pv-active.gif
│ │ │ ├── pv.gif
│ │ │ └── shade.gif
│ │ ├── info.php
│ │ └── style.css.php
│ ├── msn
│ │ └── smileys
│ │ ├── gnu.gif
│ │ ├── msn_angel.gif
│ │ ├── msn_angry.gif
│ │ ├── msn_away.gif
│ │ ├── msn_bat.gif
│ │ ├── msn_beer.gif
│ │ ├── msn_bowl.gif
│ │ ├── msn_boy.gif
│ │ ├── msn_brb.gif
│ │ ├── msn_brheart.gif
│ │ ├── msn_cake.gif
│ │ ├── msn_car.gif
│ │ ├── msn_cat.gif
│ │ ├── msn_cellphone.gif
│ │ ├── msn_cigarette.gif
│ │ ├── msn_clock.gif
│ │ ├── msn_coffee.gif
│ │ ├── msn_coins.gif
│ │ ├── msn_computer.gif
│ │ ├── msn_cry.gif
│ │ ├── msn_deadflower.gif
│ │ ├── msn_devil.gif
│ │ ├── msn_dog.gif
│ │ ├── msn_dontknow.gif
│ │ ├── msn_donttell.gif
│ │ ├── msn_drink.gif
│ │ ├── msn_email.gif
│ │ ├── msn_embarrassed.gif
│ │ ├── msn_eyeroll.gif
│ │ ├── msn_film.gif
│ │ ├── msn_fingerscrossed.gif
│ │ ├── msn_flower.gif
│ │ ├── msn_gift.gif
│ │ ├── msn_girl.gif
│ │ ├── msn_handcuffs.gif
│ │ ├── msn_heart.gif
│ │ ├── msn_highfive.gif
│ │ ├── msn_hot.gif
│ │ ├── msn_icon.gif
│ │ ├── msn_idea.gif
│ │ ├── msn_island.gif
│ │ ├── msn_kiss.gif
│ │ ├── msn_laugh.gif
│ │ ├── msn_lightning.gif
│ │ ├── msn_nerd.gif
│ │ ├── msn_neutral.gif
│ │ ├── msn_note.gif
│ │ ├── msn_occ.gif
│ │ ├── msn_online.gif
│ │ ├── msn_ooooh.gif
│ │ ├── msn_party.gif
│ │ ├── msn_phone.gif
│ │ ├── msn_photo.gif
│ │ ├── msn_pizza.gif
│ │ ├── msn_plane.gif
│ │ ├── msn_plate.gif
│ │ ├── msn_question.gif
│ │ ├── msn_rainbow.gif
│ │ ├── msn_runback.gif
│ │ ├── msn_run.gif
│ │ ├── msn_sad.gif
│ │ ├── msn_sarcastic.gif
│ │ ├── msn_secret.gif
│ │ ├── msn_sheep.gif
│ │ ├── msn_sick.gif
│ │ ├── msn_sleep.gif
│ │ ├── msn_sleepy.gif
│ │ ├── msn_smiley.gif
│ │ ├── msn_snail.gif
│ │ ├── msn_soccer.gif
│ │ ├── msn_star.gif
│ │ ├── msn_stormy.gif
│ │ ├── msn_sun.gif
│ │ ├── msn_sunglasses.gif
│ │ ├── msn_teeth.gif
│ │ ├── msn_think.gif
│ │ ├── msn_thumbdown.gif
│ │ ├── msn_thumbup.gif
│ │ ├── msn_tongue.gif
│ │ ├── msn_turtle.gif
│ │ ├── msn_umbrella.gif
│ │ ├── msn_weird.gif
│ │ ├── msn_wink.gif
│ │ ├── msn_xbox.gif
│ │ ├── theme.txt
│ │ ├── tux1.gif
│ │ └── tux2.gif
│ ├── phoenity
│ │ └── smileys
│ │ ├── alien.gif
│ │ ├── angry.gif
│ │ ├── arrow.gif
│ │ ├── author.txt
│ │ ├── confused.gif
│ │ ├── cool.gif
│ │ ├── cry.gif
│ │ ├── dizzy.gif
│ │ ├── eek.gif
│ │ ├── evil.gif
│ │ ├── exclam.gif
│ │ ├── idea.gif
│ │ ├── laugh.gif
│ │ ├── lol.gif
│ │ ├── mrgreen.gif
│ │ ├── normal.gif
│ │ ├── question.gif
│ │ ├── razz.gif
│ │ ├── redface.gif
│ │ ├── rolleyes.gif
│ │ ├── sad.gif
│ │ ├── smile.gif
│ │ ├── surprised.gif
│ │ ├── theme.txt
│ │ └── wink.gif
│ ├── phpbb2
│ │ └── smileys
│ │ ├── eusa_angel.gif
│ │ ├── eusa_boohoo.gif
│ │ ├── eusa_clap.gif
│ │ ├── eusa_dance.gif
│ │ ├── eusa_doh.gif
│ │ ├── eusa_drool.gif
│ │ ├── eusa_eh.gif
│ │ ├── eusa_hand.gif
│ │ ├── eusa_liar.gif
│ │ ├── eusa_naughty.gif
│ │ ├── eusa_pray.gif
│ │ ├── eusa_shhh.gif
│ │ ├── eusa_shifty.gif
│ │ ├── eusa_sick.gif
│ │ ├── eusa_silenced.gif
│ │ ├── eusa_snooty.gif
│ │ ├── eusa_think.gif
│ │ ├── eusa_wall.gif
│ │ ├── eusa_whistle.gif
│ │ ├── icon_arrow.gif
│ │ ├── icon_biggrin.gif
│ │ ├── icon_confused.gif
│ │ ├── icon_cool.gif
│ │ ├── icon_cry.gif
│ │ ├── icon_eek.gif
│ │ ├── icon_evil.gif
│ │ ├── icon_exclaim.gif
│ │ ├── icon_frown.gif
│ │ ├── icon_idea.gif
│ │ ├── icon_lol.gif
│ │ ├── icon_mad.gif
│ │ ├── icon_mrgreen.gif
│ │ ├── icon_neutral.gif
│ │ ├── icon_question.gif
│ │ ├── icon_razz.gif
│ │ ├── icon_redface.gif
│ │ ├── icon_rolleyes.gif
│ │ ├── icon_sad.gif
│ │ ├── icon_smile.gif
│ │ ├── icon_surprised.gif
│ │ ├── icon_twisted.gif
│ │ ├── icon_wink.gif
│ │ └── theme.txt
│ └── zilveer
│ ├── images
│ │ ├── channels_content_bg.png
│ │ ├── newmsg.png
│ │ ├── oldmsg.png
│ │ ├── pfc_message1.png
│ │ ├── pfc_message2.png
│ │ ├── pfc_online.png
│ │ ├── pfc_send.png
│ │ ├── pfc_words.png
│ │ ├── tab_off.png
│ │ ├── tab_on.png
│ │ ├── tab_remove.gif
│ │ ├── user.gif
│ │ └── user-me.gif
│ ├── info.php
│ └── style.css.php
└── version.txt
88 directories, 549 files
phpfreechat是一款基于PHP AJAX的聊天室系统,支持中文聊天,具有完备的后台管理体系,界面也不错,而且它免费、简单、安装方便,还可以将其定制为多语言聊天室,这没有用到MYSQL数据库,而是用一个完善的TXT文本...
【实例截图】
文件清单
└── codefans.net
└── phpfreechat-1.1
├── AUTHORS.txt
├── checkmd5.php
├── COPYING.txt
├── data
│ ├── private
│ └── public
│ └── js
│ ├── activity.js
│ ├── compat.js
│ ├── cookie.js
│ ├── createstylerule.js
│ ├── image_preloader.js
│ ├── md5.js
│ ├── mousepos.js
│ ├── myprototype.js
│ ├── pfcclient.js
│ ├── pfcgui.js
│ ├── pfcprompt.js
│ ├── pfcresource.js
│ ├── prototype.js
│ ├── regex.js
│ ├── sprintf2.js
│ ├── utf8.js
│ └── xajax.js
├── demo
│ ├── demo10_in_chinese.php
│ ├── demo12_phoenity_smiley_theme.php
│ ├── demo13_in_german_informal_language.php
│ ├── demo14_in_german_formal_language.php
│ ├── demo15_multiple_channel.php
│ ├── demo16_in_arabic.php
│ ├── demo17_cerutti_smiley_theme.php
│ ├── demo18_phpbb2_smiley_theme.php
│ ├── demo19_in_japanese.php
│ ├── demo1_simple.php
│ ├── demo20_in_brazilian_portuguese.php
│ ├── demo21_with_hardcoded_urls.php
│ ├── demo22_in_serbian_croatian.php
│ ├── demo23_in_italian.php
│ ├── demo24_in_spanish.php
│ ├── demo25_in_indonesian.php
│ ├── demo26_in_swedish.php
│ ├── demo27_customized_command.php
│ ├── demo27_dice.class.php
│ ├── demo28_blune_theme.php
│ ├── demo28_mini_blune_theme.php
│ ├── demo29_in_russian.php
│ ├── demo2_simple_with_params.php
│ ├── demo31_show_who_is_online-chat.php
│ ├── demo31_show_who_is_online-config.php
│ ├── demo31_show_who_is_online-whoisonline.php
│ ├── demo32_show_last_messages-chat.php
│ ├── demo32_show_last_messages-config.php
│ ├── demo32_show_last_messages-showlastmsg.php
│ ├── demo33_in_portuguese_from_portugal.php
│ ├── demo34_add_a_link_on_nicknames
│ │ └── mytheme
│ │ └── customize.js.php
│ ├── demo34_add_a_link_on_nicknames.php
│ ├── demo36_in_ukrainian.php
│ ├── demo37_in_dutch_from_netherlands.php
│ ├── demo38_in_norwegian_bokmal.php
│ ├── demo39_in_bosnian.php
│ ├── demo3_client.php
│ ├── demo3_config.php
│ ├── demo3_server.php
│ ├── demo40_in_turkish.php
│ ├── demo41_in_greek.php
│ ├── demo42_in_chinese_from_taiwan.php
│ ├── demo43_change_the_nicknames_colors.php
│ ├── demo44_green_theme.php
│ ├── demo45_in_bulgarian.php
│ ├── demo46_in_hungarian.php
│ ├── demo47_in_polish.php
│ ├── demo48_custom_proxy
│ │ └── myproxy.class.php
│ ├── demo48_custom_proxy.php
│ ├── demo49_msn_smiley_theme.php
│ ├── demo4_simulate_slow_server.php
│ ├── demo50_customized_usermetadata.php
│ ├── demo50_data
│ │ ├── avatar1.jpg
│ │ ├── avatar2.jpg
│ │ ├── avatar3.jpg
│ │ ├── avatar4.jpg
│ │ ├── avatar5.jpg
│ │ ├── avatar6.jpg
│ │ ├── avatar7.jpg
│ │ ├── avatar8.jpg
│ │ ├── avatar9.jpg
│ │ └── mytheme
│ │ ├── customize.js.php
│ │ └── style.css.php
│ ├── demo51_zilveer_theme.php
│ ├── demo52_in_bangla.php
│ ├── demo53_in_armenian.php
│ ├── demo54_in_esperanto.php
│ ├── demo55_mysql_container.php
│ ├── demo56_in_romanian.php
│ ├── demo57_in_korean.php
│ ├── demo58_in_danish.php
│ ├── demo59_in_norwegian_nynorsk.php
│ ├── demo5_customized_style_data
│ │ └── mytheme
│ │ ├── images
│ │ │ ├── brick.jpg
│ │ │ ├── newmsg.gif
│ │ │ └── oldmsg.gif
│ │ └── style.css.php
│ ├── demo5_customized_style.php
│ ├── demo60_in_vietnamese.php
│ ├── demo61_in_croatian.php
│ ├── demo62_in_belgian_dutch.php
│ ├── demo63_in_thai.php
│ ├── demo64_in_galician.php
│ ├── demo65_chat_popup.php
│ ├── demo65_metadata_and_html.php
│ ├── demo66_in_occitan.php
│ ├── demo6_in_french.php
│ ├── demo7_in_english.php
│ ├── demo8_with_a_iso-8859-1_encoded_page.php
│ ├── demo9_with_a_utf8_encoded_nickname.php
│ └── index.php
├── i18n
│ ├── ar_LB
│ │ └── main.php
│ ├── ba_BA
│ │ └── main.php
│ ├── bg_BG
│ │ └── main.php
│ ├── bn_BD
│ │ └── main.php
│ ├── da_DK
│ │ └── main.php
│ ├── de_DE-formal
│ │ └── main.php
│ ├── de_DE-informal
│ │ └── main.php
│ ├── el_GR
│ │ └── main.php
│ ├── en_US
│ │ └── main.php
│ ├── eo
│ │ └── main.php
│ ├── es_ES
│ │ └── main.php
│ ├── fr_FR
│ │ └── main.php
│ ├── gl_ES
│ │ └── main.php
│ ├── hr_HR
│ │ └── main.php
│ ├── hu_HU
│ │ └── main.php
│ ├── hy_AM
│ │ └── main.php
│ ├── id_ID
│ │ └── main.php
│ ├── it_IT
│ │ └── main.php
│ ├── ja_JP
│ │ └── main.php
│ ├── ko_KR
│ │ └── main.php
│ ├── nb_NO
│ │ └── main.php
│ ├── nl_BE
│ │ └── main.php
│ ├── nl_NL
│ │ └── main.php
│ ├── nn_NO
│ │ └── main.php
│ ├── oc_FR
│ │ └── main.php
│ ├── pl_PL
│ │ └── main.php
│ ├── pt_BR
│ │ └── main.php
│ ├── pt_PT
│ │ └── main.php
│ ├── ru_RU
│ │ └── main.php
│ ├── sr_CS
│ │ └── main.php
│ ├── sv_SE
│ │ └── main.php
│ ├── th_TH
│ │ └── main.php
│ ├── tr_TR
│ │ └── main.php
│ ├── uk_RO
│ │ └── main.php
│ ├── uk_UA
│ │ └── main.php
│ ├── vi_VN
│ │ └── main.php
│ ├── zh_CN
│ │ └── main.php
│ └── zh_TW
│ └── main.php
├── index.php
├── lib
│ ├── csstidy-1.2
│ │ ├── class.csstidy_optimise.php
│ │ ├── class.csstidy.php
│ │ ├── class.csstidy_print.php
│ │ ├── COPYING
│ │ ├── css_optimiser.php
│ │ ├── cssparse.css
│ │ ├── data.inc.php
│ │ ├── lang.inc.php
│ │ ├── README
│ │ ├── template1.tpl
│ │ ├── template2.tpl
│ │ ├── template3.tpl
│ │ └── template.tpl
│ ├── ctype
│ │ └── ctype.php
│ ├── json
│ │ ├── JSON.php
│ │ └── LICENSE
│ ├── pear
│ │ ├── pearrc
│ │ ├── pear.sh
│ │ ├── PHPUnit
│ │ │ ├── Assert.php
│ │ │ ├── GUI
│ │ │ │ ├── Gtk.php
│ │ │ │ ├── HTML.php
│ │ │ │ ├── HTML.tpl
│ │ │ │ └── SetupDecorator.php
│ │ │ ├── RepeatedTest.php
│ │ │ ├── Skeleton.php
│ │ │ ├── TestCase.php
│ │ │ ├── TestDecorator.php
│ │ │ ├── TestFailure.php
│ │ │ ├── TestListener.php
│ │ │ ├── TestResult.php
│ │ │ └── TestSuite.php
│ │ └── PHPUnit.php
│ └── utf8
│ ├── utf8_char2byte_pos.php
│ ├── utf8_strlen.php
│ └── utf8_substr.php
├── misc
│ ├── bulle.png
│ ├── checkmd5
│ ├── clock-off.png
│ ├── clock-on.png
│ ├── color-off.png
│ ├── color-on.png
│ ├── createwebinstaller.php
│ ├── doc-archi1.svg
│ ├── generate-doc.inc.php
│ ├── i18n_update.php
│ ├── login.png
│ ├── login.svg
│ ├── logo_80x15.gif
│ ├── logo_80x15.png
│ ├── logo_88x31.gif
│ ├── logo_88x31.png
│ ├── logo.svg
│ ├── logout.png
│ ├── logout.svg
│ ├── png2gif.sh
│ ├── sendSource
│ ├── tabs.svg
│ └── tarSource
├── src
│ ├── client
│ ├── commands
│ │ ├── asknick.class.php
│ │ ├── ban.class.php
│ │ ├── banlist.class.php
│ │ ├── clear.class.php
│ │ ├── connect.class.php
│ │ ├── debug.class.php
│ │ ├── deop.class.php
│ │ ├── error.class.php
│ │ ├── getnewmsg.class.php
│ │ ├── help.class.php
│ │ ├── identify.class.php
│ │ ├── init.class.php
│ │ ├── invite.class.php
│ │ ├── join2.class.php
│ │ ├── join.class.php
│ │ ├── kick.class.php
│ │ ├── leave.class.php
│ │ ├── me.class.php
│ │ ├── nick.class.php
│ │ ├── notice.class.php
│ │ ├── op.class.php
│ │ ├── privmsg2.class.php
│ │ ├── privmsg.class.php
│ │ ├── quit.class.php
│ │ ├── redirect.class.php
│ │ ├── rehash.class.php
│ │ ├── send.class.php
│ │ ├── unban.class.php
│ │ ├── update.class.php
│ │ ├── updatemynick.class.php
│ │ ├── version.class.php
│ │ ├── who2.class.php
│ │ ├── who.class.php
│ │ ├── whois2.class.php
│ │ └── whois.class.php
│ ├── containers
│ │ ├── file.class.php
│ │ └── mysql.class.php
│ ├── pfccommand.class.php
│ ├── pfccontainer.class.php
│ ├── pfccontainerinterface.class.php
│ ├── pfcglobalconfig.class.php
│ ├── pfci18n.class.php
│ ├── pfcinfo.class.php
│ ├── pfcjson.class.php
│ ├── pfcproxycommand.class.php
│ ├── pfcresponse.class.php
│ ├── pfctemplate.class.php
│ ├── pfctools.php
│ ├── pfcurlprocessing.php
│ ├── pfcuserconfig.class.php
│ ├── phpfreechat.class.php
│ └── proxies
│ ├── auth.class.php
│ ├── censor.class.php
│ ├── checknickchange.class.php
│ ├── checktimeout.class.php
│ ├── lock.class.php
│ ├── log.class.php
│ └── noflood.class.php
├── style
│ ├── bulle.gif
│ ├── bulle.png
│ ├── check_off.png
│ ├── check_on.png
│ ├── content.css
│ ├── footer.css
│ ├── generic.css
│ ├── header.css
│ ├── logo_88x31.gif
│ ├── menu.css
│ ├── show.js
│ ├── valid-css.png
│ └── valid-xhtml.png
├── testcase
│ ├── container_file.php
│ ├── container_generic.php
│ ├── container_mysql.php
│ ├── ctype.php
│ ├── filemtime.php
│ └── parsecommand.php
├── themes
│ ├── blune
│ │ ├── images
│ │ │ ├── online-off.gif
│ │ │ ├── online-on.gif
│ │ │ ├── shade.gif
│ │ │ ├── smiley-off.gif
│ │ │ └── smiley-on.gif
│ │ ├── info.php
│ │ └── style.css.php
│ ├── cerutti
│ │ ├── info.php
│ │ └── smileys
│ │ ├── caca.png
│ │ ├── confused.png
│ │ ├── cry.png
│ │ ├── dizzy.png
│ │ ├── happy.png
│ │ ├── lol.png
│ │ ├── neutral.png
│ │ ├── omg.png
│ │ ├── sad.png
│ │ ├── smile.png
│ │ ├── theme.txt
│ │ ├── tongue.png
│ │ └── wink.png
│ ├── default
│ │ ├── chat.html.tpl.php
│ │ ├── chat.js.tpl.php
│ │ ├── customize.js.php
│ │ ├── iepngfix.htc
│ │ ├── images
│ │ │ ├── background.gif
│ │ │ ├── blank.gif
│ │ │ ├── bt_color.gif
│ │ │ ├── bt_del.gif
│ │ │ ├── bt_em.gif
│ │ │ ├── bt_ins.gif
│ │ │ ├── bt_mail.gif
│ │ │ ├── bt_pre.gif
│ │ │ ├── bt_strong.gif
│ │ │ ├── ch-active.gif
│ │ │ ├── ch.gif
│ │ │ ├── clock-off.gif
│ │ │ ├── clock-on.gif
│ │ │ ├── close-whoisbox.gif
│ │ │ ├── color-off.gif
│ │ │ ├── color-on.gif
│ │ │ ├── color_transparent.gif
│ │ │ ├── login.gif
│ │ │ ├── logout.gif
│ │ │ ├── maximize.gif
│ │ │ ├── minimize.gif
│ │ │ ├── newmsg.gif
│ │ │ ├── oldmsg.gif
│ │ │ ├── online-off.gif
│ │ │ ├── online-on.gif
│ │ │ ├── online-separator.gif
│ │ │ ├── openpv.gif
│ │ │ ├── pv-active.gif
│ │ │ ├── pv.gif
│ │ │ ├── smiley-off.gif
│ │ │ ├── smiley-on.gif
│ │ │ ├── sound-off.gif
│ │ │ ├── sound-on.gif
│ │ │ ├── tab_remove.gif
│ │ │ ├── user-admin.gif
│ │ │ ├── user_female.gif
│ │ │ ├── user_female-me.gif
│ │ │ ├── user.gif
│ │ │ └── user-me.gif
│ │ ├── info.php
│ │ ├── smileys
│ │ │ ├── arrow_left.png
│ │ │ ├── arrow_right.png
│ │ │ ├── emoticon_evilgrin.png
│ │ │ ├── emoticon_grin.png
│ │ │ ├── emoticon_happy.png
│ │ │ ├── emoticon_smile.png
│ │ │ ├── emoticon_surprised.png
│ │ │ ├── emoticon_tongue.png
│ │ │ ├── emoticon_unhappy.png
│ │ │ ├── emoticon_waii.png
│ │ │ ├── emoticon_wink.png
│ │ │ ├── exclamation.png
│ │ │ ├── lightbulb.png
│ │ │ ├── theme.txt
│ │ │ ├── weather_clouds.png
│ │ │ ├── weather_cloudy.png
│ │ │ ├── weather_lightning.png
│ │ │ ├── weather_rain.png
│ │ │ ├── weather_snow.png
│ │ │ └── weather_sun.png
│ │ ├── sound.swf
│ │ └── style.css.php
│ ├── green
│ │ ├── images
│ │ │ ├── ch-active.gif
│ │ │ ├── ch.gif
│ │ │ ├── pv-active.gif
│ │ │ ├── pv.gif
│ │ │ └── shade.gif
│ │ ├── info.php
│ │ └── style.css.php
│ ├── msn
│ │ └── smileys
│ │ ├── gnu.gif
│ │ ├── msn_angel.gif
│ │ ├── msn_angry.gif
│ │ ├── msn_away.gif
│ │ ├── msn_bat.gif
│ │ ├── msn_beer.gif
│ │ ├── msn_bowl.gif
│ │ ├── msn_boy.gif
│ │ ├── msn_brb.gif
│ │ ├── msn_brheart.gif
│ │ ├── msn_cake.gif
│ │ ├── msn_car.gif
│ │ ├── msn_cat.gif
│ │ ├── msn_cellphone.gif
│ │ ├── msn_cigarette.gif
│ │ ├── msn_clock.gif
│ │ ├── msn_coffee.gif
│ │ ├── msn_coins.gif
│ │ ├── msn_computer.gif
│ │ ├── msn_cry.gif
│ │ ├── msn_deadflower.gif
│ │ ├── msn_devil.gif
│ │ ├── msn_dog.gif
│ │ ├── msn_dontknow.gif
│ │ ├── msn_donttell.gif
│ │ ├── msn_drink.gif
│ │ ├── msn_email.gif
│ │ ├── msn_embarrassed.gif
│ │ ├── msn_eyeroll.gif
│ │ ├── msn_film.gif
│ │ ├── msn_fingerscrossed.gif
│ │ ├── msn_flower.gif
│ │ ├── msn_gift.gif
│ │ ├── msn_girl.gif
│ │ ├── msn_handcuffs.gif
│ │ ├── msn_heart.gif
│ │ ├── msn_highfive.gif
│ │ ├── msn_hot.gif
│ │ ├── msn_icon.gif
│ │ ├── msn_idea.gif
│ │ ├── msn_island.gif
│ │ ├── msn_kiss.gif
│ │ ├── msn_laugh.gif
│ │ ├── msn_lightning.gif
│ │ ├── msn_nerd.gif
│ │ ├── msn_neutral.gif
│ │ ├── msn_note.gif
│ │ ├── msn_occ.gif
│ │ ├── msn_online.gif
│ │ ├── msn_ooooh.gif
│ │ ├── msn_party.gif
│ │ ├── msn_phone.gif
│ │ ├── msn_photo.gif
│ │ ├── msn_pizza.gif
│ │ ├── msn_plane.gif
│ │ ├── msn_plate.gif
│ │ ├── msn_question.gif
│ │ ├── msn_rainbow.gif
│ │ ├── msn_runback.gif
│ │ ├── msn_run.gif
│ │ ├── msn_sad.gif
│ │ ├── msn_sarcastic.gif
│ │ ├── msn_secret.gif
│ │ ├── msn_sheep.gif
│ │ ├── msn_sick.gif
│ │ ├── msn_sleep.gif
│ │ ├── msn_sleepy.gif
│ │ ├── msn_smiley.gif
│ │ ├── msn_snail.gif
│ │ ├── msn_soccer.gif
│ │ ├── msn_star.gif
│ │ ├── msn_stormy.gif
│ │ ├── msn_sun.gif
│ │ ├── msn_sunglasses.gif
│ │ ├── msn_teeth.gif
│ │ ├── msn_think.gif
│ │ ├── msn_thumbdown.gif
│ │ ├── msn_thumbup.gif
│ │ ├── msn_tongue.gif
│ │ ├── msn_turtle.gif
│ │ ├── msn_umbrella.gif
│ │ ├── msn_weird.gif
│ │ ├── msn_wink.gif
│ │ ├── msn_xbox.gif
│ │ ├── theme.txt
│ │ ├── tux1.gif
│ │ └── tux2.gif
│ ├── phoenity
│ │ └── smileys
│ │ ├── alien.gif
│ │ ├── angry.gif
│ │ ├── arrow.gif
│ │ ├── author.txt
│ │ ├── confused.gif
│ │ ├── cool.gif
│ │ ├── cry.gif
│ │ ├── dizzy.gif
│ │ ├── eek.gif
│ │ ├── evil.gif
│ │ ├── exclam.gif
│ │ ├── idea.gif
│ │ ├── laugh.gif
│ │ ├── lol.gif
│ │ ├── mrgreen.gif
│ │ ├── normal.gif
│ │ ├── question.gif
│ │ ├── razz.gif
│ │ ├── redface.gif
│ │ ├── rolleyes.gif
│ │ ├── sad.gif
│ │ ├── smile.gif
│ │ ├── surprised.gif
│ │ ├── theme.txt
│ │ └── wink.gif
│ ├── phpbb2
│ │ └── smileys
│ │ ├── eusa_angel.gif
│ │ ├── eusa_boohoo.gif
│ │ ├── eusa_clap.gif
│ │ ├── eusa_dance.gif
│ │ ├── eusa_doh.gif
│ │ ├── eusa_drool.gif
│ │ ├── eusa_eh.gif
│ │ ├── eusa_hand.gif
│ │ ├── eusa_liar.gif
│ │ ├── eusa_naughty.gif
│ │ ├── eusa_pray.gif
│ │ ├── eusa_shhh.gif
│ │ ├── eusa_shifty.gif
│ │ ├── eusa_sick.gif
│ │ ├── eusa_silenced.gif
│ │ ├── eusa_snooty.gif
│ │ ├── eusa_think.gif
│ │ ├── eusa_wall.gif
│ │ ├── eusa_whistle.gif
│ │ ├── icon_arrow.gif
│ │ ├── icon_biggrin.gif
│ │ ├── icon_confused.gif
│ │ ├── icon_cool.gif
│ │ ├── icon_cry.gif
│ │ ├── icon_eek.gif
│ │ ├── icon_evil.gif
│ │ ├── icon_exclaim.gif
│ │ ├── icon_frown.gif
│ │ ├── icon_idea.gif
│ │ ├── icon_lol.gif
│ │ ├── icon_mad.gif
│ │ ├── icon_mrgreen.gif
│ │ ├── icon_neutral.gif
│ │ ├── icon_question.gif
│ │ ├── icon_razz.gif
│ │ ├── icon_redface.gif
│ │ ├── icon_rolleyes.gif
│ │ ├── icon_sad.gif
│ │ ├── icon_smile.gif
│ │ ├── icon_surprised.gif
│ │ ├── icon_twisted.gif
│ │ ├── icon_wink.gif
│ │ └── theme.txt
│ └── zilveer
│ ├── images
│ │ ├── channels_content_bg.png
│ │ ├── newmsg.png
│ │ ├── oldmsg.png
│ │ ├── pfc_message1.png
│ │ ├── pfc_message2.png
│ │ ├── pfc_online.png
│ │ ├── pfc_send.png
│ │ ├── pfc_words.png
│ │ ├── tab_off.png
│ │ ├── tab_on.png
│ │ ├── tab_remove.gif
│ │ ├── user.gif
│ │ └── user-me.gif
│ ├── info.php
│ └── style.css.php
└── version.txt
88 directories, 549 files
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论