View Single Post
Old December 26th, 2004, 02:13 PM   #4 (permalink)
vwsport.com
Junior Member
Verified Customer
 
Join Date: Sep 2003
Posts: 14
Thank you for the quick reply! I just double checked and phpbb2.php was already modified, i assume you guys updated the zip file? also I tried the $key word fix with out any luck, I assume it should look like this ?

$keywords = array ();
if ( !isset($cat) ) $cat = $dbcat;
$title = stripslashes( $title );
$keywords = stripslashes( $keywords );
$desc = stripslashes( $desc );

? I can care less about the keywords for now, but I still cannot get into the admin panel. any other ideas? btw my pic library is at http://forum.vwsport.com/pics thanks for any help!

Dan
vwsport.com is offline   Reply With Quote