Thanks very much. At last I think I have something. When I type "http://localhost/index.php
I get this now :
aeDating installation
1) Upload files to the server
2) Change Permissions
Change permissions (chmod 777) to the directories (via FTP)
inc (full accessible)
articles (full accessible)
banners (full accessible)
periodic (full accessible)
tmp (full accessible)
id_avi (full accessible)
id_img (full accessible)
id_wav (full accessible)
backup (full accessible)
gallery (full accessible)
langs (full accessible)
sdating/photo_place (full accessible)
Change permissions (chmod 666) to the files (via FTP)
templates/tmpl_XXX/styles_XXX.css
periodic/cmd.php (writable)
periodic/notifies.php (writable)
3) Install cron jobs
Add following cron jobs:
0 0 php -q /path/to/periodic/cmd.php
/15 php -q /path/to/periodic/notifies.php
4) If web based SQL script installation failed: aeDating database installation to the existing MySQL database
Run MySQL script from sql directory from site administration panel or command line.
Command line:
mysql --user DatabaseUserName -p DatabaseName < aeDating-v.X.xx.sql
Of course it's much more but this is the first think and it said installation. Do I have to install or upload it or what to do now.
When I type any other php file I get the following :
Warning: require_once(inc/header.inc.php) [function.require-once]: failed to open stream: No such file or directory in E:\Program Files\xampp\htdocs\join_form.php on line 11
Fatal error: require_once() [function.require]: Failed opening required 'inc/header.inc.php' (include_path='.;E:\Program Files\xampp\php\pear\') in E:\Program Files\xampp\htdocs\join_form.php on line 11
I think I'm close a little bit please help me more with this
Thanks