You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP class is not works properly. Name of class in PHP file is "xuiConnect", but in docs its name is "xui_api"
After fixing erroreus name i try to control my server by API, and code returns "1", but it didnt create user on server. $example = new xuiConnect($address,$port,$username,$password); $create_user = (int)$example->add(); echo($create_user);
The text was updated successfully, but these errors were encountered:
Please stay tuned for the upcoming update. The current document is outdated, and if you have an urgent need to use the class, please send a message on Telegram, and we will provide guidance. ❤️
PHP class is not works properly. Name of class in PHP file is "xuiConnect", but in docs its name is "xui_api"
After fixing erroreus name i try to control my server by API, and code returns "1", but it didnt create user on server.
$example = new xuiConnect($address,$port,$username,$password); $create_user = (int)$example->add(); echo($create_user);
The text was updated successfully, but these errors were encountered: