Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

PHP Class to get PointBlank rank data

Newbie Spellweaver
Joined
Feb 17, 2016
Messages
19
Reaction score
7
Class to get PointBlank rank data <pb.ongame.net>

exemple

Below I will show an example of how to use the simple class.

Code:
include(“class/PB.class.php”);
 $pbclass = new PB();
 $idclan = “678998”;
 $nomeclan = “GhostStars”;
 echo $pbclass->Clan_Info_Wrapper_EXP($idclan, $nomeclan);

PT-BR
 
Newbie Spellweaver
Joined
May 3, 2018
Messages
55
Reaction score
5
Re: ClassPB <PB.ongame.net>

:closedeyes:
 
Last edited:
Back
Top