|

楼主 |
发表于 2015-9-1 19:33:20
|
显示全部楼层
netsky 发表于 2015-9-1 05:22
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server ...
我导入sql是没问题的,试试拿adminer导入看看
自动刷新邀请码需要cron支持...写一个php文件放到tools里,内容如下
- <?php
- require_once '../lib/config.php';
- $c = new \Ss\User\InviteCode();
- $c->AddCode('SP',0,代码个数);
复制代码
然后cron设定定时wget这个文件就行 |
|