Pastoid

Search Results

April 14, 2009 at 4:14 pm - View

<?php class Projects extends Plugin { /** * Provides Plugin information.

April 14, 2009 at 3:22 pm - View

$rules[] = array( 'name' => 'display_project', 'parse_regex' => '%^project[/]?$%i', 'build_str' => 'project', 'handler' => 'PluginHandler',

April 13, 2009 at 2:34 pm - View

Warning: Invalid argument supplied for foreach() in system/classes/post.php line 69

April 13, 2009 at 2:24 pm - View

Notice: Constant DEBUG already defined in config.php line 11 config.php line 11: define( ...1 args... ) system/classes/installhandler.php line 88:

9bot\'s status on Monday, 30-Mar-09 00:10:00 UTC - Labs/MUX - View

Laconica config.php - View

$config['site']['broughtby'] = 'Utopian.net Laboratories'; $config['site']['broughtbyurl'] = 'http://labs.utopian.net/'; $config['site']['closed'] = true;

April 11, 2009 at 3:24 am - View

April 11, 2009 at 3:23 am - View

April 11, 2009 at 12:09 am - View

<?php // Menu tabs foreach ( $pages as $tab ) { echo '<a href="' . $tab->permalink . '" title="' . $tab->title . '">' . $tab->title . '</a> &bull; ' . "\n"; }

April 10, 2009 at 11:22 pm - View

<?php Config::set( 'db_connection', array( 'connection_string'=>'mysql:host=localhost;dbname=singingl_singing', 'username'=>'singingl_habari', 'password'=>'XXXX',

The Dreyfus Model of Skills Acquisition - Annotations | Diigo - View

April 10, 2009 at 12:52 am - View

New Habari release adds access control - echo "hey, it works" > /dev/null - View

April 7, 2009 at 5:43 pm - View

<ul id="menu"> <li <?php if( $matched_rule->name == 'display_home' ) echo 'class="active"';?>><a href="<?php echo $this->base_url; ?>">Home</a></li> <?php foreach ( $pages as $pagelink ) : ?> <li<?php if ($pagelink->id == $post_id) echo ' class="current-page"'; ?>> <a href="<?php echo $pagelink->permalink; ?>" title="<?php echo $pagelink->title; ?>"><?php echo $pagelink->title; ?></a>

April 7, 2009 at 5:41 pm - View

<ul id="menu"> <li <?php if( $matched_rule->name == 'display_home' ) echo 'class="active"';?>><a href="<?php echo $this->base_url; ?>">Home</a></li> <li <?php if( $post->slug == 'colophon' ) echo 'class="active"';?>><a href="<?php echo $this->base_url; ?>/colophon">Colophon</a></li> <li <?php if( $post->slug == 'contact' ) echo 'class="active"';?>><a href="<?php echo $this->base_url; ?>/contact">Contact</a></li> <li <?php if( $post->slug == 'portfolio' ) echo 'class="active"';?>><a href="<?php echo $this->base_url; ?>/portfolio">Portfolio</a></li>

April 7, 2009 at 5:06 pm - View

.alignleft { float:left; margin-right:1em; margin-bottom:1em; }

April 7, 2009 at 12:11 pm - View

RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteBase / RewriteRule . index.php [PT] RewriteRule ^(system/(classes|locale|schema|$)) index.php [PT]

April 7, 2009 at 11:37 am - View

// begins at line 202 of habaribackup.plugin.php // global $db_connection; // list( $type, $string )= explode( ':', $db_connection['connection_string'] ); list( $type, $string )= explode( ':', Config::get( 'connection_string' ) );

Default my.cnf - View

# # The MySQL database server configuration file. # # You can copy this to one of: # - "/etc/mysql/my.cnf" to set global options,

April 7, 2009 at 9:48 am - View

chris@danube:~$ cat /etc/apache2/httpd.conf ServerName danube.dacnomm.com # the following were changed per a slicehost article at: # url

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

<Hide