i found the text, but i don’t know what this means-
<?php
if (!$_SERVER[‘HTTP_REFERER’] == dirname(__FILE__) . ‘/wp-comments.php’)
{
die (‘Error: This file cannot be used on its own.’);
}
/* Don’t remove these lines. */
$blog = 1;
require (‘wp-blog-header.php’);
add_filter(‘comment_text’, ‘popuplinks’);
foreach ($posts as $post) { start_wp();
?>