[WEB/ADMN] ForumAcc v1.5 - Server forum activation. phpBB, MyBB [1060]

Discussion in 'Inactive/Unsupported Plugins' started by thekris1234, Jun 4, 2011.

  1. Offline

    THEK

    [​IMG]


    [​IMG]

    Version: 1.5

    I'm no longer developing this plugin. If you would like to continue it the source code is in the JAR file. However, I think it needs to be started from scratch.

    What is ForumAcc?
    ForumAcc allows you to force any users that sign up to your forums to activate their account from your Minecraft server. Perfect for stopping spam!

    ForumAcc does NOT affect server ranks. If provides a better activation process for Minecraft server related forums (instead of Email or Admin activation)

    How to install


    phpBB:
    1. Go to your forums, log in as an Administrator and go to the Administration Control Panel
    2. Under "General" > "Board Configuration" click "User Registration Settings"
    3. Set it to "By Admin"
    MyBB:
    1. Go to your forums and log in as an Administrator and go to the Admin-CP
    2. Click on "Configuration" -> "User Registration and Profile Options"
    3. Change "Registration Method" to "Administrator Activation"
    1. Download plugin and put into /plugins
    2. Start server. The plugin will create /ForumAcc/config.yml in /plugins and disable itself
    3. Edit the file appropriately. HELP BELOW
    4. Reload Server. DONE
    Config.yml

    Code:
    #forumAcc will test DB connection at startup
    Database:
        Table_Prefix: phpbb_
        Port: '3306' // You do not need to change this if it uses the default port
        Database: phpBB
        Password: password
        Username: root
        URL: localhost
    Forum:
        Type: phpbb  // Only phpbb or mybb are supported
        URL: http://forum.myserver.com
    Optional:
        Custom_Profile_FieldID: '' // Optional. Specifies the field id for the minecraft username in your forum. See "Custom Profile Field ID Help"
    
    
    Custom Profile Field ID Help
    Using a custom profile field allows users to choose a username other than their Minecraft username as their forum username. Here is how to find the Custom_Profile_FieldID for the config.

    phpBB
    Show Spoiler

    [​IMG]


    MyBB
    Show Spoiler

    [​IMG]



    How to use
    Log in as the username registered on the forum and type
    /account activate
    You will receive a confirmation message

    Download
    Version 1.5: Jar / ZIP

    Changelog
    • 1.5 - Added option for Auto-Activation when a player logs in.
    • 1.4 - Fixed phpBB not activating users. Better error/success reporting
    • 1.3 - Fixed phpBB Custom profile fields
    • 1.2 - Fixed a typo in SQL string for mybb custom field. Better Error reporting.
    • 1.1 - Added ability to specify custom profile field. This means the user does not have to use their Minecraft username as their forum username
    • 1.0 - Plugin now supports MyBB and phpBB without code editing. Better config.
    • 0.3 - ReWritten SQL. Now updates "newest_username, newest_user_id, newest_user_colour, num_users". Checks if it can connect to tables at startup
    • 0.2 - Fixed txt file bug
    • 0.1 - Initial Release
     
    Jonath198, MaMaxGER, Mattz0r and 2 others like this.
  2. Offline

    fffizzz

    PM me, and I will send you what ya want.
     
  3. Offline

    furt

    Just so happens one of my friends has a Xenforo license so i wont be needing the db structure now. I have a couple of higher priority projects im working on but ill get the support added as soon as i can.
     
  4. Offline

    fffizzz

    I had actually wrote most of the code for it a while back, but lost interest. I'll shoot over what I have.
     
  5. Offline

    furt

  6. Offline

    fffizzz

  7. Offline

    furt

    mike2033 likes this.
  8. Offline

    mike2033

    Hi,

    very nice that you confirm this plugin... It would be cool, if you can update it for the newest Minecraft Version 1.2.5
     
  9. Offline

    md_5

    Long time no see THEK. You will notice that this thread has now been placed into the Inactive Plugin subforum.
    If you wish to revive this plugin, please ensure that you update and test compatibility with the latest recommended Bukkit build before reporting your original post, asking for it to be moved back to the release forum.

    Thanks for your time.
    md_5
     

Share This Page