您好!欢迎访问95网站大全,本站是一个免费收录网站的网址导航/网站大全/网站导航网!
当前位置:95网站大全 » 文章资讯 » 网站建设 » 文章详细

35dir程序无法显示缩略图处理

发布时间:2019-08-02 来源:网络转载 浏览:3046次
35dir程序无法显示缩略图处理图片

  35dir无法显示缩略图怎么处理?今天有一网友购买了35dir源码,安装完整后发现缩略图不能正常显示,这让小编很纳闷,因为小编使用该35dir源码建的两个站缩略图都是可以正常显示的,那么35dir网站目录程序无法显示缩略图怎么办?35dir分类目录缩略图无法显示完美解决方法在这里:


  1】打开文件source\module\prelink.php
  搜索get_webthumb,找到以下代码:

  /**thumbs*/
  function get_webthumb($web_pic){
  global$options;
  if(!empty($web_pic)){
  $strurl=$options['site_root'].$options['upload_dir'].'/'.$web_pic;
  }else{
  $strurl=$options['site_root'].'public/images/nopic.gif';
  }
  return$strurl;

  }


  将其修改为:
 
  /**thumbs*/function get_webthumb($web_pic,$web_url){
  global$options;
  if(!empty($web_pic)){
  $strurl=$options['site_root'].$options['upload_dir'].'/'.$web_pic;
  }else{
  //在这里选择不同的缩略图服务网站。
  //$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;}return$strurl;

  }


  2打开文件source\module\website.php


  搜索get_webthumb,找到$web['web_pic']=get_webthumb($web['web_pic']);【注:该文件中有两个get_webthumb,需要全部修改】


  全部修改成:

  $row['web_pic']=get_webthumb($row['web_pic'],$row['web_url']);


  3打开文件module\siteinfo.php


  搜索get_webthumb,找到$web['web_pic']=get_webthumb($web['web_pic']);

  替换成:$web['web_pic']=get_webthumb($web['web_pic'],$web['web_url']);


  4打开文件module\linkinfo.php


  搜索get_webthumb,找到$link['web_pic']=get_webthumb($link['web_pic']);


  替换成

  $link['web_pic']=get_webthumb($link['web_pic'],$link['web_url']);


  通过以上四步修改后即能完美地解决掉35dir分类目录无法显示网站缩略图问题。以上就是35dir分类目录无法显示网站缩略图的处理方法,文章转自善记事,纯粹个人存档学习,并无侵权等想法,如有异议,请联系网站管理员。

┃ 推荐站点

  • 电影网站导航电影网站导航

    电影网站导航是一个汇集全网优质电影网址及资源的上网导航。精心收录在线电影网站、电影周边网站和电影资讯网站,为影迷在线免费观看电影下载和手机下载电影提供便利。

    2021-09-15
  • dd网站目录网dd网站目录网

    dd网站目录网是一个全人工编辑的开放式网站分类目录,汇聚国内外优秀的网站网址,努力打造互动新颖的网站收录平台。免费提供分类目录提交,网站目录提交、中文网址目录收录、网站导航等优质功能。

    2021-09-15
  • 95网站目录网95网站目录网

    95网站目录网是一个专注于新网站推广的网站目录网,汇集免费网站目录、分类目录网、搜索引擎提交入口等,致力于为网站推广人员提供高品质外链建设及网站外推服务。

    2021-04-20