[WEB/ADMIN] PermissionsEx Web Panel

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

Thread Status:
Not open for further replies.
  1. Offline

    EnZiGuRi

    [​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:

    Show Spoiler

    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:

    Show Spoiler

    [​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...
     

    Attached Files:

    klarnet, yorgaraz and afistofirony like this.
  2. Offline

    CRaziY

    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

    Nice tool. Surely will help a lot of people.
     
  4. Offline

    EnZiGuRi

    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

    i keep getting invalid login data even i have them entered in configuration.php
     
  6. Offline

    EnZiGuRi

    Account data? it works fine for me in mozilla firefox/internet explorer. (its sensitive to uppercase/lowercase, to spaces too).
     
  7. Offline

    NotYetRated

    Awesome tool, works flawlessly on my server. It is as if you wrote it specifically for my server! :)
     
  8. Offline

    EnZiGuRi

    haha thanks ;)
     
  9. Offline

    codename_B

    Ah funky :) nicely done!
     
  10. Offline

    AbraDome

    tried different browsers and still it keeps saying "Incorrect login data". does it need any special chmod?
     
  11. Offline

    EnZiGuRi

    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

    Maybe send a copy of your config file, can better help like that.
     
  13. Offline

    AbraDome

    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

    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

    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

    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
     
  17. Offline

    AbraDome

    still incorrect data
    Browser is latest Google Chrome 19.0.1084.52
     
  18. Offline

    EnZiGuRi

    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
     
  19. Offline

    andrewpo

    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.
     
  20. Offline

    Anavrins

    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

    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

    looks pretty good :D. Going to test it out
     
  23. Offline

    CRaziY

    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?
     
  24. Offline

    EnZiGuRi

    CRaziY you need to set the database login/password too...
    you can change it in configuration.php
     
  25. Offline

    CRaziY

    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?
     
  26. Offline

    EnZiGuRi

    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.
     
  27. Offline

    CRaziY

    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??
     
  28. Offline

    EnZiGuRi

    humm its wierd, in your error it says you didnt changed the username... by the way what version you have?

    Thanks ;)
    Im waiting for more suggestions to change/add/remove... whatever you think will make it better

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  29. Offline

    CRaziY

    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?
     
  30. Offline

    EnZiGuRi

    you dont need to change ANYTHING from the index.php... only configuration.php u have there yout panel user/pass and yout database things (host/user/pass/database) its all u need for this tool
     
Thread Status:
Not open for further replies.

Share This Page