Sziasztok!
Letöltöttem egy scriptet, amit nem tudok be konfigolni.
A scriptben ez áll:
1. Upload all files in the Upload folder to your server.
2. Create a database.
3. Import SQL from offers.sql located in the SQL folder.
4. Edit config.php to your liking
5. Edit mysql.php to your needs
1. Feltöltöttem a fájlokat
2. Készítettem egy adatbázist
3. Importáltam az offers.sql fájlt
4. A config fájlom lényege így néz ki:
$slogan="My site slogan"; $siteurl="http://se-k800-i.extra.hu"; //NO TRAILING SLASH! $adminemail="XXXXX@gmail.com";
$sitename="My site";
5. A mysql fájlom lényege pedig így néz ki:
<? include"config.php"; //db connection
$database="xxx"; //your database name $dbuser="xxx"; //admin user of the database $dbpass="xxx"; //password of the admin user of the database
$c=mysql_connect ('se-k800-i.extra.sql',$dbuser,$dbpass) or die(mysql_error()); mysql_select_db ($database,$c) or print(mysql_error());
?>
Szerintem jól állítottam be mindent mégis hiba üzeneteket ír ki.
A honlapomon ez a script most így néz ki: katt
És elvileg így kellene kinéznie: katt
A script nyílt forráskódú viszont a honlapja már megszünt. Letölthető innen: http://se-k800-i.extra.hu/GPS Offers v1.04 Full.rar
Nagyon fontos lenne! Próbáltam localhoston de ott meg szinte csak egy pár sor szöveg jelent meg (nem hibaüzenet). 
Előre is köszi!  |