Linux altar53.supremepanel53.com 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
/ home1/ bdapparelinfo/ powmax.net/ |
|
-- phpMyAdmin SQL Dump -- version 4.8.5 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Generation Time: Oct 05, 2019 at 11:34 AM -- Server version: 5.7.27-cll-lve -- PHP Version: 7.2.7 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; 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 utf8mb4 */; -- -- Database: `optimize_powmax` -- -- -------------------------------------------------------- -- -- Table structure for table `admin` -- CREATE TABLE `admin` ( `id` int(11) NOT NULL, `user_id` varchar(120) NOT NULL, `password` varchar(120) NOT NULL, `email` varchar(255) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `admin` -- INSERT INTO `admin` (`id`, `user_id`, `password`, `email`) VALUES (1, 'admin', 'c4ca4238a0b923820dcc509a6f75849b', 'md.wasim0@gmail.com'); -- -------------------------------------------------------- -- -- Table structure for table `menu` -- CREATE TABLE `menu` ( `id` int(11) NOT NULL, `cat_name` varchar(255) NOT NULL, `parents_cat_id` int(11) NOT NULL, `url_link` varchar(355) NOT NULL, `url_name` varchar(255) NOT NULL, `position` varchar(255) NOT NULL, `sir_no` int(11) NOT NULL, `status` tinyint(4) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `menu` -- INSERT INTO `menu` (`id`, `cat_name`, `parents_cat_id`, `url_link`, `url_name`, `position`, `sir_no`, `status`) VALUES (1, 'About us', 0, 'about.php?page=', 'About Us', 'Menu Bar', 1, 1), (2, 'Products & Services', 0, 'about.php?page=', '#', 'Menu Bar', 2, 1), (3, 'Download', 0, 'about.php?page=', 'Gallery', 'Menu Bar', 4, 1), (4, 'Contact', 0, 'contact.php?page=', 'contact', 'Menu Bar', 5, 1), (10, 'AC Motor Drive', 2, 'about.php?page=', 'AC Motor Drive', 'Menu Bar', 1, 1), (11, 'Servo System', 2, 'about.php?page=', 'Seno System', 'Menu Bar', 2, 1), (12, 'Online UPS', 2, 'about.php?page=', 'Online UPS', 'Menu Bar', 3, 1), (13, 'Solar System', 2, 'about.php?page=', 'Solar Power', 'Menu Bar', 4, 1); -- -------------------------------------------------------- -- -- Table structure for table `pages_content` -- CREATE TABLE `pages_content` ( `id` int(11) NOT NULL, `content_pages_name` varchar(255) NOT NULL, `title` varchar(222) NOT NULL DEFAULT '', `price` varchar(222) NOT NULL DEFAULT '', `size` varchar(355) NOT NULL, `model` varchar(255) NOT NULL, `date` varchar(255) NOT NULL, `image` varchar(200) NOT NULL DEFAULT '1333558320no_images.jpg', `image_2` varchar(255) NOT NULL, `image_3` varchar(300) NOT NULL, `image_4` varchar(100) NOT NULL DEFAULT 'left', `resized_file` varchar(100) NOT NULL DEFAULT 'left', `post_position` varchar(100) NOT NULL DEFAULT 'left', `description` longtext NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `pages_content` -- INSERT INTO `pages_content` (`id`, `content_pages_name`, `title`, `price`, `size`, `model`, `date`, `image`, `image_2`, `image_3`, `image_4`, `resized_file`, `post_position`, `description`) VALUES (289, 'Home Slider Images', '', '', '', '', '03-10-2019 11:29:07', '15701021472.jpg', '1542567805', '1542567805', '1542567805', '', 'Body', ''), (344, 'Home Slider Images', '', '', '', '', '03-10-2019 11:14:25', '15701012651.jpg', '1568545728', '1568545728', '1568545728', '', 'Body', ''), (377, 'About Us', '', '', '', '', '03-10-2019 10:55:53', '1569393468', '1569393468', '1569393468', '1569393468', '', 'Body', '<p style=\"text-align: justify;\">Powmax Technology was established in 2008, We ae professional manufacturer, Supplier and Trader of AC Motor Drive/Inverter, AC Servo System, Online UPS and Solar System. We also supply complte drive solution and power backup solution against customer requirements inhance there equipment performance</p>'), (388, 'contact', '', '', '', '', '03-10-2019 10:47:56', '1570099612', '1570099612', '1570099612', '1570099612', '', 'Body', '<p style=\"text-align: left;\"><span style=\"color: #0000ff;\"><strong>POWMAX TECHNOLOGY</strong></span><br />No.406, Xinhu 1st Road, Neihu District, Taipei<br />Taiwan, R,O,C<br />Tel : +886-2-82110-7706<br />Fax :886-2-82110-7708<br />E-mail : <a>powmax-hinet@hotmail.com</a><a href=\"mailto:powmax-hinet@hotmail.com\"><br />info@powmax.net</a><br />Web : www.powmax.net</p>'), (389, 'Home Pages', 'Welcome to Powmax Technology', '', '', '', '03-10-2019', '1570102327', '1570102327', '1570102327', '1570102327', '', 'Body', '<p style=\"text-align: justify;\">Powmax Technology was established in 2008, We ae professional manufacturer, Supplier and Trader of AC Motor Drive/Inverter, AC Servo System, Online UPS and Solar System. We also supply complte drive solution and power backup solution against customer requirements inhance there equipment performance</p>'); -- -------------------------------------------------------- -- -- Table structure for table `settings` -- CREATE TABLE `settings` ( `id` int(11) NOT NULL, `user_id` varchar(120) NOT NULL, `password` varchar(120) NOT NULL, `password_view` varchar(255) NOT NULL, `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `settings` -- INSERT INTO `settings` (`id`, `user_id`, `password`, `password_view`, `date`) VALUES (1, 'abc', 'c4ca4238a0b923820dcc509a6f75849b', '1', '2018-08-18 08:05:24'); -- -- Indexes for dumped tables -- -- -- Indexes for table `admin` -- ALTER TABLE `admin` ADD PRIMARY KEY (`id`); -- -- Indexes for table `menu` -- ALTER TABLE `menu` ADD PRIMARY KEY (`id`); -- -- Indexes for table `pages_content` -- ALTER TABLE `pages_content` ADD PRIMARY KEY (`id`); -- -- Indexes for table `settings` -- ALTER TABLE `settings` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `admin` -- ALTER TABLE `admin` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `menu` -- ALTER TABLE `menu` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; -- -- AUTO_INCREMENT for table `pages_content` -- ALTER TABLE `pages_content` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=390; -- -- AUTO_INCREMENT for table `settings` -- ALTER TABLE `settings` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;