well i have a phpBB forum and i need to install hacks,,, but in some hacks the very first step is
Code:
#
#-----[ SQL ]------------------------------------------
#
# Remember to change the table prefix used on your database
ALTER TABLE `phpbb_forums` ADD `forum_icon_new_post` VARCHAR( 255 ) default NULL;
ALTER TABLE `phpbb_forums` ADD `forum_icon_no_post` VARCHAR( 255 ) default NULL;
#
# Remember to do this for each installed language pack!
#
and i don't know what that is :(
help plzzz
05-14-2005, 04:49 PM
ROTD
uhmmm....hmmm i think it means like the forum topic settins to 'null' or somthin....at least thats what it sounds like maybe its a setting....ive never used it though....
05-14-2005, 04:55 PM
Mohammed
lol,,, then u don't need to answer do u :P
and plus ur location is "sittin here waitin for my 1300th post"
u allready have 1317 post!
05-14-2005, 04:57 PM
ROTD
rofl thats my member number f00l!! rofl
05-14-2005, 06:05 PM
Mohammed
ohh,,, well,, my bad lol,,,
gettin back to topic,, any one out there has any idea how and where to find my SQL database ?
05-15-2005, 05:12 PM
MetalSkin
It adds two new columns (fields) to the table, the names of which are forum_icon_new_post and forum_icon_no_post. The default value for both columns (fields) is null.
if you need help with MySQL then have a gander at the mysql searchable reference: