Pastoid

Search Results

January 20, 2009 at 1:48 pm - View

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Login to Miklb's Mindless Ramblings</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

January 19, 2009 at 7:24 pm - View

January 19, 2009 at 2:29 pm - View

Comments as FormUI - View

Index: htdocs/system/classes/feedbackhandler.php =================================================================== --- htdocs/system/classes/feedbackhandler.php (revision 3031) +++ htdocs/system/classes/feedbackhandler.php (working copy) @@ -18,7 +18,6 @@

January 18, 2009 at 11:32 am - View

Notice: Trying to get property of non-object in system/classes/adminhandler.php line 511 Notice: Trying to get property of non-object in system/classes/adminhandler.php line 531 Notice: Trying to get property of non-object in system/classes/adminhandler.php line 531

January 18, 2009 at 11:32 am - View

Notice: Trying to get property of non-object in system/classes/adminhandler.php line 511 Notice: Trying to get property of non-object in system/classes/adminhandler.php line 531 Notice: Trying to get property of non-object in system/classes/adminhandler.php line 531

January 18, 2009 at 11:10 am - View

Notice: Trying to get property of non-object in system/classes/adminhandler.php line 511

January 18, 2009 at 11:09 am - View

Notice: Trying to get property of non-object in system/classes/adminhandler.php line 511

January 18, 2009 at 10:49 am - View

<ul class="items"> <li class="item clear"> <span class="titleanddate pct85"><a href="http://localhost/habari/first-post" class="title">First Post</a> <a href="#" class="date minor">Sep 25</a></span> <span class="comments pct15"><a href="http://localhost/habari/first-post#comments" title="2 comments">2</a></span>

Handle Mail Test Plugin - View

<?php class Handle_Mail_Test extends Plugin { public function info()

January 17, 2009 at 10:27 am - View

January 17, 2009 at 10:26 am - View

Mail test plugin - View

<?php class TestPlugin extends Plugin { /**

January 17, 2009 at 7:16 am - View

Warning: PDOStatement::execute() [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 'ISNULL) GROUP BY habari__posts.id) ) ORDER BY pubdate DESC LIMIT' at line 6 in system\classes\databaseconnection.php line 272 system\classes\databaseconnection.php line 272: PDOStatement->execute( ...1 arg... )

January 17, 2009 at 7:15 am - View

Warning: PDOStatement::execute() [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 'ISNULL) GROUP BY habari__posts.id) ) ORDER BY pubdate DESC LIMIT' at line 6 in system\classes\databaseconnection.php line 272

My Paste - View

own_posts_{type} all_posts_{type} own_comment_{type} all_comment_{type} tags

January 16, 2009 at 10:54 pm - View

$( '#import_progress' ).load( \"{$ajax_url}\", { db_host: \"{$db_host}\", db_name: \"{$db_name}\",

January 16, 2009 at 1:29 pm - View

protected function get_file( $file_name ) { if( $this->is_local_file( $file_name ) ) { return $this->get_local( $file_name ); }

HiEngine fix - View

public function display($template) { extract($this->engine_vars); if ($this->template_exists($template)) { $template_file = isset($this->template_map[$template]) ? $this->template_map[$template] : null;

January 16, 2009 at 9:24 am - View

<?php if( !($request->display_home) and isset($post)) { ?> <?php if($post->content_type == Post::type('entry')) { ?> <p>Tagged:</p> <p><?php echo $post->tags_out; ?></p> <?php } ?>

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