Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.07 KB | None | 0 0
  1.            $del1=substr($nytt_passord,0,6);
  2.            $del1=strtolower($del1);
  3.            $tastatur=false;
  4.            if($del1=="123456") $tastatur=true;
  5.            if($del1=="012345") $tastatur=true;
  6.            if($del1=="246824") $tastatur=true;
  7.            if($del1=="246802") $tastatur=true;
  8.            if($del1=="135790") $tastatur=true;
  9.            if($del1=="135791") $tastatur=true;
  10.            if($del1=="asdfgh") $tastatur=true;
  11.            if($del1=="kjhgfd") $tastatur=true;
  12.            if($del1=="<E6><F8>lkjh") $tastatur=true;
  13.            if($del1=="qwerty") $tastatur=true;
  14.            if($del1=="<E5>poiuy") $tastatur=true;
  15.            if($del1=="<A7>!\"#<A4>%") $tastatur=true;
  16.            if($del1=="!\"#<A4>%&") $tastatur=true;
  17.            if($del1=="?==(/&") $tastatur=true;
  18.            if($del1=="<zxcvb") $tastatur=true;
  19.            if($del1=="zxcvb,") $tastatur=true;
  20.            if($del1=="_:;mnb") $tastatur=true;
  21.            if($del1=="mnbvcx") $tastatur=true;
  22.            if($tastatur)$feil=$nytt_passord." er en tastatursekvens";
  23.            passfeil($feil);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement