Skip to content

Instantly share code, notes, and snippets.

View lukegb's full-sized avatar
🦦
👖

Luke Granger-Brown lukegb

🦦
👖
View GitHub Profile
cat > manifest.ex << EOF
Manifest-Version: 1.0
Created-By: Hudson at hudson.lukegb.com - lukegb
X-Build-Id: $BUILD_TAG
Main-Class: Main
Class-Path: minecraft_server.jar mysql-connector-java-bin.jar plugins/
EOF
<html><body>
<applet code="net.minecraft.skintest.ModelPreviewApplet" archive="skintest2.jar" codebase="http://minecraft.net/skin/" width="320" height="320">
<param name="name" value="Dinnerbone">
<param name="boxmessage" value="Minecraft skin preview">
<param name="boxbgcolor" value="#000000">
<param name="image" value="Dinnerbone">
</applet> </body></html>
world> replace cactus 0
Replacing Cactus with Air
INFO:Chunk 100...
INFO:Chunk 200...
INFO:Chunk 300...
INFO:Chunk 400...
INFO:Chunk 500...
INFO:Chunk 600...
INFO:Chunk 700...
<?xml version="1.0"?>
<dopscript from="nus"><!-- from can be USB, SD or NUS -->
<!-- this line installs the 4.2E System Menu but *not* it's associated IOS -->
<systemmenu installIos="false" version="4.2" region="E" />
<!-- and this one installs IOS70v6687, with no patches -->
<ios patchEsIdentify="false" patchFakesign="false" patchNand="false" version="70" revision="6687" />
<!-- and now we install the (latest) news channel for japan -->
<channel name="News Channel" region="J" />
<!-- of course, this is being rather unspecific -->
#!/bin/bash
# THIS MUST BE SET TO WHERE YOUR WIILOAD IS
WIILOAD_LOCATION="/usr/bin/wiiload"
# Set this to not make it prompt you every time
WIIIP=""
WIIIP=`zenity --entry --text="Please enter your Wii's IP address"`
WIILOAD="tcp:$WIIIP"
if [ ! -z "$1" ]; then
--- libogc/ios.c 2009-10-05 12:32:06.000000000 +0100
+++ /home/lukegb/libogc_tt_source/libogc/ios.new.c 2010-08-29 02:37:21.265624866 +0100
@@ -31,6 +31,7 @@
#if defined(HW_RVL)
#include <stdio.h>
+#include <malloc.h>
#include "asm.h"
#include "processor.h"
#include "cache.h"
0000000100000011 0206
000000010000001F 0C14
0000000100000024 0C16
000000010000003C 181E
0001000848414B50 0002
0001000848414C50 0002
0000000100000002 01C2
/* installmii_core -- low-level functions to handle the downloading, patching
and installation of updates on the Wii
Copyright (C) 2008 bushing / hackmii.com
Edited 2010 by Luke Granger-Brown in an attempt to re-legitimize it.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 2.
<?php
require './conf/dbconf.php';
require './conf/opendb.php';
//echo "<pre>".print_r($_REQUEST,true)."</pre>";
session_start();
if (!isset($_SESSION['leo']) || $_SESSION['leo'] != true) {
<?php
require_once 'Zend/Loader.php'; // the Zend dir must be in your include_path
Zend_Loader::loadClass('Zend_Gdata_YouTube');
$yt = new Zend_Gdata_YouTube();
$baseuri = 'http://golden.mtveurope.org/~lukegb/wiimc/youtube.php';
// Tantric: CHANGE ME AND NOTHING ELSE ^_^
//CHECKSUMBEGIN