Search results

  1. jimboone

    script redirect

    Is there an easy script to put on the site page to make all links get redirected to a lets say anonym.to thanks
  2. jimboone

    PHP filename Process in bulk

    Just having an problem trying to process more then one file at a time. <?php $filename = 'index.php'; eval "Processing file: $filename... "; I have tried to use it like this, <?php $filename = 'index.php'; $filename2 = 'index2.php'; eval "Processing file: $filename, $filename2... "; but...
  3. jimboone

    buying a domain, where to get it at?

    I was looking around and wanted to get more info about buying a .whatever like buddy is doing with his .cm Can someone point me the way to a place i have to get this approved or buy... keyword(anything).jb or what ever...
  4. jimboone

    How to get people to enable there JavaScript

    Let's say i got a javascript that redirect my affiliate links, now if these people have there JavaScript turned off they won't go through the affiliate links. What can i put on my site for it to not show anything untill they allow JavaScript? Example youtube, you don't get to see the video...