raevin Posted December 28, 2008 Posted December 28, 2008 I have this script that works fine on one site but just wont work on another and I'm at a loss as to why... It works on http://www.joust.raevin.us/vote.html but will not work on http://www.joustcomp.org/vote.html This is all I changed in the working script: @referers = ('raevin.us','208.76.82.31'); @recipients = ('^joust\@raevin\.us'); This is what I changed it to: @referers = ('joustcomp.org','208.76.80.80'); @recipients = ('^mai\@joustcomp\.org'); HELP PLEASE!!! Quote
TCH-Bruce Posted December 28, 2008 Posted December 28, 2008 Make sure the permissions of your script are 755 and that you uploaded the script to the cgi-bin folder in ASCII mode. Quote
raevin Posted December 29, 2008 Author Posted December 29, 2008 You are the best Bruce!!! Permissions...why didn't I think of that!!! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.