淘宝客简单无数据库版,无需安装上传就可以使用!
注意:本程序使用zend加密,请确保你的空间支持,上传时一定要使用二进制上传!
第一:前往open.taobao.com申请应用
第二:修改include/app_key.php文件把你在open.taobao.com上面获取的appkey和appSecret替换文件里面对应字符串,修改网站名称。
第三:使用ftp软件上传到你的空间内,上传必须使用二进制。
NGINX伪静态规则(其他规则请自行转换)
rewrite^([^.]*)/index.shtml$$1/index.phplast;rewrite^([^.]*)/lists/tao-([0-9]+).shtml$$1/list.php?c=$2last;rewrite^([^.]*)/lists/tao-([0-9]+)-([0-9]+).shtml$$1/list.php?c=$2&p=$3last;rewrite^([^.]*)/search/keyword-([^-]+).shtml$$1/search.php?k=$2last;rewrite^([^.]*)/search/keyword-([^-]+)-([0-9]+).shtml$$1/search.php?k=$2&p=$3last;rewrite^([^.]*)/goods/show-([0-9]+)-([0-9]+).shtml$$1/show.php?c=$2&s=$3last;