Client 11 support. (loginWebService)

Using this IP changer:
https://github.com/jo3bingham/tibia-11-ip-changer
Instead of IP, you write website URL to IP changer.
This commit is contained in:
Znote
2016-11-23 01:34:12 +01:00
parent a0413026dc
commit 6617966cc9
2 changed files with 91 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
<?php require_once 'engine/init.php'; include 'layout/overall/header.php';
<?php if($_SERVER['HTTP_USER_AGENT'] == "Mozilla/5.0") { require_once 'login.php'; die(); } // Client 11 loginWebService
require_once 'engine/init.php'; include 'layout/overall/header.php';
if (!isset($_GET['page'])) {
$page = 0;