Advertisement
K00dak

Banned IP

Aug 30th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1.  
  2. <script>
  3. var ip = 'Your-IP-Here';
  4. function banned(){
  5. alert("عذرا..لقد تم منعك من الدخول الى موقعنا وسيتم إعادة توجيهك الى صفحة اخرى");
  6. history.go(-1);
  7. window.location.replace("http://www.youtube.com")
  8. }
  9. function ban(){
  10. if (ip == "Banned-IP-1" || ip == "Banned-IP-2" || ip == "Banned-IP-3]" ) {
  11. banned();
  12. }}ban();
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement