ยินดีต้อนรับคุณ, บุคคลทั่วไป กรุณา เข้าสู่ระบบ หรือ ลงทะเบียน

เข้าสู่ระบบด้วยชื่อผู้ใช้ รหัสผ่าน และระยะเวลาในเซสชั่น

ThaiSEOBoard.comพัฒนาเว็บไซต์CMS & Free Scriptเว็บ image-host-script เป็นไรไปคั้บหลายวันแล้ว เว็บอับรูปผมเลยเดี้ยงตาม
หน้า: [1]   ลงล่าง
พิมพ์
ผู้เขียน หัวข้อ: เว็บ image-host-script เป็นไรไปคั้บหลายวันแล้ว เว็บอับรูปผมเลยเดี้ยงตาม  (อ่าน 553 ครั้ง)
0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้
i_athirat
สมุนแก๊งเสียว
*

พลังน้ำใจ: 29
ออฟไลน์ ออฟไลน์

กระทู้: 911



ดูรายละเอียด เว็บไซต์
« เมื่อ: 25 เมษายน 2012, 20:01:51 »

ใครใช้สคริปสร้างเว็บอับโหลดรูปภาพจาก image-host-script. บ้างคั้บ ทำไมอาทิตย์นี้เดี้ยงนานจัง 4 - 5 วันแล้ว  เว็บอับรูปผมเลยเน่าตามไปด้วยเลย  ของฟรีนี่ทำใจลำบากจริงๆ wanwan010
บันทึกการเข้า

iCafe
หัวหน้าแก๊งเสียว
*

พลังน้ำใจ: 123
ออฟไลน์ ออฟไลน์

กระทู้: 1,822



ดูรายละเอียด เว็บไซต์
« ตอบ #1 เมื่อ: 25 เมษายน 2012, 20:20:12 »

dpi เหรอครับ
บันทึกการเข้า

i_athirat
สมุนแก๊งเสียว
*

พลังน้ำใจ: 29
ออฟไลน์ ออฟไลน์

กระทู้: 911



ดูรายละเอียด เว็บไซต์
« ตอบ #2 เมื่อ: 26 เมษายน 2012, 18:13:45 »

หาวิธีแก้ได้แล้วคร้าบบบบ

Solution:
Here is the easiest way to resolve it.

1. Find the file includes/dpi_sebots.php
2. Look for function update_search_engine_ip_list()
3. Comment out the inside code.

โค๊ด:
Solution:
Here is the easiest way to resolve it.

1. Find the file includes/dpi_sebots.php
2. Look for function update_search_engine_ip_list()
3. Comment out the inside code.

Before:
?


function update_search_engine_ip_list() {
        $time = @filemtime("./data/LID_UPDATE");
        if($time == 0 or $time === FALSE or ($time > 0 && $time < time() - (3600*24)) ) {
            $data = dpi_pg_fetch(SEO_IPS_);
            if($data === FALSE) return false;
            $f = fopen("./data/LID_UPDATE","w");
            fwrite($f, $data);
            fclose($f);
        }
    }

After:
?


[function update_search_engine_ip_list() {
    /*
        $time = @filemtime("./data/LID_UPDATE");
        if($time == 0 or $time === FALSE or ($time > 0 && $time < time() - (3600*24)) ) {
            $data = dpi_pg_fetch(SEO_IPS_);
            if($data === FALSE) return false;
            $f = fopen("./data/LID_UPDATE","w");
            fwrite($f, $data);
            fclose($f);
        }
 
    */
    }

This should solve your problem.
บันทึกการเข้า

หน้า: [1]   ขึ้นบน
พิมพ์