实例介绍
最新版Ucenter,修正不兼容php7.7,mysql_connect()不可用等问题
【实例截图】
【核心代码】
ucenter修正版20170824
└── ucenter
├── admin.php
├── api
│ └── dbbak.php
├── avatar.php
├── control
│ ├── admin
│ │ ├── admin.php
│ │ ├── app.php
│ │ ├── badword.php
│ │ ├── cache.php
│ │ ├── credit.php
│ │ ├── db.php
│ │ ├── domain.php
│ │ ├── feed.php
│ │ ├── frame.php
│ │ ├── log.php
│ │ ├── mail.php
│ │ ├── note.php
│ │ ├── plugin.php
│ │ ├── pm.php
│ │ ├── seccode.php
│ │ ├── setting.php
│ │ ├── ucfiles.md5
│ │ └── user.php
│ ├── app.php
│ ├── credit.php
│ ├── domain.php
│ ├── feed.php
│ ├── friend.php
│ ├── index.htm
│ ├── mail.php
│ ├── pm_client.php
│ ├── pm.php
│ ├── tag.php
│ ├── user.php
│ └── version.php
├── crossdomain.xml
├── data
│ ├── avatar
│ │ └── index.htm
│ ├── backup
│ │ └── index.htm
│ ├── cache
│ │ ├── apps.php
│ │ ├── badwords.php
│ │ ├── index.htm
│ │ ├── plugins.php
│ │ └── settings.php
│ ├── config.inc.php
│ ├── index.htm
│ ├── install.lock
│ ├── logs
│ │ ├── 201708.php
│ │ └── index.htm
│ ├── tmp
│ │ └── index.htm
│ ├── upgrade.lock
│ └── view
│ ├── admin_app.php
│ ├── admin_cache.php
│ ├── admin_login.php
│ ├── footer.php
│ ├── header.php
│ └── index.htm
├── images
│ ├── admincp.css
│ ├── bg_login.gif
│ ├── bg_repno.gif
│ ├── bg_repx.gif
│ ├── bg_repx_hb.gif
│ ├── bg_repx_hc.gif
│ ├── bg_repx_hd.gif
│ ├── bg_repx_h.gif
│ ├── bg_repy.gif
│ ├── bg_tab_line.gif
│ ├── camera.swf
│ ├── correct.gif
│ ├── default
│ │ ├── btnbg.gif
│ │ ├── citeicon.gif
│ │ ├── codeicon.gif
│ │ ├── editor.gif
│ │ ├── headerbg.gif
│ │ ├── index.htm
│ │ ├── moreuser.gif
│ │ ├── navbg.gif
│ │ ├── navborder.gif
│ │ ├── navonbg.gif
│ │ ├── newpm.gif
│ │ ├── selectpm.gif
│ │ ├── sendpm.gif
│ │ ├── shrink.gif
│ │ ├── spread.gif
│ │ ├── style.css
│ │ └── viewpm.gif
│ ├── error.gif
│ ├── fonts
│ │ ├── ch
│ │ │ └── index.htm
│ │ ├── en
│ │ │ ├── FetteSteinschrift.ttf
│ │ │ └── index.htm
│ │ └── index.htm
│ ├── gif
│ │ ├── OCR_A_Extended
│ │ │ ├── 2.gif
│ │ │ ├── 3.gif
│ │ │ ├── 4.gif
│ │ │ ├── 6.gif
│ │ │ ├── 7.gif
│ │ │ ├── 8.gif
│ │ │ ├── 9.gif
│ │ │ ├── b.gif
│ │ │ ├── c.gif
│ │ │ ├── e.gif
│ │ │ ├── f.gif
│ │ │ ├── g.gif
│ │ │ ├── h.gif
│ │ │ ├── index.htm
│ │ │ ├── j.gif
│ │ │ ├── k.gif
│ │ │ ├── m.gif
│ │ │ ├── p.gif
│ │ │ ├── q.gif
│ │ │ ├── r.gif
│ │ │ ├── t.gif
│ │ │ ├── v.gif
│ │ │ ├── w.gif
│ │ │ ├── x.gif
│ │ │ └── y.gif
│ │ └── Small_Fonts
│ │ ├── 2.gif
│ │ ├── 3.gif
│ │ ├── 4.gif
│ │ ├── 6.gif
│ │ ├── 7.gif
│ │ ├── 8.gif
│ │ ├── 9.gif
│ │ ├── b.gif
│ │ ├── c.gif
│ │ ├── e.gif
│ │ ├── f.gif
│ │ ├── g.gif
│ │ ├── h.gif
│ │ ├── index.htm
│ │ ├── j.gif
│ │ ├── k.gif
│ │ ├── m.gif
│ │ ├── p.gif
│ │ ├── q.gif
│ │ ├── r.gif
│ │ ├── t.gif
│ │ ├── v.gif
│ │ ├── w.gif
│ │ ├── x.gif
│ │ └── y.gif
│ ├── index.htm
│ ├── locale.xml
│ ├── noavatar_big.gif
│ ├── noavatar_middle.gif
│ └── noavatar_small.gif
├── index.php
├── install
│ ├── db.class.php
│ ├── dbi.class.php
│ ├── func.inc.php
│ ├── images
│ │ ├── bg_footer.gif
│ │ ├── bg_repno.gif
│ │ ├── bg_repx.gif
│ │ ├── bg_stepstatus.gif
│ │ ├── close.gif
│ │ └── stepnum.gif
│ ├── index.php
│ ├── lang.inc.php
│ ├── style.css
│ ├── uc.sql
│ └── var.inc.php
├── js
│ ├── ajax.js
│ ├── calendar.js
│ ├── common.js
│ ├── index.htm
│ └── pm_editor.js
├── lib
│ ├── db.class.php
│ ├── dbi.class.php
│ ├── index.htm
│ ├── seccode.class.php
│ ├── sendmail.inc.php
│ ├── template.class.php
│ ├── uccode.class.php
│ ├── upload.class.php
│ └── xml.class.php
├── model
│ ├── admin.php
│ ├── app.php
│ ├── badword.php
│ ├── base.php
│ ├── cache.php
│ ├── cron.php
│ ├── domain.php
│ ├── feed.php
│ ├── friend.php
│ ├── index.htm
│ ├── mail.php
│ ├── misc.php
│ ├── note.php
│ ├── plugin.php
│ ├── pm.php
│ ├── setting.php
│ ├── tag.php
│ ├── user.php
│ └── version.php
├── plugin
│ └── filecheck
│ ├── plugin_filecheck.htm
│ ├── plugin.php
│ └── plugin.xml
├── release
│ ├── 20080429
│ │ ├── control
│ │ │ └── pm.php
│ │ ├── lib
│ │ │ └── xml.class.php
│ │ └── model
│ │ └── pm.php
│ └── release.php
├── robots.txt
├── upgrade
│ ├── upgrade2.php
│ └── upgrade3.php
└── view
├── default
│ ├── admin_admin.htm
│ ├── admin_app.htm
│ ├── admin_badword.htm
│ ├── admin_cache.htm
│ ├── admin_credit.htm
│ ├── admin_db.htm
│ ├── admin_domain.htm
│ ├── admin_feed.htm
│ ├── admin_frame_header.htm
│ ├── admin_frame_index.htm
│ ├── admin_frame_main.htm
│ ├── admin_frame_menu.htm
│ ├── admin.lang.php
│ ├── admin_log.htm
│ ├── admin_login.htm
│ ├── admin_mail.htm
│ ├── admin_note.htm
│ ├── admin_pm_clear.htm
│ ├── admin_pm_search.htm
│ ├── admin_setting.htm
│ ├── admin_tag.htm
│ ├── admin_user.htm
│ ├── footer_ajax.htm
│ ├── footer_client.htm
│ ├── footer.htm
│ ├── header_ajax.htm
│ ├── header_client.htm
│ ├── header.htm
│ ├── index.htm
│ ├── main.lang.php
│ ├── message_client.htm
│ ├── message.htm
│ ├── messages.lang.php
│ ├── plugin_footer.htm
│ ├── plugin_header.htm
│ ├── pm_blackls.htm
│ ├── pm_editorbar.htm
│ ├── pm_ls.htm
│ ├── pm_member.htm
│ ├── pm_nav.htm
│ ├── pm_send.htm
│ ├── pm_view.htm
│ ├── templates.lang.php
│ └── user_avatar.htm
└── index.htm
34 directories, 246 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论