Recent content by nezZario

  1. N

    [GET] Free cheat sheets

    This might be useful, has all the cheat sheets + more mentioned above netSupportchat - The web development cheat sheet? cheat sheet
  2. N

    WANT HELP: Decoding

    I can't decode $_X .. it seems to be empty (although it obviously isn't). I'm in agreement with the previous poster. You might need to upload it somewhere so we can download it unfiltered. This code is 100% decode-able. Here is what i got so far. The second bit contains...
  3. N

    Hiding Redirected URL with PHP

    Yeah, the only way is an iframe/frame or using file_get_contents to proxy the entire website through your's. Note if you proxy the website thru, you'll also need to proxy all javascript, images, etc unless the site you are proxying uses absolute url's.
  4. N

    [REQ] Click tracking script to track clicks

    This is a shorter version but requires PHP5 or greater. I would suggest doing a database solution instead. <?php $file = 'clicks.txt'; $clicks = file_get_contents($file); file_put_contents($file, ($clicks+1)); // The rest of your script would go here // OR to redirect them to...
  5. N

    serial :scriptocean Javascript Accordion Menu 1.04..

    If you have an example of what the app produces, you should be able to copy & paste it into your own files! Or better yet, just ask us and we might can reproduce it for you! Thanks, Ben http://www.ntertech.com/
  6. N

    Hello, I'm Ben...

    Hello, I'm Ben. And I'm not an alcoholic. :p I am a web developer, programmer, system administrator. I was born and raised in Mississippi and moved to Indiana in September of 2008. I'm turning 21 next week. I do PHP/mySQL/(x)HTML/CSS/JS/etc .. etc etc .. I hate listing the amount of...
Back
Top