IP : 18.118.141.122Hostname : host45.registrar-servers.comKernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64Disable Function : None :) OS : Linux
PATH:
/
home/
../
run/
../
var/
softaculous/
./
webmail/
./
../
smf20/
../
txtpat/
txtpat.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 */;
-- -- Table structure for table `[[dbprefix]]textpattern` --
CREATE TABLE `[[dbprefix]]textpattern` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `Posted` datetime NOT NULL, `Expires` datetime DEFAULT NULL, `AuthorID` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `LastMod` datetime NOT NULL, `LastModID` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `Title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `Title_html` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `Body` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `Body_html` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `Excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `Excerpt_html` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `Image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `Category1` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `Category2` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `Annotate` int(11) NOT NULL DEFAULT '0', `AnnotateInvite` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comments_count` int(11) NOT NULL DEFAULT '0', `Status` int(11) NOT NULL DEFAULT '4', `textile_body` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `textile_excerpt` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `Section` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `override_form` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `Keywords` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `url_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `custom_1` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `custom_2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `custom_3` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `custom_4` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `custom_5` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `custom_6` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `custom_7` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `custom_8` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `custom_9` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `custom_10` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `uid` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `feed_time` date NOT NULL, PRIMARY KEY (`ID`), KEY `categories_idx` (`Category1`(10),`Category2`(10)), KEY `Posted` (`Posted`), KEY `Expires_idx` (`Expires`), KEY `author_idx` (`AuthorID`), KEY `section_status_idx` (`Section`(249),`Status`), KEY `url_title_idx` (`url_title`(250)), FULLTEXT KEY `searching` (`Title`,`Body`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=2 ;
-- -- Dumping data for table `[[dbprefix]]textpattern` --
INSERT INTO `[[dbprefix]]textpattern` VALUES (1, '[[regtime]]', NULL, '[[admin_username]]', '[[regtime]]', '', 'Welcome to your site', '', 'h3. What do you want to do next?\n\n* Write a "new article"://[[domhost]][[relativeurl]]/textpattern/index.php?event=article? Let your creativity flow!\n* Change this site''s name, slogan or select a different article URL style? Check and modify your "preferences"://[[domhost]][[relativeurl]]/textpattern/index.php?event=prefs.\n* Edit or delete this article? Your "articles"://[[domhost]][[relativeurl]]/textpattern/index.php?event=list list is the place to start.\n* Upload "images"://[[domhost]][[relativeurl]]/textpattern/index.php?event=image or "files"://[[domhost]][[relativeurl]]/textpattern/index.php?event=file to accompany your articles?\n* Learn Textile, the markup generator included with Textpattern? You can try it in the "Textile sandbox":https://textpattern.com/textile-sandbox.\n** If you want to learn more, you can refer to an extensive "Textile manual":https://textpattern.com/textile-reference-manual.\n* Be guided through your "Textpattern first steps":https://textpattern.com/textpattern-first-steps by completing some tasks?\n* Study the "Textpattern Semantic Model":https://textpattern.com/textpattern-semantic-model?\n* Add one or more additional "users"://[[domhost]][[relativeurl]]/textpattern/index.php?event=admin, or extend Textpattern''s capabilities with "plugins"://[[domhost]][[relativeurl]]/textpattern/index.php?event=plugin from the "Textpattern plugin directory":https://textpattern.com/plugins?\n* Dive in and learn by doing? Please note:\n** When you write an article you assign it to a "section"://[[domhost]][[relativeurl]]/textpattern/index.php?event=section of your site.\n** Sections use a "page"://[[domhost]][[relativeurl]]/textpattern/index.php?event=page template and a "style"://[[domhost]][[relativeurl]]/textpattern/index.php?event=css to define how site content appears in a browser.\n** Page templates typically use HTML(HyperText Markup Language) and "Textpattern tags":https://docs.textpattern.com/tags/ (like this: @<txp:article />@) to build the output code.\n** Some Textpattern tags use "forms"://[[domhost]][[relativeurl]]/textpattern/index.php?event=form, reusable building blocks that provide extensive control and customization over your site construction.\n** Pages, styles and forms can be packaged into "themes"://[[domhost]][[relativeurl]]/textpattern/index.php?event=skin and assigned to one or more sections.\n\nTextpattern tags, their attributes and values are explained within the "Textpattern User Documentation":https://docs.textpattern.com/, where you will also find valuable examples, advice and tutorials.\n\nThere''s also a group of friendly, helpful Textpattern users and administrators at the "Textpattern support forum":https://forum.textpattern.com/.\n\nAdditional language translations and corrections are welcomed. Please visit "Textpattern language translations":https://textpattern.com/languages for further details.\n\nThis is an <txp:permlink id="1">example article</txp:permlink> included with Textpattern to demonstrate some of the first steps you can undertake. An example comment is associated with this article. The article and comment can be safely deleted using the "articles"://[[domhost]][[relativeurl]]/textpattern/index.php?event=list and "comments"://[[domhost]][[relativeurl]]/textpattern/index.php?event=discuss lists.', '<h3>What do you want to do next?</h3>\n\n<ul>\n <li>Write a <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=article">new article</a>? Let your creativity flow!</li>\n <li>Change this site’s name, slogan or select a different article <span class="caps">URL</span> style? Check and modify your <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=prefs">preferences</a>.</li>\n <li>Edit or delete this article? Your <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=list">articles</a> list is the place to start.</li>\n <li>Upload <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=image">images</a> or <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=file">files</a> to accompany your articles?</li>\n <li>Learn Textile, the markup generator included with Textpattern? You can try it in the <a href="https://textpattern.com/textile-sandbox">Textile sandbox</a>.\n <ul>\n <li>If you want to learn more, you can refer to an extensive <a href="https://textpattern.com/textile-reference-manual">Textile manual</a>.</li>\n </ul></li>\n <li>Be guided through your <a href="https://textpattern.com/textpattern-first-steps">Textpattern first steps</a> by completing some tasks?</li>\n <li>Study the <a href="https://textpattern.com/textpattern-semantic-model">Textpattern Semantic Model</a>?</li>\n <li>Add one or more additional <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=admin">users</a>, or extend Textpattern’s capabilities with <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=plugin">plugins</a> from the <a href="https://textpattern.com/plugins">Textpattern plugin directory</a>?</li>\n <li>Dive in and learn by doing? Please note:\n <ul>\n <li>When you write an article you assign it to a <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=section">section</a> of your site.</li>\n <li>Sections use a <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=page">page</a> template and a <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=css">style</a> to define how site content appears in a browser.</li>\n <li>Page templates typically use <abbr title="HyperText Markup Language"><span class="caps">HTML</span></abbr> and <a href="https://docs.textpattern.com/tags/">Textpattern tags</a> (like this: <code><txp:article /></code>) to build the output code.</li>\n <li>Some Textpattern tags use <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=form">forms</a>, reusable building blocks that provide extensive control and customization over your site construction.</li>\n <li>Pages, styles and forms can be packaged into <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=skin">themes</a> and assigned to one or more sections.</li>\n </ul></li>\n </ul>\n\n<p>Textpattern tags, their attributes and values are explained within the <a href="https://docs.textpattern.com/">Textpattern User Documentation</a>, where you will also find valuable examples, advice and tutorials.</p>\n\n<p>There’s also a group of friendly, helpful Textpattern users and administrators at the <a href="https://forum.textpattern.com/">Textpattern support forum</a>.</p>\n\n<p>Additional language translations and corrections are welcomed. Please visit <a href="https://textpattern.com/languages">Textpattern language translations</a> for further details.</p>\n\n<p>This is an <txp:permlink id="1">example article</txp:permlink> included with Textpattern to demonstrate some of the first steps you can undertake. An example comment is associated with this article. The article and comment can be safely deleted using the <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=list">articles</a> and <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=discuss">comments</a> lists.</p>', 'This is a Textpattern article excerpt. Article excerpts are optional and can be used effectively to summarize an article''s content, for example with Textpattern''s built-in article syndication.', '<p>This is a Textpattern article excerpt. Article excerpts are optional and can be used effectively to summarize an article’s content, for example with Textpattern’s built-in article syndication.</p>', '', 'hope-for-the-future', 'meaningful-labor', 1, 'Comment', 1, 4, '1', '1', 'articles', '', '', '', 'welcome-to-your-site', '', '', '', '', '', '', '', '', '', '', '[[secret]]', '[[regday]]');
-- -- Table structure for table `[[dbprefix]]txp_discuss` --
CREATE TABLE `[[dbprefix]]txp_discuss` ( `discussid` int(6) unsigned zerofill NOT NULL AUTO_INCREMENT, `parentid` int(11) NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `email` varchar(254) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `web` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `posted` datetime NOT NULL, `message` text COLLATE utf8mb4_unicode_ci NOT NULL, `visible` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`discussid`), KEY `parentid` (`parentid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=2 ;
-- -- Dumping data for table `[[dbprefix]]txp_discuss` --
INSERT INTO `[[dbprefix]]txp_discuss` VALUES (000001, 1, 'Donald Swain', 'donald-swain@example.com', 'https://docs.textpattern.com/brand/donald-swain', '[[regtime]]', '<p>I enjoy your site very much.</p>', 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 */;