วิธีแก้แบบบ้านๆ
C:\Windows\System32\Drivers\etc\
ใช้ notepad เปิดไฟล์ hosts
เพิ่มบรรทัดนี้ลงไป
111.223.35.22 pbthcheck.garenanow.com
ทำการบันทึกไฟล์แล้วเข้าเกมส์
----------------------------------BAT File----------------------
@echo off
echo set host power by itemcom
REM check for existence of the file
if not exist %SystemRoot%\System32\drivers\etc\hosts (echo HOSTS FILE DOES NOT EXIST
goto completed)
REM check for existence of the entry
find /c /i "pbthcheck.garenanow.com" "%SystemRoot%\System32\drivers\etc\hosts" > NUL
if %ERRORLEVEL% equ 0 (
echo the entry [pbthcheck.garenanow.com] already exists
goto completed
) else (
REM add the entry
echo 111.223.35.22 pbthcheck.garenanow.com #Check Update >>%SystemRoot%\System32\drivers\etc\hosts
)
:completed
echo COMPLETED
วันอังคารที่ 24 กันยายน พ.ศ. 2556
เนตทรู เข้า PB ไม่ได้ขึ้นปรับปรุงเซิฟ
12:36
Unknown