Click to See Complete Forum and Search --> : Need Advice!!


sphinx3212000
08-13-2003, 03:58 PM
I posted this in the CGI forum, just wanted to see what you guys think too:

My university web account does not allow me to upload cgi scripts and allows me very limited access to their cgi programs.

I have been working through the tutorial: HTML:A Complete Reference, and have been working off just my own computer learning html,css,forms, but have now ran into a bit of a problem with server-side scripting due to the problem above.

Is there a way to place a cgi script in a directory on your own hard drive and then, for example, include the C:\ pathname of where that script is as the value for the ACTION attribute in a form. Would this work? (if you had the necessary compiler,libraries,etc. on there too)

I feel pretty strong with html and css so i guess im asking what you all think would be the best way to learn and practice with server-side scripting in my current situation??

I'm new to server-side scripting but would like to eventually try them all:PHP,ASP,CGI Scripts using Perl.

Do i just need to get a new web account where this stuff is supported??

Also, on a completely different subject, is there any unrestricted telnet access out there where you dont need a web account......im asking cause the tutorial wanted me to use a telnet program as a client to practice with 'GET requests' from a web server to see the html output that would normally be received by a web browser.

Thanks

PeOfEo
08-13-2003, 04:32 PM
What kind of connection are you on. Because you can run all of your stuff off your comp as a server but if you get a lot of traffic it is server side and it will lag up so you are going to want to be on some sort of a t1 or t3, I dont know what university ethernets run off of these days.

Robert Wellock
08-14-2003, 10:12 AM
Universities typically run directly from T-3 backbones and yes, I also would suggest you set-up Apache or similar on a stand-alone machine.

PeOfEo
08-14-2003, 04:35 PM
I wonder which is more costly t3 or oc3... that is something to read up on, I wonder which is faster too.

lexicon
08-15-2003, 10:59 PM
y'all said"

Also, on a completely different subject, is there any unrestricted telnet access out there where you dont need a web account......im asking cause the tutorial wanted me to use a telnet program as a client to practice with 'GET requests' from a web server to see the html output that would normally be received by a web browser.

Thanks


a telnet program comes with win9x

click start, run
then type
telnet address
replacing the word address with the site's url.
hope than helps