Pastoid

Search Results

I'm not lost anymore. - View

<?php /** * SpamHoneyPot Class *

I'm not lost anymore. - View

<?php ?>

August 11, 2009 at 3:42 pm - View

August 11, 2009 at 3:36 pm - View

August 10, 2009 at 10:36 am - View

August 6, 2009 at 6:27 am - View

August 5, 2009 at 9:19 am - View

August 4, 2009 at 6:51 am - View

August 3, 2009 at 6:32 pm - View

/** * function register * Registers a plugin action for possible execution * @param mixed A reference to the function to register by string or array(object, string) * @param string Usually either 'filter' or 'action' depending on the hook type.

August 3, 2009 at 9:20 am - View

Habari: This week in tickets #3 - View

July 31, 2009 at 2:51 pm - View

public function theme_tag_options( $theme ) { if ( count( $theme->tags ) != 0 ) { foreach ( $theme->tags as $tag ) { $tagarray[] = "<option value='" . URL::get( 'display_entries_by_tag', 'tag=' . $tag->tag_slug ) . "'>{$tag->tag_text}</option>";

July 31, 2009 at 2:51 pm - View

public function theme_tag_options( $theme ) { if ( count( $theme->tags ) != 0 ) { foreach ( $theme->tags as $tag ) { $tagarray[] = "<option value='" . URL::get( 'display_entries_by_tag', 'tag=' . $tag->tag_slug ) . "'>{$tag->tag_text}</option>";

July 31, 2009 at 12:19 pm - View

July 30, 2009 at 11:17 am - View

Why doesn't this work? - View

private function get_word_count() { static $title_words = ''; $post_type = Post::type( 'entry' ); $post_status = Post::status( 'published' );

What are these characters supposed to be? - View

public function filter_post_word_count( $word_count, $post ) {$array = array ('ä' => 'ae','ä' => 'ae','à ' => 'Ae','Ä' => 'Ae','ö' => 'oe','ö' => 'oe','à ' => 'Oe','Ö' => 'Oe','ü' => 'ue','ü' => 'ue','à ' => 'Ue','Ü' => 'Ue','à ' => 'ss','ß' => 'ss' );

July 29, 2009 at 2:55 pm - View

8213 randy 17 0 194m 18m 7980 S 9.7 0.9 0:00.10 /usr/bin/php /home/randy/public_html/index.php 8219 randy 17 0 194m 18m 7980 S 9.7 0.9 0:00.10 /usr/bin/php /home/randy/public_html/index.php 8220 randy 17 0 194m 18m 7980 S 9.7 0.9 0:00.10 /usr/bin/php /home/randy/public_html/index.php 8212 randy 17 0 194m 18m 7980 S 8.8 0.9 0:00.09 /usr/bin/php /home/randy/public_html/index.php 8214 randy 17 0 194m 18m 7980 S 8.8 0.9 0:00.09 /usr/bin/php /home/randy/public_html/index.php

copy system/classes/site.php and rewriterules.php to user/classes, then update as below (change 'newadmin' as desired) - View

--- system/classes/site.php 2009-03-05 21:48:26.000000000 -0500 +++ user/classes/site.php 2009-07-28 15:56:26.000000000 -0400 @@ -184,7 +184,7 @@ } break;

copy system/classes/site.php and rewriterules.php to user/classes, then update as below (change 'newadmin' as desired) - View

--- system/classes/rewriterules.php 2009-04-15 23:37:40.000000000 -0400 +++ user/classes/rewriterules.php 2009-07-28 15:47:49.000000000 -0400 @@ -34,9 +34,9 @@ array( 'name' => 'submit_feedback', 'parse_regex' => '%^(?P<id>[0-9]+)/feedback/?$%i', 'build_str' => '{$id}/feedback', 'handler' => 'FeedbackHandler', 'action' => 'add_comment', 'priority' => 8, 'description' => 'Adds a comment to a post' ),

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

<Hide