%PDF-1.5 % ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY
Server IP : 122.155.17.190 / Your IP : 18.119.248.249 Web Server : Apache/2 System : Linux cat17190.thaihostserver.com 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 User : bungkla ( 1054) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/bungkla/domains/bungkla.go.th/public_html/news/ |
Upload File : |
-- phpMyAdmin SQL Dump -- version 3.5.8.2 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Dec 06, 2018 at 06:42 PM -- Server version: 5.5.31-log -- PHP Version: 5.3.29 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `salaya_data` -- -- -------------------------------------------------------- -- -- Table structure for table `news_category` -- CREATE TABLE IF NOT EXISTS `news_category` ( `cat_id` int(10) NOT NULL AUTO_INCREMENT, `cat_name` varchar(100) NOT NULL DEFAULT '', `c_date` date NOT NULL DEFAULT '0000-00-00', PRIMARY KEY (`cat_id`) ) ENGINE=MyISAM DEFAULT CHARSET=tis620 AUTO_INCREMENT=1 ; -- -- Table structure for table `news_detail` -- CREATE TABLE IF NOT EXISTS `news_detail` ( `id` int(5) NOT NULL AUTO_INCREMENT, `cat_id` varchar(20) NOT NULL DEFAULT '', `name` varchar(200) DEFAULT NULL, `detail` longtext, `pic` varchar(100) NOT NULL DEFAULT '', `filename` varchar(100) DEFAULT NULL, `d_date` date NOT NULL DEFAULT '0000-00-00', `click` int(6) NOT NULL DEFAULT '1', `created` int(11) NOT NULL, `pic2` varchar(100) NOT NULL, `pic3` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=tis620 AUTO_INCREMENT=1 ; -- -- Table structure for table `news_detail_file` -- CREATE TABLE IF NOT EXISTS `news_detail_file` ( `id_file` bigint(20) NOT NULL AUTO_INCREMENT, `id` int(11) NOT NULL, `path` varchar(200) NOT NULL, `created` int(11) NOT NULL, PRIMARY KEY (`id_file`) ) ENGINE=InnoDB DEFAULT CHARSET=tis620 AUTO_INCREMENT=1 ; CREATE TABLE IF NOT EXISTS `news_file` ( `id_file` bigint(20) NOT NULL AUTO_INCREMENT, `news_id` int(11) NOT NULL, `path` varchar(200) NOT NULL, `created` int(11) NOT NULL, PRIMARY KEY (`id_file`) ) ENGINE=InnoDB DEFAULT CHARSET=tis620 AUTO_INCREMENT=1 ;