Find:
Quote:
$DB_site->query("INSERT INTO forum
(forumid,styleid,title,description,active,displayo rder,parentid,
parentlist,allowposting,cancontainthreads,iconimg,
daysprune,newpostemail,newthreademail,
moderatenew,allowhtml,allowbbcode,allowimages,allo wsmilies,allowicons,
styleoverride,allowratings,countposts,moderateatta ch,forumnewsid)
VALUES
(NULL,'$styleset','".addslashes($title)."','".adds lashes($description)."','$isactive','$displayorder ','$parentid',
'','$allowposting','$cancontainthreads','".addslas hes($iconimg)."',
'$daysprune','".addslashes($newpostemail)."','".ad dslashes($newthreademail)."',
'$moderatenew','$aallowhtmlcode','$aallowbbcode',' $aallowimgcode','$aallowsmilies','$aallowicons',
'$styleoverride','$allowratings','$countposts','$m oderateattach','$forumnewsid')");
|
Ok this part I can find in my admin/forums.php, but not all of what's above is there, specifically: iconimg, forumnewsid, '".addslashes($iconimg) and this '$forumnewsid')"); Same with step 7. Can someone help? i know that these need to be removed from the repace part, but what exactly should the replace code look like? Need step 5 and step 7 replace code. thanks!
|