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..

วันพุธที่ 25 กันยายน พ.ศ. 2556

LOL เชื่อมต่อไม่สำเร็จ

เคยเจอปัญหาแบบนี้ไหม








ปัญหานี้เกิดจาก firewall ของ Window ไม่เปิด port
  • 5000 - 5500 UDP - League of Legends Game Client
เข้า CMD แล้วพิมพ์ netsh firewall set opmode disable

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

LOL update patch ไม่ได้ กดปุ่มเริ่มเกมส์ไม่ได้



ทดสอบ ping 203.117.155.160 ถ้า ping ได้ให้แก้ไขโดย
ให้ให้เลือกตามนี้
หรือแก้แบบบ้านๆ
วิธีแก้แบบบ้านๆ
C:\Windows\System32\Drivers\etc\
ใช้ notepad เปิดไฟล์ hosts
เพิ่มบรรทัดนี้ลงไป
203.117.155.160 lolthcheck.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 "lolthcheck.garenanow.com" "%SystemRoot%\System32\drivers\etc\hosts" > NUL
if %ERRORLEVEL% equ 0 (
echo the entry [lolthcheck.garenanow.com] already exists
goto completed
) else (
REM add the entry
echo 203.117.155.160  lolthcheck.garenanow.com      #Check Update >>%SystemRoot%\System32\drivers\etc\hosts
)
:completed
echo COMPLETED