This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[22:15:14 WARN]: [org.eclipse.jetty.server.HttpChannel] /login.php | |
java.lang.NoSuchMethodError: javax.servlet.http.Cookie.isHttpOnly()Z | |
at org.eclipse.jetty.server.Response.addCookie(Response.java:289) ~[?:?] | |
at me.jayfella.webop.website.pages.Login.attemptLogin(Login.java:105) ~[?:?] | |
at me.jayfella.webop.website.pages.Login.post(Login.java:63) ~[?:?] | |
at me.jayfella.webop.Servlets.MyHttpServlet.doPost(MyHttpServlet.java:77) ~[?:?] | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) ~[?:?] | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) ~[?:?] | |
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:763) ~[?:?] | |
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:551) ~[?:?] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
clear | |
echo " _ _ __ __ ______ __ __ _____ ______ _ _ _____ _ ________ _____ " | |
echo "| \ | | /\ | \/ | ____| \/ |/ ____| | ____| | | |/ ____| |/ / ____| __ \ " | |
echo "| \| | / \ | \ / | |__ | \ / | | | |__ | | | | | | ' /| |__ | |__) |" | |
echo "| | / /\ \ | |\/| | __| | |\/| | | | __| | | | | | | < | __| | _ / " | |
echo "| |\ |/ ____ \| | | | |____| | | | |____ | | | |__| | |____| . \| |____| | \ \ " | |
echo "|_| \_/_/ \_\_| |_|______|_| |_|\_____| |_| \____/ \_____|_|\_\______|_| \_\\" | |
echo "Starting to L + Ratio Namemc." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
--body-background-color: #19181b; | |
--body-text-color: #c9d1d9; | |
--card-background-color: #28272b; | |
--nav-background-color: #363636; | |
--nav-border-bottom-color: #363636; | |
--nav-current-border-bottom-color: #1abc9c; | |
--card-border-color: #30363D; | |
--down-border-left-color: #eb3b5a; | |
--down-background-color: #6b1020; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[20:14:49 WARN]: [com.github.kaspiandev.antipopup.libs.com.github.retrooper.packetevents.PacketEventsAPI] PacketEvents caught an unhandled exception while calling your listener. | |
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 8 path $ | |
at com.google.gson.Gson.assertFullConsumption(Gson.java:1135) ~[gson-2.10.jar:?] | |
at com.google.gson.Gson.fromJson(Gson.java:1125) ~[gson-2.10.jar:?] | |
at com.google.gson.Gson.fromJson(Gson.java:1034) ~[gson-2.10.jar:?] | |
at com.google.gson.Gson.fromJson(Gson.java:969) ~[gson-2.10.jar:?] | |
at com.github.kaspiandev.antipopup.libs.com.github.retrooper.packetevents.util.adventure.GsonComponentSerializerExtended.deserialize(GsonComponentSerializerExtended.java:87) ~[AntiPopup-5.5.jar:?] | |
at com.github.kaspiandev.antipopup.libs.com.github.retrooper.packetevents.util.adventure.GsonComponentSerializerExtended.deserialize(GsonComponentSeri |