[WEB/ADMN] - Webukkit v0.beta9.5-fix3

Discussion in 'Bukkit Tools' started by cyberbobjr, Feb 12, 2011.

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

    cyberbobjr

    Webukkit
    Version: v0.9.5-fix3
    Webukkit is a http interface for Bukkit.

    Features:
    • Stats pages : top 10 builders, killers, travelers, etc. based on the Stats Plugin
    • GUI Plugins (see screenshots) for :
      • Permissions plugin
      • Achievements plugins
    • Show a map of your world (with an url like dynmap or a image file like mcmap)
    • Show/modify/backup your plugins configuration files
    • Access to some commands of TCP Plugin (http://forums.bukkit.org/threads/admin-dev-tcp-interface-for-bukkit-v1-1-297.746/) :
      • Send a message to a connected player
      • Send a message to all players connected
      • Kick a player
      • Display player's inventory
      • Destroy an item in the player's inventory
      • Give item to a player
    • Access to Remote Toolkit Plugin (http://forums.bukkit.org/threads/ad...view-full-remote-console-access-r10-a7-1.674/) :
      • Restart server
      • Restart forced server
      • Stop server
      • Stop Minecraft server
      • Start Minecraft server
      • Send console command and watch the result (ban, kick, op, deop, deban, etc.)
    • Interaction with Permissions plugin : allows users to register and be automatically listed in the Permissions plugin with a choosen world and a choosen group
    • Access to the server log
    • Theme support, you can made your own theme ! (Minecraft theme is provided, see screenshots)
    • Permissions for the website : ability to access map & stats pages for public/registered users
    Planned/Todo :

    - Edit profile for users : add avatar option for stats pages - (not started yet, planned for the 1.0)
    - Signature generator : make signature with player's stats - (not started yet, planned for the 1.0)
    - GUI for GroupManager : i'm waiting for the YAML fix or for the SQLite version of GM...
    - Mini blog engine : add posts and comments in the Public interface (not started yet, maybe for the 1.0 version)
    - Replace TCP Remote Plugin by my own plugin : RemoteTCP (http://forums.bukkit.org/threads/dev-remotetcp-v1-0-crypted-server-query-602.10506/), more secure, more faster.

    Prerequisites

    You will need :
    • HTTP server with mod_rewrite support
    • MySQL 5
    • PHP 5.2 or greater (or PHP 5 but with json package)
    Download (open)

    You can download the archive here : http://code.google.com/p/bukkit-webadmin/downloads/list

    You can access the source code here : http://code.google.com/p/bukkit-webadmin/source/checkout

    Screenshots (open)

    [​IMG]
    Webukkit permissions (Theme : minecraft)
    [​IMG]
    Gui for Achievements (Theme : minecraft)
    [​IMG]
    Stats page (with Stats plugin) (Theme : minecraft)
    [​IMG]
    Installation Windows
    [​IMG]
    Connexion Windows
    [​IMG]
    Configuration Windows
    [​IMG]
    Map Windows (with dynmap)
    [​IMG]
    Map Windows (with integrated viewer - mcmap example)
    [​IMG]
    Log Windows
    [​IMG]
    Plugin Editor Windows
    [​IMG]
    Status Windows : Server command & Player command & Player inventory
    [​IMG]
    GUI for Permissions plugin

    Installation (open)

    A tutorial was write for installation, look at this : Tutorial step 1

    You must have an HTTP server AND a MySQL base AND PHP Version >5.2 (for json thanks to zajacmp3 ;))
    1. Unzip the archive in your html root folder.
    2. Go to http://yourserver/index.php/installer/ and follow instructions.
    Linux Users, attention :
    • The files unzipped must be owned by the apache group !
    • If you want to modify config file for plugins, the minecraft directory must be writable by the apache group !
    Install these scripts to the same server that host Minecraft if you want to edit config files of plugins.

    If you want to use TCP Bukkit Interface, it's must be configured with this option :
    send-all-json=true

    Upgrade to 0.7 (open)

    From 0.5beta : please don't do an upgrade with the 0.5beta, it's better to do a fresh install.
    From 0.6beta : is not necessary, uncompress the 0.7beta archive and run it's enough.

    Instructions :

    1. Unzip the archive into your Bukkit Webadmin directory (be careful to the rights)
    2. Go to http//yourserver/updater and generate the tables you don't have.

    Interaction with Permissions plugin (open)

    I've tested this functionnality with Permissions Plugin 2.1.
    Be carefull : do a backup of your config file "yml" before.

    This functionnality let your users to register on the site and automaticaly be added to the Permissions Plugin.
    You choose the default group and default world for new users.
    This functionnality is not mandatory, it's an option, you can choose to activate it or not.

    For enabling this functionnality, go in the config menu, check "Use Permissions plugin" and choose the default world and default group. The group list is calculated dynamically on the configuration file of Permissions plugin.

    Each time a user registers on the site, a new entry is added into config "yml" file of Permissions plugins. If you use the Nukkit plugin (http://forums.bukkit.org/threads/ad...-web-based-authentication-and-promotion.4631/) the permissions will be automatically reloaded, if not you must reload manually configuration of Permissions plugin.
    If you want to reload automatically permissions plugins, click on the chekbox "Reload permissions after new register ?" (warning it's experimental). You must have RemoteToolkit Plugin enabled and correctly configured.

    How to made your own theme (open)

    Theme files must be in the directory /theme
    The name of the directory will be the name of your theme, it will be visible in the config menu.
    In your theme directory, make CSS and IMG directory.
    Inside CSS, put your ... CSS files :) You must have 3 CSS :
    • "default.css" - General CSS for the website
    • "jquery-ui-1.8.9.custom.css" - You can generate CSS at this url : http://jqueryui.com/themeroller/
    • "selectmenu.css" - CSS for the dropdown langage selector
    Inside IMG, put all images files necessary for your theme.

    For example, you want to design a theme called "NochtheBest".
    Create a directory named "NochtheBest" in "Theme" directory.
    Create a CSS and IMG in "NochtheBest", copy your CSS and IMG files inside them.
    You will have :
    \ - Theme
    \ - NotchtheBest​
    \ - CSS​
    \ - IMG​

    Done! You can change your theme in the config menu to "NotchtheBest"

    Changelog (open)

    version 0.9.5-fix3 - 2011-04-16
    • Fix a bug with achievement editor
    • Fix a bug for the path of items.txt
    version 0.9.5-fix2 - 2011-04-14
    • Fix for Stats & Achievements v0.9
    version 0.9.5-fix1 - 2011-03-22
    • Remove test menu :p
    version 0.9.5 - 2011-03-21
    • Add SQL support for Stats & Achievements plugin
    • Add support for Stats & Achievements plugin v0.8
    • Fix a bug for a trailing slash in the main root url
    • Add singlequote instead of doublequote for YAML config file
    version 0.beta9 - 2011-03-13
    • Add theme support
    • Add permissions for website (for stats & map)
    • Add stats pages (with Stats plugin)
    • Add group and user management for webukkit
    • Add GUI for Achievements plugin
    • Add an option for reloading Permissions plugin when a user is registered (experimental)
    • Full french translation
    version 0.beta8 - 2011-03-11
    • Add a php version check for the installer
    • Add a langage selector (French is translated "petit à petit") - Thanks to Amrac !
    • Add a GUI for Permissions plugins
    • Modify the registration system for new users into Permissions plugins, add the world option
    • Fix a bug with trailing slash in the minecraft path
    • Fix a bug in core.php for the UTC time zone
    Version 0.beta7 - 2011-03-01
    • The name is now "Webukkit" instead of "Webadmin Bukkit"
    • Subdirectory feature : you can now install Webukkit in a subdirectory instead of a root web directory
    • Add an edit button for editing template plugin
    • Fix a bug images displayed in inventory when you use subdirectory
    • Add a log windows : now you can see the log server.
    • You can send command to the console in the "log" menu (be careful it's experimental, use it at your own risk).
    • Add another map system, you can now use a standard image file for displaying map instead of a url for dynmap (the image file must be stored in /maps/images)
    • Ajax request don't block the windows now, a simple "wait cursor" is now displayed when an Ajax request is made
    Version 0.beta6 - 0211-02-24
    • Fix a bug when the plugin name contain a space, the plugin tab did not display the config file.
    • In the installer, you can now choose if you want to create a database or use a existing one, you can also set the prefix for tables.
    • You don't need anymore to be root of the database for creating tables and inject data, a valid account with privilege is enough.
    • Add licence information
    • Add "hold" and "unhold" command for Remote toolkit
    • Automaticaly add registered users to Permissions Plugin with a default choosen group (it's an option, you can uncheck this feature if you want)
    • Add some verifications check in the register panel
    • Add user management in the config tab
    • Add a button in the 'Edit plugin' menu for deleting old config file
    • Add new items from the Minecraft 1.3 version
    Version 0.beta5 - 2011-02-21
    • Remove the rewriting process, no more .htaccess !
    • Major change in directories structures
    • Add a user registration (for later)
    • Various minors fixes and checks
    Version 0.beta4 - 2011-02-18
    • Add Remote toolkit support (it's now possible to restart the server)
    • Add UTF-8 support for config file (Gastronomic plugin for example)
    • During the update it is now possible to import new templates plugins
    • During the installation, the "tmp" directory AND subdirectories are write-checked
    • CSS cleaning
    • Remove some useless function (the status windows display faster now)
    • Windows in the inventory panel are moveable
    • All always, some minors bugs fixed
    Version 0.beta3 - 2011-02-16
    • Add inventory management
    • Change the status windows
    • Add a check for installation for security (if a file exist, you can't install anymore)
    • Add an updater processus
    Version 0.beta2 - fix 2
    • Add verification of permissions in the installer process and the config process.
    Version 0.beta2 - fix 1
    • Many littles fixes for Linux system
    Version 0.beta2
    • First release to the public


    0.beta9.5 is still free, but you can donate.

    v1.0 will cost 5€ when it will be done.


    [​IMG]


    PS : sorry for my bad English, i'm a French native ;)

    Thanks to MonsieurApple for his Minelink PHP Class (http://forums.bukkit.org/threads/minelink-0-1.3564/)

    Tested on :
    Windows 7 - Xampp 1.7.3
    Windows XP - Xampp 1.7.3
    Linux ClearOS 5.1 - Apache/PHP 5/MySQL 5.2
    Centos 5.3 - You must upgrade PHP to 5.2 => http://wiki.centos.org/HowTos/PHP_5.1_To_5.2

    Tested with :
    CraftBukkit build 617
    Permissions plugin 2.5.4
    TCP Plugins 1.2
    Remote Toolkit plugin r10 a8.2
    Stats & Achievements v0.9
     
  2. Offline

    cyberbobjr

    Hi,
    I've tested with my Webukkit and it's work, this is my settings :
    [​IMG]

    Uploaded with ImageShack.us
     
  3. Offline

    WindedDragon

    Ah, I know what I did wrong. Thanks!
     
  4. Offline

    gamerpaddy

    theres a hidden google maps function!

    http://your.domainfromwebukkit/index.php/test

    edit. i translated it into german language
    (dont ask me how to install)
    http://gamerpaddy.ath.cx/Test/de.zip

    i have ideas for the todo list:

    A login / register system for offline servers (manage players on Webukkit)
    Geotracking with the google maps feature
    Working Achievements Tab in Publicmenu
    Add Players (registered) tab on Publicmenu
    Add Players Online (on the MC server)
    Public Chat (dynmap chat is gay (ip = name -.-)) or add a IRC Tab (awesome!)
    user defined Tabs (redirect links) example: for a Forum or community

    when its done (+ ideas from above ) i pay it
     
  5. Offline

    dragonhib

    Hi !!
    The latest fix doesn't seems to work for me about Achievements editor (sql version). I can't select a category, a key or item...
    [​IMG]
    Maybe When I upgrade Webukkit need I clean database before install ?
    The new version of Permissions (2.7) has new config file format that isn't compatible with your GUI. Please can you fix it ?
     
  6. Offline

    gamerpaddy

    [​IMG]

    :D the next step are: configure Achievements -.-
     
  7. Offline

    cyberbobjr

    Hi guys. Nice works ! I'm at my new job now, and Internet is blocked :( (i post with my google phone :p) i will looking at that tonight. Regards
     
  8. Offline

    flipster

    Hi cyberbobjr,
    Im using Stats with mysql:

    Code:
    sql-db = jdbc:mysql://localhost:3306/minecraft
    sql-pass = *********
    sql-table-stats = stats
    sql-user = **********
    stats-afk-delay = 300   #(seconds) If there is no player-activity in this time playedfor does not get updated. Set to 0 to disable.
    stats-autoUpdate = true
    stats-datasource = mysql   #dropped flatfile support
    stats-deathnotify = true
    stats-debug = false
    stats-log-block-ignite = true   #disable/enable logging of block ignite events
    stats-log-blockcreate = true   #disable/enable logging blockcreate
    stats-log-blockdestroy = true   #disable/enable logging blockdestroy
    stats-log-damage-events = true   #disable/enable logging of damage AND death events
    stats-log-itemuse = true   #disable/enable logging of item use events
    stats-log-move = true   #disable/enable logging player move events
    stats-log-player-animations = true   #disable/enable logging of player-animations (armswing)
    stats-log-vehicle = true   #disable/enable logging of vehicle events
    stats-login-delay = 3600   #limit between login-count increases
    stats-message-prefix = &e[Stats]&f
    stats-save-delay = 30   #delay between automatic saving (seconds)
    Everything in the minecraft folder is writeble and owned by the apache group... :/
    Is the stats support only for sqlite?
    Thanx for the help!
     
  9. Offline

    gamerpaddy

    maybe wrong Username or password?

    my Config:
    PHP:
    sql-db jdbc:mysql://localhost:3306/minecraft
    sql-pass = ****
    sql-table-stats stats
    sql
    -user = ****
    stats-afk-delay 300   # (seconds) If there is no player-activity in this time playedfor does not get updated. Set to 0 to disable.
    stats-autoUpdate true
    stats
    -datasource mysql   #sqlite or mysql
    stats-deathnotify true
    stats
    -debug false
    stats
    -log-block-ignite true   #disable/enable logging of block ignite events
    stats-log-blockcreate true   #disable/enable logging blockcreate
    stats-log-blockdestroy true   #disable/enable logging blockdestroy
    stats-log-damage-events true   #disable/enable logging of damage AND death events
    stats-log-itemuse true   #disable/enable logging of item use events
    stats-log-move true   #disable/enable logging player move events
    stats-log-player-animations true   #disable/enable logging of player-animations (armswing)
    stats-log-vehicle true   #disable/enable logging of vehicle events
    stats-login-delay 3600   #limit between login-count increases
    stats-message-prefix = &e[Stats]&f
    stats
    -save-delay 30   #delay between automatic saving (seconds)
    what version you using? (from Stats Plugin?)
     
  10. Offline

    flipster

    Hi gamerpaddy!
    Im using the latest Stats (0.985). Username and password are correct!
     
  11. Offline

    gamerpaddy

    try 127.0.0.1 instead of localhost

    i can access tcpbukkit only over my dyndns but not with localhost or 127.0.0.1 :(
     
  12. Offline

    cyberbobjr

    Hi,
    In theory, Webukkit automatically detect if you are using Sqlite or Mysql.
    Webukkit check the config file of Stats & achievements for getting server/port/user/pass information.
    I'll check bugs at this moment.
    Regards.

    Hi Gamerpaddy,
    Argh, i don't understand your link :)
    Thanks you, i'll include it in the next version.

    If you give me the plugin name which allow registered players for offline server, i can code a GUI for this.

    Geotracking inside minecraft or geotrack for connected player ?

    I'm working hard to solve bugs with stats page and achievements editor, and after that promise i'll add achievements tab :)
    Sorry i don't understand, what do you mean exactly ?

    Difficult to implement, maybe with a java plugin inside browser ?

    Really good idea and easy to implement ! i'll add it now.

    Thanks you for your suggestions.
    Regards.

    Hi Dragon,
    Please can you dump achievements.properties and stats.properties ?
    Thanks you.
    regards

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

    gamerpaddy

    add "index.php/test" behind the url and it open a hidden site
    thanks
    AuthDB or AuthMe
    for connected players
    :)
    a Site that show players they are online on the server

    Thanks
     
  14. Offline

    dragonhib

    Hey Bob ! Thanks for fast reply !

    Here are my config files :
    Stats :
    Code:
    sql-db = jdbc:mysql://localhost:3306/dragoncraft
    sql-pass = **********
    sql-table-stats = stats
    sql-user = **********
    stats-afk-delay = 300   #(seconds) If there is no player-activity in this time playedfor does not get updated. Set to 0 to disable.
    stats-autoUpdate = true
    stats-datasource = mysql
    stats-deathnotify = true
    stats-debug = false
    stats-log-block-ignite = true   #disable/enable logging of block ignite events
    stats-log-blockcreate = true   #disable/enable logging blockcreate
    stats-log-blockdestroy = true   #disable/enable logging blockdestroy
    stats-log-damage-events = true   #disable/enable logging of damage AND death events
    stats-log-itemuse = true   #disable/enable logging of item use events
    stats-log-move = true   #disable/enable logging player move events
    stats-log-player-animations = true   #disable/enable logging of player-animations (armswing)
    stats-log-vehicle = true   #disable/enable logging of vehicle events
    stats-login-delay = 3600   #limit between login-count increases
    stats-message-prefix = &e[Stats]&f
    stats-save-delay = 30   #delay between automatic saving (seconds)
    Achievements :
    Code:
    achievements-color = b
    achievements-console-commands = true   #allow /-commands, executed as CommandSender=console, * is replaced with players name. example: '/kick * you got a punish achievement'
    achievements-craftirc = true
    achievements-craftirc-tags = default   #by comma seperated CraftIRC tags
    achievements-definitions-sql = true   #set to true to use definitions from sql-table
    achievements-delay = 60
    achievements-format-detail = +id Name: +achname
    achievements-format-detail2 = Desc: +description
    achievements-format-detail3 = Requis : &6[&f+category&6 - &f+key&6:&f +value&6]
    achievements-format-detail4 = Récompense : &6[&f+reward&6]
    achievements-format-detail5 =
    achievements-format-detail6 =
    achievements-format-detail7 =
    achievements-format-detail8 =
    achievements-format-list = +id +shortenedachname &6[&f+category&6 - &f+key&6:&f +value&6]   #check documentation for details
    achievements-format-list2 =
    achievements-format-notifybroadcast = &b+playername reçoit le trophée  +achname!   #check documentation for details
    achievements-format-notifyplayer = (+description)
    achievements-list = achievements.txt
    achievements-list-perpage = 8
    achievements-obtainedcolor = a
    achievements-use-sql = true
    sql-table-achievements = achievements
    sql-table-playerachievements = playerachievements
     
  15. Offline

    gamerpaddy

    :))
    [​IMG]

    Added (into my modifed version) the HTML5 Modelviewer :DD
     
  16. Offline

    dragonhib

    Yeah that is really fun !!
     
  17. Offline

    CainFoool

    I am doing this wrong, definately.
    I extracted all the files into a folder in my web server as I didn't want it in the main folder as other things are in there.

    I type http://{my_ip}/admin2/index.php/installer

    But the page does not exist.
    Help?
     
  18. Offline

    gamerpaddy

    do you have a webserver? you need xampp or something its php you need a webserver with PHP5 or greater to use this!
     
  19. Offline

    Token48

    Hello, vous trouverez en pièce jointe une version corrigé de TCP Bukkit, qui permet de ré-afficher l'inventaire dans la page inv d'un joueur. Soyez indulgent je ne connais pas Java, c'est juste un peu de bricolage.

     

    Attached Files:

  20. Offline

    jaes84

    I cant get this working, after clicking check config(With all the right info) it just says please wait, and then nothing more. It does not go to step 2 either. Help!

    Here is my log after following your previous answers.
    Code:
    Warning (2): include_once(/var/www/bukkitadmin/app/config/database.php) [http://php.net/function.include-once]: failed to open stream: No such file or directory [CORE/libs/model/connection_manager.php, line 23]
    Code | Context
    
    include_once - CORE/libs/model/connection_manager.php, line 23
    require_once - CORE/libs/model/connection_manager.php, line 23
    uses - CORE/basics.php, line 91
    require - APP/controllers/installer_controller.php, line 19
    App::__load() - CORE/libs/configure.php, line 1059
    App::__find() - CORE/libs/configure.php, line 1035
    App::import() - CORE/libs/configure.php, line 954
    Dispatcher::__loadController() - CORE/dispatcher.php, line 413
    Dispatcher::__getController() - CORE/dispatcher.php, line 385
    Dispatcher::dispatch() - CORE/dispatcher.php, line 116
    [main] - ROOT/index.php, line 83
    
    Warning (2): include_once() [http://php.net/function.include]: Failed opening '/var/www/bukkitadmin/app/config/database.php' for inclusion (include_path='/var/www/bukkitadmin/cake:/var/www/bukkitadmin/app/:.:/usr/share/php:/usr/share/pear') [CORE/libs/model/connection_manager.php, line 23]
    Code | Context
    
    include_once - CORE/libs/model/connection_manager.php, line 23
    require_once - CORE/libs/model/connection_manager.php, line 23
    uses - CORE/basics.php, line 91
    require - APP/controllers/installer_controller.php, line 19
    App::__load() - CORE/libs/configure.php, line 1059
    App::__find() - CORE/libs/configure.php, line 1035
    App::import() - CORE/libs/configure.php, line 954
    Dispatcher::__loadController() - CORE/dispatcher.php, line 413
    Dispatcher::__getController() - CORE/dispatcher.php, line 385
    Dispatcher::dispatch() - CORE/dispatcher.php, line 116
    [main] - ROOT/index.php, line 83
    
    Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/bukkitadmin/cake/libs/debugger.php:673) [CORE/libs/controller/components/request_handler.php, line 759]
    Code | Context
    
    header - [internal], line ??
    RequestHandlerComponent::_header() - CORE/libs/controller/components/request_handler.php, line 759
    RequestHandlerComponent::respondAs() - CORE/libs/controller/components/request_handler.php, line 743
    RequestHandlerComponent::startup() - CORE/libs/controller/components/request_handler.php, line 244
    Component::triggerCallback() - CORE/libs/controller/component.php, line 186
    Controller::startupProcess() - CORE/libs/controller/controller.php, line 523
    Dispatcher::_invoke() - CORE/dispatcher.php, line 187
    Dispatcher::dispatch() - CORE/dispatcher.php, line 171
    [main] - ROOT/index.php, line 83
    EDIT: Nvm, i solved it.
     
  21. Offline

    sypheac

    Very nice website, really !
    Do you site I could integrate your website into a worpress one ? Or can we create a theme with our own design, not only images but also formatting etc ?
    You may add IRC support too =)
     
  22. Offline

    ToitagL

    Thanks for your work, definitely an amazing stuff for admins. Wouldn't be able to work without it, now. Will buy the next release :)

    Oh, and feature request : I'm using Herochat, which has an option allowing chat logs to be stored somewhere else (which is necessary on my server). Would it be possible to add another "log" tab in Webukkit, configurable, to select another log file ? (Herochat's one, in my case). That would be definitely awesome.

    Thanks again :) Hope to see the next release soon !

    ToitagL, Macropolis.fr's admin (French too :p)
     
  23. Offline

    sypheac

    You may also auto-reload when changing Permissions !

    FR : Pourrais tu m'expliquer ou est le code php du site, avec la librairie CakePHP je m'y retrouve pas du tout, et j'aimerais modifier deux trois trucs ...
     
  24. Offline

    Borito

    Hi

    I get "Error ! Minecraft path don't exist!" the path is "/home/minecraft".

    ls -l minecraft/
    minecraft www-data

    the entire line:
    Code:
    drwxrwxr-x 7 minecraft www-data 4096 28. Mai 13:04 minecraft
    
    and the same for the "BukkitAdmin" folder in my htdocs

    i thing this should be ok.

    But why it cant find it?

    I hope you can help me :)
     
  25. Offline

    kronflux

    Please update to add support for 818, and permissions 3.1 support(especially the ability to configure permissions via MYSQL, and SQLITE.)
     
  26. Offline

    Sonorpearl

    Does it work together with Essentials?
     
  27. Offline

    11RJB

    I love the idea, and parts of it seem to work well. But others, not so much. Why doesn't manually adding a plugin do anything?
     
  28. Offline

    einstein_314

    I'm having the same problem. It won't let me add any plugins. I click the "+" at the bottom of the list of plugins, the window pops up where I enter the details, but when I click "Save", nothing happens.
     
  29. Offline

    cyberbobjr

    Hi Everybody,
    I can't dev anymore Webukkit, because i'm waiting official mod support from Mohjang.
    I'm fed up to keep up-to-date my plugins with bukkit and other plugins. I'm waiting for a long stable release now :p
    You are free to reuse Webukkit and modify it as you want :)

    Best regards.
    cyb
     
  30. Offline

    WASasquatch

    So does this work on WampServer for windwos? I simply get a page title "Errors" and have a blank tan screen, so I'm not sure where to begin with debugging.
     
  31. Offline

    cyberbobjr

    Hi,
    You should put debug variable to 2 in core.php
    Regards
    Cyb
     
Thread Status:
Not open for further replies.

Share This Page