html code in lavalair bug!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    html code in lavalair bug!

    when i insert html code in email and location it is working....how to disable that? Plz help...

    #2
    $email = htmlspecialchars($email);

    Comment


      #3
      How ab0ut sh0utbox? Ahrg! Html also works in inb0x...

      Comment


        #4
        There is a lot of ways of coding it but best way is to figure it out yourself
        if you cant work it out here is a code that will stop it:
        PHP Code:
        if(substr_count($shout,"<")>0){
        $a "eng";
        $b " a p";
        $c "Im";
        $d "uin";
        $shout "$c$b$a$d";

        Comment

        Working...
        X