About User
Registered
Jul 26th 2003
Last Seen
Apr 15th 2005
PostCount
70


Events List
PsychoFarmer updated his/her signature | July 23rd 2007, 12pm
PsychoFarmer updated his/her usertitle | July 23rd 2007, 12pm
PsychoFarmer added a new thread "PHP internal rerouting" | November 10th 2004, 9pm
PsychoFarmer added a new thread "css and forms" | January 2nd 2004, 5pm

Thread Title
Forum
Last Post
  • so this is a rather complex issue, or at least i think it is, that might be solved through a rather simple solution.

    so my school gives me an awesome web space for free on their server.  the problem is its only 5 megs.  that makes it pretty useless for doing much with it.  so i had the brilliant idea that if i was able to setup an httpd on my computer thats accessible to the intranet, that i should be able to take the httpd setup on my web space (which is a network drive that i map to).

    so i setup iis on my computer, and got it all working, then did a nice little include script (like literally 3 lines...)  that includes my local ip, which is then put up externally.  

    the result:
    personal-pages.kenyon.edu/~rantza/test0rz.php

    so it obviously is possible.  my only problem is that im not exactly sure how to make anything link to intranet files.  in theory you could have the php script redo the request to request it from my computer and then route it out through the external httpd, but im at a loss on how to actually accomplish this.  it would be REALLY useful if someone could help me come up with a method that would automatically change all links inside a certain folder (say if its inside personal-pages.kenyon.edu/~rantza/intranet/ then its automatically changed to requesting from the intranet httpd) as opposed to having me manually do it for all links.

    any ideas? pretty please? ill be your friend forever... and you can leech my mp3s if you want
    A place to discuss games consoles, gaming, hardware and software.
    5 years ago by jacksonj04
    httpd is any http daemon (Has nothing to do with the OS), as opposed to IIS which is a monolithic application designed to run as part of the OS.

    There are loads of httpds around, most of which are free

    [quote=by PsychoFarmer at 10th Nov 9:44pm]the problem is its only 5 megs.  that makes it pretty useless for doing much with it.[/quote]

    I run vast database driven sites (over 6,000 records) relying on some very chunky code in under 5mb.
  • ive never had a chance to use forms until just recently, but i was wondering if someone knew what can be set in css for forms, and what the commands are?
    A place to discuss games consoles, gaming, hardware and software.
    6 years ago by azz0r
    Thank you :)

    Its true though, blocks are easier than tabbing.