PHP Code:
$pid = $i + 1;
$DB_site->query("INSERT INTO forum
(forumid,styleid,title,description,active,displayorder,parentid,
parentlist,allowposting,cancontainthreads,daysprune,newpostemail,newthreademail,
moderatenew,allowhtml,allowbbcode,allowimages,allowsmilies,allowicons,
styleoverride,allowratings,countposts,moderateattach)
VALUES
(NULL,'YOUR DEFAULT STYLE','$filearray[$i]','','1','$i','$pid',
'$i,-1','0','0','0','','','0','0','1','1','1','1','0','1',
'1','0')");
$DB_site->query("INSERT INTO forum
(forumid,styleid,title,description,active,displayorder,parentid,
parentlist,allowposting,cancontainthreads,daysprune,newpostemail,newthreademail,
moderatenew,allowhtml,allowbbcode,allowimages,allowsmilies,allowicons,
styleoverride,allowratings,countposts,moderateattach)
VALUES
(NULL,'YOUR DEFAULT STYLE','General Talk','','1','$i','-1',
'$i,-1','1','1','30','','','0','0','1','1','1','1','0','1',
'1','0')");
$DB_site->query("INSERT INTO forum
(forumid,styleid,title,description,active,displayorder,parentid,
parentlist,allowposting,cancontainthreads,daysprune,newpostemail,newthreademail,
moderatenew,allowhtml,allowbbcode,allowimages,allowsmilies,allowicons,
styleoverride,allowratings,countposts,moderateattach)
VALUES
(NULL,'YOUR DEFAULT STYLE','What to Buy','','1','$i','-1',
'$i,-1','1','1','30','','','0','0','1','1','1','1','0','1',
'1','0')");
$DB_site->query("INSERT INTO forum
(forumid,styleid,title,description,active,displayorder,parentid,
parentlist,allowposting,cancontainthreads,daysprune,newpostemail,newthreademail,
moderatenew,allowhtml,allowbbcode,allowimages,allowsmilies,allowicons,
styleoverride,allowratings,countposts,moderateattach)
VALUES
(NULL,'YOUR DEFAULT STYLE','What's on Sale','','1','$i','-1',
'$i,-1','1','1','30','','','0','0','1','1','1','1','0','1',
'1','0')");
the only thing i can't get to work is the parent list thing so i dont know if this will even work until you get those working, but i haven't tested this