View Single Post
Author Message
enderG
Junior Member
Join Date: Apr 2020
Location: Gas Station
Old 09-27-2022 , 17:34   [XF] SourceBans Synchronization
Reply With Quote #1

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:
enderG is offline