Hi, came to say that found the way to change API's directory, the problem were "$_SERVER['DOCUMENTROOT']" sentences in API's framework php files, in order to solve it you only need to replace...
The "Constants.php" file that is located in "xampp\htdocs\api.raiderzbr.to\lib\Framework"
by this one:
To view the content, you need to sign in or register
Same thing with "SiteHandler.php" that is located on the same directory
replace it by this new file:
To view the content, you need to sign in or register
Then go to the MasterServer and LoginServer ini files and change "AUTH_URL" by something like that:
"http://192.168.1.10/api.raiderzbr.to/public_html/index.php"
Please sorry me for my bad english.