php installatie conflict

Overzicht Reageren

Sponsored by: Vacatures door Monsterboard

Mit

mit

23/06/2007 11:22:00
Quote Anchor link
hi jongens
ik ben nog een newbie op het gebied van php.
Ik heb een kant en klare script gekocht die op de site van hotscript lijkt..

Alleen ik krijg hem niet online.

Stappen die ik heb ondernomen: is in het engels




STEP 1

Create a database and a database user that has permission to use the database in your control panel

STEP 2

Load PHPmyADMIN which is usually accessible from your Database page. In cpanel it is located at the bottom of your page where you create your database. When PHPmyADMIN loads, click on the database you just created. In the main window, click on SQL. Next using the Browse button under a big white box, navigate your way to the tables.sql found in the website files of this package. After you find it and select it. Click GO. This will create the tables and enter the data for your website to run. An installer is not included in the site as their are too great of chances that a problem will exist for different servers.

STEP 3

Open config.php in a text editor and change the information for your website.

$hostname = "localhost";
$dbusername = "db_user";
$dbpassword = "password";
$dbname = "db_name";

$site_title = "Software Index";
$site_name = "Software Index";
$email_from = "[email protected]";
$sitehome = "http://www.mysite.com";

STEP 4


Connect to your website and upload your files. The site can run in your main web folder or a subfolder.


STEP 5

FTP connect to your site if you have not already done so and set permissions on the following:

banners - 777
uploadedfiles - 777



STEP 6

Login to the sites admin located at http://www.yourdomain.com/siteadmin The default username and password is admin, admin

When you have logged in you should update the site settings and check the email config, to insure the site conforms to your information.

Dit heb ik aangemaakt voor config.php
Heb ik hier ergens een fout gemaakt of in Chmod?
password heb ik hier niet vervangen i.vm privacy maar bij het uploaden heb ik wel mijn code gebruikt.





Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php

$hostname
  = "mitdrissia.awesomewebspace.com";
$dbusername  = "mitdrissia_mitdrissia";
$dbpassword  = "password";
$dbname  = "mitdrissia_db";

$site_title  = "free scripts";
$site_name  = "free scripts";
$email_from   = "[email protected]";
$sitehome   = "http://mitdrissia.awesomewebspace.com";



///////////////////////////////////////////////////
///////////////////////////////////////////////////





mysql_connect(mitdrissia.awesomewebspace.com,mitdrissia_mitdrissia,password)
    or die("Could not connect to DataBase");
mysql_select_db(mitdrissia_db) or die("Could not find DB");


?>




Er zat al een index.html file in mijn file manager..Ik heb een directory www aangemaakt en daar alles in gestopt..

Chmods heb ik op 777 gezet voor banner en uploadfiles directory..

Ik wil best nog een user aanmaken zodat iemand van jullie het kan bekijken.Dat zou ik zeer op prijs stellen en ik kan er zeker veel van leren.

Alvast bedankt


PS ik doe alles volgens het boekje maar ik krijg nu:
You don't have permission to access / on this server

Aub iemand die mij kan helpen??

Vergoeding is een ebook van de Rich JERK..
 
Er zijn nog geen reacties op dit bericht.



Overzicht Reageren

 
 

Om de gebruiksvriendelijkheid van onze website en diensten te optimaliseren maken wij gebruik van cookies. Deze cookies gebruiken wij voor functionaliteiten, analytische gegevens en marketing doeleinden. U vindt meer informatie in onze privacy statement.