Help - Search - Members - Calendar
Full Version: L'URL du Query Serveur a changée !
Forum 17B > General Forum > 17B's News
Nosferatu


Bonjour,

Comme certain le savent déjà, le port d'écoute du QueryServeur est le 443.

ce qui donne dans le code de la iframe :
CODE
<iframe src="http://srv.17buddies.net:443/Tools/17b-Query.php?Lg=french&Tp=2&Ip=255.255.255.255&Pr=27015" width="300" height="225" scrolling="no" frameborder="0"></iframe>


(remplacez 255.255.255.255 par l'adresse de votre serveur, et 27015 par le port utilisé)

Si à la place du QueryServeur vous avez un message vous ayant amené ici, ajouter simplement le :443 dans l'url




Hello,

The listen port of the QueryServer has changed, now it listens on 443.

So the HTML code of the iframe looks like that :
CODE
<iframe src="http://srv.17buddies.net:443/Tools/17b-Query.php?Lg=french&Tp=2&Ip=255.255.255.255&Pr=27015" width="300" height="225" scrolling="no" frameborder="0"></iframe>


(change 255.255.255.255 with your ip server, and 27015 with the port used by your server)

If the QueryServer displays an error message instead of the map screen, you should correct the url and add the :443
trepanator
Kikoooo...

Je me permet de rajouter, pour ceux qui ont installer l'outils NukedKlan... il va falloir faire un pitit changement dans le fichier php, Includes/blocks/block_Serv17b.php à la ligne 36 :

AVANT :
CODE
$szUrl="http://srv.17buddies.net/Tools/17b-Query.php?Lg=".$svlang."&Tp=".$svtype."&Ip=".$svip."&Pr=".$svport;


CHANGER EN :
CODE
$szUrl="http://srv.17buddies.net:443/Tools/17b-Query.php?Lg=".$svlang."&Tp=".$svtype."&Ip=".$svip."&Pr=".$svport;


-----------------------------
you will go to make a small change in the php file of Nuked-Klan Serv17 tool : Includes/blocks/block_Serv17b.php in line 36:

BEFORE :
CODE
$szUrl="http://srv.17buddies.net/Tools/17b-Query.php?Lg=".$svlang."&Tp=".$svtype."&Ip=".$svip."&Pr=".$svport;


UPDATE :
CODE
$szUrl="http://srv.17buddies.net:443/Tools/17b-Query.php?Lg=".$svlang."&Tp=".$svtype."&Ip=".$svip."&Pr=".$svport;



see you... Vala vala icon_kimouss.gif smile.gif
Nosferatu
oups, je l'avais oublié celui là, thx smile.gif
trepanator
Dé nada et santé pour tout le boulot wub.gif que vous abattez biggrin.gif smile.gif icon_kimouss.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.