mIRC Home    About    Download    Register    News    Help

Print Thread
#43327 21/08/03 08:45 AM
Joined: Aug 2003
Posts: 73
C
CyBot Offline OP
Babel fish
OP Offline
Babel fish
C
Joined: Aug 2003
Posts: 73
Hey Im making a site and on my site i want to make my own forum, like this but much, much simpler does anyone know where i can get the php code for a forum etc. ?
Also: Does anyone know how to check if my host is running MySQL ?
Thanks! confused


The blue monkey is out of its barrel...
#43328 21/08/03 09:48 AM
Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
This forum uses UBBThreads, but it isn't free.

Some of more popular free boards are vBulletin and Invision.

More boards can be found on Google Directories, try the PHP link for the better boards.

- Raccoon


Well. At least I won lunch.
Good philosophy, see good in bad, I like!
#43329 21/08/03 11:00 AM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
Does anyone know how to check if my host is running MySQL?

Ask the company that runs it.

#43330 21/08/03 02:41 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Well based on the fact that you are talking about PHP, I assume that means you do know your host has PHP? Create a .php file that contains:

<?php phpinfo(); ?>

Then go to that .php file using your browser. Look in the "Configure Command" section, if it has --with-mysql, then the PHP installed on your system allows access to MySQL, if it doesn't have it then MySQL support is not enabled. That won't actually tell you if YOU have access to MySQL (a login/password) it will just tell you if MySQL support is enabled.


Link Copied to Clipboard