0byt3m1n1-V2
Path:
/
home
/
bangtoey
/
domains
/
bangtoey.go.th
/
public_html
/
news
/
[
Home
]
File: add_detail_old.php
<?php if (isset( $_FILES )) { $HTTP_POST_FILES = $_FILES; } session_start(); if($_SESSION[user]==""){ session_destroy(); $message = "กรุณา Login ก่อน."; $url = "../admin/index.php"; include("../admin/alert.php"); exit; } require_once('../admin/Connections/conndb.php'); mysql_select_db($database_conndb, $conndb); $query_rsNews = "SELECT * FROM news_category ORDER BY cat_id"; $rsNews = mysql_query($query_rsNews, $conndb) or die(mysql_error()); $row_rsNews = mysql_fetch_assoc($rsNews); $totalRows_rsNews = mysql_num_rows($rsNews); $editFormAction = $_SERVER['PHP_SELF']; if (isset($_SERVER['QUERY_STRING'])) { $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']); } $now=time(); if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "fnews")) { foreach($_POST as $key => $value){ $$key=$value; } $dPath = "doc_download/"; $cPath = "photo/"; $d_date=$years."-".$month."-".$dated; /******************************** Check file Up5 *********************************************/ if(trim($_FILES["ufile"]["tmp_name"]) != "") { /****************เริ่มภาพใหญ่*********************/ if($HTTP_POST_FILES["ufile"]["type"]=="image/gif"){ $ftype="gif"; } if($HTTP_POST_FILES["ufile"]["type"]=="image/pjpeg" || $HTTP_POST_FILES["ufile"]["type"]=="image/jpeg" ){ $ftype="jpg"; } $images = $_FILES["ufile"]["tmp_name"]; $sur = strrchr($_FILES['ufile']['name'], "."); //ตัดนามสกุลไฟล์เก็บไว $pic = "std".(Date("dmy_His").$sur); $width=700; //*** Fix Width & Heigh (Autu caculate) ***// $size=GetimageSize($images); $height=round($width*$size[1]/$size[0]); if($ftype=="jpg"){ $images_orig = ImageCreateFromJPEG($images); }elseif($ftype=="gif"){ $images_orig = ImageCreateFromGIF($images);} $photoX = ImagesX($images_orig); $photoY = ImagesY($images_orig); $images_fin = ImageCreateTrueColor($width, $height); ImageCopyResampled($images_fin, $images_orig, 0, 0, 0, 0, $width+1, $height+1, $photoX, $photoY); if($ftype=="jpg"){ ImageJPEG($images_fin,$cPath.$pic);} elseif($ftype=="gif"){ ImageGIF($images_fin,$cPath.$pic);} ImageDestroy($images_orig); ImageDestroy($images_fin); if($_FILES['file_d']['name']<>"") { $sur1 = strrchr($_FILES['file_d']['name'], "."); //ตัดนามสกุลไฟล์เก็บไว $filename = "a_".$i.(Date("dmy_His").$sur1); $path = $dPath.$filename; if(is_uploaded_file($_FILES['file_d']['tmp_name'])) { if(move_uploaded_file($_FILES["file_d"]["tmp_name"], $path)) { chmod(($path), 0777); } // close if move file } }// close if ufile not empty } if($_FILES['file_d']['name']<>"") { $sur1 = strrchr($_FILES['file_d']['name'], "."); //ตัดนามสกุลไฟล์เก็บไว $filename = "a_".$i.(Date("dmy_His").$sur1); $path = $dPath.$filename; if(is_uploaded_file($_FILES['file_d']['tmp_name'])) { if(move_uploaded_file($_FILES["file_d"]["tmp_name"], $path)) { } // close if move file } }// close if ufile not empty $insertSQL = "INSERT INTO news_detail (cat_id,name,detail,pic,filename,d_date,created) VALUES ('$cat_id','$name','".mysql_real_escape_string($storytext)."','$pic','$filename','$d_date','".$now."')"; $Result1 = mysql_query($insertSQL, $conndb) or die(mysql_error()); $get_id="SELECT id FROM news_detail WHERE created='".$now."' "; $result_id=mysql_query($get_id,$conndb) or die(mysql_error()); $dat_id=mysql_fetch_array($result_id); $new_id=$dat_id[id]; //echo '<br> new_id = '.$new_id; if($new_id!=""){ //echo ' <br> other file '; for($i=0;$i<count($_FILES["files"]["name"]);$i++) { if($_FILES["files"]["name"][$i] != "") { $name=date("YmdHis")."_".$_FILES["files"]["name"][$i]; //echo '<br> name = '.$name; chmod($dPath,0777); if(move_uploaded_file($_FILES["files"]["tmp_name"][$i],"doc_download/".$name)) { echo "<br>Copy/Upload Complete<br>"; $sql_file="INSERT INTO news_detail_file (id,path,created) VALUES ('".$new_id."','".$name."','".time()."')"; //echo '<br> sql_file = '.$sql_file; mysql_query($sql_file,$conndb) or die(mysql_error()); } } } } if($Result1<>"") { ?> <SCRIPT LANGUAGE="JavaScript"> alert("บันทึกข้อมูลเรียบร้อยแล้ว !!."); // history.back(); </script> <? echo "<meta http-equiv='refresh' content='0;URL=admin.php?cat_id=".$cat_id."'>"; }else{ ?> <SCRIPT LANGUAGE="JavaScript"> alert("ไม่สามารถบันทึกข้อมูลได้ !!."); // history.back(); </script> <? echo "<meta http-equiv='refresh' content='0;URL=add_detail.php?cat_id=".$cat_id."'>"; } }// close if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "fnews")) { ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><!-- InstanceBegin template="/Templates/template_a.dwt.php" codeOutsideHTMLIsLocked="false" --> <head> <!-- InstanceBeginEditable name="doctitle" --> <!-- InstanceEndEditable --> <?php require_once('../admin/Connections/conndb.php'); mysql_select_db($database_conndb, $conndb); ?> <title>องค์การบริหารส่วนตำบลบางเตย ที่อยู่ 8/8 หมู่2 ตำบลบางเตย อำเภอเมืองฉะเชิงเทรา จังหวัดฉะเชิงเทรา 24000 ::www.bangtoey.go.th</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <link href="../styles.css" rel="stylesheet" type="text/css"> <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable --> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #3CFFFF; } --> </style> <!--styles --> <link href="../styles.css" rel="stylesheet" type="text/css" /> <link href="../css/Hover%20Buttons.css" rel="stylesheet" type="text/css"/> <link href="../css/Hoverable-Sidenav.css" rel="stylesheet" type="text/css"/> <!--<script src="https://platform-api.sharethis.com/js/sharethis.js#property=5d255a83d97c100012d80679&product='inline-share-buttons' async='async" type='text/javascript'> --> </script> <!--styles --> <!--menutop hover --> <link href="../imagehover.css-master/css/demo-page.css" rel="stylesheet" media="all"> <link href="../imagehover.css-master/css/imagehover.min.css" rel="stylesheet" media="all"> <link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' /> <!--end --> <style type="text/css"> <!-- a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: none; } a:active { text-decoration: none; } .style6 {color: #FFFFFF} --> </style></head> <body background="../images/0bg1.png" style="background-repeat:no-repeat; background-position:top"> <!--<div id="mySidenav" class="sidenav"> <a href="http://new.huayyai.go.th/index.php" id="about"> </a> <a href="http://new.huayyai.go.th/news.php?cat_id=1" id="blog"> </a> <a href="http://new.huayyai.go.th/news.php?cat_id=4" id="projects"> </a> <a href="http://new.huayyai.go.th/albums/index.php" id="contact"> </a> </div> --> <!-- content --> <div align="center"> <table width="950" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center" valign="top"><tr> <td height="650" align="center" valign="top" background="../images/head-1.png" style="background-repeat:no-repeat"><table width="980" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="515" align="center" valign="top"> </td> </tr> <tr> <td height="364" align="center" valign="top"><iframe src="/title_head.html" width="980" height="335" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></td> </tr> <tr> <td align="center" valign="top"><iframe src="/menu-top.html" width="980" height="53" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></td> </tr> <tr> <td height="150" align="center" valign="top"> </td> </tr> </table></td> </tr> </td> </tr> <tr> <td align="center" valign="top"><table width="980" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center" valign="top"> </td> </tr> <tr> <td align="center" valign="top"><!-- InstanceBeginEditable name="EditRegion3" --> <table width="98%" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="21" class="under"><div align="center" class="title2"><span class="head"> <? if ($cat_id!=""){ $query_CatS = "SELECT * FROM news_category where cat_id =$cat_id"; $CatS = mysql_query($query_CatS, $conndb) or die(mysql_error()); $row_CatS = mysql_fetch_assoc($CatS); echo $row_CatS['cat_name']; }else{ echo "ข้อมูลข่าวสาร"; } ?> </span></div></td> </tr> <tr> <td height="21"> </td> </tr> <tr> <td class="styles1"><div align="right"><a href="../admin/main.php" class="styles2">หน้า Admin </a>| <? if($cat_id!=""){?> <a href="admin.php?cat_id=<? echo $cat_id; ?>" class="styles2"> <? echo $row_CatS['cat_name']; ?> </a> <?} else{?> <a href="admin.php" class="styles2"> หัวข้อข่าวทั้งหมด</a> <? }?> | <a href="add_category.php" class="styles2">เพิ่มหมวดหมู่ </a>| เพิ่มข้อมูล | <a href="../admin/signout.php" class="styles2">ออกจากระบบ</a></div></td> </tr> <tr> <td align="center" valign="top"> </td> </tr> <tr> <td align="center" valign="top"> <? if($row_rsNews == "0"){ ?> <SCRIPT LANGUAGE="JavaScript"> alert("ยังไม่ได้เพิ่มประเภทสถิติ !!"); // history.back(); </script> <? echo "<meta http-equiv='refresh' content='0;URL=add_category.php'>"; }else{ ?> <script type="text/javascript" src="../admin/fckeditor.js"></script> <script type="text/javascript"> window.onload = function() { // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something like this: // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. var sBasePath = document.location.href.substring(0,document.location.href.lastIndexOf('../admin/')) ; var oFCKeditor = new FCKeditor( 'storytext' ) ; oFCKeditor.BasePath = '../admin/' ; oFCKeditor.Width='600'; oFCKeditor.Height='350'; oFCKeditor.ReplaceTextarea() ; } </script> <form method="POST" name="fnews" enctype="multipart/form-data" action="<?php echo $editFormAction; ?>"> <table width="750" border="0" cellpadding="2" cellspacing="1" class="box-center"> <tr align="center"> <td height="25" colspan="2" background="../images/bg4.gif" class="styles">เพิ่มข้อมูล</td> </tr> <tr> <td width="120" align="right" class="styles1"><div align="right">หัวข้อ : </div></td> <td width="617" align="left" class="red"><input name="name" type="text" class="styles4" size="70"> **</td> </tr> <tr> <td width="120" align="right" valign="top" class="styles1">หมวดหมู่ : </td> <td width="617" align="left" class="red"><div align="left"> <select name="cat_id" id="cat_id"> <option value="" class="styles4"> ---- กรุณาเลือกหมวดหมู่ --- </option> <?php do { ?> <option value="<? echo $row_rsNews['cat_id']; ?>" class="styles4" <? if($cat_id==$row_rsNews['cat_id']) echo "selected"?> > - <? echo $row_rsNews['cat_name']; ?></option> <?php } while ($row_rsNews = mysql_fetch_assoc($rsNews)); ?> </select> </div></td> </tr> <tr> <td width="120" align="right" valign="top" class="styles1"><div align="right">รายละเอียด </div></td> <td width="617" align="left" class="red"><div align="left"> <?php //$sw = new SPAW_Wysiwyg('storytext' /*name*/,stripslashes($HTTP_POST_VARS['storytext']) /*value*/, // 'en' /*language*/, 'full' /*toolbar mode*/, 'classic' /*theme*/, // '250px' /*width*/, '200px' /*height*/); //$sw->show(); ?> </div></td> </tr> <tr> <td colspan="2" align="center" class="styles1"><textarea name="storytext"></textarea></td> </tr> <tr> <td width="120" align="right" class="styles1"><div align="right">ภาพประกอบ : </div></td> <td width="617" align="left" class="styles1"><input name="ufile" type="file" class="styles4" id="ufile" size="45" /> ขนาดไฟล์ไม่เกิน 8 MB</td> </tr> <tr> <td align="right" class="styles1"><div align="right">เอกสารประกอบ : </div></td> <td align="left" class="styles1"><input name="file_d" type="file" class="styles4" id="file" size="45" /> ขนาดไฟล์ไม่เกิน 8 MB</td> </tr> <tr class="box1"> <td align="right" class="styles1" >เอกสารประกอบ :</td> <td class="red"><input name="files[]" type="file" class="styles1" id="file2" size="40" /></td> </tr> <tr class="box1"> <td align="right" class="styles1" >เอกสารประกอบ :</td> <td class="red"><input name="files[]" type="file" class="styles1" id="file3" size="40" /></td> </tr> <tr class="box1"> <td align="right" class="styles1" >เอกสารประกอบ</td> <td class="red"><input name="files[]" type="file" class="styles1" id="file4" size="40" /></td> </tr> <tr class="box1"> <td align="right" class="styles1" >เอกสารประกอบ :</td> <td class="red"><input name="files[]" type="file" class="styles1" id="file5" size="40" /></td> </tr> <tr> <td class="styles1" ><div align="right">วัน เดือน ปี ที่ประกาศ : </div></td> <td bgcolor="#FFFFFF" class="red"><div align="left"> <select name="dated" class="styles1"> <option value="0">วันที่</option> <? $select_date = date("d"); for($i=1;$i<=31;$i++){ if($select_date==$i) $selected="selected='selected'"; else $selected=""; ?> <option value="<?=$i;?>" <?=$selected; ?>><?=$i;?></option> <? } ?> </select> <select name="month" class="styles1"> <option value="0" >เดือน</option> <option value="1" <? if(date("m")==1)echo "selected='selected'";?> >มกราคม</option> <option value="2" <? if(date("m")==2)echo "selected='selected'";?>>กุมภาพันธ์</option> <option value="3" <? if(date("m")==3)echo "selected='selected'";?>>มีนาคม</option> <option value="4" <? if(date("m")==4)echo "selected='selected'";?>>เมษายน</option> <option value="5" <? if(date("m")==5)echo "selected='selected'";?>>พฤษภาคม</option> <option value="6" <? if(date("m")==6)echo "selected='selected'";?>>มิถุนายน</option> <option value="7" <? if(date("m")==7)echo "selected='selected'";?>>กรกฎาคม</option> <option value="8" <? if(date("m")==8)echo "selected='selected'";?>>สิงหาคม</option> <option value="9" <? if(date("m")==9)echo "selected='selected'";?>>กันยายน</option> <option value="10" <? if(date("m")==10)echo "selected='selected'";?>>ตุลาคม</option> <option value="11" <? if(date("m")==11)echo "selected='selected'";?>>พฤศจิกายน</option> <option value="12" <? if(date("m")==12)echo "selected='selected'";?>>ธันวาคม</option> </select> <select name="years" class="styles1"> <option value="0">ปี</option> <? $start_y=(date("Y")-7); $end_y=(date("Y")+3); $select_year = date("Y"); for($yy=$start_y; $yy<=$end_y; $yy++){ if($select_year==$yy) $selected_y="selected='selected'"; else $selected_y=""; ?> <option value="<?=$yy;?>" <?=$selected_y;?>><?=$yy+543;?></option> <? } ?> </select> ** </div></td> </tr> <tr> <td height="25" colspan="2" background="../images/bg4.gif" ><div align="center"> <input name="okbutton" type="submit" class="btn" onMouseOver="check();" value="บันทึก" /> <input name="clear" type="reset" class="btn" id="reset" onClick="cc();" value="ล้างข้อความ" /> <!--<input name="d_date" type="hidden" id="d_date" value="<?php echo date('Y-m-d h:i:s');?>" />--> </div></td> </tr> <input type="hidden" name="MM_insert" value="fnews"> </table> </form> <script language="javascript"> function cc() { fnews.name.value=""; fnews.detail.value=""; } function check() { if(fnews.name.value==""){ alert ("กรุณาใส่หัวข้อด้วยค่ะ"); fnews.name.focus(); } else if (fnews.cat_id.value==""){ alert ("กรุณาเลือกหมวด"); fnews.cat_id.focus(); } /*else if (fnews.ufile.value==""){ alert ("กรุณาแนบไฟลรูปภาพด้วยค่ะ"); fnews.ufile.focus(); }*/ else if (fnews.dated.value==""){ alert ("กรุณาเลือกวันที่ที่ประกาศ"); fnews.dated.focus(); } else if (fnews.month.value==""){ alert ("กรุณาเลือกเดือนที่ประกาศ"); fnews.month.focus(); } else if (fnews.years.value==""){ alert ("กรุณาเลือกปี พ.ศ. ที่ประกาศ"); fnews.years.focus(); } } </script> <? } ?></td> </tr> <tr> <td align="center" valign="top"> </td> </tr> <tr> <td height="30"> </td> </tr> </table> <!-- InstanceEndEditable --></td> </tr> </table></td> </tr> <tr> <td align="center" valign="top"> </td> </tr> <tr> <td align="center" valign="top"> </td> </tr> <tr> <td align="center" valign="top" style="background-repeat:no-repeat"><img src="../images/foot.png"></td> </tr> </table> </div> <!-- end_content --> <tr><td><a style="display:scroll;position:fixed;bottom:5px;right:5px;" class="backtotop" href="#top" rel="nofollow" title="Back to Top"><img src="../images/up.png" border="0" /></a></td> </tr> <map name="Map6" id="Map6"><area shape="rect" coords="210,1,302,41" href="http://www.tratlocal.go.th/index.php" target="_blank" /> </map> </body> <!-- InstanceEnd --></html> <?php if($conndb) { mysql_close($conndb); unset($conndb); } ?>
©
2018.