Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/debugger.php on line 84

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/file.php on line 90

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/cache/file.php on line 77

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/security.php on line 56

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/string.php on line 75

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/dispatcher.php on line 497

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/router.php on line 178

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/controller/controller.php on line 390

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/controller/controller.php on line 641

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/controller/component.php on line 132

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/view/view.php on line 847

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/class_registry.php on line 63

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/model/model.php on line 441

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/model/model.php on line 693

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/model/connection_manager.php on line 84

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/model/connection_manager.php on line 107

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/app/web_model.php on line 135
Warning (2): mysql_connect() [function.mysql-connect]: Access denied for user 'bccraftb'@'localhost' (using password: YES) [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 100]
Warning (2): mysql_select_db() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 105]
Warning (2): mysql_query() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 133]

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/error.php on line 66

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/error.php on line 73

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/error.php on line 85

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/i18n.php on line 81

Deprecated: Assigning the return value of new by reference is deprecated in /home/bccraftb/public_html/number/cake/libs/i18n.php on line 82

Deprecated: Function split() is deprecated in /home/bccraftb/public_html/number/cake/libs/l10n.php on line 389
Missing Database Table
Notice (8): Undefined variable: current_controller [CORE/app/views/layouts/default.thtml, line 55]
Search:
Page Image
Notice (8): Undefined variable: websites [CORE/app/views/layouts/default.thtml, line 57]
Warning (2): Invalid argument supplied for foreach() [CORE/app/views/layouts/default.thtml, line 57]
Notice (8): Undefined variable: session_user [CORE/app/views/layouts/default.thtml, line 75]
Notice (8): Undefined variable: current_controller [CORE/app/views/layouts/default.thtml, line 76]
Templates
Images
Pages
Home
 

-- phpMyAdmin SQL Dump -- version 2.8.1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Feb 26, 2007 at 05:37 PM -- Server version: 5.0.22 -- PHP Version: 4.4.4 -- -- Database: `cake_thenumber` -- -- -------------------------------------------------------- -- -- Table structure for table `contacts` -- CREATE TABLE IF NOT EXISTS `contacts` ( `id` mediumint(9) NOT NULL auto_increment, `owner` text, `status` text, `category` text, `created` datetime default NULL, `modified` datetime default NULL, `name` text, `email` text, `phone` text, `phone2` text, `business_name` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=870 ; -- -------------------------------------------------------- -- -- Table structure for table `contents` -- CREATE TABLE IF NOT EXISTS `contents` ( `id` mediumint(9) NOT NULL auto_increment, `owner` text, `website_id` text, `status` text, `category` text, `created` datetime default NULL, `modified` datetime default NULL, `title` text, `body` text, `meta_tags` text, `description` text, `filename` text, `template` text, `website` text, `slideshow` text, `content_id` int(16) NOT NULL, `revision` int(9) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=196 ; -- -------------------------------------------------------- -- -- Table structure for table `contents_tags` -- CREATE TABLE IF NOT EXISTS `contents_tags` ( `content_id` int(10) unsigned NOT NULL default '0', `tag_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`content_id`,`tag_id`) ) ENGINE=MyISAM ; -- -------------------------------------------------------- -- -- Table structure for table `images` -- CREATE TABLE IF NOT EXISTS `images` ( `id` mediumint(9) NOT NULL auto_increment, `title` varchar(128) NOT NULL, `description` text NOT NULL, `tags` text NOT NULL, `file` varchar(255) NOT NULL, `created` datetime NOT NULL, `modified` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=44 ; -- -------------------------------------------------------- -- -- Table structure for table `images_tags` -- CREATE TABLE IF NOT EXISTS `images_tags` ( `image_id` int(10) unsigned NOT NULL default '0', `tag_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`image_id`,`tag_id`) ) ENGINE=MyISAM ; -- -------------------------------------------------------- -- -- Table structure for table `tags` -- CREATE TABLE IF NOT EXISTS `tags` ( `id` int(10) NOT NULL auto_increment, `created` datetime NOT NULL, `tag` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 ; -- -------------------------------------------------------- -- -- Table structure for table `tasks` -- CREATE TABLE IF NOT EXISTS `tasks` ( `id` int(10) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL, `done` tinyint(1) default NULL, `created` datetime default NULL, `modified` datetime default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=28 ; -- -------------------------------------------------------- -- -- Table structure for table `templates` -- CREATE TABLE IF NOT EXISTS `templates` ( `id` mediumint(9) NOT NULL auto_increment, `owner` text, `website_id` text, `status` text, `category` text, `created` datetime default NULL, `modified` datetime default NULL, `title` text, `body` text, `meta_tags` text, `description` text, `filename` text, `template` text, `website` text, `slideshow` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 ; -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT NULL auto_increment, `username` varchar(255) NOT NULL, `password` varchar(32) NOT NULL, `first_name` varchar(255) NOT NULL, `last_name` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `dob` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 ; -- -------------------------------------------------------- -- -- Table structure for table `websites` -- CREATE TABLE IF NOT EXISTS `websites` ( `id` mediumint(9) NOT NULL auto_increment, `owner` text, `status` text, `category` text, `created` datetime default NULL, `modified` datetime default NULL, `domain` text, `password` text, `hosting_company` text, `dns_location` text, `username` text, `root_path` text, `active_ftp` text, `notes` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=71 ;