$sql = "INSERT INTO " . TABLE_PREFIX . "page name = '".$db->escape_string($vbulletin->GPC['name'])."', edit_by = '".$db->escape_string($vbulletin->userinfo['username'])."', status = 1, contents = '".$db->escape_string($vbulletin->GPC['description'])."'";