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 ?
Name:
Anonymous2010-09-24 20:53
First, SSH to the server install the database. On a debian-based server you'll do something like sudo apt-get install CHANGEME
sudo /etc/init.d/CHANGEME start
Then, create an user named CHANGEME whose password is CHANGEME. Then, create a table named CHANGEME. Look up the syntax with man CHANGEME.
Name:
Anonymous2010-09-24 21:04
>>2
Ooo kay. I only- couldn't quite catch what you mean. I'm using winxp. Am I not supposed to change these "CHANGEME" with a code or whatever and be done with it ?
Name:
Anonymous2010-09-24 21:25
>>1 [spoiler]asking for help on /pr_[/spolier]g
IHBT
>>1
Change it to this: define(SQLLOG, 'BS'); //Table (NOT DATABASE) used by image board
define(SQLUSER, 'Tim'); //MySQL user (must be changed)
define(SQLPASS, 'a97ha'); //MySQL user's password (must be changed)
define(SQLDB, 'img'); //Database used by image board