Hello guys,
Here is a really basic article rewriter, it produces unique content and can pass copyscape
save as .php
you can test my other article rewriter here http://rewrite.hospedajefotos.info/
Here is a really basic article rewriter, it produces unique content and can pass copyscape
save as .php
Code:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Demoniox Article cRepywriter</title>
<style type="text/css">
<!--
body,td,th {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
}
-->
</style></head>
<body>
<div align="center">
<h1>Demoniox cRepyWrite Script</h1>
<p>
<?
if(isset($_POST["texto"]) ) {
$a_array = array("224;","225;","226;","227;","228;","229;");
$c_array = array("231;");
$e_array = array("232;","233;","234;","235;");
$i_array = array("236;","237;","238;","239;");
$o_array = array("240;","242;","243;","244;","245;","246;");
$u_array = array("249;","250;","251;","252;");
$text = strtolower(stripslashes($_POST["texto"]));
for($i = 0; $i <= strlen($text); $i++) {
if(rand(0,100) > 80) {
switch($text{$i}) {
case 'a' : echo "&#".$a_array[array_rand($a_array)];
break;
case 'c' : echo "&#".$c_array[array_rand($c_array)];
break;
case 'e' : echo "&#".$e_array[array_rand($e_array)];
break;
case 'i' : echo "&#".$i_array[array_rand($i_array)];
break;
case 'o' : echo "&#".$o_array[array_rand($o_array)];
break;
case 'u' : echo "&#".$u_array[array_rand($u_array)];
break;
default : echo $text{$i};
}
} else echo $text{$i};
}
}
?></p>
<p>INPUT TEXT</p>
<p>
<form id="form1" name="form1" method="post" action="">
<textarea name="texto" id="texto" cols="100" rows="20"></textarea>
</p>
<p>
<input type="submit" name="submit" id="submit" value="ReWrite" />
</p>
</form>
<p>Contact : [email protected] </p>
</div>
</body>
</html>
you can test my other article rewriter here http://rewrite.hospedajefotos.info/
Last edited: