Skip to content

Instantly share code, notes, and snippets.

@w1lla
w1lla / eXpansion_manialink_mumble_original
Created June 24, 2013 21:18
Index.php of Manialink of Mumble viewer for eXpansion
@w1lla
w1lla / eXpansion_manialink_manialib
Created June 24, 2013 21:36
eXpansion_manialink_manialib
@w1lla
w1lla / mumble_plugin2.0.php
Last active December 19, 2015 00:09
mumble_plugin2.0
<?php
namespace ManiaLivePlugins\eXpansion\Mumble;
use ManiaLive\Utilities\Console;
class Mumble extends \ManiaLivePlugins\eXpansion\Core\types\ExpPlugin {
private $enabled = true;
private $icon_mumble = "http://tmrankings.com/manialink/mv/icons/mumble.png";
@w1lla
w1lla / MumbleWidget.php
Created June 26, 2013 13:09
mumble_plugin2.0.php widget
<?php
namespace ManiaLivePlugins\eXpansion\Mumble\Gui\Widgets;
class MumbleWidget extends \ManiaLive\Gui\Window {
private $frame;
private $items = array();
protected function onConstruct() {
@w1lla
w1lla / plugin.mumble.php
Created June 28, 2013 12:30
Xaseco Mumble Plugin
<?php
/**
Name: Willem 'W1lla' van den Munckhof
Date: 2013-06-28
Project Name: Mumble Widget / Info
**/
/**
* ---------------------------------------------------------------------
* This program is free software: you can redistribute it and/or modify
@w1lla
w1lla / Help.php
Created July 3, 2013 21:11
Maniaplanet-manialive-Matchmaking-lobby-Dictionary
<?php
/**
* @copyright Copyright (c) 2009-2012 NADEO (http://www.nadeo.com)
* @license http://www.gnu.org/licenses/lgpl.html LGPL License 3
* @version $Revision: 9066 $:
* @author $Author: philippe $:
* @date $Date: 2012-12-07 15:12:49 +0100 (ven., 07 déc. 2012) $:
*/
namespace ManiaLivePlugins\MatchMakingLobby\Windows;
@w1lla
w1lla / OnHit +3 Dump
Last active December 22, 2015 23:39
OnHit +3 Dump
object(stdClass)#129 (5) {
["Timestamp"]=>
int(878520)
["StartTime"]=>
int(850050)
["EndTime"]=>
int(910050)
["PoleTime"]=>
int(895050)
["Event"]=>
BeginTurn:
object(stdClass)#188 (9) {
["Timestamp"]=>
int(211760)
["TurnNumber"]=>
int(2)
["StartTime"]=>
int(214760)
["EndTime"]=>
<?php
$login = $_GET['login'];
if (!$login) $login = '';
/**
* Maniaplanet Web Services SDK for PHP
*
* @copyright Copyright (c) 2009-2011 NADEO (http://www.nadeo.com)
* @license http://www.gnu.org/licenses/lgpl.html LGPL License 3
* @author $Author: maximeraoust $:
* @version $Revision: 2 $:
@w1lla
w1lla / gist:7388657
Created November 9, 2013 19:06
log file ESWC ShootMania
<?php
namespace ManiaLivePlugins\Shootmania\Elite\Classes;
class Log {
private $serverLogin;
function __construct($serverLogin) {