Pastoid

Search Results

March 7, 2009 at 11:11 am - View

March 7, 2009 at 10:15 am - View

March 7, 2009 at 1:38 am - View

public function theme_title($theme) { $title = ''; if(count($this->handler_vars) === 0)

March 7, 2009 at 1:37 am - View

public function theme_multiple_heading($theme,$criteria) { $heading = ''; if(count($this->handler_vars) === 0)

March 6, 2009 at 10:43 pm - View

March 6, 2009 at 7:55 pm - View

Registration plugin for Habari - View

March 6, 2009 at 1:29 pm - View

March 6, 2009 at 8:14 am - View

// Textareas don't always need to be massive. This works for both tabcontrol_textarea and admincontrol_textarea templates. $instructions = $myform->append('textarea','plugin_version_instructions', 'null:null', Instructions'); $instructions->value = $plugin_versions->info->instructions;

March 6, 2009 at 8:14 am - View

// Textareas don't always need to be massive. This works for both tabcontrol_textarea and admincontrol_textarea templates. $instructions = $myform->append('textarea','plugin_version_instructions', 'null:null', _t('Instructions') ); $instructions->value = $plugin_versions->info->instructions;

March 5, 2009 at 3:45 pm - View

<?php include 'heade - View

<?php include 'header.php'; ?> <h2 class="archive-header"><?php echo $year ?> Archives</h2> <ul class="archive-list"> <?php foreach ( $collection_years as $collection_year ) { ?>

public function act - View

public function act_display_archives() { if ( ! empty( Controller::get_handler()->handler_vars['year'] ) ) { $year= intval( Controller::get_handler()->handler_vars['year'] ); $this->assign( 'year', $year );

March 5, 2009 at 11:19 am - View

Array ( [0] => m - View

Array ( [0] => md4 [1] => md5 [2] => sha1

March 4, 2009 at 11:51 pm - View

class ExecHandler extends ActionHandler { private static $trusted_nicks = array( 'BigJibby', 'ringmaster', 'skippy', 'michaeltwofish', 'Caius', 'moeffju', 'mikelietz', 'dmondark', 'arthus', 'h0bbel', 'miklb', 'blakej', 'MellerTime', 'scoates', 'gsnedders', 'RandyWalker', 'Morydd', 'rellem', 'rick_c' ); const PRIVATE_KEY = 'ooooohhhhhkkkkkllll';

March 4, 2009 at 11:48 pm - View

class ExecHandler extends ActionHandler { private static $trusted_nicks = array( 'BigJibby', 'ringmaster', 'skippy', 'michaeltwofish', 'Caius', 'moeffju', 'mikelietz', 'dmondark', 'arthus', 'h0b$ const PRIVATE_KEY = 'ooohhhh';

March 4, 2009 at 11:44 pm - View

<?php // process form function hmac($data){ return md5(md5($data) . 'foo boo salt' . md5('this is a very secret key')); }

<?php /** * usage: - View

<?php /** * usage: save in habari root folder (aka HABARI_PATH) * and include in config.php so installer can run.

March 4, 2009 at 2:09 pm - View

public function action_plugin_activation( $file ) { if ( !function_exists('gargdgedergserb') ) { Session::error( _t( "Habari Silo activation failed. PHP has not loaded the gd imaging library." ) ); Plugins::deactivate_plugin( __FILE__ );

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