[外掛擴充套件]簽到及簽到排行外掛v0.1

發表於2019-05-11

5線上檢視效果可以訪問 OP http://op.ourstu.com\r\n
簽到外掛的安裝步驟
1.拷貝安裝包下的兩個外掛至addons目錄下

2.在需要呼叫簽到模板的地方插入兩個鉤子
    {:hook('checkin')}  此處插入簽到
    {:hook('Rank')}  此處插入排行
此外,後臺擴充套件、鉤子新增兩個鉤子,一個checkin、一個Rank。

3.後臺擴充套件、外掛安裝兩個與簽到有關的外掛。

4.匯入資料表
CREATE TABLE IF NOT EXISTS onethink_check_info (uid int(11) DEFAULT NULL,con_num int(11) DEFAULT '1',total_num int(11) DEFAULT '1',ctime int(11) DEFAULT '0') ENGINE=InnoDB DEFAULT CHARSET=utf8;
本外掛還不是非常完善,目前後臺設定的時間只能填寫整點。
本外掛作者 想天:zhdbeng@126.com
有什麼問題可以跟帖回覆。
簽到與簽到排行v0.1.rar(9.92KB, 下載次數: 266)
回覆
有問題的
:(
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'myot.ot_example' doesn't exist
錯誤位置

FILE: D:\wamp\www\wwwroot\ThinkPHP\Library\Think\Db\Driver.class.php  LINE: 162

TRACE

#0 D:\wamp\www\wwwroot\ThinkPHP\Library\Think\Db\Driver.class.php(162): PDOStatement->execute()
#1 D:\wamp\www\wwwroot\ThinkPHP\Library\Think\Db\Driver\Mysql.class.php(53): Think\Db\Driver->query('SHOW COLUMNS FR...')
#2 D:\wamp\www\wwwroot\ThinkPHP\Library\Think\Model.class.php(132): Think\Db\Driver\Mysql->getFields('ot_example')
#3 D:\wamp\www\wwwroot\ThinkPHP\Library\Think\Model.class.php(120): Think\Model->flush()
#4 D:\wamp\www\wwwroot\ThinkPHP\Library\Think\Model.class.php(1431): Think\Model->_checkTableInfo()
#5 D:\wamp\www\wwwroot\ThinkPHP\Library\Think\Model.class.php(95): Think\Model->db(0, '', true)
#6 D:\wamp\www\wwwroot\ThinkPHP\Common\functions.php(542): Think\Model->__construct('Example')
#7 D:\wamp\www\wwwroot\Application\Admin\Controller\AddonsController.class.php(284): D('Addons://Rank_c...')
#8 [internal function]: Admin\Controller\AddonsController->adminList('Rank_checkin')
#9 D:\wamp\www\wwwroot\ThinkPHP\Library\Think\App.class.php(154): ReflectionMethod->invokeArgs(Object(Admin\Controller\AddonsController), Array)
#10 D:\wamp\www\wwwroot\ThinkPHP\Library\Think\App.class.php(194): Think\App::exec()
#11 D:\wamp\www\wwwroot\ThinkPHP\Library\Think\Think.class.php(120): Think\App::run()
#12 D:\wamp\www\wwwroot\ThinkPHP\ThinkPHP.php(97): Think\Think::start()
#13 D:\wamp\www\wwwroot\admin.php(40): require('D:\wamp\www\www...')
#14 {main}
評論
簽到排名模組
評論

相關文章