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
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 |
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
<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> |
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
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... |
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
<?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 --> |
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 | |
# 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 |
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
--- 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" |
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
0000000100000011 0206 | |
000000010000001F 0C14 | |
0000000100000024 0C16 | |
000000010000003C 181E | |
0001000848414B50 0002 | |
0001000848414C50 0002 | |
0000000100000002 01C2 |
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
/* 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. |
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
<?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) { |
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
<?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 |