Advertisement
kittiemeow

Untitled

Oct 6th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <!-- DENY ACCESS TO UNLOGGED MEMBERS -->
  2.  
  3. <script type="text/javascript">
  4. /* Code by Gaf210 & Antonio82 - Found at imvmoo.netne.net */
  5. if(document.getElementById("mininav-userarea")){
  6. alert('IMVU MEMBERS ONLY please log in.');
  7. document.location.href = "http://www.imvu.com/catalog/login.php";
  8. }
  9. </script>
  10.  
  11. <!-- DENY ACCESS TO UNLOGGED MEMBERS -->
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. <!-- DENY ACCESS TO VISITORS BY AVATAR ID also deny access to unlogged users
  21. Bat -->
  22.  
  23. <script type="text/javascript">
  24. /*by gaf210 @ gaf210.imvustylez.net*/
  25. if(document.getElementById("mininav-userarea") ||(IMVU.data.customerID == 138829867)) {
  26. alert("Please try again later");
  27. document.location.href = "http://www.imvu.com/catalog/web_index.php";
  28. }
  29. </script>
  30.  
  31. <!-- DENY ACCESS TO VISITORS BY AVATAR ID also deny access to unlogged users -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement