User: ****
Time: 2009-1-27 9:32pm
Script: /admincp.php
SQL: INSERT INTO [Table]pluginhooks (pluginid,available,title,description,code) VALUES ('8','1','down','放在newthread.inc.php和newreply.inc.php两个文件中用来捕获用户提交的内容中是否有其他网站的图片链接,如果有的话就下载到本地.路径为/attachments/月日/.','if(isset($message)){
require_once DISCUZ_ROOT.'./plugins/17buyhost/httpdown.class.php';
require_once DISCUZ_ROOT.'./plugins/17buyhost/17buyhost.inc.php';
$message=stripcslashes($message);
$message=GetBodyPic($message);
$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/17buyhost/httpdown.class.php';
require_once DISCUZ_ROOT.'./plugins/1' at line 1
Errno.: 1064 |