**Xampp Problem**

Destruct

FateRP Founder
Feb 12, 2012
548
6
Hello everybody. I need help now. I am currently working on a hotel, and I switch from uber to revcms. I get this error, "Parse error: parse error, expecting `T_VARIABLE' in C:\xampp\htdocs\includes\class.db.mysql.php on line 26. I have teamviewer. So if you can help me please pm me.



<?php
/*=======================================================================
| UberCMS - Advanced

Website and Content Management System for uberEmu
|

#######################################################################
| Copyright (c) 2010, Roy

'Meth0d'
|
|

#######################################################################
| This program is free software:

you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free

Software Foundation, either version 3 of the License, or
| (at your option) any later version.
|

#######################################################################
| This program is distributed in

the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
|

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more

details.
\======================================================================*/

class MySQL
{


private $connected = false;
private $hostname = "localhost";
private $username = "root";
private

$password = "bottomline";
private $database = "Uber";
private $192.168.1.6;

public

function MySQL($host, $user, $pass, $db)
{
$this->connected = false;


$this->hostname = $localhost;
$this->username = $root;
$this->password = $bottomline;


$this->database = $Uber;
}

public function IsConnected()
{
if

($this->connected)
{
return true;
}



return false;
}

public function Connect()
{
$this->link =192.168.1.6

@mysql_connect($this->localhost, $this->root, $this->bottomline) or $this->error(mysql_error());


@mysql_select_db($this->Uber, $this->192.168.1.6) or $this->error(mysql_error());



$this->connected = true;
}

public function Disconnect()
{


if($this->connected)
{
@mysql_close(192.168.1.6) or

$this->error("could not close conn");
$this->connected = false;
}
}

public function DoQuery($query)
{
$resultset = @mysql_query($query,

$this->192.168.1.6) or $this->error(mysql_error());
return $resultset;
}

public

function Evaluate($resultset)
{
return @mysql_result($resultset, 0);
}



public function Error($errorString)
{
global $core;



$core->systemError('Database Error', $errorString);
}

public function __destruct()
{


$this->disconnect();
}
}

?>
 

Aaron11

Member
Aug 27, 2011
144
6
Hello everybody. I need help now. I am currently working on a hotel, and I switch from uber to revcms. I get this error, "Parse error: parse error, expecting `T_VARIABLE' in C:\xampp\htdocs\includes\class.db.mysql.php on line 26. I have teamviewer. So if you can help me please pm me.



<?php
/*=======================================================================
| UberCMS - Advanced

Website and Content Management System for uberEmu
|

#######################################################################
| Copyright (c) 2010, Roy

'Meth0d'
|
|

#######################################################################
| This program is free software:

you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free

Software Foundation, either version 3 of the License, or
| (at your option) any later version.
|

#######################################################################
| This program is distributed in

the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
|

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more

details.
\======================================================================*/

class MySQL
{


private $connected = false;
private $hostname = "localhost";
private $username = "root";
private

$password = "bottomline";
private $database = "Uber";
private $192.168.1.6;

public

function MySQL($host, $user, $pass, $db)
{
$this->connected = false;


$this->hostname = $localhost;
$this->username = $root;
$this->password = $bottomline;


$this->database = $Uber;
}

public function IsConnected()
{
if

($this->connected)
{
return true;
}



return false;
}

public function Connect()
{
$this->link =192.168.1.6

@mysql_connect($this->localhost, $this->root, $this->bottomline) or $this->error(mysql_error());


@mysql_select_db($this->Uber, $this->192.168.1.6) or $this->error(mysql_error());



$this->connected = true;
}

public function Disconnect()
{


if($this->connected)
{
@mysql_close(192.168.1.6) or

$this->error("could not close conn");
$this->connected = false;
}
}

public function DoQuery($query)
{
$resultset = @mysql_query($query,

$this->192.168.1.6) or $this->error(mysql_error());
return $resultset;
}

public

function Evaluate($resultset)
{
return @mysql_result($resultset, 0);
}



public function Error($errorString)
{
global $core;



$core->systemError('Database Error', $errorString);
}

public function __destruct()
{


$this->disconnect();
}
}

?>

Dude, According to this you switched from UberCMS to RevCMS but the Coding still stands as UberCMS content something go wrong during the transfer?
 

Lounge

#dat habbo nigga
Apr 12, 2012
304
27
SWITCH TO REVCMS!

LARGE BETTER THAN FUCKING UBERCMS ALWAYS PROBLEMS WITH IT! AND THIS IS NOT XAMPP PROBLEM, I HATE GUYS THERE FUCKING. OMG!

Switch to RevCMS and i will bet you have no problems.
 

Users who are viewing this thread

Top