[HELP] Error in CP Using WAMP from ianotida.
Guys when i Tried to go to my Localhost CP. It showed me this error
Parse error: syntax error, unexpected T_VARIABLE in C:\wamp\www\rancp\config.php on line 5
What should i do?? please please im begging you to feel free to reply in this thread. i swaer i need your help. awts ok.
Re: [HELP] Error in CP Using WAMP from ianotida.
May i see your config.php?
1 Attachment(s)
Re: [HELP] Error in CP Using WAMP from ianotida.
use this file just edit it
Re: [HELP] Error in CP Using WAMP from ianotida.
Just use Abyss. Its more simple to use.
Re: [HELP] Error in CP Using WAMP from ianotida.
@TS
Have you edit this config.php? you should edit this one to yours. Just edit the blue txt and save it.
Example:
Quote:
<?php
// Copyright (c) CiMed (cimed@yahoo.com)
$CONFIG['servername'] = "Ran Online"; //Web Name
$CONFIG['dbaddress'] = "NAME\SQLEXPRESS"; //DB IP Your PC's name
$CONFIG['dbuser'] = "sa"; //DB ID
$CONFIG['dbpass'] = "1234"; //DB PASS
$CONFIG['dbdbname'] = "RanUser";
$CONFIG['dbdbname1'] = "RanGame1";
$CONFIG['dbdbname2'] = "RanShop";
$CONFIG['registration'] = "1";
$CONFIG['maxaccounts'] = "0";
$CONFIG['maxemail'] = "1";
$CONFIG['email'] = "1";
$CONFIG['emailaddress'] = "";
$CONFIG['emailsmtp'] = "";
$CONFIG['emailuser'] = "";
$CONFIG['emailpass'] = "";
?>
Re: [HELP] Error in CP Using WAMP from ianotida.
sometimes u have no db user like me...
i followed all ianotida's instruction...
anf when i work on my cp... later on found out that if i put
blank on db user and pass... it worked...
Re: [HELP] Error in CP Using WAMP from ianotida.
@jeyci
It depends buddy. If you are using windows authentication then you can leave your db user and db pass blank. But if you are using mixed mode then you should put your db user and pass in order for your rancp to connect into your db.