我已經發現並實施解決方案為您的問題:
在檔中 vbenterprisetranslator_class_translator.php (312 線),我成立:
然後我做替換為:PHP Code:if (strpos($result,'Quota Exceeded')) {
請讓知道如果這有助於 miPHP Code:if ((strpos($result,'Quota Exceeded')) || (strpos($result,'Limit Exceeded'))) {
我已經發現並實施解決方案為您的問題:
在檔中 vbenterprisetranslator_class_translator.php (312 線),我成立:
然後我做替換為:PHP Code:if (strpos($result,'Quota Exceeded')) {
請讓知道如果這有助於 miPHP Code:if ((strpos($result,'Quota Exceeded')) || (strpos($result,'Limit Exceeded'))) {
最後編輯者 r.dziadusz; 09-12-11 在 12:04.