Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Tiberian Technologies / Blackhand Studios » Other Products » ranks plugin
ranks plugin [message #271134] Fri, 06 July 2007 03:03 Go to next message
SoQTrash is currently offline  SoQTrash
Messages: 16
Registered: July 2007
Location: Munich
Karma: 0
Recruit
I tried to set up the ladder plugin for my brenbot-server

Now he gives me that failure: when i open the ranks.php on the browser:

Parse error: syntax error, unexpected T_VARIABLE in /usr/export/www/vhosts/funnetwork/hosting/soqserver/Ladder/ranks_dbconfig.php on line 7

Here is the ranks_dbconfig.php:

<?php
/* This file contains the connection settings for your mysql database, where
the rank data will be stored. If you do not wish to use the searching and sorting
features of the ranks page, or do not have a mysql database, set the $dbhost to -1 */

$dbhost = '-1'
$dbname = 'database'
$dbuser = 'username'
$dbpasswd = 'password'

?>


Anyone can tell me whats wrong?


SoQ-Server Owner
SoQ-HQ member
Re: ranks plugin [message #271149 is a reply to message #271134] Fri, 06 July 2007 04:17 Go to previous messageGo to next message
danpaul88 is currently offline  danpaul88
Messages: 5795
Registered: June 2004
Location: England
Karma: 0
General (5 Stars)
put a ; at the end of each line

<?php
/* This file contains the connection settings for your mysql database, where
the rank data will be stored. If you do not wish to use the searching and sorting
features of the ranks page, or do not have a mysql database, set the $dbhost to -1 */

$dbhost = '-1';
$dbname = 'database';
$dbuser = 'username';
$dbpasswd = 'password';

?>


http://steamsignature.com/card/1/76561197975867233.png
Re: ranks plugin [message #271602 is a reply to message #271134] Sun, 08 July 2007 02:48 Go to previous message
SoQTrash is currently offline  SoQTrash
Messages: 16
Registered: July 2007
Location: Munich
Karma: 0
Recruit
thankx. all worked.

SoQ-Server Owner
SoQ-HQ member
Previous Topic: brebot problems 2
Next Topic: suggested crate changes to ssgm
Goto Forum:
  


Current Time: Fri May 03 09:22:16 MST 2024

Total time taken to generate the page: 0.00614 seconds