Pastoid

The page you are looking at now is at this URL: http://pastoid.com/aof

This paste was last updated on February 18, 2009 at 12:36 am.

Pasted Coderaw

	public function act_display_processor($args) {
		$postdata= array(
			'slug' => Utils::slugify( $this->handler_vars['title'] ),
			'title' => $this->handler_vars['title'],
			'tags' => $this->handler_vars['tags'],
			'content' => $this->handler_vars->raw('content'),
			'user_id' => User::identify()->id,
			'pubdate' => HabariDateTime::date_create($args->handler_vars['date']),
			'status' => Post::status( 'published' ),
			'content_type' => 1,
		);
 
			$post= Post::create( $postdata );
			$post->info->type= $this->handler_vars['type'];
			$post->info->severity= $this->handler_vars['severity'];
 
			Utils::redirect( 'http://myintarweb.com/tracker/' . $post->slug );
	}

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 8
search.live.com 3
drunkenmonkey.org 2
mibbit.com 1
Is this paste spam?
<Hide