-
Notifications
You must be signed in to change notification settings - Fork 8
/
richoto.sql
225 lines (185 loc) · 6.41 KB
/
richoto.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
-- phpMyAdmin SQL Dump
-- version 5.1.1
-- https://www.phpmyadmin.net/
--
-- Anamakine: 127.0.0.1:3306
-- Üretim Zamanı: 14 Haz 2022, 20:44:06
-- Sunucu sürümü: 8.0.27
-- PHP Sürümü: 7.4.26
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 */;
--
-- Veritabanı: `richoto`
--
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `domains`
--
DROP TABLE IF EXISTS `domains`;
CREATE TABLE IF NOT EXISTS `domains` (
`Domain` text NOT NULL,
`UserID` text NOT NULL,
`Statu` int NOT NULL,
`ID` int NOT NULL AUTO_INCREMENT,
`Tarih` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`ID`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb3;
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `history`
--
DROP TABLE IF EXISTS `history`;
CREATE TABLE IF NOT EXISTS `history` (
`Islem` text NOT NULL,
`IP` text NOT NULL,
`Tarih` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`ID` int NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `ipban`
--
DROP TABLE IF EXISTS `ipban`;
CREATE TABLE IF NOT EXISTS `ipban` (
`IP` text NOT NULL,
`Sebeb` text NOT NULL,
`Tarih` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`ID` int NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `kullanici`
--
DROP TABLE IF EXISTS `kullanici`;
CREATE TABLE IF NOT EXISTS `kullanici` (
`kullanici_id` int NOT NULL AUTO_INCREMENT,
`kullanici_admin` text NOT NULL,
`kullanici_password` text NOT NULL,
`kullanici_ip` text NOT NULL,
PRIMARY KEY (`kullanici_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3;
--
-- Tablo döküm verisi `kullanici`
--
INSERT INTO `kullanici` (`kullanici_id`, `kullanici_admin`, `kullanici_password`, `kullanici_ip`) VALUES
(1, '1', '1', '1');
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `mailsettings`
--
DROP TABLE IF EXISTS `mailsettings`;
CREATE TABLE IF NOT EXISTS `mailsettings` (
`UserID` text NOT NULL,
`adress` text NOT NULL,
`passwords` text NOT NULL,
`port` text NOT NULL,
`smtplink` text NOT NULL,
`GozukcekAd` text NOT NULL,
`taslakTitle` text NOT NULL,
`taslak` text NOT NULL,
`Statu` int NOT NULL,
`ID` int NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`ID`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb3;
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `menu`
--
DROP TABLE IF EXISTS `menu`;
CREATE TABLE IF NOT EXISTS `menu` (
`MenuAdi` text NOT NULL,
`MenuLink` text NOT NULL,
`MenuCat` text NOT NULL,
`Statu` int NOT NULL,
`ID` int NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`ID`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb3;
--
-- Tablo döküm verisi `menu`
--
INSERT INTO `menu` (`MenuAdi`, `MenuLink`, `MenuCat`, `Statu`, `ID`) VALUES
('find recommended', 'onerilenler.php', '0', 0, 1),
('auto find recommended', 'onerilenliste.php', '0', 0, 2),
('Collect hashtag', 'hastagtopla.php', '0', 0, 3),
('collect from hashtag', 'hastag.php', '0', 0, 4),
('auto collect from hashtag', 'hastagliste.php', '0', 0, 5),
('Mail scan from bio', 'mailtara.php', '1', 0, 6),
('Random 4L Generator', 'check4l.php', '0', 0, 7),
('Mail scan for 4L', 'mail4l.php', '1', 0, 8),
('Auto mail sender', 'mailbas.php', '2', 0, 9),
('Mail scan for min max follower', 'mailminmax.php', '1', 0, 10),
('auto dm sender', 'dmbas.php', '2', 0, 11),
('auto wp sender', 'wpbas.php', '2', 0, 12),
('Domain Bul', 'domainara.php', '3', 0, 13),
('Script Sihirbazı', 'scsihirbazi.php', '3', 0, 14),
('Anlık SubDomain Oluştur', 'subcreate.php', '3', 0, 15),
('No scanner from contact', 'notopla.php', '1', 0, 16),
('Iban Cozumle (for TR)', 'iban.php', 'x', 0, 17),
('Mail scanner from contact', 'maililetisim.php', '1', 0, 18),
('Mail settings', 'mailsettings.php', 'x', 0, 19),
('Auto mail sender (name:mail)', 'mailbasv2.php', '2', 0, 20),
('Oto Messenger Bas', 'messbas.php', '2', 0, 21),
('Messenger Tara', 'fbtara.php', '1', 0, 22),
('Cookie Settings', 'cokset.php', 'x', 0, 23);
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `scripts`
--
DROP TABLE IF EXISTS `scripts`;
CREATE TABLE IF NOT EXISTS `scripts` (
`scname` text NOT NULL,
`scfolder` text NOT NULL,
`scprice` text NOT NULL,
`ID` int NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`ID`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3;
--
-- Tablo döküm verisi `scripts`
--
INSERT INTO `scripts` (`scname`, `scfolder`, `scprice`, `ID`) VALUES
('telifv1', '../scripts/telifv1/', 'Ücretsiz', 1);
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `site`
--
DROP TABLE IF EXISTS `site`;
CREATE TABLE IF NOT EXISTS `site` (
`Cookie` text CHARACTER SET utf8mb4 COLLATE utf8mb4_turkish_ci NOT NULL,
`UserID` text CHARACTER SET utf8mb4 COLLATE utf8mb4_turkish_ci NOT NULL,
`Statu` int NOT NULL,
`ID` int NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_turkish_ci;
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `user`
--
DROP TABLE IF EXISTS `user`;
CREATE TABLE IF NOT EXISTS `user` (
`Username` text NOT NULL,
`Password` text NOT NULL,
`Elo` text NOT NULL,
`Gun` text NOT NULL,
`IP` text NOT NULL,
`IP2` text NOT NULL,
`RegDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`Statu` int NOT NULL,
`ID` int NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`ID`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb3;
--
-- Tablo döküm verisi `user`
--
INSERT INTO `user` (`Username`, `Password`, `Elo`, `Gun`, `IP`, `IP2`, `RegDate`, `Statu`, `ID`) VALUES
('userpanel', 'apikey', 'Diamond', '999999', ':::1', ':::1', '2022-06-14 09:11:54', 0, 23);
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 */;