Google Adsense 匯款人、國家更新 - 2015
如果發現不能收款了,
趕快再回頭查一下付款人資料,
現在 Google Adsense 匯款人、2015.8 國家更新如下
Google Asia Pacific Pte. Ltd., Singapore
所以,地點已改到新加坡了。
輸入之匯款人姓名資料與西聯比對不符解決方法
1. 匯款人身份別:選擇「公司」即可
2. 公司名稱:填寫「Google Asia Pacific Pte. Ltd」
3. 匯款來自國家:選擇「SG_Singapore」
如頁首圖
其他,控制號碼、預期匯款金額、轉入帳號仍照舊輸入即可。
相關文章
台灣西聯匯款-領款全攻略
台灣西聯匯款中文說明及網站
Google AdSense 在臺灣開通西聯匯款
國泰世華銀行停止西聯匯款業務
西聯匯款可以提領地點查詢
西聯匯款可在京城銀行網路銀行領囉-附交易流程教學
京城銀行西聯匯款-輸入之匯款人姓名資料與西聯比對不符解決方法
Google Adsense 匯款人、國家更新 - 2015
Google Adsense 匯款人、國家更新 - 2015
http://sbonny.blogspot.com/2015/08/google-adsense-2015-asia-company.html
2015年8月25日 星期二
2015年8月21日 星期五
joomla Database Error 無法連結mysql 解決方法
joomla Database Error 無法連結mysql 解決方法
開啟 joomla 網頁畫面時,忽然出現以下訊息
Database Error: Unable to connect to the database:Could not connect to MySQL
可以確定的是,
網頁無法連結資料庫,
問題是...
網站掛了嗎?
資料庫掛了嗎?
這可別急著下決定。
如果是單一事件:
代表使用者修改了mysql 資料庫用戶名稱密碼(phpMyAdmin登入介面),
以至於joomla無法進入mysqly 資料庫
解決辦法:
到/var/www/Lab 中找到 configuration.php
用gedit開啟編輯內容,找到以下兩行
var $user = 'root';
var $password = 'xxx';
將名稱密碼修改成正在使用的名城密碼即可。
重新啟動apache
/etc/init.d/apache2 restart
運行一段時間後的重覆事件:
奇特的是,
有一個狀況是,
讓系統重新啟動時正常,
運行一段時間,
也許數天,也許半天,
也會出現
Database Error: Unable to connect to the database:Could not connect to MySQL
這時,可以確定帳號密碼正常,
重啟 mysql 系統即可解決,
至於為何 mysql 會如此,
尚未找到答案
joomla Database Error 無法連結mysql 解決方法
http://sbonny.blogspot.com/2015/08/joomla-database-error.html
開啟 joomla 網頁畫面時,忽然出現以下訊息
Database Error: Unable to connect to the database:Could not connect to MySQL
可以確定的是,
網頁無法連結資料庫,
問題是...
網站掛了嗎?
資料庫掛了嗎?
這可別急著下決定。
如果是單一事件:
代表使用者修改了mysql 資料庫用戶名稱密碼(phpMyAdmin登入介面),
以至於joomla無法進入mysqly 資料庫
解決辦法:
到/var/www/Lab 中找到 configuration.php
用gedit開啟編輯內容,找到以下兩行
var $user = 'root';
var $password = 'xxx';
將名稱密碼修改成正在使用的名城密碼即可。
重新啟動apache
/etc/init.d/apache2 restart
運行一段時間後的重覆事件:
奇特的是,
有一個狀況是,
讓系統重新啟動時正常,
運行一段時間,
也許數天,也許半天,
也會出現
Database Error: Unable to connect to the database:Could not connect to MySQL
這時,可以確定帳號密碼正常,
重啟 mysql 系統即可解決,
至於為何 mysql 會如此,
尚未找到答案
joomla Database Error 無法連結mysql 解決方法
http://sbonny.blogspot.com/2015/08/joomla-database-error.html
馬上按讚 加入 [兔兔電腦教室] 粉絲團
2015年8月20日 星期四
Joomla 消除 generator 記號
Joomla 消除 generator 記號
這是防駭攻擊的作法,
目的,就是不讓人知道,
這網站是由 Joomla 系統建置的。
一般而言,
查看網站原始碼即可得知架站系統的簡單資訊,
以 Joomla 1.5 版本為例,
則可看到如下記號
<meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
查詢原始程式,
generator 記號放在
jiangdougan\libraries\joomla\document\document.php
使用編輯工具打開,
查詢關鍵字,將
Joomla! 1.5 - Open Source Content Management
改為
Jcms 1.5
修改完成後,
這時,
查看網站原始碼,
就會顯示 Jcms 1.5 了
Joomla 消除 generator 記號
http://sbonny.blogspot.com/2015/08/joomla-generator-fix.html
這是防駭攻擊的作法,
目的,就是不讓人知道,
這網站是由 Joomla 系統建置的。
一般而言,
查看網站原始碼即可得知架站系統的簡單資訊,
以 Joomla 1.5 版本為例,
則可看到如下記號
<meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
查詢原始程式,
generator 記號放在
jiangdougan\libraries\joomla\document\document.php
使用編輯工具打開,
查詢關鍵字,將
Joomla! 1.5 - Open Source Content Management
改為
Jcms 1.5
修改完成後,
這時,
查看網站原始碼,
就會顯示 Jcms 1.5 了
Joomla 消除 generator 記號
http://sbonny.blogspot.com/2015/08/joomla-generator-fix.html
馬上按讚 加入 [兔兔電腦教室] 粉絲團
訂閱:
文章 (Atom)
站群搜尋
含主站,論壇,部落格
自訂搜尋