[WEB/ADMIN] PermissionsEx Web Panel

Discussion in 'Bukkit Tools' started by EnZiGuRi, May 18, 2012.

  1. Offline

    EnZiGuRi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    [IMG]
    Description:
    - PermissionsEx Web Panel is a complement to PermissionsEx plugin. With this panel you can easily manage your server permissions. This panel requires PermissionsEx in mysql database (not compatible with flat file).

    UPDATED! May 28, 2012 - version: 1.0.2

    Download: PermissionsEx-Web-Panel-v1.0.2

    Features:
    - View Groups/Players Permissions;
    - Add Permissions for Groups/Players;
    - Remove Permissions from Groups/Players;
    - Edit Group Prefixes & Suffixes;
    - Change Players Group.

    Changelog:


    v1.0.2:
    - Fixed login issues (not 100% sure).
    v1.0.1:
    - Added Prefix & Suffix color table;
    - Some code changed.
    v1.0.0:
    - Creation of PermissionsEx Web Panel.


    Screenshots:


    [IMG]

    [IMG]


    To-Do:
    - Edit Players Prefixes & Suffixes;
    - Accepting suggestions to change/add ;)

    I'm accepting ALL suggestions to make this tool better!

    [IMG]

    Updates comming soon...

    This post has been edited 9 times. It was last edited by EnZiGuRi May 28, 2012.
    klarnet, yorgaraz and afistofirony like this.
  2. Offline

    CRaziY

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey,Sorry If you already explained,But do you know where the mysql database is and how to use it?
    I'm just having a hard time understanding.:oops:
  3. Offline

    jobbers12

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Nice tool. Surely will help a lot of people.
  4. Offline

    EnZiGuRi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @CRaziY: you using the Plugin linked in the thread, if yes you need to have your permissions in database, you can set it in your PermissionsEx config.yml

    Here is an example:

    Code:
    permissions:
      backend: sql
      backends:
        sql:
          driver: mysql
          uri: mysql://localhost/permissions
          user: root
          password: 'pass'
    
    its easy to configure if u follow the plugin instructions. Anything ask for help ;)

    @jobbers12: Thanks, i will make updates with better features/design ;)
  5. Offline

    AbraDome

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i keep getting invalid login data even i have them entered in configuration.php
  6. Offline

    EnZiGuRi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Account data? it works fine for me in mozilla firefox/internet explorer. (its sensitive to uppercase/lowercase, to spaces too).

    This post has been edited 2 times. It was last edited by EnZiGuRi May 19, 2012.
  7. Offline

    NotYetRated

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Awesome tool, works flawlessly on my server. It is as if you wrote it specifically for my server! :)
  8. Offline

    EnZiGuRi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    haha thanks ;)
  9. Offline

    codename_B

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ah funky :) nicely done!
  10. Offline

    AbraDome

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    tried different browsers and still it keeps saying "Incorrect login data". does it need any special chmod?
  11. Offline

    EnZiGuRi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    humm... wierd, really wierd, you have your account password saved in that browsers? maybe it is changing the password when u leave the boxes... dunno...
  12. Offline

    NotYetRated

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Maybe send a copy of your config file, can better help like that.
  13. Offline

    AbraDome

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Here you go

    PHP:
    <?php
     
    $username 
    'Necro';        //Username
    $password '*****';            //Password
     
    $mysql_host 'localhost';              //Database Host (Usually localhost)
    $mysql_username 'abradome_pex';                //Database Username
    $mysql_password '*****';                    //Database Password
    $mysql_database 'abradome_pex';        //PermissionsEx Database
     
    ?>
    password was mixture of letters and numbers so does that matter?
  14. Offline

    EnZiGuRi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Humm.. i already try with caps letters, spaces, numbers and it works perfectly... try redownloading the zip, if still bugged tell me what browser you using and the version... Maybe i need to test it in your version..
  15. Offline

    harelzh

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I need help I uploaded the files and changed the file under the database I made ..
    But still tells me that error logging in the user ..
  16. Offline

    CRaziY

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I finally got the Panel in FireFox.
    But,Now I am getting Incorrect Login Data.
    It was the exact same username and password in the config.yml

    This post has been edited 2 times. It was last edited by CRaziY May 27, 2012.
  17. Offline

    AbraDome

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    still incorrect data
    Browser is latest Google Chrome 19.0.1084.52
  18. Offline

    EnZiGuRi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Incorrect Login Data means your PANEL user/password are incorrect.. in configuration.php you need to change the database login/pw AND panel login/pw

    This post has been edited 1 time. It was last edited by EnZiGuRi May 27, 2012.
  19. Offline

    andrewpo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Login problems?

    Open up index.php,

    get rid of the if(file_exists... configuration... require_once.... stuff

    Replace with
    Code:
    require_once 'configuration.php'

    @ The Dev - Why no data sanitisation?!?!?! Wow.

    This post has been edited 2 times. It was last edited by andrewpo May 28, 2012.
  20. Offline

    Anavrins

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'm having this error when I try to log in.
    Code:
    Notice: Undefined variable: username in /var/www/pex/index.php on line 20
  21. Offline

    EnZiGuRi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    try downloading version 1.0.2, i changed some code, maybe it will work now. let me know of any bug please
  22. Offline

    owenftw

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    looks pretty good :D. Going to test it out
  23. Offline

    CRaziY

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'username'@'localhost' (using password: YES) in C:\xampp\phpMyAdmin\index.php on line 32-Cannot connect to mysql server-

    -I keep Getting This Everytime I Try Logging In.Can You Help?

    This post has been edited 1 time. It was last edited by CRaziY May 28, 2012.
  24. Offline

    EnZiGuRi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @CRaziY you need to set the database login/password too...
    you can change it in configuration.php

    This post has been edited 1 time. It was last edited by EnZiGuRi May 28, 2012.
  25. Offline

    CRaziY

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I have already set the database Username/Password.

    And It keeps giving me the same message as before.(Though as a different user)

    Do I change the $mysql_username/$mysql_password(Code Located in Index.php) .
    Into Something?

    This post has been edited 2 times. It was last edited by CRaziY May 28, 2012.
  26. Offline

    EnZiGuRi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    no. you just need to change the configuration.php file... make sure you using the correct host/user/pass/database... that error means something like this is incorrect.

    Access denied for user 'username'@'localhost'

    you didnt changed the username i think... i set it to "username" by default... you need to change it for your mysql database... usually is root.

    This post has been edited 4 times. It was last edited by EnZiGuRi May 28, 2012.
  27. Offline

    CRaziY

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Well,I changed it,But I didn't release it,Should I?

    And MySql Database?I made the database and username the same.Is that wrong??

    This post has been edited 1 time. It was last edited by CRaziY May 28, 2012.
  28. Offline

    EnZiGuRi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    humm its wierd, in your error it says you didnt changed the username... by the way what version you have?
  29. Offline

    EnZiGuRi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thanks ;)
    Im waiting for more suggestions to change/add/remove... whatever you think will make it better
  30. Offline

    CRaziY

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    The Version i have is 1.02

    On a side note:Can you or someone make a video for this?

    Also:Are you Sure I don't Change Anything From the Index.php?

    This post has been edited 2 times. It was last edited by CRaziY May 31, 2012.

Share This Page