Skip to main content

Replies sorted oldest to newest

I still have the domain, guyana.org. But because it was registered under Safraz Ishamel name I usually have problems sometimes.

Like presently the host that was hosting (guyana.org) moved servers and screwed up the site.

I ran into issues with them because my name is not registered, even though I have been paying the hosting bills and domain renewal fees. So I decided to register a new domain (guyananews.org)  and put all the contents there.

Amral
Last edited by Django

Django in the default CGI-BIN there is a folder called fileman.cgi

This is what is in the folder

/usr/local/bin/perl
# ==================================================================
# File manager - enhanced web based file management system
#
#   Website  : http://gossamer-threads.com/
#   Support  : http://gossamer-threads.com/scripts/support/
#   Revision : $Id: fileman.cgi,v 1.10 2003/02/07 19:57:13 alex Exp $
#
# Copyright (c) 2001 Gossamer Threads Inc.  All Rights Reserved.
# Redistribution in part or in whole strictly prohibited. Please
# see LICENSE file for full details.
# ==================================================================
    use lib '/data/config/fileman/lib';
    use strict;
    use vars qw/$CFG_PATH/;
    
    use GT::Base qw/:all/;
    use GT::CGI;
    use GT::FileMan;
    
    $| = 1;
    local $SIG{__DIE__}   = \&GT::FileMan::fatal;
   
    $CFG_PATH = '/data/config/fileman/lib/FileMan/ConfigData.pm';
    
    main();

sub main () {
#-------------------------------------------------------------------
#   Main process
#
          require FileMan::Admin;
        my $fm = new FileMan::Admin;
        $fm->process(cfg_path => $CFG_PATH);

}

Amral

Add Reply

×
×
×
×
×
Link copied to your clipboard.
×
×