creating a login area on a website and allowing users to creat profiles??

here you go

show.jpg
 
right ok where do i find those bad boys, i have looked tar folder and now see that there are files in there that have not been uploaded such as index.php index2.php and some others. Is it these that are missing?
 
oh my god look i have done it lol wwoooooo hooooooooo!!!

JonB thanks for all your help and replies its much appreciated!

Just one last question, how do i correct these things in red??

Thanks

show1.jpg


EDIT:

I have started going through the installation now, i just entered all the details of my mysql database and then pressed next to go to step 2 but i now get this error log:

SQL=Invalid default value for 'rating_sum':
- - - - - - - - - -
# Table structure for table `mos_content_rating`

CREATE TABLE `mos_content_rating` (
`content_id` int(11) NOT NULL default '0',
`rating_sum` int(11) unsigned NOT NULL default '',
`rating_count` int(11) unsigned NOT NULL default '0',
`lastip` varchar(50) NOT NULL default '',
PRIMARY KEY (`content_id`)
) TYPE=MyISAM
= = = = = = = = = =
 
Last edited:
Back
Top Bottom