Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: Please Help, admin.cgi wants to download ???

Quote Reply
Re: Please Help, admin.cgi wants to download ??? In reply to
It is probably not links.cfg where the problem is but admin.cgi

check it starts like this

#!/usr/bin/perl
# -------------
# Links
# -------------
# Links Manager
#
# File: admin.cgi
# Description: This is the administrative interface for the links program.
# Author: Alex Krohn
# Email: alex@gossamer-threads.com
# Web: http://www.gossamer-threads.com/
# Version: 2.0
#
# (c) 1998 Gossamer Threads Inc.
#
# This script is not freeware! Please read the README for full details
# on registration and terms of use.
# =====================================================================
#
# Required Librariers
# --------------------------------------------------------
eval {
($0 =~ m,(.*)/[^/]+,) && unshift (@INC, "$1"); # Get the script location: UNIX /
($0 =~ m,(.*)\\[^\\]+,) && unshift (@INC, "$1"); # Get the script location: Windows \

with the #

of course your path to perl may be different
------------------------------------------
the other thing is, have you uploaded in ASCII not binary

------------------
-------------------------
http://www.freeontheweb.com/
Reviewed and rated resources for webmasters
-------------------------
Subject Author Views Date
Thread Please Help, admin.cgi wants to download ??? bassen 1726 Aug 21, 1999, 11:50 AM
Post Re: Please Help, admin.cgi wants to download ???
padders 1631 Aug 21, 1999, 12:32 PM
Post Re: Please Help, admin.cgi wants to download ???
DanO 1630 Aug 22, 1999, 3:31 PM