AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   SourceBans / SourceBans++ (https://forums.alliedmods.net/forumdisplay.php?f=152)
-   -   Release [XF] SourceBans Synchronization (https://forums.alliedmods.net/showthread.php?t=339716)

enderG 09-27-2022 17:34

[XF] SourceBans Synchronization
 
This version may be unstable!
This means that errors or bugs may occur. If you encounter an error/bug, provide a full log/description and disable the addon immediately!


At the moment, synchronization is implemented server group => forum group.
Management is located in "Groups & Permissions" if the administrator has the right to manage groups.

Form:
  • Has a group
    Here you need to specify which group the administrator should have.
  • On server(s)
    Specify on which servers the user should have an admin access (must be on all these servers).
  • Give a group(s)
    Which groups to assign to the user on the platform.

Requirements:
  • XenForo 2.2.8+
  • BlackTea/SteamAuth 1.7.9+

Installation:
  1. Add to src/config.php connection credentials:
    PHP Code:

    $config['sbintegration'] = [
        
    'host' => '',
        
    'port' => 3306,
        
    'username' => '',
        
    'password' => '',
        
    'dbname' => ''
    ]; 

  2. Install addon via CP or CLI.
  3. In the options (admin.php?options/groups/pbySBSync/), specify the table prefix and the number of users to synchronize (per synchronization).

Download/Updates:


All times are GMT -4. The time now is 17:56.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.