Name: Anonymous 2010-09-24 20:49
I'm a rookie who's trying to set up his own image board. I did pretty much everything the instructions told me but I'm stumbled against this. I don't know wtf these mean or how to fill them. Copy/Paste from the php file.
define(SQLLOG, 'CHANGEME'); //Table (NOT DATABASE) used by image board
define(SQLUSER, 'CHANGEME'); //MySQL user (must be changed)
define(SQLPASS, 'CHANGEME'); //MySQL user's password (must be changed)
define(SQLDB, 'CHANGEME'); //Database used by image board
what am i supposed to change these with ?
define(SQLLOG, 'CHANGEME'); //Table (NOT DATABASE) used by image board
define(SQLUSER, 'CHANGEME'); //MySQL user (must be changed)
define(SQLPASS, 'CHANGEME'); //MySQL user's password (must be changed)
define(SQLDB, 'CHANGEME'); //Database used by image board
what am i supposed to change these with ?