Heim  >  Artikel  >  Backend-Entwicklung  >  Destoon旺旺无法正常显示,点击提示“会员名不存在”的解决办法_php实例

Destoon旺旺无法正常显示,点击提示“会员名不存在”的解决办法_php实例

WBOY
WBOYOriginal
2016-06-07 17:18:281007Durchsuche

很多朋友都遇到了Destoon供求栏目下旺旺无法正常显示,点击提醒“会员名不存在”的情况,原因是旺旺更改了在线旺旺的代码,但是Destoon没有及时更新。这时候只需要修改api/im.func.php中第二段旺旺联系的那段:

即将function im_ali($id, $style = 0) 修改成下面的方法即可。

function im_ali($id, $style = 0) {
return $id &#63; ‘<a href=”http://amos.im.alisoft.com/msg.aw&#63;v=2&uid='.$id.'&site=cntaobao&s=6″
target=”_blank” rel=”nofollow”><img src=”http://amos.im.alisoft.com/online.aw&#63;v=2&uid='.$id.'&site=cntaobao&s=2″ title=”点击旺旺交谈/留言”
align=”absmiddle” onerror=”this.src=DTPath+\'file/image/ali-off.gif\'” onload=”if(this.width>20)this.src=SKPath+\'image/ali-off.gif\'”/></a>' : ”;
}
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn