Pastoid

Search Results

January 25, 2009 at 12:02 pm - View

public function action_init_theme() { Stack::add( 'template_stylesheet', array( URL::get('ajax', array('context' => 'mydynamic')), 'screen' ), 'mydynamic' ); } public function action_ajax_mydynamic($handler) {

January 24, 2009 at 7:40 pm - View

Hi all My name is Anny Obama - View

hi good site thanks http://peace.com

January 24, 2009 at 12:17 am - View

<?php /** * Handles Comment Post to WordPress and prevents duplicate comment posting. * * @package WordPress

January 24, 2009 at 12:14 am - View

$ips = array_reverse(explode('.', $_SERVER['REMOTE_ADDR'])); if (gethostbyname(join('.', $ips) . '.dnsbl.spam-champuru.livedoor.com') == '127.0.0.2') { die('Your IP Address has been Blacklisted!'); }

January 23, 2009 at 10:24 am - View

Phergie Woot Plugin - View

<?php /** */ class Phergie_Plugin_Woot extends Phergie_Plugin_Abstract_Command

SpamPurge - View

<?php /** * Spam Purge *

January 21, 2009 at 8:04 am - View

January 21, 2009 at 2:24 am - View

<?php /** * TweetSuite Plugin */

January 21, 2009 at 1:45 am - View

January 20, 2009 at 9:30 pm - View

<ol class="commentlist"> <?php foreach ( $post->comments->moderated as $comment ) { ?> <li class="<?php echo $oddcomment; ?>" id="comment-<?php echo $comment->id; ?>"> <div class="commentmetadata"> <strong><a href="<?php echo $comment->url; ?>"><?php echo $comment->name; ?></a></strong>

January 20, 2009 at 9:13 pm - View

<?php if ($post->comments->count > 0) { if ($post->comments->comments->moderated->count > 0) { foreach ($post->comments->comments->moderated as $comment) { // Display Comments

January 20, 2009 at 7:56 pm - View

/** * Deletes logentries from the database * @param mixed Log Entries to delete. An array of or a single ID/LogEntry object **/ public static function delete_these( $entries )

January 20, 2009 at 6:20 pm - View

$.fn.outerHTML = function (that) { if (that) { $(this).replaceWith(that); } return document.createElement('body').appendChild(this[0].cloneNode(true)).parentNode.innerHTML;

January 20, 2009 at 3:19 pm - View

January 20, 2009 at 2:37 pm - View

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

January 20, 2009 at 2:14 pm - View

/* 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) {

January 20, 2009 at 2:09 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 20, 2009 at 1:53 pm - View

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

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