/var/softaculous/pivotx
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
edit.php38610644editdlrm
edit.xml4330644editdlrm
fileindex.php930644editdlrm
import.php30830644editdlrm
info.xml20620644editdlrm
install.js9210644editdlrm
install.php77190644editdlrm
install.xml16900644editdlrm
md517270644editdlrm
notes.txt3740644editdlrm
PasswordHash.php68300644editdlrm
pivotx.sql112890644editdlrm
pivotx.zip31748690644editdlrm
ser_config.php390644editdlrm
ser_users.php400644editdlrm
upgrade.php25800644editdlrm
upgrade.xml3410644editdlrm
Edit: /var/softaculous/pivotx/pivotx.sql (11289B)
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: `soft_pivotx2311` -- -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]categories` -- CREATE TABLE `[[dbprefix]]categories` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `contenttype` tinytext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `category` tinytext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `target_uid` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`uid`), KEY `target_uid` (`target_uid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ; -- -- Dumping data for table `[[dbprefix]]categories` -- INSERT INTO `[[dbprefix]]categories` VALUES (1, 'entry', 'default', 1), (2, 'entry', 'linkdump', 1); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]chapters` -- CREATE TABLE `[[dbprefix]]chapters` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `chaptername` tinytext COLLATE utf8_unicode_ci NOT NULL, `description` tinytext COLLATE utf8_unicode_ci NOT NULL, `sortorder` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]]chapters` -- INSERT INTO `[[dbprefix]]chapters` VALUES (1, 'Pages', 'Add some pages here, or start a new chapter.', 10); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]comments` -- CREATE TABLE `[[dbprefix]]comments` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `contenttype` tinytext COLLATE utf8_unicode_ci NOT NULL, `entry_uid` int(11) NOT NULL DEFAULT '0', `name` tinytext COLLATE utf8_unicode_ci NOT NULL, `email` tinytext COLLATE utf8_unicode_ci NOT NULL, `url` tinytext COLLATE utf8_unicode_ci NOT NULL, `ip` tinytext COLLATE utf8_unicode_ci NOT NULL, `useragent` tinytext COLLATE utf8_unicode_ci NOT NULL, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment` mediumtext COLLATE utf8_unicode_ci NOT NULL, `registered` tinyint(4) NOT NULL DEFAULT '0', `notify` tinyint(4) NOT NULL DEFAULT '0', `discreet` tinyint(4) NOT NULL DEFAULT '0', `moderate` tinyint(4) NOT NULL DEFAULT '0', `spamscore` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`uid`), KEY `entry_uid` (`entry_uid`), KEY `date` (`date`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]]comments` -- INSERT INTO `[[dbprefix]]comments` VALUES (1, 'entry', 1, 'Bob', '', 'http://pivotx.net', '[[clientip]]', '', '[[regtime]]', 'Hi! This is what a comment looks like!', 0, 0, 0, 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]entries` -- CREATE TABLE `[[dbprefix]]entries` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `title` tinytext COLLATE utf8_unicode_ci NOT NULL, `uri` tinytext COLLATE utf8_unicode_ci NOT NULL, `subtitle` tinytext COLLATE utf8_unicode_ci NOT NULL, `introduction` mediumtext COLLATE utf8_unicode_ci NOT NULL, `body` mediumtext COLLATE utf8_unicode_ci NOT NULL, `convert_lb` int(11) NOT NULL DEFAULT '0', `status` tinytext COLLATE utf8_unicode_ci NOT NULL, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `edit_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user` tinytext COLLATE utf8_unicode_ci NOT NULL, `allow_comments` int(11) NOT NULL DEFAULT '0', `keywords` tinytext COLLATE utf8_unicode_ci NOT NULL, `via_link` tinytext COLLATE utf8_unicode_ci NOT NULL, `via_title` tinytext COLLATE utf8_unicode_ci NOT NULL, `comment_count` int(11) NOT NULL, `comment_names` mediumtext COLLATE utf8_unicode_ci NOT NULL, `trackback_count` int(11) NOT NULL, `trackback_names` mediumtext COLLATE utf8_unicode_ci NOT NULL, `extrafields` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`uid`), FULLTEXT KEY `title` (`title`,`subtitle`,`introduction`,`body`,`keywords`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]]entries` -- INSERT INTO `[[dbprefix]]entries` VALUES (1, 'Welcome to PivotX - 2.3.11', 'welcome-to-pivotx-2311', '', '

If you can read this, you have successfully installed [[tt tag="PivotX"]]. Yay!! To help you further on your way, the following links might be of use to you:

\n\n

And, of course: Have fun with PivotX!

', '

More

\n

All text that you write in the ''body'' part of the entry will only appear on the entry''s own page. To see how this works, edit this entry in the PivotX administration by going to ''Entries & Pages'' » ''Entries'' » ''Edit''.

', 0, 'publish', '[[regtime]]', '[[regtime]]', '[[regtime]]', '[[admin_username]]', 1, 'pivot pivotx', '', '', 1, 'Bob', 0, '', ''); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]extrafields` -- CREATE TABLE `[[dbprefix]]extrafields` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `contenttype` tinytext COLLATE utf8_unicode_ci NOT NULL, `target_uid` int(11) NOT NULL DEFAULT '0', `fieldkey` tinytext COLLATE utf8_unicode_ci NOT NULL, `value` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`uid`), KEY `target_uid` (`target_uid`), KEY `fieldkey` (`fieldkey`(16)), FULLTEXT KEY `value` (`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]pages` -- CREATE TABLE `[[dbprefix]]pages` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `title` tinytext COLLATE utf8_unicode_ci NOT NULL, `uri` tinytext COLLATE utf8_unicode_ci NOT NULL, `subtitle` tinytext COLLATE utf8_unicode_ci NOT NULL, `introduction` mediumtext COLLATE utf8_unicode_ci NOT NULL, `body` mediumtext COLLATE utf8_unicode_ci NOT NULL, `convert_lb` int(11) NOT NULL DEFAULT '0', `template` tinytext COLLATE utf8_unicode_ci NOT NULL, `status` tinytext COLLATE utf8_unicode_ci NOT NULL, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `edit_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `chapter` int(11) NOT NULL DEFAULT '0', `sortorder` int(11) NOT NULL DEFAULT '0', `user` tinytext COLLATE utf8_unicode_ci NOT NULL, `allow_comments` int(11) NOT NULL DEFAULT '0', `keywords` tinytext COLLATE utf8_unicode_ci NOT NULL, `extrafields` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`uid`), FULLTEXT KEY `title` (`title`,`subtitle`,`introduction`,`body`,`keywords`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ; -- -- Dumping data for table `[[dbprefix]]pages` -- INSERT INTO `[[dbprefix]]pages` VALUES (1, 'About PivotX', 'about', '', '

Hi! This website runs on PivotX, the coolest free and open tool to power your blog and website. To change this text, edit ''About PivotX'', under ''Pages'' in the PivotX backend.

', '

PivotX is a feature rich weblogging tool that is simple enough for the novice weblogger to use and complex enough to meet the demands of advanced webmasters. It can be used to publish a variety of websites from the most basic weblog to very advanced CMS style solutions.

\r\n

PivotX is - if we do say so ourselves - quite an impressive piece of software. It is made even better through the use of several external libraries. We thank their authors for the time taken to develop these very useful tools and for making them available to others.

\r\n

Development of PivotX (originally Pivot) started back in 2001 and has continuously forged ahead thanks to the efforts of a lot of dedicated and very talented people. The PivotX core team is still very active but keep in mind that PivotX would not be what it is today without the valuable contributions made by several other people.

', 5, '', 'publish', '[[regtime]]', '[[regtime]]', '[[regtime]]', 1, 10, '[[admin_username]]', 1, '', ''), (2, 'Links', 'links', '', '

Some links to sites with more information:

\r\n\r\n

To change these links, edit ''Links'', under ''Pages'' in the PivotX backend.

', '', 5, '', 'publish', '[[regtime]]', '[[regtime]]', '[[regtime]]', 1, 10, '[[admin_username]]', 1, '', ''); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]tags` -- CREATE TABLE `[[dbprefix]]tags` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `tag` tinytext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `contenttype` tinytext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `target_uid` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`uid`), KEY `target_uid` (`target_uid`), KEY `tag` (`tag`(32)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]trackbacks` -- CREATE TABLE `[[dbprefix]]trackbacks` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `entry_uid` int(11) NOT NULL DEFAULT '0', `name` tinytext COLLATE utf8_unicode_ci NOT NULL, `title` tinytext COLLATE utf8_unicode_ci NOT NULL, `url` tinytext COLLATE utf8_unicode_ci NOT NULL, `ip` tinytext COLLATE utf8_unicode_ci NOT NULL, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `excerpt` mediumtext COLLATE utf8_unicode_ci NOT NULL, `moderate` tinyint(4) NOT NULL DEFAULT '0', `spamscore` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci 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 */;