Cutenews … RSS – Captcha Hack
‼ This tutorial is meant for users of Cutenews who installed this captcha system, and who’s RSS pages went blank after doing so.
‼ Please Follow These Steps Carefully ‼
x.Step 1.
Create a new .php file and name it “blank.php”. This will be a blank file, meaning nothing will be on this page. Upload this file to your /cutenews/ directory. ‼ You can leave youself a “< !-- // -- >” note in this file if you’d like so you remember what the file is for, but the file should be blank.
x.Step 2.
Open up rss.php. Right after “< ? PHP" (without spaces) and right above
include(’./data/rss_config.php’);
add
ob_start();
$pre_include = ob_get_clean();
so the beginning of the rss.php file should look like this (without spaces):
< ? PHP
ob_start();
$pre_include = ob_get_clean();
include(’./data/rss_config.php’);
The bold is what you have added. Save the file.


























