Recent content by NINJAM0DS

  1. NINJAM0DS

    how to use facebook

    what do you need help with?
  2. NINJAM0DS

    Redirect Mobile/Desktop User's To Their Own Landing Page

    Hello Black Hat World The Names - Tyler AKA "NinjaMods" Today i'm posting a little php script i use on a friends Tire shop site that redirects users if they are on a desktop or mobile phone to their own landing page. To begin make sure you already have have the landing page created. Then Use...
  3. NINJAM0DS

    How To Redirect Mobile/Desktop To Their Own Unique Landing Page?

    You can use this little php script i made it'll redirect users to mobile/index.html if their screen isn't greater than 990 pixels <script type="text/javascript"> if (screen.width <= 990) { document.location = "mobile/index.html"; } </script>
  4. NINJAM0DS

    Alternative to FollowLiker

    Yeah i don't think there is any of those without paying... it would be nice though
Back
Top