Pastoid

Search Results

February 13, 2009 at 3:42 pm - View

<?php $db_connection= array( 'connection_string'=>'mysql:host=localhost;dbname=DATABASENAME', 'username'=>'USERNAME', 'password'=>'PASSWORD',

February 12, 2009 at 9:22 pm - View

$.fn.rangeSelect = function() { var lastCheckbox = null; var $spec = this; $spec.bind("click", function(e) {

#!/bin/bash for d i - View

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

the slow version - View

public function get_access( $user = null ) { if ( ! $user instanceof User ) { $user = User::identify(); }

February 11, 2009 at 10:45 pm - View

case 'themes': - View

case 'themes': case 'activate_theme': $require_any = array('manage_themes'=>true, 'manage_theme_config'=>true); break; case 'plugins':

February 11, 2009 at 1:05 pm - View

Warning: PDOStatement::execute() [function.PDOStatement-execute]: SQLSTATE[42000]: Syntax error or access violation: 1140 Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause in system/classes/databaseconnection.php line 289

Notice: Array to st - View

Notice: Array to string conversion in system/classes/databaseconnection.php line 289 Warning: PDOStatement::execute() [function.PDOStatement-execute]: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit) 1' at line 1 in system/classes/databaseconnection.php line 289

Notice: Array to st - View

Notice: Array to string conversion in system/classes/databaseconnection.php line 289 Warning: PDOStatement::execute() [function.PDOStatement-execute]: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''Array' limit 1' at line 1 in system/classes/databaseconnection.php line 289

February 10, 2009 at 10:14 pm - View

$params['own_posts_any'] => 6, //the user id [0] => 119, //the post id [1] => 119, //the post id [2]= > 6, //the user id

February 10, 2009 at 9:47 pm - View

SELECT DISTINCT habari__posts.id AS id, habari__posts.slug AS slug, habari__posts.title AS title, habari__posts.guid AS guid, habari__posts.content AS content, habari__posts.cached_content AS cached_content, habari__posts.user_id AS user_id, habari__posts.status AS status, habari__posts.pubdate AS pubdate, habari__posts.updated AS updated, habari__posts.modified AS modified, habari__posts.content_type AS content_type FROM habari__posts WHERE (id = ? AND (1) ) OR (id = ? AND user_id = ? AND (1) ) ORDER BY pubdate DESC LIMIT 1

February 10, 2009 at 9:47 pm - View

SELECT DISTINCT {posts}.id AS id, {posts}.slug AS slug, {posts}.title AS title, {posts}.guid AS guid,

February 10, 2009 at 9:28 pm - View

SELECT DISTINCT {posts}.id AS id, {posts}.slug AS slug, {posts}.title AS title, {posts}.guid AS guid, {posts}.content AS content, {posts}.cached_content AS cached_content, {posts}.user_id AS user_id, {posts}.status AS status, {posts}.pubdate AS pubdate, {posts}.updated AS updated, {posts}.modified AS modified, {posts}.content_type AS content_type FROM {posts} WHERE (id = ? AND ({posts}.user_id = :own_posts_id)) OR (id = ? AND user_id = ? AND ({posts}.user_id = :own_posts_id)) &nbsp;ORDER BY pubdate DESC LIMIT 1

February 10, 2009 at 12:41 pm - View

# User@Host: chris_habari[chris_habari] @ localhost [] # Query_time: 0 Lock_time: 0 Rows_sent: 2 Rows_examined: 618 SELECT DISTINCT habari__posts.id AS id, habari__posts.slug AS slug, habari__posts.title AS title, habari__posts.guid AS guid, habari__posts.content AS content, habari__posts.cached_content AS cached_content, habari__posts.user_id AS user_id, habari__posts.status AS status, habari__posts.pubdate AS pubdate, habari__posts.updated AS updated, habari__posts.modified AS modified, habari__posts.content_type AS content_type FROM habari__posts WHERE pubdate >= '1173879207' AND content_type = 1 AND status = 2 ORDER BY pubdate ASC LIMIT 2;

a:19:{i:2;s:42:"/use - View

a:19:{i:2;s:42:"/user/plugins/archives/archives.plugin.php";i:4;s:44:"/system/plugins/pingback/pingback.plugin.php";i:5;s:54:"/user/plugins/recentcomments/recentcomments.plugin.php";i:6;s:42:"/user/plugins/tagcloud/tagcloud.plugin.php";i:7;s:50:"/system/plugins/themehelper/themehelper.plugin.php";i:9;s:56:"/system/plugins/simplefilesilo/simplefilesilo.plugin.php";i:11;s:50:"/system/plugins/spamchecker/spamchecker.plugin.php";i:12;s:58:"/user/plugins/comment_notifier/comment_notifier.plugin.php";i:15;s:42:"/user/plugins/blogroll/blogroll.plugin.php";i:16;s:50:"/user/plugins/aliencontact/aliencontact.plugin.php";i:17;s:40:"/user/plugins/twitter/twitter.plugin.php";i:18;s:36:"/user/plugins/jambo/jambo.plugin.php";i:19;s:50:"/user/plugins/codesqueezer/codesqueezer.plugin.php";i:23;s:48:"/user/plugins/preapproved/preapproved.plugin.php";i:26;s:58:"/system/plugins/coredashmodules/coredashmodules.plugin.php";i:27;s:54:"/user/plugins/incoming_links/incoming_links.plugin.php";i:28;s:46:"/user/plugins/supertypes/supertypes.plugin.php";i:29;s:42:"/user/plugins/tabasamu/tabasamu.plugin.php";i:30;s:48:"/system/plugins/habarisilo/habarisilo.plugin.php";}

February 10, 2009 at 12:26 am - View

D LICENCE UU NOTICE A LICENSE D system/locale/da D system/locale/habari.pot

February 9, 2009 at 10:27 pm - View

$HTTP["host"] == "www.sagrising.loc" { server.document-root = var.l2gDir + "/HTDOCS/www" dir-listing.activate = "disable" url.rewrite = ( "^/(.*)\.(.+)$" => "$0",

February 9, 2009 at 9:00 pm - View

Warning: Missing argument 3 for ACL::create_token(), called in C:\Lighty2Go\HTDOCS\www\system\classes\post.php on line 227 and defined in system\classes\acl.php line 100

February 9, 2009 at 3:18 pm - View

/** * Get my data from the DB. */ function res_contract_detail() { if (user_access('view emergency info')) {

The Day the Saucers Came - View

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