您现在的位置是:网站分类目录(问鼎下载赛车彩票平台app财富入口苹果iOS图片)缩略图显示不正常问题 >>正文
网站分类目录(问鼎下载赛车彩票平台app财富入口苹果iOS图片)缩略图显示不正常问题
一介不取网54人已围观
简介打开文件,目前上面代码第一种$strurl = $options['site_root'].'public/images/nopic.gif';图片显示如下:而http://api.webthumbn...
目前上面代码第一种$strurl = $options['site_root'].'public/images/nopic.gif';图片显示如下:
而http://api.webthumbnail.org/?width=160&height=100&screen=1024&url='.$web_url;由于服务器502Bad Gateway问题,生成的图像:http://api.webthumbnail.org/?width=...&height=...&screen=...&url=...
多数分类目录修改缩略图是网站根目录下文件source\module\prelink.php, 这是一个url格式盗链截图在Webthumbnail.org,因网站近期打不开,现在换成$strurl ='https://blinky.nemui.org/shot?http://'.$web_url;如果你的分类目录网站图片不正常,很多分类目录缩略图用https://api.webthumbnail.org端点。如下:
还有一种方法是修改 网站根目录下\source\include\function.php
搜索save_to_local函数(大约在434行)
$imgurl = 'http://open.thumbshots.org/image.pxf?url='.$weburl;
替换成:
$imgurl = 'http://www.myip.cn/webthumb.php?q='.$weburl;
保存即可,看看你用的对应的缩略图服务网站。
//$strurl = $options['site_root'].'public/images/nopic.gif';
//$strurl = 'http://y.searchpreview.de/preview?s='.$web_url;
//$strurl = 'http://get.thumbshots.ru/?lang=en&size=s&url='.$web_url;
//$strurl = 'http://webthumb.jd-app.com/webthumb.php?url='.$web_url;
//$strurl = 'http://api.webthumbnail.org/?width=160&height=100&screen=1024&url='.$web_url;
// $strurl = 'http://tu.luobuw.com:8080/?url='.$web_url;
$strurl = 'https://blinky.nemui.org/shot?http://'.$web_url;
}
之前就是因为用$strurl = 'http://api.webthumbnail.org/?width=160&height=100&screen=1024&url='.$web_url;作为缩略图,
在网站(网址)分类目录提交网站的时候会发现很多的分类目录网站出现缩略图无法显示的现象,会看到如下代码:
$strurl = $options['site_root'].$options['upload_dir'].'/'.$web_pic;
} else {
//在这里选择不同的缩略图服务网站。找到function get_webthumb($web_pic,$web_url)。
Tags:
相关文章
SEO一些名词介绍/SEO常见术语
网站分类目录(问鼎下载赛车彩票平台app财富入口苹果iOS图片)缩略图显示不正常问题SEO(Search Engine Optimization)搜索引擎优化SEM(Search Engine Marketing)搜索引擎营销1.竞价排名 ——顾名思义,通过竞价方式使得网站排名靠前2...
阅读更多
wordpress瀑布流图片主题PhotoBroad模板2.0
网站分类目录(问鼎下载赛车彩票平台app财富入口苹果iOS图片)缩略图显示不正常问题PhotoBroad是一款来简单好用且比较经典的wordpress图片主题,主题采用瀑布流式布局,设计清新简洁,适合做美图分享网站。主题特点:Tags:瀑布流式布局,wordpress图片主题,两列,...
阅读更多
wordpress提示function.call
网站分类目录(问鼎下载赛车彩票平台app财富入口苹果iOS图片)缩略图显示不正常问题前天在wordpress后台测试Always音乐主题,首页出现Warning: call_user_func_array() [function.call-user-func-array]: Firs...
阅读更多