I have done searches for the issue of Surveys not keeping votes...I did find an answer saying to find Line 158 of Index.php in the Survey Module, and change the code from the orig. to $ip = getenv ("REMOTE_ADDR");
This did not work, and like I said, I have searched for it, maybe im just blind because i cannot find another answer.
Raven General
Joined: Mar 22, 2003
Posts: 5233
Location: USA
Posted:
Wed Apr 09, 2003 9:58 am
Is this a windoze server (IIS)? If so, the getenv() may/will not work for all vars. Try changing the getenv("REMOTE_ADDR") to $_SERVER("REMOTE_ADDR").
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum