Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/11/2004, 14:04
Avatar de nicoar10
nicoar10
 
Fecha de Ingreso: noviembre-2004
Ubicación: Madrid
Mensajes: 27
Antigüedad: 19 años, 5 meses
Puntos: 0
Exclamación Configurar foro ::AYUDA POR FAVOR::

Hola necesito su ayuda
necesito configurar la ruta de los datos del cgi
el foro es el de matt uno de los mas conocidos y tengo la carpeta cgi-bin dentro de www ques es donde esta la pagina
esto es lo que hay que configurar lo piemro es la ruta que me dio el host,pero lo demas no logro hacer que funcione,me da un error interno.
la web es www.polomag.com.ar
AYUDA POR FAVOR


#!/usr/bin/perl
################################################## ############################
# WWWBoard Version 2.0 ALPHA 2.1 #
# Copyright 1996 Matt Wright [email protected] #
# Created 10/21/95 Last Modified 11/25/95 #
# Security Patches/Bug Fixes: January 07, 2000 #
# Scripts Archive at: http://www.scriptarchive.com/ #
################################################## ############################
# COPYRIGHT NOTICE #
# Copyright 1996 Matthew M. Wright All Rights Reserved. #
# #
# WWWBoard may be used and modified free of charge by anyone so long as #
# this copyright notice and the comments above remain intact. By using this #
# code you agree to indemnify Matthew M. Wright from any liability that #
# might arise from it's use. #
# #
# Selling the code for this program without prior written consent is #
# expressly forbidden. In other words, please ask first before you try and #
# make money off of my program. #
# #
# Obtain permission before redistributing this software over the Internet or #
# in any other medium. In all cases copyright and header must remain intact.#
################################################## ############################
# Define Variables

$basedir = "/wwwboard/";
$baseurl = "http://www.polomag.com.ar/wwwboard";
$cgi_url = "http://www.polomag.com.ar/cgi-bin/wwwboard.pl";

$mesgdir = "messages";
$datafile = "data.txt";
$mesgfile = "wwwboard.html";
$faqfile = "faq.html";

$ext = "html";

$title = "WWWBoard Version 2.0 Test";