Well here I show him my problem
Code:Parse error: syntax error, unexpected ';', expecting ')' in D:\AppServ\www\Ogame\config.php on line 10
Well here I show him my problem
Code:Parse error: syntax error, unexpected ';', expecting ')' in D:\AppServ\www\Ogame\config.php on line 10
Could you please show me line 10 in your config.php ?
Sure no problem showing you the full conf Greetings Unix
Code:<?php if(!defined("INSIDE")){ die("attemp hacking"); } $dbsettings = Array( "server" => "localhost", // MySQL server name. "user" => "root", // MySQL username. "pass" => "passwd", // MySQL password. "name" => "ogame", // MySQL database name. "prefix" => "game_", // Tables prefix. "secretword" => "Ogame" // Cookies. ?>
Errm, that looks weird.
Line 10 is a end php sign. o.O
Put this sign ) before the ?> at the end.
Last edited by joorohoo; 05-10-08 at 02:08 PM.
Well apparently is a schedule of porblema there was a bug when writing the code is missing ")" at the end here I put scrambled to see Greetings Unix
Code:<?php if(!defined("INSIDE")){ die("attemp hacking"); } $dbsettings = Array( "server" => "localhost", // MySQL server name. "user" => "root", // MySQL username. "pass" => "cubahack001", // MySQL password. "name" => "ogame", // MySQL database name. "prefix" => "game_", // Tables prefix. "secretword" => "ogame" // Cookies. ); ?>![]()
Last edited by Unix_Sendin; 08-10-08 at 06:49 AM.
good job!! you read couple of posts in the main thread lol or downloaded the fixes hehe
i couldnt find the fixes link please?