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
/
skinhealer.in
/
Upload File:
files >> /var/www/skinhealer.in/backup.sql
-- phpMyAdmin SQL Dump -- version 5.2.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: May 08, 2025 at 12:09 AM -- 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: `skin_healer` -- -- -------------------------------------------------------- -- -- 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 (8, 'Rohit ', '9508299279', 'dsgvffsdg', '2025-05-07 22:05:05'), (9, 'Rohit ', '9508299279', 'sadsafsd', '2025-05-07 22:06:59'); -- -------------------------------------------------------- -- -- Table structure for table `landing_pages` -- CREATE TABLE `landing_pages` ( `id` int(11) NOT NULL, `slug` varchar(255) NOT NULL, `heading` varchar(255) NOT NULL, `description` longtext NOT NULL, `created_at` datetime 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`, `heading`, `description`, `created_at`) VALUES (1, 'ads-delhi', 'This is the Heading', 'zcxzvcxvbx', '2025-05-05 03:30:02'), (2, 'ads-mumbai', 'dxcvcxzv', 'xzcvcxzvcx', '2025-05-06 00:26:17'); -- -- 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=10; -- -- AUTO_INCREMENT for table `landing_pages` -- ALTER TABLE `landing_pages` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; 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 */;