29-Dec-2011, 08:17 AM
Hi,
after implementing the code in the php page, I get following message on the page!
Comments
No comments yet.
Add Comment
Adding comments has been disabled.
And in the footer ore the page end I get following message:
Access denied for user 'ftp-realestate'@'localhost' (using password: NO)Access denied for user 'ftp-realestate'@'localhost' (using password: NO)
Info for the code implementet in the page:
<?php
session_start();
ob_start();
?>
<link rel="stylesheet" type="text/css" href="commentics/comments/css/stylesheet.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?php
global $page_id, $reference, $path_to_comments_folder;
$page_id = "cmtx_url";
$reference = "cmtx_id";
$path_to_comments_folder = "commentics/comments/";
define ('IN_COMMENTICS', 'true'); //no need to edit this line
require $path_to_comments_folder . "includes/commentics.php"; //no need to edit this line
?>
I will be thank full for any help.
Regards
chello
switzerland
after implementing the code in the php page, I get following message on the page!
Comments
No comments yet.
Add Comment
Adding comments has been disabled.
And in the footer ore the page end I get following message:
Access denied for user 'ftp-realestate'@'localhost' (using password: NO)Access denied for user 'ftp-realestate'@'localhost' (using password: NO)
Info for the code implementet in the page:
<?php
session_start();
ob_start();
?>
<link rel="stylesheet" type="text/css" href="commentics/comments/css/stylesheet.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?php
global $page_id, $reference, $path_to_comments_folder;
$page_id = "cmtx_url";
$reference = "cmtx_id";
$path_to_comments_folder = "commentics/comments/";
define ('IN_COMMENTICS', 'true'); //no need to edit this line
require $path_to_comments_folder . "includes/commentics.php"; //no need to edit this line
?>
I will be thank full for any help.
Regards
chello
switzerland