今天安装了SupeV_1.0.0_Beta1_SC_GBK_ZENDENC版本。
看到UCenter在其中有三个目录
uc_client
uc_install
uc_server
这样感觉很散。
希望UCenter可以全部在/UCenter一个总文件夹下,这样关于UCenter整个程序的目录就可以如下结构(文件夹目录结构)。
希望可以把UCenter作为一个可以绑定域名的独立站点,当然也可以在一个程序的根目录中的UCenter文件夹下。
引用:
UCenter
│ avatar.php
│ dir.bat
│ index.php
│ list.txt
│
├─client
│ │ client.php
│ │ index.htm
│ │
│ ├─control
│ │ app.php
│ │ cache.php
│ │ domain.php
│ │ feed.php
│ │ friend.php
│ │ index.htm
│ │ pm.php
│ │ tag.php
│ │ user.php
│ │
│ ├─data
│ │ └─cache
│ │ badwords.php
│ │ settings.php
│ │
│ ├─lib
│ │ db.class.php
│ │ index.htm
│ │ json.php
│ │
│ └─model
│ base.php
│ cache.php
│ domain.php
│ friend.php
│ index.htm
│ misc.php
│ pm.php
│ setting.php
│ tag.php
│ user.php
│
├─control
│ │ admin.php
│ │ app.php
│ │ domain.php
│ │ feed.php
│ │ friend.php
│ │ index.htm
│ │ pm.php
│ │ tag.php
│ │ user.php
│ │
│ └─admin
│ app.php
│ badword.php
│ cache.php
│ domain.php
│ frame.php
│ note.php
│ setting.php
│ user.php
│
├─data
│ │ config.inc.php
│ │
│ ├─avatar
│ ├─cache
│ │ badwords.php
│ │ settings.php
│ │
│ └─view
│ admin_app.php
│ admin_badword.php
│ admin_cache.php
│ admin_domain.php
│ admin_frame_header.php
│ admin_frame_index.php
│ admin_frame_main.php
│ admin_frame_menu.php
│ admin_login.php
│ admin_note.php
│ admin_setting.php
│ admin_user.php
│ footer.php
│ header.php
│
├─doc
│ │ log.txt
│ │ settings.jpg
│ │ sql.txt
│ │ 接口.txt
│ │
│ └─examples
│ │ apiexample.php
│ │ close.gif
│ │ config.inc.php
│ │ ucexample.js
│ │ ucexample_1.php
│ │ ucexample_2.php
│ │
│ ├─api
│ │ uc.php
│ │
│ ├─code
│ │ avatar.php
│ │ friend.php
│ │ login_db.php
│ │ login_nodb.php
│ │ logout.php
│ │ pmwin.php
│ │ register_db.php
│ │ register_nodb.php
│ │
│ └─include
│ db_mysql.class.php
│
├─images
│ │ admincp.css
│ │ bg_repno.gif
│ │ bg_repx.gif
│ │ bg_repx_h.gif
│ │ bg_repx_hb.gif
│ │ bg_repx_hc.gif
│ │ bg_repx_hd.gif
│ │ bg_repy.gif
│ │ camera.swf
│ │ correct.gif
│ │ error.gif
│ │ index.htm
│ │ noavatar.gif
│ │ swfobject.js
│ │
│ └─default
│ btnbg.gif
│ headerbg.gif
│ index.htm
│ navbg.gif
│ navborder.gif
│ navonbg.gif
│ newpm.gif
│ shrink.gif
│ spread.gif
│ style.css
│
├─install
│ │ db.class.php
│ │ global.func.php
│ │ index.php
│ │ install.lang.php
│ │ style.css
│ │ uc.sql
│ │
│ └─images
│ bg_footer.gif
│ bg_repno.gif
│ bg_repx.gif
│ bg_stepstatus.gif
│ close.gif
│ stepnum.gif
│
├─js
│ ajax.js
│ calendar.js
│ common.js
│
├─lib
│ db.class.php
│ index.htm
│ json.php
│ template.class.php
│ uccode.class.php
│ upload.class.php
│
├─model
│ badword.php
│ base.php
│ cache.php
│ cron.php
│ domain.php
│ friend.php
│ index.htm
│ misc.php
│ note.php
│ pm.php
│ setting.php
│ tag.php
│ user.php
│
└─view
│ index.htm
│
└─default
admin.lang.php
admin_app.htm
admin_badword.htm
admin_cache.htm
admin_domain.htm
admin_frame_header.htm
admin_frame_index.htm
admin_frame_main.htm
admin_frame_menu.htm
admin_login.htm
admin_note.htm
admin_setting.htm
admin_user.htm
footer.htm
footer_ajax.htm
footer_client.htm
header.htm
header_ajax.htm
header_client.htm
index.htm
main.lang.php
message.htm
messages.lang.php
message_client.htm
pm_blackls.htm
pm_ls.htm
pm_nav.htm
pm_send.htm
pm_send_announce.htm
pm_view.htm
templates.lang.php
user_avatar.htm
[
本帖最后由 ideacm 于 2008-1-10 20:08 编辑 ]