Giter Club home page Giter Club logo

professionalbans-webinterface's Introduction

Hello World 👋

I'm Manuel from Germany 🇩🇪 passinated Developer since over 5 years and YouTuber. On YouTube I'm making videos and programming videos about my programming languages of choice. I also love making useful web or mobile apps.
Do you wan't to know more?
Visit my personal website

  • 🔭 I’m currently working on PriceNotify & Pollmachine
  • 🇩🇪 Programming languages:
    • 🛠 Javascript/Typescript (Angular, NodeJS, Express)
    • 🎯 Dart (Flutter)
    • 🐤 Swift
    • 🐘 PHP
    • ☕️ Java

professionalbans-webinterface's People

Contributors

aviel900 avatar jannis6023 avatar tutorialwork avatar

Stargazers

 avatar  avatar

Watchers

 avatar

professionalbans-webinterface's Issues

Kein Setup möglich!

Hallo,

ich habe ein Problem und zwar habe ich nachdem ich dein Video befolgt habe und alles genau so getan habe.
Und wirklich auch alles geklappt hat kein Setup auf dem Webinterface. Es wird mir immer nur ein 404 Fehler angezeigt!

Woran kann das liegen?

Discord

@Tutorialwork
Hey, your website tutorialwork.de is offline. Can you invite me to your discord?
Thanks

btw. I know you got negative reviews. But I also know, that its really hard, to code such a big Ban System with a Web interface.

I can't use it at the moment. But I'm sure, I'm going to change soon.

My Tag ist Hohi#1865

500 Internal Server Error

Wenn ich versuche das Setup zu beginnen bekomme ich einen den Error: 500 Internal Server Error.
Ist auf einem Webspace mit PHP v7.4.8 installiert

Fehler falls `Notice` meldungen nicht ignoriert werden

Problem

Dieses webinterface kann und wird nur funktionieren wenn Notice fehler ignoriert werden.

Beispiele

Diese beispiele sind stark vereinfacht

Wie das jetzt aussieht

<html>
<?php
 header("Location: /");
 // oder
 session_start();
?>
</html>

oder

           <?php
            session_start();
           ...

Wie das aussehen darf oder muss:

<?php
 header("Location: /");
 // oder
 session_start();
?>
<html>
 ...

oder

<?php
 session_start();
...

Warum?

Sobald auch nur ein bit (irgendwas) ausgegeben wird (z.b. via echo() oder einfach vor dem <?php tag) werfen funktionen die Header modifizieren fehler.

Falls der server jedoch "Notice" fehler ignoriert kann das durchaus funktionieren, wird jedoch nicht empfohlen (weil das einfach schlechtes codestyle ist) und wird in den logs eine warnung eintragen das dieser fehler gekommen ist jedoch ignoriert wurde.

Weitere infos: https://php-de.github.io/jumpto/headers-already-sent/

Ich hatte ebenfalls eine PR ( #2 ) gemacht um dies zu beheben (zumindest in den meisten dateien) jedoch wurde die nur ignoriert 🤷‍♂

Fehler nach dem Installieren

Ich hab mir die neuste Version des Webinterfaces geholt und auf meinem Root server installiert nach dem Installieren kriegen ich diesen fehler auf der seite
Fatal Error: composer.lock was created for PHP version 7.4 or higher but the current PHP version is 7.0.33.

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.