Pastoid

Search Results

ADODB Example - View

if ( !class_exists( 'ADONewConnection' ) ) { require_once( APPPATH . 'libraries/adodb5/adodb.inc.php' ); } $db = ADONewConnection( 'mysql' );

September 15, 2008 at 12:46 pm - View

<?php global $theme_engine, $subtheme; if (!$theme_engine) {

September 14, 2008 at 8:40 pm - View

September 14, 2008 at 6:45 pm - View

//URL http://localhost/habarisvn/index.php?XDEBUG_SESSION_start_NO_EXEC=ECLIPSE_DBGP&KEY=12214321058591

September 14, 2008 at 6:44 pm - View

//URL http://localhost/habarisvn/index.php?XDEBUG_SESSION_start_NO_EXEC=ECLIPSE_DBGP&KEY=12214321058591

September 14, 2008 at 5:42 pm - View

Postgres Upgrade Errors - View

<pre class="error"> <b>Warning:</b> PDOStatement::execute() [<a href='pdostatement.execute'>pdostatement.execute</a>]: SQLSTATE[42P07]: Duplicate table: 7 ERROR: relation &quot;habari__permissions_pkey_seq&quot; already exists in system/classes/databaseconnection.php line 268 </pre><pre class="error"> <b>Warning:</b> PDOStatement::execute() [<a href='pdostatement.execute'>pdostatement.execute</a>]: SQLSTATE[42703]: Undefined column: 7 ERROR: column i.indisvalid does not exist in system/classes/databaseconnection.php line 268 </pre><pre class="error">

LiveHelp plugin zip - View

xdebug php.ini - View

zend_extension="/usr/lib/php5/20060613+lfs/xdebug.so" [debug] ; Debugging xdebug.remote_enable=1

September 13, 2008 at 3:58 pm - View

Notice: Undefined offset: 0 in user/themes/fb/home.php line 7 system/classes/rawphpengine.php line 93: include( ...1 arg... ) system/classes/theme.php line 504: RawPHPEngine->display( ...1 arg... )

September 13, 2008 at 1:38 pm - View

doc/manual/index.html:[http://www.shihui.org/sheng/timezone-plugin-for-habari Timezone Plugin For Habari] '''OMG, there is still a serious bug in it, I will fix it asap. Sorry.''' doc/manual/index.html:Timezone plugin can make your blog's time be shown correctly for your timezone. Active it, and select your timezone in configuration field, and, that's all. The date saved in database is still the server's timezone, so it will not damage your data. You can download from [http://habari-chinese-plugin.googlecode.com/files/timezone_0.8.zip here] index.php: Locale::set_timezone( isset($timezone) ? $timezone : 'UTC' ); index.php: Locale::set_timezone( 'UTC' );

September 13, 2008 at 11:03 am - View

$dates= DB::get_column( "SELECT timestamp FROM " . DB::table( 'log' ) . ' ORDER BY timestamp DESC' ); $dates= array_map( create_function( '$date', 'return $date->get( 'Y-m' )' ), $dates ); array_unshift( $dates, 'Any' ); $dates = array_unique( $dates ); $dates= array_combine( $dates, $dates );

JibbyBot ,heval - View

HTTP/1.1 200 OK Date: Sat, 13 Sep 2008 12:39:33 GMT Server: Apache/2.2.9 (Debian) DAV/2 SVN/1.5.1 mod_python/3.3.1 Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g Cache-control: must-revalidate Content-Length: 194667

September 12, 2008 at 5:34 pm - View

#!/bin/bash for d in `svn ls http://svn.habariproject.org/habari-extras/plugins`; do if [ -d $d ];

-extras co script revised - View

#!/bin/bash if [ "$1" = "co" ]; then for d in `svn ls http://svn.habariproject.org/habari-extras/plugins`;

-extras co script revised - View

#!/bin/bash if [ "$1" = "co" ]; then for d in `svn ls http://svn.habariproject.org/habari-extras/plugins`;

-extras co script - View

#!/bin/bash if [ "$1" = "co" ]; then for d in `svn ls http://svn.habariproject.org/habari-extras/plugins`;

September 12, 2008 at 3:56 pm - View

September 12, 2008 at 12:16 pm - View

VIEWZI.feedback.showFeedback = function() { YAHOO.util.Dom.setStyle('rating_fieldset_real', 'height', '0'); YAHOO.util.Dom.setStyle('rating_fieldset_real', 'visibility', 'hidden');

September 12, 2008 at 11:23 am - View

public function filter_rewrite_rules( $rules ) { $feeds = Options::get('podcast__feeds'); if( !isset( $feeds ) ) { return $rules; }

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