Recent Pastes

Pastes found: 2291
19 Jun 2014, 01:17 PM

This is the pop-up flow.

[close]

[email protected]
19 Jun 2014, 09:59 AM

This is the pop-up flow.

[close]

Yii::app()->db->createCommand()->update('video', 
													array('viewed' => ($get_video['viewed'] + 1)), 
													'id=:id', array('id' => $get_video['id']));
18 Jun 2014, 04:59 PM

This is the pop-up flow.

[close]

Hello
18 Jun 2014, 04:18 PM

This is the pop-up flow.

[close]

Apikey: 579F7BB00624412680E8D320E1C642
secretkey: 47B0C2652A6DEC9E11DA8884CB2047
18 Jun 2014, 03:17 PM

This is the pop-up flow.

[close]

select * from tblaccounts,tblstaffs,tblruleaccounts, tblrules where tblstaffs.id=tblaccounts.id_staff and tblstaffs.id=tblruleaccounts.id_staff and tblrules.id=tblruleaccounts.id_rule and username=@username and password=@password and tblrules.id=3
18 Jun 2014, 03:07 PM

This is the pop-up flow.

[close]

if($order->save()){
			    	$id_order = Yii::app()->db->getLastInsertID();
			    	$builder = Yii::app()->db->schema->commandBuilder;
			    	foreach ($data_form['song'] as $key => $data_form_song_item) {
			    		$data_form_song_item['id_order'] = $id_order;
			    		$song_detail[$key] = $data_form_song_item;
			    	}
					$command = $builder->createMultipleInsertCommand('orderdetail', $song_detail);
					$command->execute();
			    }

This is the pop-up flow.

[close]

public function autoAlias($text) {
		$random = rand(0, 1000000000000);
		$text = html_entity_decode ($text);
		$text = preg_replace("/(ä|à|á|ạ|ả|ã|â|ầ|ấ|ậ|ẩ|ẫ|ă|ằ|ắ|ặ|ẳ|ẵ)/", 'a', $text);
		$text = str_replace("ç","c",$text);
		$text = preg_replace("/(è|é|ẹ|ẻ|ẽ
13 Jun 2014, 12:40 PM

This is the pop-up flow.

[close]

http://eu.blackpanther.hu/wp-content/themes/arras/images/download.png
12 Jun 2014, 12:07 PM

This is the pop-up flow.

[close]

select * from (select manga_information.MangaID,manga_information.Name,manga_chap.ChapterName from manga_information, manga_chap 
where manga_information.MangaID = manga_chap.MangaID
 ORDER BY manga_chap.CreateOn Desc ) as Hehe GROUP BY Name 
10 Jun 2014, 04:51 PM

This is the pop-up flow.

[close]

http://192.168.1.11:8080/register
Invalid Email or Password