This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions..

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions..

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions..

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions..

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions..

แสดงบทความที่มีป้ายกำกับ PB แสดงบทความทั้งหมด
แสดงบทความที่มีป้ายกำกับ PB แสดงบทความทั้งหมด

วันอังคารที่ 24 กันยายน พ.ศ. 2556

เนตทรู เข้า PB ไม่ได้ขึ้นปรับปรุงเซิฟ

วิธีแก้แบบบ้านๆ
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