Pastoid

Search Results

May 5, 2008 at 12:55 am - View

<span class="comments pct15"><a href="http://localhost/habari_trunk/blank-wordpress-theme#comments" title="<br /> <b>Fatal error</b>: Allowed memory size of 8388608 bytes exhausted (tried to allocate 540 bytes) in <b>/Users/blogworks/Development/habari_trunk/system/classes/plugins.php</b> on line <b>211</b><br />

May 4, 2008 at 9:52 pm - View

'author_count' => count(Users::get_all()), 'page_count' => DB::get_value('SELECT count(id) FROM {posts} WHERE content_type = ? and status = ?', array(Post::type('page'), Post::status('published'))), 'entry_count' => DB::get_value('SELECT count(pubdate) FROM {posts} WHERE content_type = ? and status = ?', array(Post::type('entry'), Post::status('published'))), 'comment_count' => Comments::count_total(), 'tag_count' => count(Tags::get()),

May 4, 2008 at 8:04 pm - View

May 4, 2008 at 6:38 pm - View

May 4, 2008 at 4:47 am - View

May 3, 2008 at 11:53 pm - View

<?php include('header.php');?> <div class="container currenttheme">

Comments Identity - View

public function filter_comment_insert_allow( $allow, $comment ) { $current_user_id = User::identify()? User::identify()->id : '-1'; //set the id to -1 if user not logged in $users= Users::get_all(); foreach ($users as $user){

Don't Impresonate me - View

//we check for the email address since it's somehow unique, and for the name just for the blog readers not to get confused. public function filter_comment_insert_allow( $allow, $comment ) { $current_user = User::identify();

May 2, 2008 at 2:50 pm - View

/* output*/ // echo from line 22 http://localhost/codelicious/user/plugins/livesearch/entries.items.php

May 2, 2008 at 2:47 pm - View

/* overall output */

May 2, 2008 at 11:59 am - View

admin_moderate_comments for defensio - View

<?php public function action_admin_moderate_comments( $comment_ids, $comments, $handler ) { $false_positives= array();

May 1, 2008 at 4:17 am - View

Habari tags table - View

| habari__tags | CREATE TABLE `habari__tags` ( `id` int(10) unsigned NOT NULL auto_increment, `tag_text` varchar(255) collate utf8_unicode_ci NOT NULL, `tag_slug` varchar(255) collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`)

charcoal+IE6=Mess! - View

<!--[if lt IE 7]> <link rel="stylesheet" href="<?php Site::out_url( 'theme' ); ?>/ie.css" type="text/css" media="screen" /> <script src="<?php Site::out_url('scripts'); ?>/scripts/jquery.js" type="text/javascript" charset="utf-8"></script> <script src="<?php Site::out_url( 'theme' ); ?>/scripts/jquery.pngfix.js" type="text/javascript" charset="utf-8"></script> <script src="<?php Site::out_url( 'theme' ); ?>/fixpngs.js" type="text/javascript" charset="utf-8"></script>

April 30, 2008 at 9:00 pm - View

April 30, 2008 at 8:56 pm - View

H - List Tables Patch - View

Index: system/classes/databaseconnection.php =================================================================== --- system/classes/databaseconnection.php (revision 1608) +++ system/classes/databaseconnection.php (working copy) @@ -777,6 +777,19 @@

April 30, 2008 at 1:27 pm - View

private function get_random_posts() { $post_type= Post::type( 'entry' ); $post_status= Post::status( 'published' ); $now= date( 'Y-m-d H:i:s' );

April 30, 2008 at 11:36 am - 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