代码高亮测试

<?php

!defined('DEBUG') AND exit('Forbidden');

$json=json_decode(file_get_contents(APP_PATH.'plugin/fuck/conf.json'),true);

kv_set('fucked',str_replace('.','',$json['version']));



if(!empty(kv_get('fuck_xiuno'))){

db_exec('ALTER TABLE `'.$db->tablepre.'fuck_file` DROP `name`;');

db_exec('ALTER TABLE `'.$db->tablepre.'fuck_file` ADD `mode` TINYINT(1) unsigned NOT NULL AFTER `zone`;');

db_exec('ALTER TABLE `'.$db->tablepre.'fuck_file` MODIFY COLUMN `type` VARCHAR(10) COLLATE utf8_unicode_ci NOT NULL;');

db_exec('ALTER TABLE `'.$db->tablepre.'fuck_file` DROP INDEX `user_time`, ADD UNIQUE `user_mode_time` (`user`,`mode`,`time`) USING BTREE;');

db_exec('UPDATE `'.$db->tablepre.'fuck_file` SET `mode`=1 WHERE `mode`=0;');

db_exec('UPDATE `'.$db->tablepre.'fuck_file` SET `type`="gif" WHERE `type`="101";');

db_exec('UPDATE `'.$db->tablepre.'fuck_file` SET `type`="jpg" WHERE `type`="102";');

db_exec('UPDATE `'.$db->tablepre.'fuck_file` SET `type`="png" WHERE `type`="103";');

db_exec('UPDATE `'.$db->tablepre.'fuck_file` SET `type`="bmp" WHERE `type`="106";');

db_exec('UPDATE `'.$db->tablepre.'fuck_file` SET `type`="ico" WHERE `type`="117";');

db_exec('UPDATE `'.$db->tablepre.'fuck_file` SET `type`="webp" WHERE `type`="118";');

kv_delete('fuck_xiuno');

plugin_lock_end();

}



?>
C

插件没毛病,注释出现的大白框是和主题的样式有冲突,需要改论坛模板。

C

不错啊

1