Giter Club home page Giter Club logo

bonemeal's People

Contributors

ftbastler avatar oranges13 avatar townville avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

bonemeal's Issues

Admin page loading really slow or failing to load

This is the error
[2015-06-15 03:46:00] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Allowed memory size of 134217728 bytes exhausted (tried to allocate 12353016 bytes)' in /home/www/html/bans/application/vendor/laravel/framework/src/Illuminate/Cache/FileStore.php:99
Stack trace:
#0 {main}

[2015-06-15 03:47:10] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Allowed memory size of 134217728 bytes exhausted (tried to allocate 12353016 bytes)' in /home/www/html/bans/application/vendor/laravel/framework/src/Illuminate/Cache/FileStore.php:99
Stack trace:
#0 {main}

[2015-06-15 03:51:07] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Allowed memory size of 134217728 bytes exhausted (tried to allocate 12353016 bytes)' in /home/www/html/bans/application/vendor/laravel/framework/src/Illuminate/Cache/FileStore.php:99
Stack trace:
#0 {main}

[2015-06-15 16:50:13] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Allowed memory size of 134217728 bytes exhausted (tried to allocate 12378661 bytes)' in /home/www/html/bans/application/vendor/laravel/framework/src/Illuminate/Cache/FileStore.php:99
Stack trace:
#0 {main}

Add some configuration options for admins

Hi,

This isn't an issue with the project as such.
I have had a brief look through the files and cannot seem to be able to find this. I'm probably looking straight over it as well.

How would I go about changing the title of the BoNeMEAL pages? Which file is this located in?

And how would I go about changing the "Am I being detained?!" on the front page? Again, which file is this located in?

As an idea, if you would like, you could add this to the configuration section of the admin panel (to allow users to change it without having to go searching for config files)

Thanks :)

Accessing /install results in error 404

When going to mydomain.tld/BoNeMEAL I get redirected to the /install directory which is a 404. I am running PHP version 5.4 and all the required extensions (which are up to date).

There is no error log in the /storage/logs folder.

Thanks,

Latest Warnings/Notifications/Unbans incorrect

In the admin panel, the Notifications show old warnings, and generally all of the dashboard information seems to be old. Latest unbans are one year old.
The active bans panel show all database information correctly, and the frontend does, too.

Past Bans - display duration

Hey,

we use the information from last bans for ban time consideration. It would be great if the ban duration of past bans could be displayed on the players history.

Language files translated to German

Hello,

i have translated something of BoNeMEAL for my Server so if you want the file, Link is there ;)
If there's anything wrong or someting not (right) translated, don't freak out. I'm only a people, not a machine ;)
To install the language: go to /whereinstalled/application/resources/lang and drag and drop the folder in there.
After that go to /whereinstalled/application/config and open app.php.
Then search these lines:

'locale' => env('APP_LOCALE', 'en'),

'fallback_locale' => 'en',

and change only the first or both to:

'locale' => env('APP_LOCALE', 'de'),
'fallback_locale' => 'de',

Link to the Folder: https://github.com/Townville/GermanBoNeMEAL

Error when trying to access admin panel

Hello,

i'm getting at www.whereinstalled/install a Internal Server Error. My Hoster says that it's because of the .htaccess file.

That's my .htaccess file:
Allow from all

Options -MultiViews RewriteEngine On
# Important: RewriteBase
# If you installed the web app in a sub-directory you have to set this accordingly.
# Note: No trailing slash! (f.e. /BoNeMEAL or /mc-server/ban-management)
RewriteBase /home/webpages/lima-city/townville/bans

# Redirect Trailing Slashes...
RewriteRule ^(.*)/$ /$1 [L,R=301]

# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

Also Hoster says probabilly its the RewriteRule

Can't install

Hey so I'm trying to install this and every time I load where the website is, it tries to load /root/install which is displaying a 404 error. After checking the zip file provided on your github, there does not seem to be an install folder.

No install directory???

I am very confused on how to setup this and when I go to /bonemeal/install, there is no actual directory.

How do I set up the RewriteBase you mentioned?

Is the wiki not updated or am I a complete dumbo?

syntax error, unexpected '['

After uploading the files to a directory in my webserver's FTP, I get a parse error.

"Parse error: syntax error, unexpected '[' in /home/chimerag/public_html/bans/application/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php on line 49"

I checked the file out and it appears to be function app($make = null, $parameters = []) that causes the problem.

stattics page does not load without bm_ip_bans table.

So i just noticed this (accidently deleted a beginning database)
You need table the table "bm_ip_bans" Tho this table is not created by the new versions of ban manager (maybe it creates it when you ip ban someone) But it looks like its an old table from older ban management before the uuid update.

Get the following stacktrace without the table: http://paste.ubuntu.com/11889806/

Not sure if the issue of not creating with ban manager or its an old database.
just letting ya know ;)

Ideas for Bonemeal

Hey,
I am not sure if you had this in the planning to add,
But i think its a good idea to add, kicks, warnings and ip bans to the Punishment type split.
now it only contains bans and mutes.

Also an other idea When a temp ban has past maybe its a good idea to add How long the temp ban was, (i am not sure if this is information you can get out of the database. )
Awesome work tho keep it up!

Console kicks gives 404 page

Hey,

So when the server auto kicks someone for example spamming it shows up in the history list in the admin panel.
a1e88cf5f3ea16fa9c7520f5a25fb606
When you click on that warning you get a 404 page, with an odd url. The url looks like this: http://bans.blockmadness.com/admin/kicks/2/5 and this trows a 404 page.

But when you go to page of the user it self they are stated there:
fcd8c6ca941b007ddf2d13d03ab28fc6

;) Hope that this is enough information.

Setup Guide?

I have no idea how to set this up on my web-server; The main directory looks like it shouldn't be there as there is no index.php and the htacess denies all requests to that page, when I run /public it fails with:

Parse error: syntax error, unexpected '[' in /Applications/AMPPS/www/bonemeal/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php on line 49

Issues with installing

Hello,

I tried installing the framework, followed all steps, ensured that all modules are available.
Since I'm using nginx, I added the following to the config:
location /bonemeal {
try_files $uri $uri/ /bonemeal/index.php?$query_string;
}
Whereas /bonemeal is my base dir.
I'm getting the "Whoops, looks like something went wrong." message with following stacktrace when trying to install: http://pastebin.com/Ug5rJXpq
however it shows up when not trying to install, too.

Do you have any ideas?

Thanks!

Cant install from a sub-directroy

Im assuming this is a .htaccess error, Im trying to install this from a sub-directroy, and I cant get to the install page, Im trying to run it as a test at first to make sure it works/is safe. This is a very odd way having a folder (applications) that is not secure, I don't understand why this needs to be included or isn't protected out the box, so Im wary of using this and want to test it first. 99.9% of all PHP scripts I've ever used over 10 years haven't needed to hide a folder for security reasons, they are designed to be safe from the get go.
It will be located at bans.piratemc.com, currently running the old V4 system, For testing im trying to install at:
http://stats.piratemc.com/bonemeal/install
But it won't load the install, im assuming as the htaccess isn't setup to work with sub-directories?

Shorten the load time on specific pages

Shorten the load time on example.com/bans/admin/players & the load time when you go into admin panel.

The new graph is making it load slowly in the dashboard. So maybe move it to another tab? Like something called Statistics. Or cache the stats?

How to properly install?

Please add a Description for what to do at the first run

//

Wir bekommen immer eine weiße Seite angezeigt beim ersten starten. Was ist beim ersten Start zu beachten/ zu machen ?

Add auto-comple to player search

So i can type in part of a name and it brings to me what ever the closes to that name if it cant find anyone with it. so for example
i type thu it auto complete it to thu2468. since there is no user name thu in the database

Error "Whoops, looks like something went wrong."

When I try to install BoNeMEAL I get the error "Whoops, looks like something went wrong" I do not know where the error is. I have followed the instructions exactly. -> yannickko.de/BoNeMEAL

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.