Pastoid

Search Results

October 29, 2008 at 8:33 am - View

Warning: RawPHPEngine::include(/home/dmondark/awhitebox.com/main/public_html/user/plugins/blogroll/templates/formcontrol_file.php) [rawphpengine.include]: failed to open stream: No such file or directory in system/classes/rawphpengine.php line 93

October 28, 2008 at 7:34 pm - View

-- phpMyAdmin SQL Dump -- version 2.10.3 -- http://www.phpmyadmin.net -- -- Host: localhost

October 28, 2008 at 7:31 pm - View

# # Delete any existing table `habari__blogroll` #

October 28, 2008 at 12:22 pm - View

October 27, 2008 at 7:50 pm - View

October 27, 2008 at 4:28 pm - View

The Habari Community is on the move. In order to provide more stability for HabariProject.org, we're moving our to new servers. This will not only increase our uptime, but allow us to be more open with allowing more access to members of the community to assist with maintnence, features, and development on the servers. While there may be some hiccups as we move, we hope to get them resolved as soon as possible. If you notice an error, please let us know, either with a comment on this post, or by sending an email to the <a href="http://groups.google.com/group/habari-users">mailing list</a>.

October 27, 2008 at 11:04 am - View

<?php /** */ class - View

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

<?php /** */ class - View

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

October 26, 2008 at 9:02 pm - View

$baseactions = array(); /* Per-status actions */ $statuses = Comment::list_comment_statuses(); foreach($statuses as $statusname) {

October 26, 2008 at 8:40 pm - View

/* Allow plugins to apply actions */ $actions = Plugins::filter('comments_actions', $actions, $this->theme->comments); $i= 0; foreach($this->theme->comments as $comment) {

October 26, 2008 at 8:40 pm - View

<?php foreach($comment->menu as $act_id => $action): $url = str_replace('__commentid__', $comment->id, $action['url']); ?> <li class="<?php echo $act_id; if(isset($action['nodisplay']) && $action['nodisplay'] == true) { echo ' nodisplay'; } ?>"><a href="<?php echo $url; ?>" title="<?php echo $action['title']; ?>"><?php echo $action['label']; ?></a></li>

October 26, 2008 at 8:08 pm - View

public function filter_comment_actions($actions, $comments) { foreach($comments as $comment) { if($comment->url == '') { continue;

October 25, 2008 at 11:19 pm - View

October 25, 2008 at 7:33 pm - View

Notice: Undefined index: habari__blogroll in user/plugins/habaribackup/habaribackup.plugin.php line 475 user/plugins/habaribackup/habaribackup.plugin.php line 555: HabariBackup->backup_mysql_table( ...1 arg... ) user/plugins/habaribackup/habaribackup.plugin.php line 218: HabariBackup->backup_mysql( )

October 25, 2008 at 5:54 pm - View

October 24, 2008 at 3:50 pm - View

<VirtualHost *:80> DocumentRoot "/xampplite/htdocs" ServerName localhost </VirtualHost>

October 24, 2008 at 3:22 pm - View

public function action_init() { // Set single entry

October 24, 2008 at 3:16 pm - View

<?php function excerpt($needle, $haystack) { $haystack = strip_tags($haystack); $offset = 150;

October 24, 2008 at 3:05 pm - View

$needle= implode(" ",$terms); $found[$i]->content= self::excerpt( $needle, $result->post_content ); private function excerpt( $needle, $content ) { $offset= 150;

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