Some questions about perl/cgi on Tripod

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
User avatar
showka
DCEmu Freak
DCEmu Freak
Posts: 95
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Fri Nov 23, 2001 12:01 pm
Location: Border Town
Has thanked: 0
Been thanked: 0
Contact:

Some questions about perl/cgi on Tripod

Post by showka »

I'm trying to make a webpage where every single HTML page which gets accessed gets formated by the server before it gets sent to the user. In other words, something like IGN, DcEmulation.com, or other sites where every page is branded with the same consistent formatting which you can change if you wish without changing every single page. Of course, it wouldn't be as complicated as anything the sites I just mentioned. I've been doing a tiny bit of research, and I'd just like to know how you can make a script get processed on every single page or if thats even possible. So far, I've just tried to install a simple 404 error redirector to no avail. I'm on Tripod, so I know that probably will screw up a few things. So if anybody has tried CGI on a tripod site, if they have anything to say about it or could redirect me to a good perl CGI site with Tripod workable scripts please, it'd help me out a lot. If this is impossible, or if I'm in over my head and sound like a newbie idiot, please tell me. I'd be thankful for any advice I could receive, especially if anybody out there has tried to use CGI with Tripod.
dragonsimoto
DC Developer
DC Developer
Posts: 78
Joined: Wed Oct 17, 2001 7:44 pm
Location: USA
Has thanked: 0
Been thanked: 0
Contact:

Post by dragonsimoto »

i am not sure u can use perl on their servers.

also u need to know where their perl is on the server.

i would just say buy a server on ebay for 7$ a year.
"If your a 'tard use the pictures on the left for navigation."

<img src="http://www.caskam.com/images/plan9avatar.gif"></img>
atf487
DCEmu's Ranter
DCEmu's Ranter
Posts: 2529
Joined: Sun Feb 17, 2002 2:54 pm
Has thanked: 0
Been thanked: 0

Post by atf487 »

Move to tripod.co.uk

Forget about CGI.

Next, download PHP-Nuke, or something like it.

Configure it, and upload it.

Tweak it to perfection.
Image
Tetris: 556-381-350-981
MKDS: 163-282-974-709
User avatar
showka
DCEmu Freak
DCEmu Freak
Posts: 95
Joined: Fri Nov 23, 2001 12:01 pm
Location: Border Town
Has thanked: 0
Been thanked: 0
Contact:

Thanks

Post by showka »

Well, I figured it out. I just put a call to two javascripts before and after my main content, and the javascript puts all the formatting around the content. All I have to do is update those two javascript files for it to work. I must've had tunnel vision to be trying all this crap in perl! Thanks though, I'll definetly consider PHP-Nuke if things start sucking again.
DNR
DC Developer
DC Developer
Posts: 14
Joined: Sun Nov 04, 2001 4:03 am
Has thanked: 0
Been thanked: 0
Contact:

Post by DNR »

Wouldn't CSS help a lot? That basically just IS a technique specially for making all pages have a consistent layout.
User avatar
toastman
Iron Fist of Justice
Iron Fist of Justice
Posts: 4933
Joined: Sat Nov 10, 2001 3:08 am
Location: New Orleans
Has thanked: 0
Been thanked: 0
Contact:

Post by toastman »

Yes, if anyone bothered to properly learn HTML and CSS you would realize that a lot of these additional techs are being over and improperly used.

A style sheet and a couple of simple definitions would make things blinko-blammo.
No signature.
Post Reply