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

WBOY
Release: 2016-07-13 10:24:28
Original
993 people have browsed it

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

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...
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!