PDA

View Full Version : phpArcadeScript and catagories


allstar
02-10-2007, 05:17 PM
In export.php what is the current category's names for all the videos and thier id numbers? I am trying to figure out which categories I want to import into my site running phpArcadeScript.

The only ones I see these

@mysql_query("INSERT INTO `categories` VALUES (200, 'Cars', '', '', 0, 1)");
@mysql_query("INSERT INTO `categories` VALUES (33, 'Weird', '', '', 0, 1)");
@mysql_query("INSERT INTO `categories` VALUES (27, 'Funny', '', '', 0, 1)");
@mysql_query("INSERT INTO `categories` VALUES (25, 'Babe', '', '', 0, 1)");
@mysql_query("INSERT INTO `categories` VALUES (24, 'Amazing', '', '', 0, 1)");
@mysql_query("INSERT INTO `categories` VALUES (23, 'LMAO', '', '', 0, 1)");
@mysql_query("INSERT INTO `categories` VALUES (18, 'Gross', '', '', 0, 1)");
@mysql_query("INSERT INTO `categories` VALUES (16, 'Misc', '', '', 0, 1)");
@mysql_query("INSERT INTO `categories` VALUES (103, 'Crashes', '', '', 0, 1)");
@mysql_query("INSERT INTO `categories` VALUES (201, 'Sports', '', '', 0, 1)");

The others don't have names with them.

-

Edit:

Nevermind I found it off the home page. Are those up to date?

-