Pastoid

Search Results

November 17, 2008 at 3:35 pm - View

// Catch tags in the format {hi:command:parameter} if(preg_match('%^(\w+):(.+)$%', $cmd, $cmd_matches)) { switch(strtolower($cmd_matches[1])) { case 'display': return '<?php $theme->display(\'' . $cmd_matches[2] . '\'); ?>';

November 17, 2008 at 1:40 pm - View

// Add the permission to the admin group $perm = ACL::token_id( $name ); $admin = UserGroup::get( 'admin'); if( $admin ) {

November 17, 2008 at 1:40 pm - View

November 15, 2008 at 9:50 pm - View

<div id="comment-preview"> <div id="commentInfo" class="namecontainer urlcontainer comment-contentcontainer"> <span id="name" class="namecontainer"> <a href="#" class="nameholder"> </a></span> <span id="site" class="urlcontainer"> <a href="#" class="urlholder"> </a> </span> <span id="date" class=""> </span>

November 15, 2008 at 9:45 pm - View

<div id="comment-preview" class="comment preview scheme<?php echo $i; ?>" style="display:none;"> <div class="field name namecontainer"> <div class="label">Name</div> <div class="value"><h5 class="nameholder">NAME</h5></div> </div>

November 15, 2008 at 10:19 am - View

November 14, 2008 at 1:37 pm - View

November 14, 2008 at 11:26 am - View

http://dev1.viewzi.com/preview/lib/ViewziDQO.php?format=JSON&datak=38a32761ddb38a1b0e0da964722379a4&viewid=58-99&q=["Habari","2a59421dbfa9","http://awhitebox.com"]&ds=vfp_blogsearch&ps=&start=0&end=99&id=vfp_blogsearch&callback=VIEWZI.datapull.onData Permission denied to call method Location.toString

November 13, 2008 at 6:55 pm - View

public function act_display_endpoint() { $preproc= strstr( $_SERVER['REQUEST_URI'], 'endpoint' ); $explode= explode( '/', $preproc ); $split= explode( '&', $explode[1] );

November 13, 2008 at 3:32 pm - View

#! /usr/bin/env php - View

#! /usr/bin/env php <?php function fork_bot() {

November 13, 2008 at 12:12 am - View

November 12, 2008 at 8:54 pm - View

export PATH="/opt/local/bin:$PATH" # MacPorts # MacPorts update alias portupdate='sudo port -d selfupdate && sudo port -Ru upgrade outdated'

November 12, 2008 at 5:50 pm - View

Note: If you have trusted a third-party Twitter service or software with your password and you change it here, you'll need to reauthenticate to make that software work. (Never enter your password in a third-party service or software that looks suspicious.)

November 12, 2008 at 4:21 pm - View

### HABARI STARTRewriteEngine OnRewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteBase /blogRewriteRule . index.php [PT]### HABARI END

November 12, 2008 at 3:12 pm - View

#!/bin/bash if [ -z $1 ] || [ $1 = "-h" ] then echo "usage:

November 12, 2008 at 3:09 pm - View

class SqueakFormat extends Format { public static function cleanUrl($url) { $url = str_replace('http://', '', $url); $url = str_replace('www.', '', $url);

November 12, 2008 at 2:52 pm - View

#!/bin/bash for d in `svn ls http://svn.habariproject.org/habari-extras/plugins`; do if [ $1 = "ci" ]

November 12, 2008 at 2:27 pm - View

November 11, 2008 at 10:39 pm - View

var log_detail = { init: function() { if ( $('.page-logs').length == 0 ) {

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