SQL syntax error

Hello

I'm getting this SQL syntax error messages when I want to import a new  >> sys_categories.sql

 

___________________________________________________________________________________

 

SQL query:

--
-- Database: `XXXXX_XXXXXXXXX`
--
-- --------------------------------------------------------
--
-- Table structure for table `sys_categories`
--
CREATE TABLE IF NOT EXISTS `sys_categories` (
`Category` varchar( 32 ) NOT NULL DEFAULT '',
`ID` int( 10 ) unsigned NOT NULL DEFAULT '0',
`Type` varchar( 20 ) NOT NULL DEFAULT 'photo' , ,
`Owner` int( 10 ) unsigned NOT NULL ,
`Status` enum( 'active', 'passive' ) NOT NULL DEFAULT 'active',
`Date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ,
PRIMARY KEY ( `Category` , `ID` , `Type` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8;

MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
`Owner` int(10) unsigned NOT NULL,
`Status` enum('active','passive') NOT ' at line 14

 

____________________________________________________________________________________________________________

 

That's the error messages do you see something wrong on my sys_categories.sql

____________________________________________________________________________________________________________

 

 

-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Sep 15, 2010 at 08:19 PM
-- Server version: 5.1.48
-- PHP Version: 5.2.4

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!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: `latincri_latincrib`
--

-- --------------------------------------------------------

--
-- Table structure for table `sys_categories`
--

CREATE TABLE IF NOT EXISTS `sys_categories` (
`Category` varchar(32) NOT NULL DEFAULT '',
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Type` varchar(20) NOT NULL DEFAULT 'photo',,
`Owner` int(10) unsigned NOT NULL,
`Status` enum('active','passive') NOT NULL DEFAULT 'active',
`Date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`Category`,`ID`,`Type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `sys_categories`
--

INSERT INTO `sys_categories` (`Category`, `ID`, `Type`, `Owner`, `Status`, `Date`) VALUES
('Default', 0, 'bx_articles', 0, 'active', '2010-06-10 02:23:27'),
('Sport', 0, 'bx_videos', 0, 'active', '2010-06-24 21:53:48'),
('Technology', 0, 'bx_videos', 0, 'active', '2010-06-24 21:53:34'),
('Baby Blogs', 0, 'bx_blogs', 0, 'active', '2010-06-10 02:23:32'),
('Blogging for Money', 0, 'bx_blogs', 0, 'active', '2010-06-10 02:23:32'),
('Books', 0, 'bx_blogs', 0, 'active', '2010-06-10 02:23:32'),
('City Blogs', 0, 'bx_blogs', 0, 'active', '2010-06-10 02:23:32'),
('Dating and Personals', 0, 'bx_blogs', 0, 'active', '2010-06-10 02:23:32'),
('Entertainment Blogs', 0, 'bx_blogs', 0, 'active', '2010-06-10 02:23:32'),
('Food Blogs', 0, 'bx_blogs', 0, 'active', '2010-06-10 02:23:32'),
('Games', 0, 'bx_blogs', 0, 'active', '2010-06-10 02:23:32'),
('Health', 0, 'bx_blogs', 0, 'active', '2010-06-10 02:23:32'),
('Holidays', 0, 'bx_blogs', 0, 'active', '2010-06-10 02:23:32'),
('Lifestyle', 0, 'bx_blogs', 0, 'active', '2010-06-10 02:23:32'),
('Movies', 0, 'bx_blogs', 0, 'active', '2010-06-10 02:23:32'),
('Music', 0, 'bx_blogs', 0, 'active', '2010-06-10 02:23:32'),
('Politics', 0, 'bx_blogs', 0, 'active', '2010-06-10 02:23:32'),
('Tech News', 0, 'bx_blogs', 0, 'active', '2010-06-10 02:23:32'),
('Videos', 0, 'bx_blogs', 0, 'active', '2010-06-10 02:23:32'),
('Other', 0, 'bx_files', 0, 'active', '2010-06-10 02:23:42'),
('Default', 0, 'bx_news', 0, 'active', '2010-06-10 02:23:49'),
('Science', 0, 'bx_videos', 0, 'active', '2010-06-24 21:53:27'),
('Animals', 0, 'bx_videos', 0, 'active', '2010-06-24 21:53:17'),
('Profile photos', 0, 'bx_photos', 0, 'active', '2010-06-10 02:23:59'),
('Family', 0, 'bx_photos', 0, 'active', '2010-06-10 02:23:59'),
('Fun', 0, 'bx_photos', 0, 'active', '2010-06-10 02:23:59'),
('My portfolio', 0, 'bx_photos', 0, 'active', '2010-06-10 02:23:59'),
('Our cars', 0, 'bx_photos', 0, 'active', '2010-06-10 02:23:59'),
('Other', 0, 'bx_photos', 0, 'active', '2010-06-10 02:23:59'),
('Best', 0, 'bx_poll', 0, 'active', '2010-06-10 02:24:04'),
('Fun', 0, 'bx_poll', 0, 'active', '2010-06-10 02:24:04'),
('Other', 0, 'bx_poll', 0, 'active', '2010-06-10 02:24:04'),
('Sites', 0, 'bx_photos', 0, 'active', '2010-06-10 02:24:19'),
('Technology', 0, 'bx_sites', 0, 'active', '2010-06-10 02:24:19'),
('World & Business', 0, 'bx_sites', 0, 'active', '2010-06-10 02:24:19'),
('Science', 0, 'bx_sites', 0, 'active', '2010-06-10 02:24:19'),
('Gaming', 0, 'bx_sites', 0, 'active', '2010-06-10 02:24:19'),
('Lifestyle', 0, 'bx_sites', 0, 'active', '2010-06-10 02:24:19'),
('Entertainment', 0, 'bx_sites', 0, 'active', '2010-06-10 02:24:19'),
('Sports', 0, 'bx_sites', 0, 'active', '2010-06-10 02:24:19'),
('Profile music', 0, 'bx_sounds', 0, 'active', '2010-06-10 02:24:24'),
('Pets', 0, 'bx_videos', 0, 'active', '2010-06-24 21:53:12'),
('Pop', 0, 'bx_sounds', 0, 'active', '2010-06-10 02:24:24'),
('People', 0, 'bx_videos', 0, 'active', '2010-06-24 21:52:55'),
('Politics', 0, 'bx_videos', 0, 'active', '2010-06-24 21:52:48'),
('News ', 0, 'bx_videos', 0, 'active', '2010-06-24 21:52:43'),
('Profile videos', 0, 'bx_videos', 0, 'active', '2010-06-10 02:24:36'),
('Music', 0, 'bx_videos', 0, 'active', '2010-06-24 21:52:34'),
('Animation', 0, 'bx_videos', 0, 'active', '2010-06-24 21:52:27'),
('Film ', 0, 'bx_videos', 0, 'active', '2010-06-24 21:52:22'),
('Entertainment', 0, 'bx_videos', 0, 'active', '2010-06-24 21:52:02'),
('wall', 0, 'bx_photos', 0, 'active', '2010-07-09 21:41:21'),
('wall', 0, 'bx_sounds', 0, 'active', '2010-07-09 21:41:21'),
('wall', 0, 'bx_videos', 0, 'active', '2010-07-09 21:41:21'),
('Groups', 0, 'bx_photos', 0, 'active', '2010-06-10 02:25:22'),
('Arts & Literature', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Animals & Pets', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Activities', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Automotive', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Business & Money', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Companies & Co-workers', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Cultures & Nations', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Dolphin Community', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Family & Friends', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Fan Clubs', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Fashion & Style', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Fitness & Body Building', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Food & Drink', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Gay, Lesbian & Bi', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Health & Wellness', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Hobbies & Entertainment', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Internet & Computers', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Love & Relationships', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Mass Media', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Music & Cinema', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Places & Travel', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Politics', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Recreation & Sports', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Religion', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Science & Innovations', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Sex', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Teens & Schools', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Other', 0, 'bx_groups', 0, 'active', '2010-06-10 02:25:22'),
('Store', 0, 'bx_photos', 0, 'active', '2010-06-10 02:25:37'),
('Templates', 0, 'bx_store', 0, 'active', '2010-06-10 02:25:37'),
('Languages', 0, 'bx_store', 0, 'active', '2010-06-10 02:25:37'),
('GEO', 0, 'bx_store', 0, 'active', '2010-06-10 02:25:37'),
('Payments', 0, 'bx_store', 0, 'active', '2010-06-10 02:25:37'),
('SEO', 0, 'bx_store', 0, 'active', '2010-06-10 02:25:37'),
('Security', 0, 'bx_store', 0, 'active', '2010-06-10 02:25:37'),
('Entertainment', 0, 'bx_store', 0, 'active', '2010-06-10 02:25:37'),
('Media', 0, 'bx_store', 0, 'active', '2010-06-10 02:25:37'),
('Performance', 0, 'bx_store', 0, 'active', '2010-06-10 02:25:37'),
('Profile music', 1, 'bx_sounds', 1, 'active', '2010-06-10 02:32:08'),
('Profile music', 26, 'bx_sounds', 1, 'active', '2010-06-10 10:48:35'),
('Profile music', 27, 'bx_sounds', 1, 'active', '2010-06-10 10:50:43'),
('Profile music', 28, 'bx_sounds', 1, 'active', '2010-06-10 11:08:36'),
('Profile music', 30, 'bx_sounds', 1, 'active', '2010-08-14 09:47:26'),
('Profile Photos', 305, 'bx_photos', 802, 'active', '2010-06-10 12:30:57'),
('Profile Photos', 307, 'bx_photos', 804, 'active', '2010-06-10 17:12:13'),
('Profile Photos', 308, 'bx_photos', 804, 'active', '2010-06-10 17:16:47'),
('Profile Photos', 309, 'bx_photos', 805, 'active', '2010-06-10 18:05:52'),
('Profile Photos', 310, 'bx_photos', 806, 'active', '2010-06-10 18:14:49'),
('Profile Photos', 313, 'bx_photos', 808, 'active', '2010-06-11 00:21:28'),
('Profile Photos', 314, 'bx_photos', 809, 'active', '2010-06-11 17:15:38'),
('Baby Blogs', 6, 'bx_blogs', 809, 'active', '2010-06-11 17:51:50'),
('Profile Photos', 318, 'bx_photos', 810, 'active', '2010-06-11 18:18:59'),
('Profile Photos', 321, 'bx_photos', 812, 'active', '2010-06-12 13:55:14'),
('Profile Photos', 322, 'bx_photos', 813, 'active', '2010-06-12 13:59:15'),
('Profile Photos', 323, 'bx_photos', 814, 'active', '2010-06-12 14:40:05'),
('Fotos de la pagina del perfil', 324, 'bx_photos', 815, 'active', '2010-06-12 17:46:51'),
('Notcias', 16, 'bx_news', 1, 'active', '2010-06-12 19:04:38'),
('Notcias', 0, 'bx_news', 0, 'active', '2010-06-12 18:58:12'),
('Profile Photos', 325, 'bx_photos', 816, 'active', '2010-06-12 19:57:02'),
('Profile Photos', 326, 'bx_photos', 816, 'active', '2010-06-12 19:57:45'),
('Reggaeton', 18, 'bx_sounds', 1, 'active', '2010-06-12 21:34:47'),
('Profile Photos', 327, 'bx_photos', 817, 'active', '2010-06-12 22:42:31'),
('Profile Photos', 329, 'bx_photos', 818, 'active', '2010-06-15 07:27:53'),
('Profile Photos', 330, 'bx_photos', 819, 'active', '2010-06-15 07:53:40'),
('Profile Photos', 331, 'bx_photos', 820, 'active', '2010-06-15 07:59:57'),
('Profile Photos', 332, 'bx_photos', 809, 'active', '2010-06-16 12:32:16'),
('Profile Photos', 346, 'bx_photos', 826, 'active', '2010-06-21 23:00:20'),
('Fotos de la pagina del perfil', 347, 'bx_photos', 827, 'active', '2010-06-21 23:14:16'),
('Fotos de la pagina del perfil', 348, 'bx_photos', 828, 'active', '2010-06-21 23:16:31'),
('Fotos de la pagina del perfil', 349, 'bx_photos', 829, 'active', '2010-06-21 23:31:53'),
('Profile Photos', 350, 'bx_photos', 830, 'active', '2010-06-22 07:16:34'),
('Deporte', 17, 'bx_news', 1, 'active', '2010-06-24 14:23:17'),
('Deporte', 0, 'bx_news', 0, 'active', '2010-06-24 14:05:28'),
('Deporte', 18, 'bx_news', 1, 'active', '2010-06-24 14:23:50'),
('Bachata', 0, 'bx_sounds', 0, 'active', '2010-06-24 21:38:08'),
('Clásica', 0, 'bx_sounds', 0, 'active', '2010-06-24 21:38:15'),
('Comedia', 0, 'bx_sounds', 0, 'active', '2010-06-24 21:38:29'),
('Country', 0, 'bx_sounds', 0, 'active', '2010-06-24 21:38:35'),
('Cumbia', 0, 'bx_sounds', 0, 'active', '2010-06-24 21:38:39'),
('Electrónica', 0, 'bx_sounds', 0, 'active', '2010-06-24 21:38:45'),
('Heavy Metal', 0, 'bx_sounds', 0, 'active', '2010-06-24 21:38:51'),
('Hip-Hop', 0, 'bx_sounds', 0, 'active', '2010-06-24 21:38:56'),
('Merengue', 0, 'bx_sounds', 0, 'active', '2010-06-24 21:39:02'),
('Mexicana', 0, 'bx_sounds', 0, 'active', '2010-06-24 21:39:07'),
('Reggaeton', 0, 'bx_sounds', 0, 'active', '2010-06-24 21:39:22'),
('Rock', 0, 'bx_sounds', 0, 'active', '2010-06-24 21:39:29'),
('Salsa', 0, 'bx_sounds', 0, 'active', '2010-06-24 21:39:36'),
('Travels', 0, 'bx_videos', 0, 'active', '2010-06-24 21:53:56'),
('Events', 0, 'bx_videos', 0, 'active', '2010-06-24 21:54:02'),
('Fashion', 0, 'bx_videos', 0, 'active', '2010-06-24 21:54:07'),
('My family', 0, 'bx_videos', 0, 'active', '2010-06-24 21:54:15'),
('My parties', 0, 'bx_videos', 0, 'active', '2010-06-24 21:54:22'),
('My wedding', 0, 'bx_videos', 0, 'active', '2010-06-24 21:55:22'),
('Funny', 0, 'bx_videos', 0, 'active', '2010-06-24 21:55:31'),
('Pranks', 0, 'bx_videos', 0, 'active', '2010-06-24 21:56:02'),
('Bloopers', 0, 'bx_videos', 0, 'active', '2010-06-24 21:56:24'),
('Movie', 0, 'bx_videos', 0, 'active', '2010-06-24 21:56:40'),
('Movie Trailer', 0, 'bx_videos', 0, 'active', '2010-06-24 21:56:48'),
('Gaming', 0, 'bx_videos', 0, 'active', '2010-06-24 21:56:55'),
('Games', 0, 'bx_videos', 0, 'active', '2010-06-24 21:56:59'),
('Game Trailers', 0, 'bx_videos', 0, 'active', '2010-06-24 21:57:49'),
('Deporte', 19, 'bx_news', 1, 'active', '2010-06-24 23:30:17'),
('Profile Photos', 351, 'bx_photos', 833, 'active', '2010-06-25 13:27:47'),
('Profile photos', 353, 'bx_photos', 833, 'active', '2010-06-25 13:30:22'),
('Profile photos', 352, 'bx_photos', 833, 'active', '2010-06-25 13:30:25'),
('Deporte', 20, 'bx_news', 1, 'active', '2010-06-25 16:55:45'),
('Deporte', 21, 'bx_news', 1, 'active', '2010-06-25 16:55:22'),
('Deporte', 22, 'bx_news', 1, 'active', '2010-06-25 17:02:20'),
('Deporte', 23, 'bx_news', 1, 'active', '2010-06-26 11:21:44'),
('Deporte', 24, 'bx_news', 1, 'active', '2010-06-26 11:29:24'),
('Deporte', 25, 'bx_news', 1, 'active', '2010-06-26 11:36:41'),
('Profile Photos', 354, 'bx_photos', 835, 'active', '2010-06-26 15:19:57'),
('Music', 37, 'bx_videos', 1, 'active', '2010-06-26 22:43:00'),
('Deporte', 26, 'bx_news', 1, 'active', '2010-06-27 10:27:14'),
('Deporte', 27, 'bx_news', 1, 'active', '2010-06-27 10:30:45'),
('Deporte', 28, 'bx_news', 1, 'active', '2010-06-27 10:34:22'),
('Profile Photos', 355, 'bx_photos', 836, 'active', '2010-06-27 11:08:38'),
('Deporte', 29, 'bx_news', 1, 'active', '2010-06-27 17:06:26'),
('Deporte', 30, 'bx_news', 1, 'active', '2010-06-27 17:11:58'),
('Notcias', 31, 'bx_news', 1, 'active', '2010-06-29 01:54:01'),
('Notcias', 32, 'bx_news', 1, 'active', '2010-06-29 12:08:59'),
('Notcias', 33, 'bx_news', 1, 'active', '2010-06-29 12:10:04'),
('Notcias', 34, 'bx_news', 1, 'active', '2010-06-29 12:16:23'),
('Notcias', 35, 'bx_news', 1, 'active', '2010-06-29 12:26:14'),
('Notcias', 36, 'bx_news', 1, 'active', '2010-06-29 12:29:52'),
('Deporte', 37, 'bx_news', 1, 'active', '2010-06-30 11:48:04'),
('Notcias', 38, 'bx_news', 1, 'active', '2010-06-30 11:55:59'),
('Profile Photos', 356, 'bx_photos', 842, 'active', '2010-06-30 20:04:04'),
('Profile Photos', 357, 'bx_photos', 843, 'active', '2010-06-30 20:10:17'),
('Profile Photos', 358, 'bx_photos', 845, 'active', '2010-06-30 20:21:45'),
('Profile Photos', 359, 'bx_photos', 846, 'active', '2010-06-30 20:27:01'),
('Profile Photos', 360, 'bx_photos', 847, 'active', '2010-06-30 20:30:23'),
('Profile Photos', 361, 'bx_photos', 849, 'active', '2010-06-30 20:43:17'),
('Profile Photos', 362, 'bx_photos', 850, 'active', '2010-06-30 20:44:34'),
('Profile Photos', 363, 'bx_photos', 851, 'active', '2010-06-30 20:45:39'),
('Profile Photos', 364, 'bx_photos', 852, 'active', '2010-06-30 20:48:58'),
('Profile Photos', 365, 'bx_photos', 853, 'active', '2010-06-30 20:50:26'),
('Fotos de la pagina del perfil', 366, 'bx_photos', 854, 'active', '2010-06-30 21:37:36'),
('Profile Photos', 375, 'bx_photos', 857, 'active', '2010-07-02 21:32:35'),
('Profile Photos', 376, 'bx_photos', 858, 'active', '2010-07-03 00:09:04'),
('Reggaeton', 31, 'bx_sounds', 1, 'active', '2010-07-02 20:32:25'),
('Reggaeton', 32, 'bx_sounds', 1, 'active', '2010-07-02 20:33:17'),
('Reggaeton', 33, 'bx_sounds', 1, 'active', '2010-07-02 20:33:49'),
('Reggaeton', 34, 'bx_sounds', 1, 'active', '2010-07-02 20:34:19'),
('Reggaeton', 35, 'bx_sounds', 1, 'active', '2010-07-02 20:34:40'),
('Reggaeton', 36, 'bx_sounds', 1, 'active', '2010-07-02 20:36:43'),
('Reggaeton', 37, 'bx_sounds', 1, 'active', '2010-07-02 20:37:15'),
('Reggaeton', 38, 'bx_sounds', 1, 'active', '2010-07-02 20:38:05'),
('Reggaeton', 39, 'bx_sounds', 1, 'active', '2010-07-02 20:38:53'),
('Reggaeton', 40, 'bx_sounds', 1, 'active', '2010-07-02 20:39:21'),
('Reggaeton', 42, 'bx_sounds', 1, 'active', '2010-07-02 20:42:34'),
('Reggaeton', 43, 'bx_sounds', 1, 'active', '2010-07-02 20:42:11'),
('Profile Photos', 377, 'bx_photos', 859, 'active', '2010-07-05 01:28:46'),
('Fotos de la pagina del perfil', 378, 'bx_photos', 860, 'active', '2010-07-05 12:14:44'),
('Profile Photos', 545, 'bx_photos', 952, 'active', '2010-07-23 19:30:14'),
('romantico', 17, 'bx_blogs', 862, 'active', '2010-07-05 23:20:29'),
('Dating and Personals', 17, 'bx_blogs', 862, 'active', '2010-07-05 23:20:29'),
('el amor', 17, 'bx_blogs', 862, 'active', '2010-07-05 23:20:29'),
('Profile Photos', 383, 'bx_photos', 872, 'active', '2010-07-06 08:26:00'),
('Profile Photos', 384, 'bx_photos', 875, 'active', '2010-07-07 01:43:28'),
('Fotos de la pagina del perfil', 385, 'bx_photos', 876, 'active', '2010-07-07 22:19:06'),
('Fotos de la pagina del perfil', 386, 'bx_photos', 877, 'active', '2010-07-07 23:29:48'),
('Profile photos', 388, 'bx_photos', 877, 'active', '2010-07-08 00:46:29'),
('Profile Photos', 389, 'bx_photos', 878, 'active', '2010-07-08 12:11:33'),
('Profile photos', 390, 'bx_photos', 878, 'active', '2010-07-08 12:14:45'),
('Profile photos', 391, 'bx_photos', 878, 'active', '2010-07-08 12:21:05'),
('Profile photos', 392, 'bx_photos', 878, 'active', '2010-07-08 12:21:09'),
('Profile photos', 393, 'bx_photos', 878, 'active', '2010-07-08 12:21:12'),
('Profile photos', 394, 'bx_photos', 878, 'active', '2010-07-08 12:21:15'),
('Profile photos', 395, 'bx_photos', 878, 'active', '2010-07-08 12:21:18'),
('Profile photos', 396, 'bx_photos', 878, 'active', '2010-07-08 12:21:21'),
('Profile photos', 397, 'bx_photos', 878, 'active', '2010-07-08 12:21:24'),
('Profile photos', 398, 'bx_photos', 878, 'active', '2010-07-08 12:21:27'),
('Profile photos', 399, 'bx_photos', 878, 'active', '2010-07-08 12:21:29'),
('Profile photos', 400, 'bx_photos', 878, 'active', '2010-07-08 12:21:34'),
('Profile photos', 401, 'bx_photos', 878, 'active', '2010-07-08 12:21:38'),
('Profile photos', 402, 'bx_photos', 878, 'active', '2010-07-08 12:21:41'),
('Profile photos', 403, 'bx_photos', 878, 'active', '2010-07-08 12:21:45'),
('Profile photos', 404, 'bx_photos', 878, 'active', '2010-07-08 12:21:49'),
('Profile photos', 405, 'bx_photos', 878, 'active', '2010-07-08 12:21:52'),
('Profile photos', 406, 'bx_photos', 878, 'active', '2010-07-08 12:21:56'),
('Profile photos', 407, 'bx_photos', 878, 'active', '2010-07-08 12:22:00'),
('Profile photos', 408, 'bx_photos', 878, 'active', '2010-07-08 12:22:38'),
('Profile photos', 409, 'bx_photos', 878, 'active', '2010-07-08 12:22:41'),
('Profile photos', 410, 'bx_photos', 878, 'active', '2010-07-08 12:22:45'),
('Profile photos', 411, 'bx_photos', 878, 'active', '2010-07-08 12:22:48'),
('Profile photos', 412, 'bx_photos', 878, 'active', '2010-07-08 12:22:51'),
('Profile photos', 413, 'bx_photos', 878, 'active', '2010-07-08 12:22:54'),
('Profile photos', 414, 'bx_photos', 878, 'active', '2010-07-08 12:22:57'),
('Profile photos', 415, 'bx_photos', 878, 'active', '2010-07-08 12:23:00'),
('Profile photos', 416, 'bx_photos', 878, 'active', '2010-07-08 12:23:03'),
('Profile photos', 417, 'bx_photos', 878, 'active', '2010-07-08 12:25:25'),
('Profile photos', 418, 'bx_photos', 878, 'active', '2010-07-08 12:25:29'),
('Profile photos', 419, 'bx_photos', 878, 'active', '2010-07-08 12:27:51'),
('Profile photos', 420, 'bx_photos', 878, 'active', '2010-07-08 12:27:55'),
('Profile photos', 421, 'bx_photos', 878, 'active', '2010-07-08 12:27:58'),
('Profile photos', 422, 'bx_photos', 878, 'active', '2010-07-08 12:28:01'),
('Profile photos', 423, 'bx_photos', 878, 'active', '2010-07-08 12:28:04'),
('Profile photos', 424, 'bx_photos', 878, 'active', '2010-07-08 12:28:08'),
('Profile photos', 425, 'bx_photos', 878, 'active', '2010-07-08 12:28:11'),
('Profile photos', 426, 'bx_photos', 878, 'active', '2010-07-08 12:28:14'),
('Profile photos', 427, 'bx_photos', 878, 'active', '2010-07-08 12:28:17'),
('Profile photos', 428, 'bx_photos', 878, 'active', '2010-07-08 12:28:21'),
('Profile photos', 429, 'bx_photos', 878, 'active', '2010-07-08 12:30:54'),
('Profile photos', 430, 'bx_photos', 878, 'active', '2010-07-08 12:30:57'),
('Profile photos', 431, 'bx_photos', 878, 'active', '2010-07-08 12:31:10'),
('Profile photos', 432, 'bx_photos', 878, 'active', '2010-07-08 12:31:16'),
('Profile photos', 433, 'bx_photos', 878, 'active', '2010-07-08 12:31:20'),
('Profile photos', 434, 'bx_photos', 878, 'active', '2010-07-08 12:31:23'),
('Profile photos', 435, 'bx_photos', 878, 'active', '2010-07-08 12:31:36'),
('Profile photos', 436, 'bx_photos', 878, 'active', '2010-07-08 12:31:45'),
('Profile photos', 437, 'bx_photos', 878, 'active', '2010-07-08 12:31:48'),
('Profile photos', 438, 'bx_photos', 878, 'active', '2010-07-08 12:34:59'),
('Profile photos', 439, 'bx_photos', 878, 'active', '2010-07-08 12:35:03'),
('Profile photos', 440, 'bx_photos', 878, 'active', '2010-07-08 12:35:06'),
('Profile photos', 441, 'bx_photos', 878, 'active', '2010-07-08 12:35:09'),
('Profile photos', 442, 'bx_photos', 878, 'active', '2010-07-08 12:35:12'),
('Fotos de la pagina del perfil', 445, 'bx_photos', 880, 'active', '2010-07-09 11:41:57'),
('Profile Photos', 447, 'bx_photos', 882, 'active', '2010-07-10 12:07:29'),
('Music', 40, 'bx_videos', 1, 'active', '2010-07-10 13:08:58'),
('Profile Photos', 448, 'bx_photos', 883, 'active', '2010-07-10 13:09:13'),
('Profile Photos', 449, 'bx_photos', 885, 'active', '2010-07-10 18:24:15'),
('Profile Photos', 450, 'bx_photos', 886, 'active', '2010-07-10 18:31:43'),
('Fotos de la pagina del perfil', 451, 'bx_photos', 887, 'active', '2010-07-10 18:31:46'),
('Fotos de la pagina del perfil', 452, 'bx_photos', 888, 'active', '2010-07-10 18:35:38'),
('Profile Photos', 453, 'bx_photos', 889, 'active', '2010-07-10 18:35:56'),
('Fotos de la pagina del perfil', 454, 'bx_photos', 890, 'active', '2010-07-10 18:39:31'),
('Profile Photos', 455, 'bx_photos', 891, 'active', '2010-07-10 18:44:15'),
('Profile Photos', 456, 'bx_photos', 892, 'active', '2010-07-10 19:04:31'),
('Profile Photos', 457, 'bx_photos', 892, 'active', '2010-07-10 19:06:05'),
('Musica', 2, 'bx_poll', 1, 'active', '2010-07-10 23:02:34'),
('Deporte', 39, 'bx_news', 1, 'active', '2010-07-11 15:43:14'),
('Deporte', 40, 'bx_news', 1, 'active', '2010-07-11 15:50:27'),
('Events', 0, 'bx_photos', 0, 'active', '2010-07-15 14:04:44'),
('Profile Photos', 458, 'bx_photos', 894, 'active', '2010-07-11 06:29:08'),
('Profile Photos', 459, 'bx_photos', 895, 'active', '2010-07-11 07:12:39'),
('Profile Photos', 460, 'bx_photos', 896, 'active', '2010-07-11 08:46:26'),
('Profile Photos', 461, 'bx_photos', 897, 'active', '2010-07-11 10:15:13'),
('Birthday', 0, 'bx_events', 0, 'active', '2010-07-15 14:04:44'),
('Last Friday', 0, 'bx_events', 0, 'active', '2010-07-15 14:04:44'),
('Presentation', 0, 'bx_events', 0, 'active', '2010-07-15 14:04:44'),
('Expedition', 0, 'bx_events', 0, 'active', '2010-07-15 14:04:44'),
('Party', 0, 'bx_events', 0, 'active', '2010-07-15 14:04:44'),
('Profile Photos', 477, 'bx_photos', 899, 'active', '2010-07-14 05:53:45'),
('Profile Photos', 478, 'bx_photos', 900, 'active', '2010-07-14 15:17:06'),
('Profile Photos', 479, 'bx_photos', 901, 'active', '2010-07-14 15:19:19'),
('Profile Photos', 480, 'bx_photos', 902, 'active', '2010-07-14 15:21:48'),
('Profile Photos', 481, 'bx_photos', 903, 'active', '2010-07-14 15:33:16'),
('Profile Photos', 482, 'bx_photos', 904, 'active', '2010-07-14 15:38:08'),
('Fotos de la pagina del perfil', 483, 'bx_photos', 905, 'active', '2010-07-14 16:02:55'),
('Profile Photos', 484, 'bx_photos', 906, 'active', '2010-07-14 16:12:36'),
('Profile Photos', 485, 'bx_photos', 907, 'active', '2010-07-14 16:38:52'),
('Profile Photos', 486, 'bx_photos', 908, 'active', '2010-07-14 17:35:25'),
('Fotos de la pagina del perfil', 487, 'bx_photos', 909, 'active', '2010-07-14 21:21:12'),
('Fotos de la pagina del perfil', 488, 'bx_photos', 910, 'active', '2010-07-14 21:22:53'),
('Fotos de la pagina del perfil', 489, 'bx_photos', 911, 'active', '2010-07-14 21:23:00'),
('Profile Photos', 490, 'bx_photos', 912, 'active', '2010-07-14 21:24:23'),
('Profile Photos', 491, 'bx_photos', 913, 'active', '2010-07-14 22:34:47'),
('Pop', 57, 'bx_sounds', 913, 'active', '2010-07-14 22:49:08'),
('Profile Photos', 492, 'bx_photos', 914, 'active', '2010-07-14 23:00:47'),
('Exhibition', 0, 'bx_events', 0, 'active', '2010-07-15 14:04:44'),
('Bushwalking', 0, 'bx_events', 0, 'active', '2010-07-15 14:04:44'),
('Fotos de la pagina del perfil', 493, 'bx_photos', 915, 'active', '2010-07-15 14:08:11'),
('Events', 494, 'bx_photos', 1, 'active', '2010-07-15 17:55:31'),
('Party', 1, 'bx_events', 1, 'active', '2010-07-15 18:12:05'),
('Events', 495, 'bx_photos', 1, 'active', '2010-07-15 18:32:41'),
('Party', 2, 'bx_events', 1, 'active', '2010-07-15 18:32:42'),
('Events', 496, 'bx_photos', 1, 'active', '2010-07-15 18:33:44'),
('Events', 497, 'bx_photos', 1, 'active', '2010-07-15 21:47:54'),
('Party', 3, 'bx_events', 1, 'active', '2010-07-15 21:47:54'),
('Events', 498, 'bx_photos', 1, 'active', '2010-07-15 21:52:26'),
('Party', 4, 'bx_events', 1, 'active', '2010-07-15 21:52:26'),
('Profile Photos', 499, 'bx_photos', 916, 'active', '2010-07-15 22:56:18'),
('Profile Photos', 500, 'bx_photos', 917, 'active', '2010-07-15 22:57:30'),
('Profile Photos', 501, 'bx_photos', 918, 'active', '2010-07-15 22:57:49'),
('Profile Photos', 502, 'bx_photos', 919, 'active', '2010-07-15 23:07:52'),
('Profile Photos', 503, 'bx_photos', 920, 'active', '2010-07-15 23:08:09'),
('Profile Photos', 504, 'bx_photos', 921, 'active', '2010-07-15 23:09:37'),
('Profile Photos', 505, 'bx_photos', 922, 'active', '2010-07-15 23:17:55'),
('Fotos de la pagina del perfil', 506, 'bx_photos', 923, 'active', '2010-07-15 23:18:59'),
('Profile Photos', 507, 'bx_photos', 924, 'active', '2010-07-15 23:33:15'),
('Profile Photos', 508, 'bx_photos', 925, 'active', '2010-07-16 13:51:13'),
('Profile Photos', 509, 'bx_photos', 926, 'active', '2010-07-16 13:55:40'),
('Profile Photos', 510, 'bx_photos', 927, 'active', '2010-07-16 17:31:34'),
('Fotos de la pagina del perfil', 511, 'bx_photos', 928, 'active', '2010-07-16 17:40:05'),
('Fotos de la pagina del perfil', 512, 'bx_photos', 929, 'active', '2010-07-16 18:38:58'),
('Profile Photos', 513, 'bx_photos', 930, 'active', '2010-07-16 18:44:03'),
('Fotos de la pagina del perfil', 514, 'bx_photos', 932, 'active', '2010-07-16 20:07:32'),
('Dating and Personals', 18, 'bx_blogs', 1, 'active', '2010-07-16 21:43:53'),
('Profile Photos', 515, 'bx_photos', 933, 'active', '2010-07-16 22:06:10'),
('Profile Photos', 516, 'bx_photos', 934, 'active', '2010-07-16 22:39:00'),
('Profile Photos', 517, 'bx_photos', 935, 'active', '2010-07-16 22:51:42'),
('Profile Photos', 518, 'bx_photos', 936, 'active', '2010-07-16 22:56:24'),
('Profile Photos', 519, 'bx_photos', 937, 'active', '2010-07-17 00:56:04'),
('Profile Photos', 520, 'bx_photos', 938, 'active', '2010-07-17 18:42:54'),
('Profile Photos', 521, 'bx_photos', 938, 'active', '2010-07-17 18:43:25'),
('Fotos de la pagina del perfil', 522, 'bx_photos', 939, 'active', '2010-07-17 19:37:16'),
('Profile Photos', 523, 'bx_photos', 940, 'active', '2010-07-17 21:56:46'),
('Profile Photos', 524, 'bx_photos', 941, 'active', '2010-07-18 19:47:36'),
('Music', 41, 'bx_videos', 1, 'active', '2010-07-19 21:13:04'),
('Profile Photos', 529, 'bx_photos', 942, 'active', '2010-07-20 16:21:20'),
('Profile Photos', 530, 'bx_photos', 943, 'active', '2010-07-20 22:43:18'),
('Profile Photos', 531, 'bx_photos', 944, 'active', '2010-07-20 22:44:27'),
('Profile Photos', 532, 'bx_photos', 945, 'active', '2010-07-20 23:13:59'),
('Profile Photos', 533, 'bx_photos', 947, 'active', '2010-07-21 15:46:40'),
('Profile photos', 534, 'bx_photos', 947, 'active', '2010-07-22 07:34:31'),
('Fotos de la pagina del perfil', 536, 'bx_photos', 948, 'active', '2010-07-22 19:04:19'),
('Profile Photos', 537, 'bx_photos', 949, 'active', '2010-07-22 19:05:01'),
('Profile Photos', 543, 'bx_photos', 950, 'active', '2010-07-22 19:25:36'),
('Profile Photos', 544, 'bx_photos', 951, 'active', '2010-07-22 20:08:20'),
('Profile Photos', 546, 'bx_photos', 953, 'active', '2010-07-23 19:31:29'),
('Profile Photos', 547, 'bx_photos', 954, 'active', '2010-07-23 22:46:36'),
('Profile Photos', 548, 'bx_photos', 955, 'active', '2010-07-23 22:48:31'),
('Profile Photos', 549, 'bx_photos', 956, 'active', '2010-07-23 23:04:13'),
('Profile Photos', 550, 'bx_photos', 957, 'active', '2010-07-23 23:32:53'),
('Profile Photos', 554, 'bx_photos', 961, 'active', '2010-07-24 00:44:27'),
('Fotos de la pagina del perfil', 552, 'bx_photos', 959, 'active', '2010-07-23 23:53:48'),
('Profile Photos', 553, 'bx_photos', 960, 'active', '2010-07-23 23:55:37'),
('Fotos de la pagina del perfil', 555, 'bx_photos', 962, 'active', '2010-07-24 08:45:47'),
('Fotos de la pagina del perfil', 556, 'bx_photos', 963, 'active', '2010-07-24 11:21:07'),
('Profile Photos', 560, 'bx_photos', 966, 'active', '2010-07-24 12:33:33'),
('Profile Photos', 558, 'bx_photos', 965, 'active', '2010-07-24 12:29:09'),
('Profile Photos', 561, 'bx_photos', 967, 'active', '2010-07-24 12:33:47'),
('Fotos de la pagina del perfil', 562, 'bx_photos', 968, 'active', '2010-07-24 12:36:39'),
('Profile Photos', 563, 'bx_photos', 969, 'active', '2010-07-24 12:36:45'),
('Profile Photos', 565, 'bx_photos', 971, 'active', '2010-07-24 13:13:00'),
('Profile Photos', 566, 'bx_photos', 972, 'active', '2010-07-24 15:02:11'),
('Fotos de la pagina del perfil', 567, 'bx_photos', 973, 'active', '2010-07-24 15:46:49'),
('Profile Photos', 568, 'bx_photos', 974, 'active', '2010-07-24 16:45:13'),
('Profile Photos', 569, 'bx_photos', 975, 'active', '2010-07-24 17:04:51'),
('Profile Photos', 570, 'bx_photos', 976, 'active', '2010-07-24 17:16:49'),
('Profile Photos', 571, 'bx_photos', 977, 'active', '2010-07-24 20:05:55'),
('Profile Photos', 572, 'bx_photos', 978, 'active', '2010-07-25 00:10:55'),
('Profile Photos', 573, 'bx_photos', 979, 'active', '2010-07-25 00:44:19'),
('Profile Photos', 574, 'bx_photos', 980, 'active', '2010-07-25 08:25:05'),
('Profile Photos', 575, 'bx_photos', 981, 'active', '2010-07-25 09:02:08'),
('Fotos de la pagina del perfil', 577, 'bx_photos', 982, 'active', '2010-07-25 20:01:53'),
('Profile Photos', 578, 'bx_photos', 983, 'active', '2010-07-25 21:36:18'),
('Profile Photos', 579, 'bx_photos', 985, 'active', '2010-07-27 11:21:24'),
('Profile Photos', 580, 'bx_photos', 986, 'active', '2010-07-27 13:35:52'),
('Fotos de la pagina del perfil', 581, 'bx_photos', 987, 'active', '2010-07-27 14:09:10'),
('Fotos de la pagina del perfil', 582, 'bx_photos', 988, 'active', '2010-07-27 14:46:24'),
('Fotos de la pagina del perfil', 583, 'bx_photos', 989, 'active', '2010-07-27 15:27:14'),
('Profile Photos', 584, 'bx_photos', 990, 'active', '2010-07-27 21:34:47'),
('Profile Photos', 585, 'bx_photos', 990, 'active', '2010-07-27 21:35:45'),
('Profile Photos', 590, 'bx_photos', 995, 'active', '2010-07-28 21:01:44'),
('Lifestyle', 19, 'bx_blogs', 1, 'active', '2010-07-28 21:45:18'),
('Fotos de la pagina del perfil', 589, 'bx_photos', 994, 'active', '2010-07-28 11:24:29'),
('Profile Photos', 591, 'bx_photos', 996, 'active', '2010-07-29 16:29:58'),
('Profile Photos', 598, 'bx_photos', 1000, 'active', '2010-07-29 21:40:26'),
('Fotos de la pagina del perfil', 593, 'bx_photos', 999, 'active', '2010-07-29 21:21:18'),
('Fotos de la pagina del perfil', 599, 'bx_photos', 1001, 'active', '2010-07-29 21:42:43'),
('Other', 597, 'bx_photos', 998, 'active', '2010-07-29 21:59:43'),
('Other', 601, 'bx_photos', 998, 'active', '2010-07-29 22:02:29'),
('Profile Photos', 602, 'bx_photos', 1002, 'active', '2010-07-29 22:39:11'),
('Profile Photos', 603, 'bx_photos', 1003, 'active', '2010-07-29 22:39:55'),
('Profile Photos', 604, 'bx_photos', 1004, 'active', '2010-07-29 23:30:39'),
('Profile Photos', 605, 'bx_photos', 1005, 'active', '2010-07-29 23:37:01'),
('Profile Photos', 606, 'bx_photos', 1006, 'active', '2010-07-30 01:22:22'),
('Fotos de la pagina del perfil', 607, 'bx_photos', 1007, 'active', '2010-07-30 01:29:22'),
('Profile Photos', 608, 'bx_photos', 1008, 'active', '2010-07-30 14:52:37'),
('Profile photos', 722, 'bx_photos', 1, 'active', '2010-08-19 20:29:01'),
('Profile photos', 725, 'bx_photos', 1, 'active', '2010-08-19 20:29:30'),
('Profile Photos', 708, 'bx_photos', 1, 'active', '2010-08-13 14:33:55'),
('Profile photos', 709, 'bx_photos', 1, 'active', '2010-08-13 22:41:49'),
('Profile music', 19, 'bx_sounds', 1, 'active', '2010-08-14 09:50:10'),
('Profile photos', 617, 'bx_photos', 1, 'active', '2010-08-01 21:37:40'),
('Sites', 618, 'bx_photos', 1, 'active', '2010-08-01 21:37:44'),
('Profile photos', 619, 'bx_photos', 1, 'active', '2010-08-01 21:37:50'),
('Profile photos', 620, 'bx_photos', 1, 'active', '2010-08-01 21:37:59'),
('Profile photos', 621, 'bx_photos', 1, 'active', '2010-08-01 21:38:13'),
('Profile photos', 622, 'bx_photos', 1, 'active', '2010-08-01 21:38:23'),
('Profile photos', 623, 'bx_photos', 1, 'active', '2010-08-01 21:38:39'),
('Events', 624, 'bx_photos', 1, 'active', '2010-08-01 21:42:33'),
('Events', 625, 'bx_photos', 1, 'active', '2010-08-01 21:42:46'),
('Events', 626, 'bx_photos', 1, 'active', '2010-08-01 21:42:59'),
('Events', 627, 'bx_photos', 1, 'active', '2010-08-01 21:43:05'),
('Events', 628, 'bx_photos', 1, 'active', '2010-08-01 22:04:06'),
('Events', 629, 'bx_photos', 1, 'active', '2010-08-01 22:04:13'),
('Events', 630, 'bx_photos', 1, 'active', '2010-08-01 22:04:20'),
('Events', 631, 'bx_photos', 1, 'active', '2010-08-01 22:04:27'),
('Events', 632, 'bx_photos', 1, 'active', '2010-08-01 22:04:34'),
('Events', 633, 'bx_photos', 1, 'active', '2010-08-01 22:04:40'),
('Events', 634, 'bx_photos', 1, 'active', '2010-08-01 22:04:46'),
('Events', 635, 'bx_photos', 1, 'active', '2010-08-01 22:04:57'),
('Events', 636, 'bx_photos', 1, 'active', '2010-08-01 22:05:07'),
('Events', 637, 'bx_photos', 1, 'active', '2010-08-01 22:05:11'),
('Events', 638, 'bx_photos', 1, 'active', '2010-08-01 22:05:17'),
('Events', 639, 'bx_photos', 1, 'active', '2010-08-01 22:05:22'),
('Events', 640, 'bx_photos', 1, 'active', '2010-08-01 22:05:26'),
('Events', 641, 'bx_photos', 1, 'active', '2010-08-01 22:05:33'),
('Events', 642, 'bx_photos', 1, 'active', '2010-08-01 22:05:37'),
('Events', 643, 'bx_photos', 1, 'active', '2010-08-01 22:05:43'),
('Events', 644, 'bx_photos', 1, 'active', '2010-08-01 22:05:50'),
('Events', 645, 'bx_photos', 1, 'active', '2010-08-01 22:05:55'),
('Events', 646, 'bx_photos', 1, 'active', '2010-08-01 22:06:00'),
('Events', 647, 'bx_photos', 1, 'active', '2010-08-01 22:06:05'),
('Events', 648, 'bx_photos', 1, 'active', '2010-08-01 22:06:10'),
('Events', 649, 'bx_photos', 1, 'active', '2010-08-01 22:06:14'),
('Events', 650, 'bx_photos', 1, 'active', '2010-08-01 22:06:18'),
('Events', 651, 'bx_photos', 1, 'active', '2010-08-01 22:06:22'),
('Events', 652, 'bx_photos', 1, 'active', '2010-08-01 22:06:27'),
('Events', 653, 'bx_photos', 1, 'active', '2010-08-01 22:06:32'),
('Events', 654, 'bx_photos', 1, 'active', '2010-08-01 22:06:36'),
('Events', 655, 'bx_photos', 1, 'active', '2010-08-01 22:06:40'),
('Events', 656, 'bx_photos', 1, 'active', '2010-08-01 22:06:44'),
('Events', 657, 'bx_photos', 1, 'active', '2010-08-01 22:06:53'),
('Events', 658, 'bx_photos', 1, 'active', '2010-08-01 22:06:57'),
('Events', 659, 'bx_photos', 1, 'active', '2010-08-01 22:07:01'),
('Events', 660, 'bx_photos', 1, 'active', '2010-08-01 22:07:05'),
('Events', 661, 'bx_photos', 1, 'active', '2010-08-01 22:07:10'),
('Events', 662, 'bx_photos', 1, 'active', '2010-08-01 22:07:14'),
('Events', 663, 'bx_photos', 1, 'active', '2010-08-01 22:07:19'),
('Events', 664, 'bx_photos', 1, 'active', '2010-08-01 22:07:22'),
('Events', 665, 'bx_photos', 1, 'active', '2010-08-01 22:07:26'),
('Events', 666, 'bx_photos', 1, 'active', '2010-08-01 22:07:31'),
('Events', 667, 'bx_photos', 1, 'active', '2010-08-01 22:07:35'),
('Events', 668, 'bx_photos', 1, 'active', '2010-08-01 22:07:39'),
('Events', 669, 'bx_photos', 1, 'active', '2010-08-01 22:07:44'),
('Events', 670, 'bx_photos', 1, 'active', '2010-08-01 22:07:53'),
('Lifestyle', 20, 'bx_blogs', 1, 'active', '2010-08-02 18:24:38'),
('Fun', 675, 'bx_photos', 878, 'active', '2010-08-04 11:09:23'),
('Fotos de la pagina del perfil', 676, 'bx_photos', 878, 'active', '2010-08-04 11:12:42'),
('Events', 682, 'bx_photos', 1, 'active', '2010-08-09 11:17:00'),
('Party', 5, 'bx_events', 1, 'active', '2010-08-09 11:17:01'),
('Events', 683, 'bx_photos', 1, 'active', '2010-08-09 11:50:49'),
('Party', 6, 'bx_events', 1, 'active', '2010-08-09 11:50:49'),
('Events', 684, 'bx_photos', 1, 'active', '2010-08-09 12:03:47'),
('Events', 685, 'bx_photos', 1, 'active', '2010-08-09 12:04:06'),
('Party', 8, 'bx_events', 1, 'active', '2010-08-15 11:46:30'),
('Profile photos', 696, 'bx_photos', 1081, 'active', '2010-08-10 13:44:03'),
('Profile photos', 695, 'bx_photos', 1081, 'active', '2010-08-10 13:44:08'),
('Profile photos', 694, 'bx_photos', 1081, 'active', '2010-08-10 13:44:12'),
('Profile photos', 693, 'bx_photos', 1081, 'active', '2010-08-10 13:44:16'),
('Profile photos', 692, 'bx_photos', 1081, 'active', '2010-08-10 13:44:22'),
('Profile photos', 691, 'bx_photos', 1081, 'active', '2010-08-10 13:44:31'),
('Profile photos', 690, 'bx_photos', 1081, 'active', '2010-08-10 13:44:36'),
('Profile photos', 689, 'bx_photos', 1081, 'active', '2010-08-10 13:44:40'),
('Profile photos', 688, 'bx_photos', 1081, 'active', '2010-08-10 13:44:45'),
('Profile photos', 687, 'bx_photos', 1081, 'active', '2010-08-10 13:44:50'),
('Profile photos', 686, 'bx_photos', 1081, 'active', '2010-08-10 13:44:53'),
('Profile photos', 699, 'bx_photos', 1089, 'active', '2010-08-11 19:02:54'),
('Profile photos', 730, 'bx_photos', 1, 'active', '2010-08-30 14:49:08'),
('Games', 0, 'bx_photos', 0, 'active', '2010-08-27 10:34:21'),
('Puzzles', 0, 'bx_games', 0, 'active', '2010-08-27 10:34:21'),
('Action', 0, 'bx_games', 0, 'active', '2010-08-27 10:34:21'),
('Strategy', 0, 'bx_games', 0, 'active', '2010-08-27 10:34:21'),
('Sports', 0, 'bx_games', 0, 'active', '2010-08-27 10:34:21'),
('Shooting', 11, 'bx_games', 1, 'active', '2010-08-27 10:40:31'),
('Shooting', 12, 'bx_games', 1, 'active', '2010-08-27 10:40:39'),
('Education', 13, 'bx_games', 1, 'active', '2010-08-27 10:41:02'),
('Strategy', 14, 'bx_games', 1, 'active', '2010-08-27 10:41:11'),
('Other', 15, 'bx_games', 1, 'active', '2010-08-27 10:41:19'),
('Dress-Up', 16, 'bx_games', 1, 'active', '2010-08-27 10:41:26'),
('Puzzles', 17, 'bx_games', 1, 'active', '2010-08-27 10:41:34'),
('Puzzles', 18, 'bx_games', 1, 'active', '2010-08-27 10:41:46'),
('Puzzles', 20, 'bx_games', 1, 'active', '2010-08-27 10:42:11'),
('Dress-Up', 21, 'bx_games', 1, 'active', '2010-08-27 10:42:20'),
('Shooting', 22, 'bx_games', 1, 'active', '2010-08-27 10:42:31'),
('Strategy', 23, 'bx_games', 1, 'active', '2010-08-27 10:42:38'),
('Other', 24, 'bx_games', 1, 'active', '2010-08-27 10:42:45'),
('Strategy', 25, 'bx_games', 1, 'active', '2010-08-27 10:42:59'),
('Shooting', 26, 'bx_games', 1, 'active', '2010-08-27 10:43:07'),
('Strategy', 27, 'bx_games', 1, 'active', '2010-08-27 10:43:16'),
('Puzzles', 28, 'bx_games', 1, 'active', '2010-08-27 10:43:26'),
('Dress-Up', 29, 'bx_games', 1, 'active', '2010-08-27 10:43:34'),
('Strategy', 30, 'bx_games', 1, 'active', '2010-08-27 10:43:54'),
('Adventure', 31, 'bx_games', 1, 'active', '2010-08-27 10:44:09'),
('Rhythm', 32, 'bx_games', 1, 'active', '2010-08-27 10:44:16'),
('Adventure', 33, 'bx_games', 1, 'active', '2010-08-27 10:44:24'),
('Adventure', 34, 'bx_games', 1, 'active', '2010-08-27 10:45:02'),
('Puzzles', 35, 'bx_games', 1, 'active', '2010-08-27 10:45:13'),
('Puzzles', 36, 'bx_games', 1, 'active', '2010-08-27 10:45:27'),
('Puzzles', 37, 'bx_games', 1, 'active', '2010-08-27 10:45:36'),
('Puzzles', 38, 'bx_games', 1, 'active', '2010-08-27 10:45:43'),
('Driving', 39, 'bx_games', 1, 'active', '2010-08-27 10:45:53'),
('Puzzles', 40, 'bx_games', 1, 'active', '2010-08-27 10:46:03'),
('Sports', 41, 'bx_games', 1, 'active', '2010-08-27 10:48:08'),
('Shooting', 42, 'bx_games', 1, 'active', '2010-08-27 10:48:19'),
('Puzzles', 43, 'bx_games', 1, 'active', '2010-08-27 10:48:28'),
('Puzzles', 45, 'bx_games', 1, 'active', '2010-08-27 10:49:21'),
('Puzzles', 47, 'bx_games', 1, 'active', '2010-08-27 10:49:44'),
('Puzzles', 48, 'bx_games', 1, 'active', '2010-08-27 10:50:20'),
('Jigsaw', 49, 'bx_games', 1, 'active', '2010-08-27 10:50:27'),
('Puzzles', 50, 'bx_games', 1, 'active', '2010-08-27 10:50:35'),
('Puzzles', 51, 'bx_games', 1, 'active', '2010-08-27 10:50:49'),
('Dress-Up', 52, 'bx_games', 1, 'active', '2010-08-27 10:50:56'),
('Dress-Up', 53, 'bx_games', 1, 'active', '2010-08-27 10:51:03'),
('Dress-Up', 54, 'bx_games', 1, 'active', '2010-08-27 10:51:11'),
('Puzzles', 55, 'bx_games', 1, 'active', '2010-08-27 10:51:53'),
('Dress-Up', 56, 'bx_games', 1, 'active', '2010-08-27 10:52:06'),
('Dress-Up', 57, 'bx_games', 1, 'active', '2010-08-27 10:52:15'),
('Dress-Up', 59, 'bx_games', 1, 'active', '2010-08-27 10:52:30'),
('Dress-Up', 60, 'bx_games', 1, 'active', '2010-08-27 10:52:37'),
('Puzzles', 62, 'bx_games', 1, 'active', '2010-08-27 10:53:09'),
('Dress-Up', 63, 'bx_games', 1, 'active', '2010-08-27 10:53:17'),
('Dress-Up', 64, 'bx_games', 1, 'active', '2010-08-27 10:53:24'),
('Strategy', 65, 'bx_games', 1, 'active', '2010-08-27 10:53:37'),
('Puzzles', 66, 'bx_games', 1, 'active', '2010-08-27 10:53:47'),
('Sports', 67, 'bx_games', 1, 'active', '2010-08-27 10:53:55'),
('Shooting', 68, 'bx_games', 1, 'active', '2010-08-27 10:54:06'),
('Puzzles', 69, 'bx_games', 1, 'active', '2010-08-27 10:54:19'),
('Strategy', 70, 'bx_games', 1, 'active', '2010-08-27 10:54:26'),
('Other', 71, 'bx_games', 1, 'active', '2010-08-27 10:55:25'),
('Other', 72, 'bx_games', 1, 'active', '2010-08-27 14:18:23'),
('Other', 73, 'bx_games', 1, 'active', '2010-08-27 14:18:59'),
('Strategy', 74, 'bx_games', 1, 'active', '2010-08-27 14:20:36'),
('Dress-Up', 75, 'bx_games', 1, 'active', '2010-08-27 14:20:43'),
('Puzzles', 76, 'bx_games', 1, 'active', '2010-08-27 14:20:49'),
('Other', 77, 'bx_games', 1, 'active', '2010-08-27 14:20:56'),
('Puzzles', 78, 'bx_games', 1, 'active', '2010-08-27 14:21:49'),
('Strategy', 79, 'bx_games', 1, 'active', '2010-08-27 14:21:57'),
('Other', 80, 'bx_games', 1, 'active', '2010-08-27 14:22:40'),
('Casino', 81, 'bx_games', 1, 'active', '2010-08-27 14:23:13'),
('Other', 82, 'bx_games', 1, 'active', '2010-08-27 14:23:26'),
('Casino', 83, 'bx_games', 1, 'active', '2010-08-27 14:23:35'),
('Casino', 84, 'bx_games', 1, 'active', '2010-08-27 14:23:43'),
('Puzzles', 85, 'bx_games', 1, 'active', '2010-08-27 14:23:50'),
('Other', 86, 'bx_games', 1, 'active', '2010-08-27 14:24:16'),
('Other', 87, 'bx_games', 1, 'active', '2010-08-27 14:54:56'),
('Other', 88, 'bx_games', 1, 'active', '2010-08-27 16:26:31'),
('Casino', 89, 'bx_games', 1, 'active', '2010-08-27 16:27:47'),
('Strategy', 90, 'bx_games', 1, 'active', '2010-08-27 16:28:24'),
('Puzzles', 91, 'bx_games', 1, 'active', '2010-08-27 16:28:45'),
('Other', 92, 'bx_games', 1, 'active', '2010-08-27 16:28:59'),
('Casino', 93, 'bx_games', 1, 'active', '2010-08-27 16:29:56'),
('Education', 94, 'bx_games', 1, 'active', '2010-08-27 16:31:54'),
('Education', 95, 'bx_games', 1, 'active', '2010-08-27 16:32:31'),
('Casino', 96, 'bx_games', 1, 'active', '2010-08-27 16:33:09'),
('Other', 97, 'bx_games', 1, 'active', '2010-08-27 16:33:56'),
('Strategy', 98, 'bx_games', 1, 'active', '2010-08-27 16:35:08'),
('Driving', 99, 'bx_games', 1, 'active', '2010-08-27 16:35:33'),
('Adventure', 100, 'bx_games', 1, 'active', '2010-08-27 16:37:06'),
('Action', 101, 'bx_games', 1, 'active', '2010-08-27 16:37:34'),
('Rhythm', 102, 'bx_games', 1, 'active', '2010-08-27 16:42:01'),
('Strategy', 103, 'bx_games', 1, 'active', '2010-08-27 16:42:28'),
('Strategy', 104, 'bx_games', 1, 'active', '2010-08-27 16:42:45'),
('Action', 105, 'bx_games', 1, 'active', '2010-08-27 16:42:57'),
('Strategy', 106, 'bx_games', 1, 'active', '2010-08-27 16:43:12'),
('Shooting', 107, 'bx_games', 1, 'active', '2010-08-27 16:43:37'),
('Strategy', 108, 'bx_games', 1, 'active', '2010-08-27 16:43:55'),
('Shooting', 109, 'bx_games', 1, 'active', '2010-08-27 16:44:11'),
('Strategy', 110, 'bx_games', 1, 'active', '2010-08-27 16:44:31'),
('Puzzles', 111, 'bx_games', 1, 'active', '2010-08-27 16:44:48'),
('Sports', 112, 'bx_games', 1, 'active', '2010-08-27 16:45:39'),
('Puzzles', 113, 'bx_games', 1, 'active', '2010-08-27 16:45:51'),
('Strategy', 114, 'bx_games', 1, 'active', '2010-08-27 16:46:03'),
('Strategy', 115, 'bx_games', 1, 'active', '2010-08-27 16:46:17'),
('Strategy', 116, 'bx_games', 1, 'active', '2010-08-27 16:46:25'),
('Shooting', 117, 'bx_games', 1, 'active', '2010-08-27 16:46:43'),
('Strategy', 118, 'bx_games', 1, 'active', '2010-08-27 16:47:21'),
('Puzzles', 119, 'bx_games', 1, 'active', '2010-08-27 16:47:32'),
('Other', 120, 'bx_games', 1, 'active', '2010-08-27 16:47:52'),
('Puzzles', 121, 'bx_games', 1, 'active', '2010-08-27 16:48:02'),
('Puzzles', 122, 'bx_games', 1, 'active', '2010-08-27 16:48:11'),
('Shooting', 123, 'bx_games', 1, 'active', '2010-08-27 16:48:21'),
('Puzzles', 124, 'bx_games', 1, 'active', '2010-08-27 16:48:29'),
('Puzzles', 125, 'bx_games', 1, 'active', '2010-08-27 16:55:22'),
('Strategy', 126, 'bx_games', 1, 'active', '2010-08-27 16:55:45'),
('Other', 127, 'bx_games', 1, 'active', '2010-08-27 16:57:27'),
('Casino', 128, 'bx_games', 1, 'active', '2010-08-27 16:57:41'),
('Shooting', 129, 'bx_games', 1, 'active', '2010-08-27 16:58:04'),
('Sports', 130, 'bx_games', 1, 'active', '2010-08-27 17:02:15'),
('Shooting', 131, 'bx_games', 1, 'active', '2010-08-27 17:02:23'),
('Shooting', 132, 'bx_games', 1, 'active', '2010-08-27 17:04:17'),
('Strategy', 133, 'bx_games', 1, 'active', '2010-08-27 17:04:44'),
('Shooting', 134, 'bx_games', 1, 'active', '2010-08-27 17:06:59'),
('Fighting', 135, 'bx_games', 1, 'active', '2010-08-27 17:11:28'),
('Shooting', 136, 'bx_games', 1, 'active', '2010-08-27 17:24:05'),
('Profile photos', 731, 'bx_photos', 1, 'active', '2010-08-29 00:21:39'),
('Puzzles', 137, 'bx_games', 1, 'active', '2010-08-29 13:16:37'),
('Shooting', 138, 'bx_games', 1, 'active', '2010-08-29 13:16:55'),
('Casino', 139, 'bx_games', 1, 'active', '2010-08-29 13:17:31'),
('Other', 140, 'bx_games', 1, 'active', '2010-08-29 13:17:41'),
('Puzzles', 141, 'bx_games', 1, 'active', '2010-08-31 07:26:25'),
('Puzzles', 142, 'bx_games', 1, 'active', '2010-08-31 07:26:42'),
('Rhythm', 143, 'bx_games', 1, 'active', '2010-08-31 07:26:50'),
('Puzzles', 144, 'bx_games', 1, 'active', '2010-08-31 07:26:58'),
('Strategy', 145, 'bx_games', 1, 'active', '2010-08-31 07:27:10'),
('Puzzles', 146, 'bx_games', 1, 'active', '2010-08-31 07:27:21'),
('Puzzles', 147, 'bx_games', 1, 'active', '2010-08-31 07:27:31'),
('Strategy', 148, 'bx_games', 1, 'active', '2010-08-31 07:27:41'),
('Puzzles', 149, 'bx_games', 1, 'active', '2010-08-31 07:27:55'),
('Puzzles', 150, 'bx_games', 1, 'active', '2010-08-31 07:28:06'),
('Puzzles', 151, 'bx_games', 1, 'active', '2010-08-31 07:28:29'),
('Puzzles', 152, 'bx_games', 1, 'active', '2010-08-31 07:28:41'),
('Puzzles', 153, 'bx_games', 1, 'active', '2010-08-31 07:28:51'),
('Puzzles', 154, 'bx_games', 1, 'active', '2010-08-31 07:29:02'),
('Puzzles', 155, 'bx_games', 1, 'active', '2010-08-31 07:29:13'),
('Puzzles', 156, 'bx_games', 1, 'active', '2010-08-31 07:29:25'),
('Puzzles', 158, 'bx_games', 1, 'active', '2010-08-31 07:29:55'),
('Puzzles', 159, 'bx_games', 1, 'active', '2010-08-31 07:30:10'),
('Puzzles', 160, 'bx_games', 1, 'active', '2010-08-31 07:30:20'),
('Strategy', 161, 'bx_games', 1, 'active', '2010-08-31 07:30:52'),
('Puzzles', 163, 'bx_games', 1, 'active', '2010-08-31 07:34:58'),
('Puzzles', 164, 'bx_games', 1, 'active', '2010-08-31 07:35:26'),
('Strategy', 165, 'bx_games', 1, 'active', '2010-08-31 07:36:02'),
('Puzzles', 166, 'bx_games', 1, 'active', '2010-08-31 07:36:37'),
('Strategy', 167, 'bx_games', 1, 'active', '2010-08-31 07:36:45'),
('Puzzles', 168, 'bx_games', 1, 'active', '2010-08-31 07:37:39'),
('Puzzles', 169, 'bx_games', 1, 'active', '2010-08-31 07:38:02'),
('Puzzles', 170, 'bx_games', 1, 'active', '2010-08-31 07:38:26'),
('Shooting', 171, 'bx_games', 1, 'active', '2010-08-31 07:40:33'),
('Puzzles', 172, 'bx_games', 1, 'active', '2010-08-31 07:42:26'),
('Puzzles', 173, 'bx_games', 1, 'active', '2010-08-31 07:42:40'),
('Puzzles', 174, 'bx_games', 1, 'active', '2010-08-31 07:42:51'),
('Puzzles', 175, 'bx_games', 1, 'active', '2010-08-31 07:42:58'),
('Puzzles', 176, 'bx_games', 1, 'active', '2010-08-31 07:43:07'),
('Puzzles', 177, 'bx_games', 1, 'active', '2010-08-31 07:43:15'),
('Puzzles', 178, 'bx_games', 1, 'active', '2010-08-31 07:43:33'),
('Puzzles', 179, 'bx_games', 1, 'active', '2010-08-31 07:43:51'),
('Strategy', 180, 'bx_games', 1, 'active', '2010-08-31 07:44:25'),
('Puzzles', 181, 'bx_games', 1, 'active', '2010-08-31 07:46:05'),
('Puzzles', 182, 'bx_games', 1, 'active', '2010-08-31 07:46:31'),
('Puzzles', 183, 'bx_games', 1, 'active', '2010-08-31 07:46:57'),
('Puzzles', 184, 'bx_games', 1, 'active', '2010-08-31 07:47:11'),
('Puzzles', 185, 'bx_games', 1, 'active', '2010-08-31 07:48:02'),
('Strategy', 186, 'bx_games', 1, 'active', '2010-08-31 07:48:22'),
('Puzzles', 187, 'bx_games', 1, 'active', '2010-08-31 07:48:34'),
('Shooting', 188, 'bx_games', 1, 'active', '2010-08-31 07:48:53'),
('Puzzles', 189, 'bx_games', 1, 'active', '2010-08-31 07:49:06'),
('Puzzles', 190, 'bx_games', 1, 'active', '2010-08-31 07:49:34'),
('Puzzles', 191, 'bx_games', 1, 'active', '2010-08-31 07:49:49'),
('Puzzles', 192, 'bx_games', 1, 'active', '2010-08-31 07:50:13'),
('Puzzles', 193, 'bx_games', 1, 'active', '2010-08-31 07:50:27'),
('Puzzles', 194, 'bx_games', 1, 'active', '2010-08-31 07:51:12'),
('Puzzles', 195, 'bx_games', 1, 'active', '2010-08-31 07:51:28'),
('Puzzles', 196, 'bx_games', 1, 'active', '2010-08-31 07:52:40'),
('Puzzles', 197, 'bx_games', 1, 'active', '2010-08-31 07:53:22'),
('Strategy', 198, 'bx_games', 1, 'active', '2010-08-31 07:54:16'),
('Strategy', 199, 'bx_games', 1, 'active', '2010-08-31 07:54:34'),
('Shooting', 200, 'bx_games', 1, 'active', '2010-08-31 07:54:50'),
('Strategy', 201, 'bx_games', 1, 'active', '2010-08-31 07:55:25'),
('Puzzles', 202, 'bx_games', 1, 'active', '2010-08-31 07:56:04'),
('Profile videos', 43, 'bx_videos', 1, 'active', '2010-09-01 23:00:31'),
('Profile videos', 44, 'bx_videos', 2, 'active', '2010-09-01 22:45:57'),
('Profile videos', 45, 'bx_videos', 2, 'active', '2010-09-01 22:47:27'),
('Profile videos', 46, 'bx_videos', 2, 'active', '2010-09-01 22:48:45'),
('Health', 28, 'bx_blogs', 1, 'active', '2010-09-09 20:14:07'),
('Lifestyle', 29, 'bx_blogs', 1, 'active', '2010-09-11 01:25:19'),
('Lifestyle', 30, 'bx_blogs', 1, 'active', '2010-09-11 01:29:08'),
('Lifestyle', 31, 'bx_blogs', 1, 'active', '2010-09-11 01:31:04'),
('Lifestyle', 32, 'bx_blogs', 1, 'active', '2010-09-11 01:33:17'),
('Lifestyle', 33, 'bx_blogs', 1, 'active', '2010-09-11 01:35:57'),
('Profile Photos', 1135, 'bx_photos', 1, 'active', '2010-09-11 16:12:15'),
('Profile Photos', 1136, 'bx_photos', 1042, 'active', '2010-09-11 17:41:24'),
('Music', 50, 'bx_videos', 1042, 'active', '2010-09-11 22:55:25'),
('Music', 48, 'bx_videos', 1042, 'active', '2010-09-11 17:50:49'),
('Music', 49, 'bx_videos', 1042, 'active', '2010-09-11 18:00:01'),
('Dating and Personals', 35, 'bx_blogs', 1042, 'active', '2010-09-11 19:04:52'),
('Dating and Personals', 36, 'bx_blogs', 1042, 'active', '2010-09-11 19:09:43'),
('Profile videos', 51, 'bx_videos', 1, 'active', '2010-09-11 23:02:30'),
('Profile videos', 52, 'bx_videos', 1, 'active', '2010-09-11 23:04:37'),
('Profile videos', 53, 'bx_videos', 1, 'active', '2010-09-11 23:08:35'),
('Music', 54, 'bx_videos', 1042, 'active', '2010-09-11 23:13:00'),
('Profile videos', 55, 'bx_videos', 1, 'active', '2010-09-11 23:21:49'),
('Profile videos', 56, 'bx_videos', 1, 'active', '2010-09-11 23:24:19'),
('Profile videos', 57, 'bx_videos', 1, 'active', '2010-09-11 23:28:28'),
('Music', 58, 'bx_videos', 1042, 'active', '2010-09-12 10:03:34'),
('Lifestyle', 37, 'bx_blogs', 1042, 'active', '2010-09-12 10:23:07'),
('Lifestyle', 38, 'bx_blogs', 1042, 'active', '2010-09-12 13:24:54'),
('Music', 59, 'bx_videos', 1042, 'active', '2010-09-12 17:39:55'),
('Profile videos', 63, 'bx_videos', 1, 'active', '2010-09-12 22:56:45'),
('Profile Photos', 1152, 'bx_photos', 1174, 'active', '2010-09-13 00:09:39'),
('Profile Photos', 1153, 'bx_photos', 1174, 'active', '2010-09-13 00:10:33'),
('Profile Photos', 1154, 'bx_photos', 1174, 'active', '2010-09-13 00:11:13'),
('Profile Photos', 1171, 'bx_photos', 50, 'active', '2010-09-15 12:40:35'),
('Profile Photos', 1156, 'bx_photos', 1174, 'active', '2010-09-13 00:12:14'),
('Profile Photos', 1157, 'bx_photos', 1174, 'active', '2010-09-13 00:12:40'),
('Profile Photos', 1158, 'bx_photos', 1174, 'active', '2010-09-13 00:13:24'),
('Profile Photos', 1159, 'bx_photos', 1174, 'active', '2010-09-13 00:14:08'),
('Profile Photos', 1160, 'bx_photos', 1174, 'active', '2010-09-13 00:14:44');
INSERT INTO `sys_categories` (`Category`, `ID`, `Type`, `Owner`, `Status`, `Date`) VALUES
('Profile Photos', 1161, 'bx_photos', 1174, 'active', '2010-09-13 00:15:41'),
('Profile Photos', 1162, 'bx_photos', 1174, 'active', '2010-09-13 00:16:38');

 

_________________________________________________________

 

Thank's fpr helping to fix this

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 16 Sep 2010

I don't know why a sql dump would have a syntax error but it's the double commas marked below. Edit the sql and remove the extra comma. There is only supposed to be one at the end of each line. This one has two for some reason.

--
-- Table structure for table `sys_categories`
--
CREATE TABLE IF NOT EXISTS `sys_categories` (
`Category` varchar( 32 ) NOT NULL DEFAULT '',
`ID` int( 10 ) unsigned NOT NULL DEFAULT '0',
`Type` varchar( 20 ) NOT NULL DEFAULT 'photo' , ,
`Owner` int( 10 ) unsigned NOT NULL ,
`Status` enum( 'active', 'passive' ) NOT NULL DEFAULT 'active',
`Date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ,
PRIMARY KEY ( `Category` , `ID` , `Type` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8;

https://www.deanbassett.com
Quote · 16 Sep 2010

Wow

Thank's a lot Deano

Now is working

I can believe I miss that

lol

But  Thank's  man

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 16 Sep 2010

Deano One question

if you can see  I have duplicate >>  INSERT INTO `sys_categories` (`Category`, `ID`, `Type`, `Owner`, `Status`, `Date`) VALUES

 

one at the top and one at the botton is this is normal or is wrong

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 16 Sep 2010

The last id numbers are different so it's ok. I am guessing it is normal. The dump most likely split it due to limits in query sizes.

https://www.deanbassett.com
Quote · 16 Sep 2010

Remove excess comma from:

`Type` varchar( 20 ) NOT NULL DEFAULT 'photo' , ,

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 16 Sep 2010

Thank's a lot Guys  I finally got all my database errors fix

Thank's

 

Remove excess comma from:

`Type` varchar( 20 ) NOT NULL DEFAULT 'photo' , ,

 

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 17 Sep 2010

 

Thank's a lot Guys  I finally got all my database errors fix

Thank's

 

Remove excess comma from:

`Type` varchar( 20 ) NOT NULL DEFAULT 'photo' , ,

 

you welcome :)

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 17 Sep 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.