first commit

This commit is contained in:
Erreur32 2021-02-04 20:54:45 +01:00
parent 0c4d7dda33
commit edb60f166a
1 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?php
ini_set("allow_url_fopen", 1);
// ini_set("allow_url_fopen", 1);
// Edit this ->
// Need to Edit this
/*
$ipserv = "103.58.149.102" ; // IP server game
$portserv = "2302" ; // Game Server Port
@ -24,8 +24,10 @@
$imagemap = "chernarus.jpg";
$urlserv = $ipserv.":".$portserv ;
// Don't touch below
$urlserv = $ipserv.":".$portserv ;
?>