Jump to content

Ahmad E.

Members
  • Posts

    1,065
  • Joined

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Ahmad E.

  1. I will try to add both next week, this week there will be no feature updates due to me having important exams that I need to study for, I'm afraid. Not really a small wish This is on my todo list but will be quite a while before it can be implemented.
  2. Just updated the APP, should be fixed.
  3. I'm sorry about that quote, cannot get rid of it on mobile... @almax maybe, I'll see if this is feasible but after multiple uid support and the management stuff.
  4. This is planned but will take a while before I can implement it.
  5. Just updated the app, added (I think) all suggestions
  6. I will see if I can add that in the next release. Currently it only bans the UUID, it will ban the last known IP (on TS) in the next release too
  7. Most of the features are already as suggested. Default will be none. Forcing to enter a UUID will be a group setting. Profile Field, no. But I will be adding an option to show the field on register form. I don't really think that admins should be able to change a users UUID.
  8. Actually, would you do that now please? Makes things faster for me and you get a fix before next release
  9. Well that is weird. I will try to reproduce and fix that in the next release.
  10. I sync up the groups once a day to reduce the number of connections to the TS server. Make sure that you have entered the correct virtual port, once done run the task as @David Angel described.
  11. Planning to add it along with the TS viewer in the next update
  12. Not yet. It is planned but will be probably one of the latest features to be added, I'm afraid.
  13. That functionality has already been added There is an option to "remove groups" or not to. If you set it to yes, TS users will only be assinged the groups that they have on the forum, so any additional groups they may have will be removed. If set to no, groups will never be removed from TS, so if they had additinal groups they won't be removed only new ones assigned. It is not stored in profile fields, it's stored in the database and is only shown to the user. But I think @Valthos is referring to situations where a forum does get hacked or something similar.
  14. The downside of this would be, there wouldn't be automatic actions anymore. Like when group(s) is/are changed, member is banned etc. because the script wouldn't know who is who. I can see if it is feasible to store the clientid instead of UID, although the user would still need to enter their UUID atleast once. Hmm, that's weird then. Nothing that I've changed should cause this. Mind PMing me your info so I can take a look, please?
  15. That seems to be a bug in IPS itself not removing old extensions (I'll create a bug report for this). To fix it on your install remove the file /applications/ts3integration/extensions/core/GroupForm/ts3integration.php (the one with the 3 in the name). Member's cannot be assigned default/template TS groups through this app. Do you mean instead of having them to enter their UUID, they would get a privilege key for their groups?
  16. I've just released another update which removes the random number again. The issue was that I had a function named "init" which was being called automatically by IPS behind the scenes (I didn't know it would do that) and I would call that manually a second time so in the end it tries to establish two connections with the same name -> error. Renamed my function now and works fine
  17. That's not a bug but a feature. As per changelog that fixes an issue 'nickname already in use' that I've encountered when testing. I'll see if I can work-around it in another way though.
  18. I don't think TS accepts spaces and that's why it errors out but I'll look into it and forbid spaces if TS doesn't want them. About the groups, only primary group right now. Secondary group support will be added today most likely.
  19. The TS username or IPS username? I'll look into it.
  20. Support topic for my TS3 Integration APP. Features: Automatically sync groups Members can have multiple UUIDs Force members to enter their UUID TS Viewer as widget Show UUID form on register (optionally force members to enter it) Edit TS Server information from within the ACP Send global alert to the TS from within the ACP Unlink UUIDs as an admin (Mass)Poke/Kick/Ban Clients from within the ACP Add/Edit/Delete/Copy Server Groups from within the ACP Add/Edit/Delete/Copy Channel Groups from within the ACP Ban syncing. Create/Deploy Server Configuration Snapshots from within the ACP View ban list/Unban members/IPs Features to come someday.: Multiple server support Source Code: The source code for this application is publicly available from now on here: https://github.com/ABSAhmad/IpsTeamSpeakIntegration/ However there will be no support provided for those who do not purchase this application. By not purchasing, you also do not support the continued development of this application. Credits: par0noid using his API: https://github.com/par0noid/ts3admin.class LeoWinterDE using his (modified version) TS Viewer: https://github.com/5G5/TS3ServerStatusViewer THIS DOES NOT WORK WITH IPS HOSTING!
  21. Post it in the feedback section. Most developers don't support nginx, unfortunately. But I never had a problem getting things to work myself with nginx.
  22. Not sure if it's a bug as it worked fine for me on my nginx install, I'll test it on my other site which also runs nginx. Update: Works fine as-well.
  23. Doesn't seem like it, you'd need mod_rewrite for the htaccess rule which is enabled.
  24. If it's proxy then you don't need nginx rules, you'd need to use the htaccess file that you can download.
×
×
  • Create New...