BLACKSITE
:
216.73.216.62
:
147.93.18.13 / vinyasaweddings.com
:
Linux srv667811 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64
:
/
var
/
www
/
shrikrishna
/
Upload File:
files >> //var/www/shrikrishna/backup.sql
-- phpMyAdmin SQL Dump -- version 5.2.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Jul 15, 2025 at 10:23 PM -- Server version: 10.4.32-MariaDB -- PHP Version: 8.0.30 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; 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: `shri_krishna_packer` -- -- -------------------------------------------------------- -- -- Table structure for table `admin` -- CREATE TABLE `admin` ( `id` int(11) NOT NULL, `username` varchar(100) NOT NULL, `password` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `admin` -- INSERT INTO `admin` (`id`, `username`, `password`, `created_at`) VALUES (1, 'admin@shrikrishna', 'ShriKrishna@123', '0000-00-00 00:00:00'); -- -------------------------------------------------------- -- -- Table structure for table `enquiries` -- CREATE TABLE `enquiries` ( `id` int(11) NOT NULL, `name` varchar(100) NOT NULL, `phone` varchar(20) NOT NULL, `message` text NOT NULL, `submission_date` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `enquiries` -- INSERT INTO `enquiries` (`id`, `name`, `phone`, `message`, `submission_date`) VALUES (28, 'Weby Think', '9508299279', 'saxcdz', '2025-05-22 20:39:16'), (29, 'Rohit ', '9508299279', 'sadfcsxcv', '2025-05-28 23:01:18'); -- -------------------------------------------------------- -- -- Table structure for table `landing_pages` -- CREATE TABLE `landing_pages` ( `id` int(255) NOT NULL, `slug` varchar(255) NOT NULL, `meta_title` varchar(255) NOT NULL, `meta_description` text NOT NULL, `meta_keywords` text NOT NULL, `page_title` varchar(255) NOT NULL, `hero_image` varchar(255) NOT NULL, `hero_detail` text NOT NULL, `cities` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `faqs` text NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `landing_pages` -- INSERT INTO `landing_pages` (`id`, `slug`, `meta_title`, `meta_description`, `meta_keywords`, `page_title`, `hero_image`, `hero_detail`, `cities`, `faqs`, `created_at`) VALUES (6, 'sadfsdafsd', 'Hi i am rohit', 'sdgfsdghd', 'dfgdfshgf', 'sadfsdafsd', 'uploads/landing_pages/hero_68378ea81517a.png', 'asfdsgdf', '[\"sdagdfs\",\"dfsgdsg\"]', '[{\"question\":\"dfgfdsg\",\"answer\":\"dsfgfdsg\"},{\"question\":\"dfsgdsfg\",\"answer\":\"dsfgfdsg\"}]', '2025-05-28 22:31:04'), (7, 'newtitle', 'dsgdsf', 'dfsgdf', 'dfgdfs', 'New Title ', 'uploads/landing_pages/hero_6837a4c29258f.png', 'dfgbcb', '[\"cvxbcv\",\"cvbcvx\",\"cvbx\"]', '[{\"question\":\"cxvbcv\",\"answer\":\"cvbvcx\"},{\"question\":\"cvbvcxb\",\"answer\":\"cvbcvx\"},{\"question\":\"cxvbvcxb\",\"answer\":\"cvbcxb\"}]', '2025-05-29 00:05:22'); -- -- Indexes for dumped tables -- -- -- Indexes for table `enquiries` -- ALTER TABLE `enquiries` ADD PRIMARY KEY (`id`); -- -- Indexes for table `landing_pages` -- ALTER TABLE `landing_pages` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `enquiries` -- ALTER TABLE `enquiries` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30; -- -- AUTO_INCREMENT for table `landing_pages` -- ALTER TABLE `landing_pages` MODIFY `id` int(255) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; 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 */;