[PHP] 純文本查看 復制代碼
<?php
/*
技術支持 QQ:3188639 QQ交流群:281079920
官方網站 [url=http://www.5566wy.com/]http://www.5566wy.com/[/url]
獲取授權 [url=http://www.5566wy.com/plugin.php?id=xinxiu_license:accredit]http://www.5566wy.com/plugin.php?id=xinxiu_license:accredit[/url]
定時任務開發手冊 [url=http://www.5566wy.com/thread-555-1-1.html]http://www.5566wy.com/thread-555-1-1.html[/url]
嚴禁反編譯、逆向等任何形式的侵權行為,違者將追究法律責任!
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
C::import('class/client','plugin/xinxiuvip_network',false);//引入系統核心類
/*
例子:此代碼為3600秒后執行一次代碼
if (xx_client::cron_time(3600)){
//填寫您的任務腳本執行代碼
}
*/
global $_G;
updatemembercount(1, array(1=>10),true,'',123,'抽獎獎勵','抽獎獎勵','抽獎獎勵'); //給uid為1的用戶添加積分1類型一次10積分。
?>