
10-31-2005, 08:17 PM
|
|
|
Join Date: Aug 2002
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
inserting posts/threads externally
I am working on a mini-hack to import wordpress posts to vbulletin threads
the script is currently generating the following:
Quote:
INSERT INTO `post` VALUES ('', '26452', 'blogbot', '55363', 'Valkyrie Profile - At the Bottom of Hell is Distortion', '1130748727', 'Generally, I don't make a habit of listening to video game music from games I haven't even had a chance to play. I personally find that songs tend to be much provocative, emotional, and even downright more interesting if I've played the game they happen to be from. By chance, though, I recently came across the arranged version of At the Bottom of Hell is Distortion on a shoutcast stream. Despite never having played Valkyrie Profile, I was incredibly impressed. Needless to say, Valkyrie Profile's now gone up a notch or ten on my "games I really need to get around playing" list.', '0', '0', '192.168.0.1', '0', '1', '0', '0')
INSERT INTO `thread` VALUES ('', 'Valkyrie Profile - At the Bottom of Hell is Distortion', '1130748727', '71', '0', '1', '0', 'blogbot', '55363', 'blogbot', '1130748727', '0', '0', '', '1', '0', '0', '0', '0', '1', '', '')
|
however, if I actually insert those things aren't quite working correctly. the thread shows up in the appropriate forum, but the post does not (if you click on the thread, you basically see nothing). why?
|