Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/vahtuksanghatana.com/admin/DB/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/vahtuksanghatana.com/admin/DB/vahatuk_sanghatana.sql

-- phpMyAdmin SQL Dump
-- version 4.0.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 14, 2023 at 02:29 PM
-- Server version: 5.6.12-log
-- PHP Version: 5.4.16

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: `vahatuk_sanghatana`
--
CREATE DATABASE IF NOT EXISTS `vahatuk_sanghatana` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
USE `vahatuk_sanghatana`;

-- --------------------------------------------------------

--
-- Table structure for table `add_complaint`
--

CREATE TABLE IF NOT EXISTS `add_complaint` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` text COLLATE utf8_unicode_ci NOT NULL,
  `complaint_about` text COLLATE utf8_unicode_ci NOT NULL,
  `description_one` text COLLATE utf8_unicode_ci NOT NULL,
  `image_one` text COLLATE utf8_unicode_ci NOT NULL,
  `image_two` text COLLATE utf8_unicode_ci NOT NULL,
  `date` date NOT NULL,
  `time` text COLLATE utf8_unicode_ci NOT NULL,
  `village` text COLLATE utf8_unicode_ci NOT NULL,
  `status` text COLLATE utf8_unicode_ci NOT NULL,
  `location` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=27 ;

--
-- Dumping data for table `add_complaint`
--

INSERT INTO `add_complaint` (`id`, `user_id`, `complaint_about`, `description_one`, `image_one`, `image_two`, `date`, `time`, `village`, `status`, `location`) VALUES
(11, 'user id 6565', 'complaint About', 'one', 'image one', 'image two', '2023-04-14', '17:02:39', '', 'pending', ''),
(12, 'user id', 'about', 'des one ', 'image one', 'imge two', '2023-04-17', '10:51:14', '', 'pending', ''),
(13, '7788995588', 'Raste', 'dfsdfdfsdf', '9aYEJNSago.png', '00b4A1uplz.png', '2023-05-14', '20:39:27', '', 'pending', ''),
(14, '7788995588', 'Pani', 'fghfghfgh', 'Y3qmL1m3RY.png', '4xBpF2PhKg.png', '2023-05-14', '20:39:44', '', 'pending', ''),
(15, '7788995588', 'Pani', 'fghfghfgh', 'T3nrDHbioG.png', 'f21Y9nR30y.png', '2023-05-14', '20:41:06', '', 'pending', ''),
(18, '9028751834', 'Kachra', 'dddd', 'f4Wvbj7Ppp.jpg', 'UlqswVb2FT.jpg', '2023-05-24', '22:43:16', '', 'pending', ''),
(17, '7788995588', 'Kachra', 'sdfsdfsdf', 'w7bbsMgglY.png', '2V1E5SRixl.png', '2023-05-14', '20:42:07', '', 'pending', ''),
(19, '9028751834', 'Kachra', 'ddddd', 'ejgjWxNvbC.png', '45MwHM5GLN.jpg', '2023-05-24', '22:49:27', '77', 'pending', ''),
(20, '9028751834', 'Hotgi', 'sdfsdf', 'drRNb1aXK5.jpg', 'BeSgUX1DhZ.png', '2023-05-24', '22:53:29', '77', 'pending', ''),
(21, '9028751834', 'Hotgi', 'sdfsdf', 'bMsFNPDPRk.jpg', 'yPOpqvEEXd.png', '2023-05-24', '22:54:04', '77', 'completed', ''),
(22, '9028751834', 'Raste', 'fghfgdh', 'dKv7hKRAYF.jpg', 'DQLA2HB6Ow.png', '2023-05-24', '22:56:20', 'Hotgi', 'completed', ''),
(23, '9028751834', 'Kachra', 'Problme Description', 'QifB1YRDc8.jpg', 'U978SdZPHs.jpg', '2023-05-24', '23:54:24', 'Hotgi', 'pending', 'https://goo.gl/maps/11Xz74ic1PCZTbid6'),
(24, '9028751834', 'Pani', 'ddd', 'ps7PILSu1y.png', '3C3b8k3u5b.png', '2023-06-05', '19:21:34', 'Musti', 'pending', 'dfdfdf'),
(25, '9028751834', 'Pani', 'Water Problem At Our Area', 'n7MNDyjg5K.png', 'NyBHOowRs0.png', '2023-06-05', '19:28:56', 'Musti', 'pending', 'https://goo.gl/maps/Tok6rv6afuveAeAy9'),
(26, '9028751834', 'Pani', 'Water Problem At Our Area', 'IOojg0Zhqo.png', 'ocpRwEWHSJ.png', '2023-06-05', '19:28:57', 'Musti', 'pending', 'https://goo.gl/maps/Tok6rv6afuveAeAy9');

-- --------------------------------------------------------

--
-- Table structure for table `admin`
--

CREATE TABLE IF NOT EXISTS `admin` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `admin_name` text NOT NULL,
  `password` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `admin`
--

INSERT INTO `admin` (`id`, `admin_name`, `password`) VALUES
(1, 'admin', '12345');

-- --------------------------------------------------------

--
-- Table structure for table `complaint_about_officer`
--

CREATE TABLE IF NOT EXISTS `complaint_about_officer` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` text COLLATE utf8_unicode_ci NOT NULL,
  `complaint_about` text COLLATE utf8_unicode_ci NOT NULL,
  `description_one` text COLLATE utf8_unicode_ci NOT NULL,
  `image_one` text COLLATE utf8_unicode_ci NOT NULL,
  `image_two` text COLLATE utf8_unicode_ci NOT NULL,
  `date` date NOT NULL,
  `time` text COLLATE utf8_unicode_ci NOT NULL,
  `village` text COLLATE utf8_unicode_ci NOT NULL,
  `status` text COLLATE utf8_unicode_ci NOT NULL,
  `location` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `complaint_about_officer`
--

INSERT INTO `complaint_about_officer` (`id`, `user_id`, `complaint_about`, `description_one`, `image_one`, `image_two`, `date`, `time`, `village`, `status`, `location`) VALUES
(1, '9028751834', 'AAAAAA', 'AAffdf ', 'w7Auwv44gz.png', 'hC6NjnR9L3.png', '2023-05-25', '20:15:42', 'Hotgi', 'completed', 'fghfghfghgh'),
(2, '9028751834', 'Officer Chavan', 'ABBbsdjksbdfksfd f ABBbsdjksbdfksfd f ABBbsdjksbdfksfd f ', 'Ztrm3L1XXo.jpg', 'Ig7sJ8xzNS.jpg', '2023-05-28', '11:16:22', 'Hotgi', 'pending', 'kjnxxxxxxxxxttttttttttttttttttttttttts       kjnxxxxxxxxxttttttttttttttttttttttttts       kjnxxxxxxxxxttttttttttttttttttttttttts       kjnxxxxxxxxxttttttttttttttttttttttttts       ');

-- --------------------------------------------------------

--
-- Table structure for table `entry`
--

CREATE TABLE IF NOT EXISTS `entry` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `full_name` text COLLATE utf8_unicode_ci NOT NULL,
  `mo_no` text COLLATE utf8_unicode_ci NOT NULL,
  `address` text COLLATE utf8_unicode_ci NOT NULL,
  `aadhar_no` text COLLATE utf8_unicode_ci NOT NULL,
  `licence_no` text COLLATE utf8_unicode_ci NOT NULL,
  `gadi_no` text COLLATE utf8_unicode_ci NOT NULL,
  `photo` text COLLATE utf8_unicode_ci NOT NULL,
  `date` text COLLATE utf8_unicode_ci NOT NULL,
  `time` text COLLATE utf8_unicode_ci NOT NULL,
  `dob` date NOT NULL,
  `designation` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=11 ;

--
-- Dumping data for table `entry`
--

INSERT INTO `entry` (`id`, `full_name`, `mo_no`, `address`, `aadhar_no`, `licence_no`, `gadi_no`, `photo`, `date`, `time`, `dob`, `designation`) VALUES
(1, 'Shree', '9595775120', 'Solapur', '111122223333', 'AAA55454', 'MH13544', '', '2023-06-12', '09:52:28 pm', '0000-00-00', ''),
(2, 'AAAa', '4455887788', 'ssss', '159487263', '54sdsd', '5454d', '', '2023-06-12', '10:26:49 pm', '0000-00-00', ''),
(3, '54', '45', '45', '45', '45', '4', '', '2023-06-12', '10:29:10 pm', '0000-00-00', ''),
(4, 'fdf', '5454', '5454', '54', '54', '54', 'bPF858ZoGR.jpg', '2023-06-12', '10:29:43 pm', '0000-00-00', ''),
(5, 'fdf', '545456', '65', '65', '65', '65', '', '2023-06-12', '10:30:52 pm', '0000-00-00', ''),
(6, '54554', '545456454654', '654', '4', '646', '464', 'VyIlXIns3u.jpg', '2023-06-12', '10:50:42 pm', '0000-00-00', ''),
(7, 'Shrikant Kadam', '9595775121', 'Solapur', '145263968574', '', '', '', '2023-06-13', '11:33:10 pm', '0000-00-00', ''),
(8, 'Shrikant Kadam', '9595775123', 'Pune', '4587968574', 'ATFT5454', 'MH 13 4587', 'lWB8PpOB7V.jpg', '2023-06-13', '11:35:01 pm', '0000-00-00', ''),
(9, '1', '2', '5', '6', '7', '8', 'JtvIZhr0Gq.png', '2023-06-14', '07:12:49 pm', '0000-00-00', '4'),
(10, 'Shree', '9595775177', 'Solapur', '4578958485', 'AS4545 ', 'MH13 G5266', 'Elo2VjoLNW.png', '2023-06-14', '07:21:17 pm', '2023-06-07', 'Managing Director');

-- --------------------------------------------------------

--
-- Table structure for table `officer`
--

CREATE TABLE IF NOT EXISTS `officer` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `admin_name` text NOT NULL,
  `password` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `officer`
--

INSERT INTO `officer` (`id`, `admin_name`, `password`) VALUES
(1, 'chiefadmin', '12345');

-- --------------------------------------------------------

--
-- Table structure for table `posts`
--

CREATE TABLE IF NOT EXISTS `posts` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` text COLLATE utf8_unicode_ci NOT NULL,
  `complaint_about` text COLLATE utf8_unicode_ci NOT NULL,
  `description_one` text COLLATE utf8_unicode_ci NOT NULL,
  `image_one` text COLLATE utf8_unicode_ci NOT NULL,
  `image_two` text COLLATE utf8_unicode_ci NOT NULL,
  `date` date NOT NULL,
  `time` text COLLATE utf8_unicode_ci NOT NULL,
  `village` text COLLATE utf8_unicode_ci NOT NULL,
  `status` text COLLATE utf8_unicode_ci NOT NULL,
  `location` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=6 ;

--
-- Dumping data for table `posts`
--

INSERT INTO `posts` (`id`, `user_id`, `complaint_about`, `description_one`, `image_one`, `image_two`, `date`, `time`, `village`, `status`, `location`) VALUES
(3, 'admin', 'Meeting Of Swacchata Abhiyan', 'Grapmpanchayat Musti Is Arranged a Meeting For Swacchta Abhiyan In Musti Grampanchayat Office At 11.00 AM. This is invitaion to all public members to attend the meeting.', '0bLDL7jy9Y.png', 'geCPRx9hPN.png', '2023-05-25', '19:41:36', 'Musti', 'pending', 'https://goo.gl/maps/uirZis5ezSoS3xVbA'),
(2, 'admin', 'Majarewadi Road Work Completed', 'In Solapur City Majarewadi Road Work Completed.. Road Construction Is Of Cement', 'ZI9F01ZmYj.jpg', '4olGAB4Hhk.jpg', '2023-05-25', '00:40:43', 'Hotgi', 'pending', 'https://goo.gl/maps/bDhDYkognwcmNnBr6'),
(4, 'admin', 'Meeting For Road Constructions', 'Meeting For Road Constructions at Musti Grampanchayt Office at 12PM. Everyone attend it.', 'Ap4Wce3KIC.jpg', 'Zf7aALRY48.jpg', '2023-05-28', '11:06:38', 'Musti', 'pending', 'https://goo.gl/maps/dbzrMJzCdrR7EgGi9'),
(5, 'admin', 'Meeting conducted on 5-6-2023', 'Meeting conducted on 5-6-2023 Meeting conducted on 5-6-2023 Meeting conducted on 5-6-2023', 'ZLYrwQ2OLc.png', 'ywzN5gf7Lh.png', '2023-06-05', '18:33:57', 'Hotgi', 'pending', '<iframe width="560" height="315" src="https://www.youtube.com/embed/-4c6tgQtJVs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>');

-- --------------------------------------------------------

--
-- Table structure for table `slider_images`
--

CREATE TABLE IF NOT EXISTS `slider_images` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `image` text COLLATE utf8_unicode_ci NOT NULL,
  `url` text COLLATE utf8_unicode_ci NOT NULL,
  `application_id` text COLLATE utf8_unicode_ci NOT NULL,
  `date` date NOT NULL,
  `time` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=60 ;

--
-- Dumping data for table `slider_images`
--

INSERT INTO `slider_images` (`id`, `image`, `url`, `application_id`, `date`, `time`) VALUES
(57, 'vBJPTEoVtt.png', '-', '1', '2023-05-15', '12:01:08'),
(58, 'ZQ738j9QTx.png', '-', '1', '2023-05-15', '12:01:40'),
(59, 'otEYImRLgS.jpg', 'aaa', '1', '2023-05-28', '11:07:41');

/*!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 */;

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4