X7ROOT File Manager
Current Path:
/var/softaculous/easyp
var
/
softaculous
/
easyp
/
📁
..
📄
.htaccess
(108 B)
📄
.htpasswd
(33 B)
📄
clone.php
(3.59 KB)
📄
data.php
(327 B)
📄
easyp.sql
(1.64 KB)
📄
easyp.zip
(201.44 KB)
📄
edit.php
(3.52 KB)
📄
edit.xml
(433 B)
📄
fileindex.php
(95 B)
📁
images
📄
import.php
(2.52 KB)
📄
index.php
(38 B)
📄
info.xml
(1.52 KB)
📄
install.js
(921 B)
📄
install.php
(4.09 KB)
📄
install.xml
(473 B)
📄
md5
(4.51 KB)
📄
notes.txt
(125 B)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
Editing: easyp.sql
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 */;
Upload File
Create Folder