GIDForums  

Go Back   GIDForums > Web Hosting Forums > Web Hosting Advertisements & Offers > Free Web Hosting
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 31-Jan-2002, 03:05
roly
 
Posts: n/a

Tripod CGI is NOT as bad as they say it is!


I'm one of the older Tripod users (October 2001) that had thier account "blessed" with 50Megs. At the Ikonbioard Forums there is a rumor going around that Tripod ise using Perl 5.00. I wanted to see if this is true so i ran a Perl test script. I chnaged it to work and surprisingly that is not true, they are using 5.004_04, well according to an iB 3 test script! You can see it at http://rolyspets.tripod.com/cgi-bin/perl_test.cgi and according to that Tripod has DBI and MySQL modules so i'll try inmstalling iB 2.1.9. Here is the code of the script...

Code:
use strict; my $has_sendmail = 'Cannot Locate it'; my @send_mail = qw( /usr/sbin/sendmail /sbin/sendmail /usr/bin/sendmail /bin/sendmail /usr/lib/sendmail /lib/sendmail /usr/slib/sendmail /slib/sendmail /usr/sendmail /sendmail sendmail /var/qmail/bin/qmail-inject ); eval { require 5 }; my $has_perl = $@ ? 'No' : 'Yes'; eval { require DB_File }; my $has_dbm = $@ ? 'No' : 'Yes'; eval { require CGI }; my $has_cgi = $@ ? 'No' : 'Yes'; my $cgi_version = $CGI::VERSION; eval { require DBI }; my $has_dbi = $@ ? 'No' : 'Yes'; my $perl_version = $]; print "Content-Type: text/html\n\n"; print <<_END_OF_TIME; <html> <head> <title>Ikonboard Perl Checker</title> </head> <body bgcolor='#FFFFFF'> <font face='Verdana, Arial' size='3' color='#000000'> <b>Ikonboard Perl Checker</b> <hr> The following results were returned <br><br> Is Perl Version 5 or above installed? <b>$has_perl</b> <br> Version of Perl running on this server: <b>$perl_version</b> <br> Is the CGI.pm module installed?: <b>$has_cgi</b> <br> Version of CGI running on this server: <b>$cgi_version</b> <br> Is the DB_File installed on this server to allow DBM's to be used? <b>$has_dbm</b> <br> Is the DBI package installed, allowing the use of mySQL? <b>$has_dbi</b> <br> That's it, you can run ikonboard if the Perl version is greater than 5! </body> </html> _END_OF_TIME exit;
save it as perl_test.cgi and upload it to your Tripod CGI-BIN in ASCII mode. Go to it at http://YOURNAME.tripod.com/cgi-bin/perl_test.cgi and it should output results simmilar to http://rolyspets.tripod.com/cgi-bin/perl_test.cgi
  #2  
Old 31-Jan-2002, 03:44
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
i don't doubt they have all those software running but if u can even get a simple mail script to work on Tripod; it's already a MIRACLE

they set up the cgi-bin so limitedly, it's almost useless.

if u even manage to get iB to work (which I doubt very much) on Tripod, u will have problems wrestling with their TripodMail.pm.
  #3  
Old 31-Jan-2002, 03:56
roly
 
Posts: n/a
JdS, iB can be run without a mailer, if it doesn'w work i'll try Matt Wright's WWWBoard. A form to mail script? It doesn't even say how to use TripodMail.pm!
  #4  
Old 31-Jan-2002, 06:13
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
but seriously, if u do get iB to work on Tripod then that would be great!

ACTUALLY, sending mail through Tripod is one of those things I simply wanted to solve but COULDN'T, despite my best efforts - so Roly, if u have it figured out will u let me know (about TripodMail.pm)?
  #5  
Old 02-Feb-2002, 21:40
conkermaniac conkermaniac is offline
Member
 
Join Date: Dec 2001
Location: China
Posts: 174
conkermaniac is on a distinguished road
What kinds of limitations do they put on a webpage? I never even knew they offered a CGI-bin! But since they do, I doubt it's very useful.
__________________
You're not supposed to be looking at this.
  #6  
Old 03-Feb-2002, 01:05
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
i cannot be sure what they have done with their CGI-BIN but u'd have to be an expert in perl to figure it out...

i know that ur perl scripts have to be 'strict' for one... to send mail u have to use their TripodMail module.. plus some scripts that rely on 'referrer' does not work, like my banner exchange script..

plus, some popular script developers refuse to handle Tripod installations cause they say it's set up strangely (and these guys actually know perl - so i'll just take their word for it)...
  #7  
Old 03-Feb-2002, 13:30
nniehoff nniehoff is offline
Awaiting Email Confirmation
 
Join Date: Aug 2001
Location: US
Posts: 115
nniehoff has a spectacular aura about

Tripod


You might not have to use mail using iB, however I use iB 3 and if you don't have mail it won't work that well. On tripod they might have MySQL installed and running, but they will not give you permission to set up a DB and therefore MySQL is out. You might be able to install iB on tripod, but I doubt it will work very well.
Nick
I just put the installer out there for the heck of it, it doesn't work, check it out at nniehoff.tripod.com
  #8  
Old 13-Feb-2002, 00:10
roly
 
Posts: n/a
You cannot have subdirs in your CGI-BIN anymore.
  #9  
Old 13-Feb-2002, 07:58
nniehoff nniehoff is offline
Awaiting Email Confirmation
 
Join Date: Aug 2001
Location: US
Posts: 115
nniehoff has a spectacular aura about
When I put the file there, it did work, however it had about a thousand errors, and since tripod is being little jerks about it, I guess you'll just have to believe me that it did not work.
However, I have moved the file, It can be viewed http
Nick
 
 

Recent GIDBlogAccepted for Ph.D. program by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
tripod sendmail mleuntest Free Web Hosting 1 04-Aug-2003 13:26
I have 3 cgi scripts working in Tripod Guest Free Web Hosting 0 11-Jul-2002 15:07
Tripod UK offering PHP/MySQL! roly Free Web Hosting 15 04-May-2002 04:46
Tripod UK goes PHP. JdS Free Web Hosting 0 14-Feb-2002 14:39
Tripod CGI nickbeee Free Web Hosting 1 14-Oct-2001 06:00

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 01:18.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.