Jokeir 07x HK Morocco





Server : Apache/2
System : Linux server1.tkcorporation.co.th 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 i686
User : ifixit ( 537)
PHP Version : 5.3.29
Disable Function : exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,dl,popen,show_source
Directory :  /home/ifixit/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/ifixit/public_html/topic.php
<?php include("assets/header.php");
if(!isset($_REQUEST['id'])){
	?><META HTTP-EQUIV="Refresh" CONTENT="0;URL=blog"><?php
}else{
$s="select * from topic_list where topic_id = ".$_REQUEST['id'];
$q=mysql_query($s) or die(mysql_error());
if($f=mysql_fetch_array($q)){
	$topic_id = $f['topic_id'];
	$topic_header = $f['topic_head'];
	$topic_sub = $f['topic_sub'];
	$topic_img = $f['topic_img'];
	$topic_detail = $f['topic_detail'];
	$topic_date = $f['topic_date'];
	$topic_time = $f['topic_time'];
}
?>
<div class="container">
	<div class="row" style="margin-bottom:0px;margin-top: 50px;">
		<div class="col-xs-12 col-sm-6" style="padding:0;">
			<p style="font-weight:200;font-size:40px;line-height:42px;"><?=$topic_header?></p>
			<p style="font-weight:200;font-size:16px;"><?=$topic_date." ".$topic_time?></p>
			<p><?=$topic_sub?></p>
		</div>
		<div class="col-xs-12 col-sm-6" style="padding:0;">
			<p><img src="assets/article/<?=$f['topic_id']?>/<?=$f['topic_img']?>" width="100%"> </p>
		</div>
	</div>
	<div class="row" style="margin-bottom:80px;">
		<div class="col-xs-12"><?=$topic_detail?></div>
	</div>
</div>
<?php include 'assets/footer.php';
	}
?>

COPYRIGHT Dimax66