Hi,
It seems that I cannot use Fantastico Auto Installer and other stuff like that. Nor can i retrieve my backups from the Cpanel. When i Access righteousbackup I get a bunch of Program coding
<?php
/*****************************************************************************
* *
* Copyright (c) 2005 by Righteous Software All rights reserved *
* *
*****************************************************************************/
$config = '/etc/buagent/agent_config';
$lines = file($config);
if (!isset($lines[0])) exit();
foreach ($lines as $line_num => $line) {
$line = rtrim($line);
if ( preg_match('/^DBDIR +(.*)/i', $line, $matches) ) {
$vardb = $matches[1];
}
}
if (!isset($vardb)) exit("Unable to find DBDIR in $config.");
$serverurllines = file($vardb . '/' . 'serverurl');
$serverurl = $serverurllines[0];
if (!isset($serverurl)) exit("Unable to find the backup server URL. This may be because the server has not yet been backed up.");
$hostnamelines = file($vardb . '/' . 'hostname');
$hostname = $hostnamelines[0];
$text = "Redirecting to $serverurl ...";
echo "<h4>Redirecting to $serverurl ... <br></h4>";
?>
<form name=login method="post" action="<?php echo $serverurl ?>">
<input name=action type=hidden value="CPUserLoginAction">
<input name=transaction type=hidden value="CPUserLoginAction">
<input name=step type=hidden value="1">
<input name=hostname type=hidden value="<?php echo $hostname ?>">
<input name=username type=hidden value="<?php echo $_ENV['REMOTE_USER'] ?>">
<input name=password type=hidden value="<?php echo $_ENV['REMOTE_PASSWORD'] ?>">
<input type=submit value="Proceed">
</form>
</body>
<!-- cPanel [11.24.5-CURRENT_37629] (pro,pro) Copyright (c) 1997-2008 cPanel, Inc. Licensed on stoli.x10hosting.com -->
Status: 404 Not Found
X-Powered-By: PHP/5.2.6
Content-type: text/html
No input file specified.
Please help me thanks
Lydon.
It seems that I cannot use Fantastico Auto Installer and other stuff like that. Nor can i retrieve my backups from the Cpanel. When i Access righteousbackup I get a bunch of Program coding
<?php
/*****************************************************************************
* *
* Copyright (c) 2005 by Righteous Software All rights reserved *
* *
*****************************************************************************/
$config = '/etc/buagent/agent_config';
$lines = file($config);
if (!isset($lines[0])) exit();
foreach ($lines as $line_num => $line) {
$line = rtrim($line);
if ( preg_match('/^DBDIR +(.*)/i', $line, $matches) ) {
$vardb = $matches[1];
}
}
if (!isset($vardb)) exit("Unable to find DBDIR in $config.");
$serverurllines = file($vardb . '/' . 'serverurl');
$serverurl = $serverurllines[0];
if (!isset($serverurl)) exit("Unable to find the backup server URL. This may be because the server has not yet been backed up.");
$hostnamelines = file($vardb . '/' . 'hostname');
$hostname = $hostnamelines[0];
$text = "Redirecting to $serverurl ...";
echo "<h4>Redirecting to $serverurl ... <br></h4>";
?>
<form name=login method="post" action="<?php echo $serverurl ?>">
<input name=action type=hidden value="CPUserLoginAction">
<input name=transaction type=hidden value="CPUserLoginAction">
<input name=step type=hidden value="1">
<input name=hostname type=hidden value="<?php echo $hostname ?>">
<input name=username type=hidden value="<?php echo $_ENV['REMOTE_USER'] ?>">
<input name=password type=hidden value="<?php echo $_ENV['REMOTE_PASSWORD'] ?>">
<input type=submit value="Proceed">
</form>
</body>
<!-- cPanel [11.24.5-CURRENT_37629] (pro,pro) Copyright (c) 1997-2008 cPanel, Inc. Licensed on stoli.x10hosting.com -->
Status: 404 Not Found
X-Powered-By: PHP/5.2.6
Content-type: text/html
No input file specified.
Please help me thanks
Lydon.
Last edited: