protected function create() { parent::create(); $this->addmap('themes', array()); $this->data['beforepost'] = false; $this->data['afterpost'] = true; }
protected function create() { parent::create(); $this->table = 'sourcefiles'; $this->addmap('ignore', array()); $this->data['root'] = ''; }
protected function create() { parent::create(); $this->data['deletep'] = false; litepublisher::$classes->include_file(litepublisher::$paths->plugins . 'markdown' . DIRECTORY_SEPARATOR . 'MarkdownInterface.php'); litepublisher::$classes->include_file(litepublisher::$paths->plugins . 'markdown' . DIRECTORY_SEPARATOR . 'Markdown.php'); $this->parser = new Markdown(); }
protected function create() { parent::create(); $this->data['post'] = ''; $this->data['tag'] = ''; $this->data['home'] = ''; $this->data['archive'] = ''; }
protected function create() { parent::create(); $this->data['invertorder'] = false; $this->data['maxcount'] = 5; $this->data['tml'] = '<li><a href="$site.url$url" title="$title">$title</a></li>'; $this->data['tmlitems'] = '<ul>$items</ul>'; }
protected function create() { parent::create(); $this->addmap('ip', array()); $this->addmap('words', array()); $this->data['ipstatus'] = 'hold'; $this->data['wordstatus'] = 'hold'; }
protected function create() { parent::create(); $this->addevents('added', 'onadd', 'onphone'); $this->table = 'ulogin'; $this->data['url'] = '/admin/ulogin.php'; $this->data['panel'] = ''; $this->data['button'] = ''; $this->data['nets'] = array(); }
protected function create() { parent::create(); $this->data['host'] = ''; $this->data['login'] = ''; $this->data['password'] = ''; $this->data['community'] = ''; $this->data['privacy'] = 'public'; $this->data['template'] = ''; }
protected function create() { parent::create(); $this->basename = 'polls' . DIRECTORY_SEPARATOR . 'man'; $this->data['addtopost'] = false; $this->data['pollpost'] = 0; $this->data['fivestars'] = 0; //in hours $this->data['lifetime'] = 24 * 7; $this->data['lastswitched'] = 0; }
public function create() { parent::create(); $this->data['dir'] = 'usernews'; $this->data['_changeposts'] = false; $this->data['_canupload'] = true; $this->data['_candeletefile'] = true; $this->data['insertsource'] = true; $this->data['sourcetml'] = '<h4><a href="%1$s">%1$s</a></h4>'; $this->data['checkspam'] = false; $this->data['editorfile'] = 'editor.htm'; }
protected function create() { parent::create(); $this->addmap('tml', array()); $this->data['showhome'] = true; $this->data['showchilds'] = true; $this->data['childsortname'] = 'title'; $this->data['showsimilar'] = true; $this->data['breadpos'] = 'before'; $this->data['similarpos'] = 'after'; $this->cats = tcategories::i(); }
protected function create() { parent::create(); $this->addevents('onadd'); $this->data['name'] = 'service'; $this->data['title'] = 'service'; $this->data['icon'] = ''; $this->data['url'] = ''; $this->data['client_id'] = ''; $this->data['client_secret'] = ''; $this->sessdata = array(); $this->session_id = ''; }
protected function create() { parent::create(); $this->data['idcron'] = 0; $this->data['email'] = ''; $this->data['password'] = ''; $this->data['dir'] = '/'; $this->data['uploadfiles'] = true; $this->data['onlychanged'] = false; $this->data['posts'] = 0; $this->data['comments'] = 0; $this->data['useshell'] = false; }
protected function create() { parent::create(); $this->data['user'] = ''; $this->data['se'] = ''; }
public function create() { parent::create(); $this->addmap('blackwords', array()); }
protected function create() { parent::create(); $this->data['before'] = ''; $this->data['after'] = ''; }
protected function create() { parent::create(); $this->data['template'] = '<object width="425" height="350">' . '<param name="movie" value="http://www.youtube.com/v/$id?fs=1&rel=0"></param>' . '<param name="allowFullScreen" value="true"></param>' . '<param name="allowscriptaccess" value="always"></param>' . '<embed src="http://www.youtube.com/v/$id?fs=1&rel=0" ' . 'type="application/x-shockwave-flash" ' . 'allowscriptaccess="always" ' . 'allowfullscreen="true" ' . 'width="425" height="350">' . '</embed></object>'; }
protected function create() { parent::create(); $this->addmap('tree', array()); $this->addmap('exitems', array()); }
protected function create() { parent::create(); $this->data['idcron'] = 0; }