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
ttech@pegasus: ~/programming/phergie$ git push origin :avdg-Ttech-logger | |
error: unable to push to unqualified destination: avdg-Ttech-logger | |
The destination refspec neither matches an existing ref on the remote nor | |
begins with refs/, and we are unable to guess a prefix based on the source ref. | |
error: failed to push some refs to '[email protected]:Ttech/phergie.git' |
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
2011-04-08T21:54:34 <Katami> You are a blight squirrel with a hot seat can gun down track | |
2011-04-08T22:27:54 <Katami> You are a sacrilegious squirrel with a death chair faculty bowels Paixhans | |
2011-04-08T22:31:32 <Katami> You are a repugnant squirrel with a execution soul cecum Vickers-Maxim | |
2011-04-08T23:01:15 <Katami> You are a iniquity squirrel with a pink slip floorwalker lapidate Big Bertha | |
2011-04-08T23:07:37 <Katami> You are every radioactive overwhelming phenomenal with elegant broad out of it table eyes and a nice feller beat skunk | |
2011-04-08T23:08:50 <Katami> You are every determinable mind-boggling terrific suggestive with lovesome off miniature fast food eyes sensuous and a nice off-color tellurian pique eagle | |
2011-04-08T23:09:33 <Katami> You are every but good prodigious unparalleled hysteromaniacal with kissable apico-dental insular creature comfort eyes bedroom and a nice come-hither kitten shut out skunk | |
2011-04-08T23:34:35 <Katami> You are a delinquency squirrel with a blade case dro |
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
2011-01-09 | |
2011-01-10 | |
2011-01-11 | |
2011-01-12 | |
2011-01-13 | |
2011-01-14 | |
2011-01-15 | |
2011-01-16 | |
2011-01-17 | |
2011-01-18 |
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
CREATE TABLE cache { | |
id int unique primary key, | |
plugin text | |
cachename text, | |
cachedata blob | |
} |
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
create table general { | |
id INTEGER UNIQUE PRIMARY KEY, | |
userhash BLOB UNIQUE, | |
userid INTEGER, | |
ship TEXT, | |
time INT, | |
version TEXT, | |
fate TEXT, | |
player TEXT, | |
score INT, |
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
"ITEMS INSTALLED": [ | |
"Pulse Phaser Cannon", | |
"transpace jumpdrive", | |
"smuggler's cargo hold", | |
"stealth armor", | |
"Starfleet Phaser Type X", | |
"Hyperion reactor", | |
"Bussard Ramscoop", | |
"plasma shield generator", | |
"Starfleet Phaser Type VIII", |
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 | |
function curl_get_contents($url,$timeout=30,$settings_array=array()) | |
{ | |
$contents = false; | |
if(function_exists("curl_init")){ | |
$curl_options = array( | |
CURLOPT_URL => $url, | |
CURLOPT_RETURNTRANSFER => true, | |
CURLOPT_TIMEOUT => intval($timeout), | |
CURLOPT_HEADER => false |
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
20:17:29 control.mostlynothing.info <- 322 Seran #tuxhacker 18 :Welcome to TuxHacker.org - GNU/Linux Chat and Support :: Help out freenode! http://freenode.net/pdpc_donations.shtml :: Web chat: http://www.nuxified.org/chat | |
20:17:29 control.mostlynothing.info <- 323 Seran :End of /LIST | |
20:17:34 control.mostlynothing.info <- PRIVMSG #phergie :I'm using in_array now | |
20:17:43 control.mostlynothing.info <- PRIVMSG #phergie :%channelstats #botters | |
PHP Warning: in_array() expects parameter 2 to be array, object given in /home/ttech/programming/phergie/Phergie/Plugin/Logger.php on line 137 | |
Warning: in_array() expects parameter 2 to be array, object given in /home/ttech/programming/phergie/Phergie/Plugin/Logger.php on line 137 | |
20:17:44 NetStats plugin: control.mostlynothing.info -> PRIVMSG #phergie There is an average of 73 users in #botters. The channel has also had a maximum of 85 users on Tuesday 1st of February 2011 06:18:38 AM. |
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
Targets (1): cherokee-1.2.2-2 [4.14 MB] | |
Total Download Size: 4.14 MB | |
Total Installed Size: 13.40 MB | |
Proceed with installation? [Y/n] y | |
:: Retrieving packages from community... | |
cherokee-1.2.2-2-x... 4.1M 157.5K/s 00:00:27 [######################] 100% | |
(1/1) checking package integrity [######################] 100% |
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
04:34:21 Loaded plugin Cron | |
PHP Warning: array_combine(): Both parameters should have at least 1 element in /home/ttech/phergie/Phergie/Plugin/Db.php on line 184 | |
PHP Warning: Invalid argument supplied for foreach() in /home/ttech/phergie/Phergie/Plugin/Db.php on line 186 | |
04:34:21 Loaded plugin NetStats | |
04:34:21 Loaded plugin Command | |
04:34:21 Unable to load plugin Logger - The Resource directory: /home/ttech/phergie/Phergie/Plugin/Logger/ does not exist | |
04:34:21 Loaded plugin AutoJoin | |
04:34:21 Loaded plugin AltNick | |
04:34:21 Loaded plugin Google | |
04:34:21 Loaded plugin Help |