Forum Moderators: coopster
<?php
//config.php
$host = "domain.name"; //your domain name
$port = 2082;
$path = "/frontend/x2/mail/doaddpop.html"; //change x2 to your theme.
$cpaneluser = "Cpanel Username";
$cpanelpass = "Cpanel Password";
$authstr = "$cpaneluser:$cpanelpass";// Defines local variables
$data ="/home/username/data";
$server_inc = $_SERVER["DOCUMENT_ROOT"]."/inc";
?>
//include $server_inc."/header.php";
<?php
//index.php
include $data."/config.php";
include $server."setup.php";
include $data."/header.php";
include $data."/right.php";
include $server."content.php";
include $data."/footer.php";
?>
Here are the errors.
Warning: main(config.php): failed to open stream: No such file or directory in /home/host2xar/public_html/index.php on line 3
Warning: main(): Failed opening 'config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/host2xar/public_html/index.php on line 3
Help Php gurus.