kool {test][test}

we will tlk
QuickSand Reviewed by QuickSand on . Simple php encoder by NewEraCracker I was bored and decided to make this small php script to encode and decode :) SiMPLE PHP ENCODER BY NEWERACRACKER <br/> <br/> Encoding: base64_encode(gzdeflate($text,9));<br/> Decoding: gzinflate(base64_decode($text));<br/> <br/> <form action="" method="post"> <textarea name="text" cols=100 rows=20></textarea> <br/>Encode <input type="radio" name="type" value="encode" checked> | <input type="radio" name="type" value="decode"> Decode Rating: 5