Linux moon.hostseba.com 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
LiteSpeed
Server IP : 103.174.152.68 & Your IP : 216.73.216.6
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
easyp /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-05-03 17:20
php53
[ DIR ]
drwxr-xr-x
2024-05-03 17:20
php56
[ DIR ]
drwxr-xr-x
2024-05-03 17:20
php71
[ DIR ]
drwxr-xr-x
2024-05-03 17:20
php81
[ DIR ]
drwxr-xr-x
2024-05-03 17:20
php82
[ DIR ]
drwxr-xr-x
2024-05-03 17:20
.htaccess
108
B
-rw-r--r--
2021-12-23 00:54
.htpasswd
33
B
-rw-r--r--
2021-12-23 00:54
clone.php
3.59
KB
-rw-r--r--
2024-05-02 01:00
data.php
327
B
-rw-r--r--
2021-12-23 00:54
easyp.sql
1.64
KB
-rw-r--r--
2024-05-03 17:20
easyp.zip
201.44
KB
-rw-r--r--
2024-05-03 17:20
edit.php
3.52
KB
-rw-r--r--
2024-05-02 01:00
edit.xml
433
B
-rw-r--r--
2021-12-23 00:54
fileindex.php
95
B
-rw-r--r--
2021-12-23 00:54
import.php
2.52
KB
-rw-r--r--
2024-05-02 01:00
index.php
38
B
-rw-r--r--
2021-12-23 00:54
info.xml
1.52
KB
-rw-r--r--
2024-05-02 00:25
install.js
921
B
-rw-r--r--
2021-12-23 00:54
install.php
4.09
KB
-rw-r--r--
2024-05-02 01:00
install.xml
473
B
-rw-r--r--
2021-12-23 00:54
md5
4.51
KB
-rw-r--r--
2024-05-02 01:00
notes.txt
125
B
-rw-r--r--
2021-12-23 00:54
Save
Rename
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: `easyp1` -- -- -------------------------------------------------------- -- -- Table structure for table `easypoll` -- CREATE TABLE `easypoll` ( `number` mediumint(9) NOT NULL auto_increment, `question` varchar(200) NOT NULL default '', `a1` varchar(100) NOT NULL default '', `a2` varchar(100) NOT NULL default '', `a3` varchar(100) NOT NULL default '', `a4` varchar(100) NOT NULL default '', `a5` varchar(100) NOT NULL default '', `n1` mediumint(8) unsigned NOT NULL default '0', `n2` mediumint(8) unsigned NOT NULL default '0', `n3` mediumint(8) unsigned NOT NULL default '0', `n4` mediumint(8) unsigned NOT NULL default '0', `n5` mediumint(8) unsigned NOT NULL default '0', `p1` tinyint(3) unsigned NOT NULL default '0', `p2` tinyint(3) unsigned NOT NULL default '0', `p3` tinyint(3) unsigned NOT NULL default '0', `p4` tinyint(3) unsigned NOT NULL default '0', `p5` tinyint(3) unsigned NOT NULL default '0', `votes` smallint(5) unsigned NOT NULL default '0', `active` tinyint(1) NOT NULL default '0', `time` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`number`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; /*!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 */;