eXTReMe Tracker

Cutenews Spam hack

I didn't make this tutotial, I found it in Cutenews MB and wrote it here for help you if you didn't find it
Are you tired to get Spam in your cutenews?They are really annoying.So following this steps you will not have more that spam.
You have to open your shows.inc.php in inc folder.
Search for this code:
$name = trim($name); $mail = trim($mail);
and add this one
$new = trim($_POST['new']);
Search this:
if( strlen($name) > 50 ){ echo"<* div style=\"text-align: center;\">Your name is too long!<* /div>"; $CN_HALT = TRUE; break 1; }
and add this:
if( strlen($new) > 50 ){ echo"<* div style=\"text-align: center;\">Your write too long!<* /div>"; $CN_HALT = TRUE; break 1; }
Now search:
$comments = replace_comment("add", $comments); $name = replace_comment("add", preg_replace("/\n/", "",$name)); $mail = replace_comment("add", preg_replace("/\n/", "",$mail));
and add:
$new = replace_comment("add", preg_replace("/\n/", "",$new));
Search for:
Password: <* input type=\"password\" name=\"password\" />
Add:
<* input type=\"hidden\" name=\"new\" value=\"$new\" />
Search for:
if($name == " " or $name == ""){ echo("
You must enter name.
<* a href=\"java script:history.go(-1)\"> go back
"); $CN_HALT = TRUE; break 1; }
And add
if($new == "Hello" or $new == "hello" ){ $ok = TRUE;} else { echo("<* div style=\"text-align: center;color:white;background-color:darkred;\"> You must type <* b>Hello<* /b>.
<* a href=\"java script:history.go(-1)\"> go back <* /a> <* /div>"); $CN_HALT = TRUE; break 1; }
After that save this page and put it up in the site.
Now log in your cutenews and in the comment form add this:
<* td width="49" height="1"> <* font color="red">Say Hello: <* /td> <* td width="289" height="1"><* input type="text" name="new" tabindex="1"><* /td> <* /tr>
note remember to delete the * and the space


Love

Arab designs | Beautiful Love | Crashcourse | Cute Layouts | Candy Layouts | Desired Rainbow | Dolliekizz | Fairytaled | Fracture | Glamkill | Killer Barbie | Lovable Pixam | Loveintrashcan | LTY Designs | Must love | OhPanic | Rainbow | Star | Sugar Candy | The Glam | This Parade | Unspoken | Link exchange | Affie


eXTReMe Tracker