Pastoid

Search Results

November 2, 2008 at 1:49 am - View

<?php if ( !function_exists('sys_get_temp_dir') ) {

November 1, 2008 at 10:41 pm - View

// Firewall on the DD-WRT iptables -A OUTPUT -p udp -s 0/0 --sport 0:65535 -d SLICEIP --dport 0:65535 -j ACCEPT iptables -A INPUT -p udp -s SLICEIP --sport 0:65535 -d 0/0 --dport 0:65535 -j ACCEPT // Firewall on the Slice

November 1, 2008 at 7:02 pm - View

List [ AST_NamespaceDeclaration { name: 'hehe',

November 1, 2008 at 1:42 pm - View

November 1, 2008 at 11:21 am - View

November 1, 2008 at 4:33 am - View

November 1, 2008 at 12:17 am - View

$rr = new RemoteRequest( $this->file_name ); $rr->execute(); // Errors out if( ! $rr->executed() ) { return FALSE; }

October 31, 2008 at 1:32 pm - View

<?php /** * Templat - View

<?php /** * Template Name: Lifestream * Template for the 'Lifestream' page, ala * the Cool One (Jeremy Keith).

October 31, 2008 at 9:31 am - View

October 31, 2008 at 8:51 am - View

October 30, 2008 at 4:41 pm - View

125if ( file_exists( $config ) ) {126 require_once $config;127 128 if ( !defined( 'DEBUG' ) ) define( 'DEBUG', false );129 130 // Make sure we have a DSN string and database credentials.131 // $db_connection is an array with necessary informations to connect to the database.132 if ( ! isset($db_connection) ) {133 $installer = new InstallHandler();134 $installer->begin_install();135 }136 137 // Try to connect to the database.138 if (DB::connect()) {139 // Make sure Habari is installed properly.140 // If the 'installed' option is missing, we assume the database tables are missing or corrupted.141 // @todo Find a decent solution, we have to compare tables and restore or upgrade them.142 if (! @ Options::get('installed')) {143 $installer = new InstallHandler();144 $installer->begin_install();145 }146 }147 else {148 $installer = new InstallHandler();149 $installer->begin_install();150 }151}152else153{154 if ( !defined( 'DEBUG' ) ) define( 'DEBUG', false );155 // The configuration file does not exist.156 // Therefore we load the installer to create the configuration file and install a base database.157 $installer = new InstallHandler();158 $installer->begin_install();159}

/** * Reads last - View

/** * Reads last commit/ticket logs */ public static function getTracStats($days_ago, $url, $name) {

October 29, 2008 at 5:43 pm - View

class Boy { private function meet($person) { if($person->sex == 'female') { $this->worth= $this->worth + $person->hotness; }

October 29, 2008 at 4:55 pm - View

// We refuse PHP's reality and substitute it with our own! // Note: No output is destroyed, these errors happen before script execution. ob_end_clean();

October 29, 2008 at 3:03 pm - View

<?php class SvnUp ex - View

<?php class SvnUp extends Plugin { const VERSION = '0.1.beta'; const API_VERSION = 001;

<?php class SvnUp ex - View

<?php class SvnUp extends Plugin { const VERSION = '0.6-beta'; const API_VERSION = 004;

October 29, 2008 at 1:50 pm - View

<?php $cdate = mktime(0, 0, 0, 4, 15, 2010, 0); $today = time(); $difference = $cdate - $today; if ($difference < 0) { $difference = 0; }

October 29, 2008 at 8:33 am - View

Warning: RawPHPEngine::include(/home/dmondark/awhitebox.com/main/public_html/user/plugins/blogroll/templates/formcontrol_file.php) [rawphpengine.include]: failed to open stream: No such file or directory in system/classes/rawphpengine.php line 93 system/classes/rawphpengine.php line 93: RawPHPEngine::display( ) system/classes/rawphpengine.php line 132: RawPHPEngine->display( ...1 arg... )

1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 · 19 · 20 · 21 · 22 · 23 · 24 · 25 · 26 · 27 · 28 · 29 · 30 · 31 · 32 · 33 · 34 · 35 · 36 · 37 · 38 · 39 · 40 · 41 · 42 · 43 · 44 · 45 · 46 · 47 · 48 · 49 · 50 · 51 · 52 · 53 · 54 · 55 · 56 · 57 · 58 · 59 · 60 · 61 · 62 · 63 · 64 · 65 · 66 · 67 · 68 · 69 · 70 · 71 · 72 · 73 · 74 · 75 · 76 · 77 · 78 · 79 · 80 · 81 · 82 · 83 · 84 · 85 · 86 · 87 · 88 · 89 · 90 · 91 · 92 · 93 · 94 · 95 · 96 · 97 · 98 · 99 · 100 · 101 · 102 · 103 · 104 · 105 · 106 · 107 · 108 · 109 · 110 · 111 · 112 · 113 · 114 · 115 · 116 · 117 · 118 · 119 · 120 · 121 · 122 · 123 · 124 · 125 · 126 · 127 · 128 · 129 · 130 · 131 · 132 · 133 · 134 · 135 · 136 · 137 · 138 · 139 · 140 · 141 · 142 · 143 · 144 · 145 · 146 · 147 · 148 · 149 · 150 · 151 · 152 · 153 · 154 · 155 · 156 · 157 · 158 · 159 · 160 · 161 · 162 · 163

<Hide