helping putting my website up

owner mat

New Member
Messages
6
Reaction score
0
Points
0
ok well i upload all my php files into a /index.php directory when i go and type in on my website finalbeta.exofire.net/index.php it says 404 error whats wrong were do i upload it to and btw yes they are php and html files i also tryed making a index.html




now it says i have used all mysql databases?
 
Last edited:

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
Did you upload your files to the /public_html/ directory?
I think he's fixed that problem, because I can see his index.php file.

now it says i have used all mysql databases?
Login to cPanel, and click on MySQL Databases, there it'll show you how many databases you have.
 

owner mat

New Member
Messages
6
Reaction score
0
Points
0
ok everything is fine but while am running my installer what is the mysql database called? like on ulmb is mysql but not on here :S
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
The database name will be your cPanel username followed by a underscore then whatever you chose as the name. eg.
example_testdb
 

owner mat

New Member
Messages
6
Reaction score
0
Points
0
i have that sorted out i meant it says this on my installer
Hostname
This is usually localhost
but i tryed local host didnt work and i tryed mysql and that didnt work :dunno:
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
The host name is "localhost" (No space & without the quotes)
 

owner mat

New Member
Messages
6
Reaction score
0
Points
0
OK I HAVE ALMOST GOT IT DONE THANKS ALL JUST ONE PROBLEM LEFT :eek4:
Write Config...
Config written.
Attempting DB connection
Connection Successful.
Writing Main MySQL data.
QUERY ERROR: No database selected
Query was CREATE TABLE `announcements` ( `a_text` text NOT NULL, `a_time` int(11) NOT NULL default '0') ENGINE=MyISAM ;

SERSIOLY if you help i will kiss your pixels :eek4:
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
That error suggests that it couldn't find the database you told it to use. Check that the database name is correct.
 

owner mat

New Member
Messages
6
Reaction score
0
Points
0
its up but i noticed the cron panel only has 2 ? ill have to live with that :S
 
Top