Time: 2009-8-13 7:01pm
Script: /admincp.php
SQL: INSERT INTO [Table]pluginhooks (pluginid,available,title,description,code) VALUES ('5','1','down','放在newthread.inc.php和newreply.inc.php两个文件中用来捕获用户提交的内容中是否有其他网站的图片链接,如果有的话就下载到本地.路径为/attachments/月日/.','if(isset($message)){
require_once DISCUZ_ROOT.'./plugins/pic_down/imagedown.inc.php';
$message=stripcslashes($message);
$message=GetBodyPic($message,$aidin,$fid,$tid,$pid,$subject,$discuz_uid,$adminid,$groupid);
$message=addslashes($message);
}')
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near './plugins/pic_down/imagedown.inc.php';
$message=stripcslashes($message);
$me' at line 1
Errno.: 1064
导入时 提示这个 |