-
2077970·text·49 B·2011-08-24 03:31 UTC
url.rewrite-final = (
"^/*" => "/index.php"
)
-
2077958·text·1.4 KB·2011-08-24 02:02 UTC
$ gdb chrome
GNU gdb (GDB) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free t
-
2077955·php·24.5 KB·2011-08-24 00:44 UTC
<?php
class EventsController extends AppController
{
var $uses = array('Event', 'Review', 'Venue', 'Genre', 'Profession', 'User', 'Promoter', 'Region','Photo','Geocode');
var $components = array
-
2077954·php·24.5 KB·2011-08-24 00:43 UTC
<?php
class EventsController extends AppController
{
var $uses = array('Event', 'Review', 'Venue', 'Genre', 'Profession', 'User', 'Promoter', 'Region','Photo','Geocode');
var $components = array
-
2077951·text·234.0 KB·2011-08-24 00:32 UTC
-
2077947·text·544 B·2011-08-23 23:16 UTC
# megasasctl -H -B -v -v
a0 Intel (R) RAID Controller RS2BL080 bios:3.07.00 fw:2.0.03-0673 encl:6 ldrv:1 rbld:30% mem:512MiB batt:FAULT, unknown charge state/4042mV/36C
a0e65535s17 ATA W
-
2077943·text·1.1 KB·2011-08-23 22:26 UTC
$items['sc/achievement/%achievement_file_arg'] = array(
'title' => "Show An Achievement",
'page callback' => 'generate_achievement',
'access arguments' => array('access stepcounter content'
-
2077941·text·685 B·2011-08-23 21:58 UTC
[~] edwin@t43>traceroute 106.70.253.152
traceroute to 106.70.253.152 (106.70.253.152), 64 hops max, 40 byte packets
1 available.virginbroadband.com.au (123.200.191.226) 96.257 ms 98.285 ms 119.
-
2077936·text·569 B·2011-08-23 21:28 UTC
18404 open("/proc/cpuinfo", O_RDONLY) = 11
18404 open("/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 11
18404 open("/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 11
18404 open("/dev/snd/controlC0", O_R
-
2077935·text·262.5 KB·2011-08-23 21:26 UTC
-
2077934·text·262.5 KB·2011-08-23 21:26 UTC
-
2077932·text·262.5 KB·2011-08-23 21:25 UTC
-
2077918·text·523 B·2011-08-23 20:04 UTC
SET XACT_ABORT OFF ; -- > really important to set that to OFF
BEGIN
DECLARE @Any_error int
DECLARE @SSQL varchar(4000)
BEGIN TRANSACTION
INSERT INTO user_skill (char_id, skill_id, skill
-
2077917·text·623 B·2011-08-23 20:02 UTC
SET XACT_ABORT OFF ; -- > really important to set that to OFF
BEGIN
DECLARE @Any_error int
DECLARE @SSQL varchar(4000)
BEGIN TRANSACTION
INSERT INTO user_skill (char_id, skill_id, skill
-
2077908·text·7.6 KB·2011-08-23 18:42 UTC
//
// FOnline default effect
// For skinned and static meshes
//
#include "IOStructures.inc"
// Samplers
texture Texture0;
texture Texture2;
sampler ColorMap = sampler_state
{
Tex
-
2077905·text·302 B·2011-08-23 17:26 UTC
[macro-screenverizon]
exten => s,1,Wait(0.2)
exten => s,n,Read(ACCEPT|followme/options|1,,5,5)
;exten => s,n,SendDTMF(3##1w3##1)
exten => s,n,SendDTMF(3##1)
exten => s,n,GotoIf($[${ACCEPT} = 1 ]
-
2077899·text·819 B·2011-08-23 16:26 UTC
SET XACT_ABORT OFF ; -- > really important to set that to OFF
BEGIN
DECLARE @Any_error int
DECLARE @SSQL varchar(4000)
BEGIN TRANSACTION
INSERT INTO Table1(Value1) VALUES('Value1')
SELEC
-
2077879·text·7.4 KB·2011-08-23 15:03 UTC
<?
if(array_key_exists('q', $_GET)) {
$data = file_get_contents('http://pipes.yahoo.com/pipes/pipe.run?_id=38aeb08c2644cb16b9914abebecda70a&_render=rss&keywords='. urlencode(
-
2077877·text·11 B·2011-08-23 14:39 UTC
bla bla bla
-
2077876·text·354 B·2011-08-23 14:35 UTC
-- If the session has ended remove the related database entries
IF NEW.acctstoptime IS NOT NULL THEN
UPDATE usage_session SET completed = NOW(