无意间浏览了一下ecshop的源代码,随手记录下一些功能的相关源代码文件(所以本文没什么实际内容):
有一个发短信封装类:includes/cls_sms.php
验证码:includes/cls_captcha.php
验证码在同一个页面多次调用应显示同一张图片才对。
标签云:includes/lib_clip.php(好像是吧),/tag_cloud.php
支付:includes/lib_payment.php
好像有个商品推荐功能:/user.php#affiliate 2078
/respond.php 支付响应页面。
/myship.php 支付配送Demo
生成RSS /feed.php, /includes/cls_rss.php
图片轮播 /cycle_image.php
网银在线自动对帐接口 /chinabank_receive.php
captcha.php 生成验证码
wap页面 /wap/
mobile /mobile/
支付实现代码 /modules/payment/
/modules/shipping/ 一些什么ems插件,估计有调用第三方接口的实现代码。
字符集转换 /includes/cls_iconv.php
加密解密类 /includes/lib_code.php
支付接口函数库 /includes/lib_payment.php
ucenter函数库 /includes/lib_uc.php
注册短信#后台管理 /admin/sms_url.php, /admin/sms.php
快钱联合注册接口 /admin/send.php
角色管理信息以及权限管理 /admin/role.php
联合注册返回验证? /admin/receive.php
管理员信息以及权限管理程序? /admin/privilege.php
支付方式管理程序 /admin/payment.php
有一个发短信封装类:includes/cls_sms.php
验证码:includes/cls_captcha.php
验证码在同一个页面多次调用应显示同一张图片才对。
标签云:includes/lib_clip.php(好像是吧),/tag_cloud.php
支付:includes/lib_payment.php
好像有个商品推荐功能:/user.php#affiliate 2078
/respond.php 支付响应页面。
/myship.php 支付配送Demo
生成RSS /feed.php, /includes/cls_rss.php
图片轮播 /cycle_image.php
网银在线自动对帐接口 /chinabank_receive.php
captcha.php 生成验证码
wap页面 /wap/
mobile /mobile/
支付实现代码 /modules/payment/
/modules/shipping/ 一些什么ems插件,估计有调用第三方接口的实现代码。
字符集转换 /includes/cls_iconv.php
加密解密类 /includes/lib_code.php
支付接口函数库 /includes/lib_payment.php
ucenter函数库 /includes/lib_uc.php
注册短信#后台管理 /admin/sms_url.php, /admin/sms.php
快钱联合注册接口 /admin/send.php
角色管理信息以及权限管理 /admin/role.php
联合注册返回验证? /admin/receive.php
管理员信息以及权限管理程序? /admin/privilege.php
支付方式管理程序 /admin/payment.php