-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is_staff #75
Comments
I'm thinking about starting up another project similar as this with better features, optimizations, and faster responses. Besides, this is really outdated. You might as well grab the databases yourself to check for staff. |
I'm currently working with XenForo 1.4.10. I looking forward to you, LegitSoulja. |
Why are you putting sql with your plugins when it's best to use server side PHP and direct requests from Java and your web service |
Because our plugins working with MYSQL already like add / remove from other table (for example /promote adds in table "team" 'id' (by autoincrement), 'user-id' and 'Moderator'. (sorry for my bad english, just now back from work q_q) |
@Kaan2106 Let me look more into the xenapi and see if you can get staff. Im pretty sure you can. You can get admin i know for a fact. Have you looked at any of the output from any of the requests? |
@Kaan2106 Yes, by the looks you can.
Just send a POST request http call from java to your forum /api.php, and get the result, |
If you're still working on this @Kaan2106
Using that you can then use $data["is_staff"] once you are certain that the api didn't throw an error. |
@LegoDevStudio I don't work on this anymore. I found a workaround. |
Is there a way to get the "is_staff" status [0 OR 1] (in table xf_user) ?
waves'
The text was updated successfully, but these errors were encountered: