I installed the site of the day mod but it is not working.. see below code for a short reference as this section may be where the problem is.
#################################################################
# Set up Variables
#################################################################
$txtfile = '/opt/guide/www.tylertx.net/links/HTML/siteoftheday.txt'; <<<<=== Is this correct?????????
#################################################################
# Main Script
#################################################################
# Required Librariers
Not sure how to set up the txt file.
thanks
james
Code:
#!/usr/bin/perl #################################################################
# Set up Variables
#################################################################
$txtfile = '/opt/guide/www.tylertx.net/links/HTML/siteoftheday.txt'; <<<<=== Is this correct?????????
#################################################################
# Main Script
#################################################################
# Required Librariers
Code:
Not sure how to set up the txt file.
thanks
james