Search found 39 matches

by raider_nation
Tue Sep 17, 2013 1:10 pm
Forum: Verison 4.0x Support Forum
Topic: Are we using a dsn-less connection?
Replies: 8
Views: 7116

Re: Are we using a dsn-less connection?

That is the problem. You deleted their data directory. You can rename it, don't delete it. When you created your own data directory, it does not have the right permissions and you can not change it. You will have to have them create a new one for you.
by raider_nation
Tue Sep 17, 2013 8:03 am
Forum: Verison 4.0x Support Forum
Topic: Are we using a dsn-less connection?
Replies: 8
Views: 7116

Re: Are we using a dsn-less connection?

Yes, we use a dsn-less connection. The first thing I would check is to make sure the data directory is read writable. What errors are you receiving?
by raider_nation
Fri Sep 06, 2013 7:38 am
Forum: Verison 4.0x Support Forum
Topic: Auto Update not working
Replies: 19
Views: 13629

Re: Auto Update not working

You beat me to it. See my post.
by raider_nation
Fri Sep 06, 2013 7:38 am
Forum: Verison 4.0x Support Forum
Topic: Auto Update not working
Replies: 21
Views: 16222

Re: Auto Update not working

You beat me to it. See my post.
by raider_nation
Fri Sep 06, 2013 7:36 am
Forum: Verison 4.0x Support Forum
Topic: Auto-Update scores change for 2013
Replies: 1
Views: 2654

Auto-Update scores change for 2013

The auto-update did not work after last night game. I see the link in the updateScores.asp was still for 2012. You will need to change it to 2013:

http://www.nfl.com/scores/2013/REG
by raider_nation
Wed Sep 04, 2013 3:53 pm
Forum: Verison 4.0x Support Forum
Topic: Does the email function work?
Replies: 8
Views: 6087

Re: Does the email function work?

Do you have a gmail account? I set mine up this way: 'Configure the message. set cdoMessage = Server.CreateObject("CDO.Message") set cdoConfig = Server.CreateObject("CDO.Configuration") cdoConfig.Fields("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 cdo...
by raider_nation
Wed Sep 04, 2013 3:02 pm
Forum: Verison 4.0x Support Forum
Topic: Does the email function work?
Replies: 8
Views: 6087

Re: Does the email function work?

Yes it works. You need to set the following option in config.asp:

const SERVER_EMAIL_ENABLED = true

Then you need to modify email.asp to whatever works with your email server. That is under the 'Configure the message. section of email.asp.
by raider_nation
Wed Sep 04, 2013 1:12 pm
Forum: Verison 4.0x Support Forum
Topic: How to updated the site to show something other than EST?
Replies: 3
Views: 4081

Re: How to updated the site to show something other than EST

Is the server hosting the site in Central time?

I would check the TIME_ZONE_DIFF in config.asp. And in header.asp look at the line that starts with: - Eastern Time: <span id="easternTime">..... Change to reflect Central time.
by raider_nation
Wed Sep 04, 2013 10:18 am
Forum: Verison 4.0x Support Forum
Topic: Username Autocomplete
Replies: 4
Views: 7245

Username Autocomplete

This was discussed in another thread but I decided to open one specifically for this. Here is what I did to change the Username field from a drop down to autocomplete. Just follow the doc in the zip file. Let me know if it doesn't work for you and I will try to help out.
by raider_nation
Wed Sep 04, 2013 10:18 am
Forum: Downloads
Topic: Username Autocomplete
Replies: 3
Views: 4286

Username Autocomplete

This was discussed in another thread but I decided to open one specifically for this. Here is what I did to change the Username field from a drop down to autocomplete. Just follow the doc in the zip file. Let me know if it doesn't work for you and I will try to help out.
by raider_nation
Sat Aug 31, 2013 9:23 pm
Forum: Verison 4.0x Support Forum
Topic: Forgot Password Mod
Replies: 17
Views: 12391

Re: Forgot Password Mod

kristoffae , did you have the autocomplete working on your userlogin.asp page contained in your zip file? It is late and something is not making sense. I added your userlogin.asp to my standard test site, which does not have any mods, and autocomplete is working on the Username field. It's been a lo...
by raider_nation
Fri Aug 30, 2013 3:08 pm
Forum: Verison 4.0x Support Forum
Topic: Forgot Password Mod
Replies: 17
Views: 12391

Re: Forgot Password Mod

Thanks for the code kristoffae. I always wanted to remove the Username drop down on the log in page, just never got around to it. I took what you had and went one step further. I added a autocomplete function to the Username field. Now matching suggestions are displayed as you type in a id..
by raider_nation
Wed Aug 28, 2013 8:40 am
Forum: General Topics
Topic: Finally...
Replies: 6
Views: 7800

Re: Finally...

I only use the Survivor part of the pool. I converted it to mySQL a year or so ago but never used it because the hosting site did not support mySQL. This year they do, but I could not find my code! :evil: I am currently using the access version and working on rewriting it for mySQL. It wont be ready...
by raider_nation
Tue Aug 27, 2013 12:44 pm
Forum: General Topics
Topic: Finally...
Replies: 6
Views: 7800

Re: Finally...

I agree sledge. I don't know what is going on with Mike concerning his efforts dealing with the pool software. All I can say is we lost a lot of knowledge when the forum was reset. The software is a very good tool used by a lot of people. Yes it is getting to be a bit outdated using ASP and Access d...