Pastoid

Search Results

January 20, 2009 at 2:37 pm

var arrayOfNames, sortedArrayOfNames, count, sortedHtmlOfNames = ''; arrayOfNames = ['John Lennon', 'Paul McCartney', 'George Harrison', 'Ringo Star', 'George Martin', 'Yoko Ono']; sortedArrayOfNames = arrayOfNames.sort();

View January 20, 2009 at 2:37 pm

January 20, 2009 at 2:14 pm

/* An outerHTML function written by me that works in Firefox and IE */ $.fn.outerHTML = function (that) { var newElement = document.createElement(this[0].nodeName), newBody = document.createElement('BODY'); newElement.innerHTML = (typeof that === 'string') ? that : (that.jQuery) ? that[0].innerHTML : ''; if (!that) {

View January 20, 2009 at 2:14 pm

January 20, 2009 at 2:09 pm

<!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">

View January 20, 2009 at 2:09 pm

January 20, 2009 at 1:53 pm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title><?php Options::out('title'); ?> &middot; <?php echo $admin_title; ?></title>

View January 20, 2009 at 1:53 pm

January 20, 2009 at 1:48 pm

!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">

View January 20, 2009 at 1:48 pm

January 19, 2009 at 7:24 pm

View January 19, 2009 at 7:24 pm

January 19, 2009 at 2:29 pm

View January 19, 2009 at 2:29 pm

Comments as FormUI

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

View Comments as FormUI

January 18, 2009 at 11:32 am

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

View January 18, 2009 at 11:32 am

January 18, 2009 at 11:32 am

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

View January 18, 2009 at 11:32 am

January 18, 2009 at 11:10 am

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

View January 18, 2009 at 11:10 am

January 18, 2009 at 11:09 am

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

View January 18, 2009 at 11:09 am

January 18, 2009 at 10:49 am

<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>

View January 18, 2009 at 10:49 am

Handle Mail Test Plugin

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

View Handle Mail Test Plugin

January 17, 2009 at 10:27 am

View January 17, 2009 at 10:27 am

January 17, 2009 at 10:26 am

View January 17, 2009 at 10:26 am

Mail test plugin

<?php class TestPlugin extends Plugin { /**

View Mail test plugin

January 17, 2009 at 7:16 am

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... )

View January 17, 2009 at 7:16 am

January 17, 2009 at 7:15 am

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

View January 17, 2009 at 7:15 am

My Paste

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

View My Paste

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

<Hide