Linux premium256.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
Server IP : 162.0.217.164 & Your IP : 216.73.216.94
Domains :
Cant Read [ /etc/named.conf ]
User : niyknzcu
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-04-28 02:30
php53
[ DIR ]
drwxr-xr-x
2024-04-28 02:30
php56
[ DIR ]
drwxr-xr-x
2024-04-28 02:30
php71
[ DIR ]
drwxr-xr-x
2024-04-28 02:30
php81
[ DIR ]
drwxr-xr-x
2024-04-28 02:30
.htaccess
108
B
-rw-r--r--
2021-12-23 11:54
.htpasswd
33
B
-rw-r--r--
2021-12-23 11:54
clone.php
3.6
KB
-rw-r--r--
2022-09-21 09:22
data.php
327
B
-rw-r--r--
2021-12-23 11:54
easyp.sql
1.64
KB
-rw-r--r--
2021-12-23 11:54
easyp.zip
201.44
KB
-rw-r--r--
2021-12-23 11:54
edit.php
3.52
KB
-rw-r--r--
2022-09-21 09:22
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
fileindex.php
95
B
-rw-r--r--
2021-12-23 11:54
import.php
2.53
KB
-rw-r--r--
2022-09-21 09:22
index.php
38
B
-rw-r--r--
2021-12-23 11:54
info.xml
1.52
KB
-rw-r--r--
2022-09-21 08:18
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
4.13
KB
-rw-r--r--
2022-09-21 09:22
install.xml
473
B
-rw-r--r--
2021-12-23 11:54
md5
2.3
KB
-rw-r--r--
2022-09-21 09:22
notes.txt
125
B
-rw-r--r--
2021-12-23 11: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 */;