IP : 3.147.127.96Hostname : 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/
../
var/
softaculous/
gallery2/
../
wp57/
./
../
wp51/
./
../
drupal6/
drupal6.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 */;
-- -- Dumping data for table `[[dbprefix]]menu_custom` --
INSERT INTO `[[dbprefix]]menu_custom` VALUES ('navigation', 'Navigation', 'The navigation menu is provided by Drupal and is the main interactive menu for any site. It is usually the only menu that contains personalized links for authenticated users, and is often not even visible to anonymous users.'), ('primary-links', 'Primary links', 'Primary links are often used at the theme layer to show the major sections of a site. A typical representation for primary links would be tabs along the top.'), ('secondary-links', 'Secondary links', 'Secondary links are often used for pages like legal notices, contact details, and other secondary navigation items that play a lesser role than primary links');
-- -- Table structure for table `[[dbprefix]]node_type` --
CREATE TABLE `[[dbprefix]]node_type` ( `type` varchar(32) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `module` varchar(255) NOT NULL, `description` mediumtext NOT NULL, `help` mediumtext NOT NULL, `has_title` tinyint(3) unsigned NOT NULL, `title_label` varchar(255) NOT NULL DEFAULT '', `has_body` tinyint(3) unsigned NOT NULL, `body_label` varchar(255) NOT NULL DEFAULT '', `min_word_count` smallint(5) unsigned NOT NULL, `custom` tinyint(4) NOT NULL DEFAULT '0', `modified` tinyint(4) NOT NULL DEFAULT '0', `locked` tinyint(4) NOT NULL DEFAULT '0', `orig_type` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- -- Dumping data for table `[[dbprefix]]node_type` --
INSERT INTO `[[dbprefix]]node_type` VALUES ('page', 'Page', 'node', 'A <em>page</em>, similar in form to a <em>story</em>, is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site''s initial home page.', '', 1, 'Title', 1, 'Body', 0, 1, 1, 0, 'page'), ('story', 'Story', 'node', 'A <em>story</em>, similar in form to a <em>page</em>, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a <em>story</em> entry. By default, a <em>story</em> entry is automatically featured on the site''s initial home page, and provides the ability to post comments.', '', 1, 'Title', 1, 'Body', 0, 1, 1, 0, 'story');
-- -- Table structure for table `[[dbprefix]]watchdog` --
CREATE TABLE `[[dbprefix]]watchdog` ( `wid` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL DEFAULT '0', `type` varchar(16) NOT NULL DEFAULT '', `message` longtext NOT NULL, `variables` longtext NOT NULL, `severity` tinyint(3) unsigned NOT NULL DEFAULT '0', `link` varchar(255) NOT NULL DEFAULT '', `location` text NOT NULL, `referer` text, `hostname` varchar(128) NOT NULL DEFAULT '', `timestamp` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`wid`), KEY `type` (`type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- -- Dumping data for table `[[dbprefix]]watchdog` --
/*!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 */;