Home  >  Article  >  Backend Development  >  Destoon Wangwang cannot be displayed normally, and the solution to the prompt "Member name does not exist" when clicked_PHP Tutorial

Destoon Wangwang cannot be displayed normally, and the solution to the prompt "Member name does not exist" when clicked_PHP Tutorial

WBOY
WBOYOriginal
2016-07-13 10:24:28994browse

Many friends have encountered the situation where Want Want cannot be displayed normally in the supply and demand column of Destoon, and click the prompt "Member name does not exist". The reason is that Want Want has changed the code of Want Want online, but Destoon has not updated it in time . At this time, you only need to modify the second paragraph of Want Want Contact in api/im.func.php:

Modify function im_ali($id, $style = 0) to the following method.

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>' : ”;
}

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/825473.htmlTechArticleMany friends have encountered the situation where Wangwang cannot be displayed normally under the supply and demand column of Destoon, and click the prompt "Member name does not exist" , the reason is that Want Want changed the code of Want Want Online, but Dest...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn