Web GUI for SimpleHelpTickets

Discussion in 'Bukkit Tools' started by Adriani6, Oct 14, 2012.

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

    Adriani6

    == Simple Help Tickets - WEB GUI ==

    I've coded this as a request from another member of bukkit (sorry, I don't remember the name). I have contacted the Author of this plugin if I can make it, he thought it will be interesting to see what I come up with. So here it is :)

    I've made two versions of this,
    # Hosted
    # Downloadable

    Hosted:
    Basically I'm hosting a portal to which members login with their MySQL info. Then it connects them into their database and shows all info about all tickets created on the server/in this database.

    Downloadable:
    For members who have a bit of knowledge about coding, as it requires user to input their info into the actual code !
    I have written comment lines which indicate from where and up to where a user can edit the code.

    This supports MySQL Database only as of now, it might work with MySQL Lite but I didn't test it, so who knows.

    Things to do:
    Add multi-language option later if needed.
    Making the output prettier, I guess :p
    Ability to enter a name of custom table.*

    *As for now, it's by default the name of the table that was created by the plugin, in this case SHT_Tickets.

    I'm still inprogress where I'll be updating the code, so post your ideas below, maybe I'll implement it !

    Portal can be found: http://tinyurl.com/cbf23es
    Download can be found: http://tinyurl.com/95y842o

    Link to SimpleHelpTickets: http://dev.bukkit.org/server-mods/simple-help-tickets/

    If you would like a portal for another plugin, message me ! I'll what I can do for you ;)

    All my work is non-profitable i.e. I didn't and I won't take money for what I do. Therefore editing my code and 're-selling' it isn't allowed.

    This is my first upload or should I say share in bukkit, so I'm sorry if I did anything wrong with this post.
    File is uploaded to my private server as I had trouble with uploading it here.
     
  2. Offline

    Dystopia

    Good job!
     
  3. Offline

    Sushi

    Your portal page doesn't work.

    Also, ew PHP.
     
    hawkfalcon likes this.
  4. Offline

    Adriani6

    Sorry, I haven't noticed that they taken my hosting off for some strange reason..
    I uploaded the file to my private hosting.

    http://tinyurl.com/cbf23es
     
  5. Offline

    hawkfalcon

    Please use direct links.
     
  6. Offline

    Adriani6

    Anything wrong with tinyurl ?
     
  7. Offline

    Artaex

  8. Offline

    Adriani6

  9. Offline

    hawkfalcon

     
  10. Offline

    Fishfish0001

  11. Offline

    Sushi

  12. Offline

    Adriani6

    I was testing to see how safe the hosting is. I have contacted my hosting company to disable some options that I came across which were enabled.
    Is it ? I don't really find it funny ?
     
  13. Offline

    Artaex

    You should really improve the security of your site.
    Start by disabling directory browsing!

    Also, add some debugging to your MySQL functions.
    Instead of just throwing the MySQL error, show a *nice* custom error.
     
  14. Offline

    Adriani6

    I'm currently moving homes, so I though I would be nice and quickly upload the file to my private hosting, but looks like some people don't appreciate it.. but yes, I agree on the error message, once I get to my new house, I'll work on it and release the updated version.
     
  15. Offline

    RiotShielder

    Does this still work ._.
     
Thread Status:
Not open for further replies.

Share This Page