· 8 years ago · Jul 02, 2018, 07:06 PM
1---------------------------------------------------------------------------------------------------------------
2
3____ __. .__ .__ _________ .__ __
4| |/ _|____ | |___ _|__| ____ / _____/ ____ ____ __ _________|__|/ |_ ___.__.
5| <_/ __ | | / / |/ _____ _/ __ _/ ___| | _ __ __< | |
6| | ___/| |_ /| | | / ___/ ___| | /| | / || | ___ |
7|____|__ ___ >____/_/ |__|___| /_______ /___ >___ >____/ |__| |__||__| / ____|
8 / / / / / / /
9--- contact:https://www.facebook.com/pages/KelvinSecurity/1470285456587684
10
11
12----- больш ---------------------------------------------------------------------------------------------------------------
13Што Kelvinsecurity? -Milw0rm- -KelvinSecurity- //1995//1996//2016
14
15
16Kelvinsecurity з'ÑўлÑецца хакер твар шукае збору інфармацыі вÑлікіх людзей па ÑžÑім Ñвеце, падлучаных да Ñеткі, Ñ– ÑžÑ€Ð°Ð·Ð»Ñ–Ð²Ñ‹Ñ Ð´Ð° гÑтых платформах.
17
18 Follow In twitter > @nationgoverment
19 EMAIL_CONTACT: > KelvinseZurity@3g2upl4pq6kufc4m.onion
20----------------------------------------------------------------------------------------------------------------
21-- Table structure for table `accounts`
22--
23
24DROP TABLE IF EXISTS `accounts` ;
25
26CREATE TABLE IF NOT EXISTS `accounts` (
27 `ac_id` int(11) NOT NULL,
28 `ac_email_id` varchar(122) NOT NULL,
29 `ac_password` varchar(16) DEFAULT NULL,
30 `ac_first_name` varchar(32) NOT NULL,
31 `ac_last_name` varchar(32) DEFAULT NULL,
32 `ac_company_name` varchar(40) DEFAULT NULL,
33 `ac_address1` varchar(48) DEFAULT NULL,
34 `ac_address2` varchar(48) DEFAULT NULL,
35 `ac_city` varchar(32) DEFAULT NULL,
36 `ac_state` varchar(32) DEFAULT NULL,
37 `ac_zip` varchar(16) DEFAULT NULL,
38 `ac_phone_number` varchar(12) DEFAULT NULL,
39 `ac_role` int(11) NOT NULL,
40 `ac_start_date` date DEFAULT NULL,
41 `ac_end_date` date DEFAULT NULL,
42 `ac_confirmation_code` varchar(64) NOT NULL,
43 `ac_status` varchar(16) NOT NULL,
44 `ac_lcus` varchar(32) NOT NULL,
45 `ac_lcdt` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
46 UNIQUE KEY `ac_id` (`ac_id`),
47 KEY `ac_email_id` (`ac_email_id`)
48) ENGINE=InnoDB DEFAULT CHARSET=latin1;
49
50--
51-- Dumping data for table `accounts`
52--
53
54INSERT INTO `accounts` (`ac_id`, `ac_email_id`, `ac_password`, `ac_first_name`, `ac_last_name`, `ac_company_name`, `ac_address1`, `ac_address2`, `ac_city`, `ac_state`, `ac_zip`, `ac_phone_number`, `ac_role`, `ac_start_date`, `ac_end_date`, `ac_confirmation_code`, `ac_status`, `ac_lcus`, `ac_lcdt`) VALUES
55(1, 'gs.jiji.gs@gmail.com', 'svs', 'madhan', 'nagercoil', 'synergy ventura', 'address1', 'address2', 'city1', 'GA', '45454', '2121212', 1, '0000-00-00', NULL, '550f9512ff5d2c6cdd1cf76cc89929c6', 'ACTIVE', 'EDIT', '2012-12-13 08:57:29'),
56(2, 'ssk@synergytech-solutions.com', 'svs', 'ssk@synergytech-solutions.com', 'ventura', 'synergy ventura', 'address1', 'address', 'asas', 'AZ', '322232', '2121212', 2, NULL, NULL, '06bd4e18074024705c2c9c95501fed27', 'ACTIVE', 'EDIT', '2012-12-15 09:31:06'),
57(3, 'developers@synergytech-solutions.com', 'svs', 'developers@synergytech-solutions', 'developer', 'synergy ventura', 'address1', 'address', 'gfgf', 'AK', '212121', '1212121', 4, NULL, NULL, 'ba0f9ab0728c8f392eb5aa8cd5da6580', 'ACTIVE', 'EDIT', '2012-12-15 09:31:50'),
58(4, 'a@b.com', '', 'a@b.com', '', '', NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, NULL, '057f49a68f5098d6334b985ea6d335f1', 'INVITED', 'ROLE_EDIT', '2012-12-15 09:33:06'),
59(5, 'd@b.com', '', 'd@b.com', '', '', NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, NULL, '249784676ff5b575d64ca078e25973dc', 'INVITED', 'ROLE_EDIT', '2012-12-15 09:42:30'),
60(6, 'xxxbbb@ddd.com', '', 'xxxbbb@ddd.com', '', '', NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL, '0e0a0f22503c91c6426336351a0d73e0', 'INVITED', 'ADD', '2012-12-15 09:45:18');
61
62FTP
63
64<?xml version="1.0" encoding="UTF-8" standalone="true"?>
65<FileZilla3>
66 <Servers>
67 <Server>
68 <Host>ftp.einspectionapp.com</Host>
69 <Port>21</Port>
70 <Protocol>ftp</Protocol>
71 <Type>0</Type>
72 <User>eplanipad@einspectionapp.com</User>
73 <Logontype>2</Logontype>
74 <TimezoneOffset>0</TimezoneOffset>
75 <PasvMode>MODE_DEFAULT</PasvMode>
76 <MaximumMultipleConnections>0</MaximumMultipleConnections>
77 <EncodingType>Auto</EncodingType>
78 <BypassProxy>0</BypassProxy>
79 <Name>ftp.einspectionapp.com</Name>
80 <Comments/>
81 <LocalDir/>
82 <RemoteDir/>
83 <SyncBrowsing>0</SyncBrowsing>
84 ftp.einspectionapp.com
85 </Server>
86 </Servers>
87</FileZilla3>
88
89
90/*$db['default']['hostname'] = '203.124.112.85';
91$db['default']['username'] = 'eplan';
92$db['default']['password'] = 'Eplan2013!';
93$db['default']['database'] = 'eplan';
94*/
95/*
96$db['default']['hostname'] = 'localhost';
97$db['default']['username'] = 'einspect_eplan';
98$db['default']['password'] = 'fp)8L_uhO6$L';
99$db['default']['database'] = 'einspect_eplan';
100*/
101
102$db['default']['hostname'] = 'localhost';
103$db['default']['username'] = 'einspect_eplan';
104$db['default']['password'] = 'fp)8L_uhO6$L';
105$db['default']['database'] = 'einspect_eplansapp';
106
107/*
108$db['default']['hostname'] = 'localhost';
109$db['default']['username'] = 'root';
110$db['default']['password'] = '';
111$db['default']['database'] = 'eplan';
112*/
113
114$db['default']['dbdriver'] = 'mysql';
115$db['default']['dbprefix'] = '';
116$db['default']['pconnect'] = TRUE;
117$db['default']['db_debug'] = TRUE;
118$db['default']['cache_on'] = FALSE;
119$db['default']['cachedir'] = '';
120$db['default']['char_set'] = 'utf8';
121$db['default']['dbcollat'] = 'utf8_general_ci';
122$db['default']['swap_pre'] = '';
123$db['default']['autoinit'] = TRUE;
124$db['default']['stricton'] = FALSE;