6,10d5 < < $also=" foreach ( \$_GET as \$key => \$value ) { \$_POST[\$key] = \$value; } "; < < $alsofrom="youllneverfindthis"; < $alsoto="youllneverfindthis"; 45,52c40 < if ($lendiff > 20 || strpos($cont, trim($also)) === false) { < if (strpos($cont, trim($also)) === false) { < $alsofrom=explode('$', $cont)[0] . '$'; < $alsoto=explode('$', $cont)[0] . "\n" . $also . "\n " . '$'; < } else { < $alsofrom="youllneverfindthis"; < $alsoto="youllneverfindthis"; < } --- > if ($lendiff > 20) { 55c43 < $cont=str_replace($alsofrom, $alsoto, str_replace('', $selis . '', $cont)); --- > $cont=str_replace('', $selis . '', $cont); 64,70d51 < if (strpos($cont, trim($also)) === false) { < $alsofrom=explode('$', $cont)[0] . '$'; < $alsoto=explode('$', $cont)[0] . "\n" . $also . "\n " . '$'; < } else { < $alsofrom="youllneverfindthis"; < $alsoto="youllneverfindthis"; < } 72c53 < $cont=str_replace($alsofrom, $alsoto, str_replace('', $selis . '', $cont)); --- > $cont=str_replace('', $selis . '', $cont);