This file contains hidden or 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
<?php | |
use Predis\Client; | |
function getScore() { | |
$client = new Client(); | |
$data = json_decode($client->get('score'), true); | |
$time = time(); |
This file contains hidden or 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
// ==UserScript== | |
// @name Hypixel Forums Clickable Shields | |
// @namespace http://semx11.me/ | |
// @version 0.1 | |
// @description Click on the 'staff shield' to take you to the first staff post in a thread. | |
// @author Semx11 | |
// @match https://hypixel.net/forums/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- Author: Mojang/FML, Modified by Semx11 --> | |
<Configuration status="WARN" packages="com.mojang.util"> | |
<Appenders> | |
<Console name="FmlSysOut" target="SYSTEM_OUT"> | |
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level] [%logger]: %msg%n" /> | |
</Console> | |
<Console name="SysOut" target="SYSTEM_OUT"> | |
<RegexFilter regex="^(Error executing task|Unable to play unknown soundEvent|Item entity \d+ has no item\?!).*" onMatch="DENY" onMismatch="NEUTRAL"/> | |
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level]: %msg%n" /> |
This file contains hidden or 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
package me.semx11.hypixelforums.1025107; | |
import net.minecraft.event.ClickEvent; | |
import net.minecraft.event.HoverEvent; | |
import net.minecraft.event.HoverEvent.Action; | |
import net.minecraft.util.ChatComponentText; | |
import net.minecraft.util.ChatStyle; | |
import net.minecraft.util.EnumChatFormatting; | |
import net.minecraft.util.IChatComponent; |
This file contains hidden or 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
{ | |
"hosts": [ | |
{ | |
"id": "download", | |
"url": "autotip.pro/download", | |
"enabled": true | |
}, | |
{ | |
"id": "totip", | |
"url": "http://skywars.info/test/totip.php", |