Archive for 八月, 2009

八月 28 2009

AdSense廣告在Discuz!論壇展示問題及解決辦法

Published by C.K. under 喃喃自語 1,901 Views

最近我們收到一些Discuz!論壇發佈商反饋廣告無法展示,經過和Discuz!團隊以及AdSense產品部門的溝通,我們確定以下解決方案可以解決廣告展示問題。如果您的網站是Discuz!論壇並遇到了同樣的廣告展示問題,請按如下步驟進行操作:

請進入Discuz!安裝目錄,在include\js目錄下的common.js文件內刪除以下語句:

Array.prototype.push = function(value) {
this[this.length] = value;
return this.length;
}

或者將此文件裡的push全數修改成其他字例如”push_se”
文件中共有五處,五處修改必須一致

修改完畢後更新緩存(後台>工具>更新緩存)後即恢復正常

以上適用於Discuz! 7.0 提醒您,修改前請備份檔案

如果調整以後,您的Discuz!論壇依然不能正常展示AdSense廣告,請透過AdSense支援中心與我們聯繫。

對於這件事給您帶來的不便,我們深感抱歉,感謝您的理解。

AdSense 支援小組

Bookmark and Share

No responses yet

八月 01 2009

Send MSN or Yahoo message from PHP

Published by C.K. under PHP 904 Views

http://code.google.com/p/phpmsnclass/

說明
MSN class for php, support MSNP9 (MSN 6.2) and MSNP15 (WLM 8.1), use asa bot or just send message to MSN or Yahoo (via MSN, you need Yahoo 8.1to communicate with MSN). Support OIM (offline message) if usingMSNP15.

Continue Reading »

Bookmark and Share

No responses yet