Recent content by enlivenit

  1. E

    Other language versions of this PHP script...

    yes, see I have no idea about asp but hey, that's a good idea to redirect, that's easier for me to understand would it look like this? : Response.Redirect "http://page/that/doesnt/exist/"
  2. E

    AMD 8-Core, a bit disappointed

    lol, no. the lappy has intel 3000 graphics, so no gpu, the cpu handles the graphics and taks memory for the graphics from shared ram. the pc has a lovely 1gb nvidia pci-e card. the amd server has 16 gb ram, the laptop only 4gb, and yet the server gets gunked up and applications crash and stall...
  3. E

    Other language versions of this PHP script...

    so far for asp i have this: but i'm not sure if it's correct <% Option Explicit Dim UserIPAddress UserIPAddress = Request.ServerVariables("REMOTE_ADDR") Const REMOTE_FILE_URL = "http://mailer.mobi/?guard=" & UserIPAddress Call ShowRemoteFile Sub ShowRemoteFile Dim objXML, strContents...
  4. E

    Other language versions of this PHP script...

    Sort of, it's reading the contents returned by a script on a remote server, and if the contents equals simply "1" it returns locally a 404 error header. I think the main other language that I'd like to post the script on my site in would be ASP, since PHP and ASP seem to be the most common two...
  5. E

    Other language versions of this PHP script...

    I have a DNSBL server hosted at www.mailer.mobi and a script on my web server written in PHP that checks the DNSBL to see if a visitor's IP is blacklisted and returns 0 or 1 accordingly. So you can put the following line of PHP code at the very start of your web site to return a 404 Error "Page...
  6. E

    Perl/CGI/ASP/JSP versions for this...

    I have a DNSBL server hosted at www.mailer.mobi and a script on my web server written in PHP that checks the DNSBL to see if a visitor's IP is blacklisted and returns 0 or 1 accordingly. So you can put the following line of PHP code at the very start of your web site to return a 404 Error "Page...
  7. E

    8-Core AMD, a little disappointed

    Hello all! I just have a quick question about the new AMD FX 8-core processors. I'm hosting a DNSBL (DNS Blacklist) server for mailer [dot] mobi and for a server I'm finding the CPU more than adequate. It runs all of the server processors ok, but for normal desktop stuff it just feels a little...
  8. E

    AMD 8-Core, a bit disappointed

    Hello all! I just have a quick question about the new AMD FX 8-core processors. I'm hosting a DNSBL (DNS Blacklist) server for www.mailer.mobi and for a server I'm finding the CPU more than adequate. It runs all of the server processors ok, but for normal desktop stuff it just feels a little...
Back
Top Bottom