Search found 17 matches

by kristoffae
Mon Sep 16, 2013 10:21 am
Forum: Verison 4.0x Support Forum
Topic: Auto Update not working
Replies: 21
Views: 16189

Re: Auto Update not working

YES!!!!! Thanks for getting this working!!!!
by kristoffae
Mon Sep 16, 2013 10:21 am
Forum: Verison 4.0x Support Forum
Topic: Auto Update not working
Replies: 19
Views: 13593

Re: Auto Update not working

YES!!!!! Thanks for getting this working!!!!
by kristoffae
Thu Sep 05, 2013 12:15 pm
Forum: Downloads
Topic: Username Autocomplete
Replies: 3
Views: 4245

Re: Username Autocomplete

Cool mod. Thanks for sharing.
by kristoffae
Thu Sep 05, 2013 12:15 pm
Forum: Verison 4.0x Support Forum
Topic: Username Autocomplete
Replies: 4
Views: 7188

Re: Username Autocomplete

Cool mod. Thanks for sharing.
by kristoffae
Tue Sep 03, 2013 9:52 pm
Forum: Verison 4.0x Support Forum
Topic: How to make more than one user and "Admin"?
Replies: 2
Views: 3868

Re: How to make more than one user and "Admin"?

This one would be tough to do since the Admin privileges are assigned strictly based on the username "Admin." I opened the Users table in the database and changed the Admin username to something else. I was then able to login as that user but it no longer had the Admin privileges and was j...
by kristoffae
Tue Sep 03, 2013 9:27 pm
Forum: Verison 4.0x Support Forum
Topic: Forgot Password Mod
Replies: 17
Views: 12366

Re: Forgot Password Mod

For this "Forgot Password" mod, you must have the site setup and configured to email.
by kristoffae
Tue Sep 03, 2013 12:20 pm
Forum: Verison 4.0x Support Forum
Topic: Confused on Point Spread Feature
Replies: 2
Views: 3049

Re: Confused on Point Spread Feature

How did you interface the data from footballllocks.com to your pool?
by kristoffae
Tue Sep 03, 2013 10:41 am
Forum: Verison 4.0x Support Forum
Topic: Forgot Password Mod
Replies: 17
Views: 12366

Re: Forgot Password Mod

It may just be your internet browser doing an auto complete from previous values entered. I don't use auto complete features in my browser so that may be why mine isn't doing it. YMMV.
by kristoffae
Tue Sep 03, 2013 10:38 am
Forum: Verison 4.0x Support Forum
Topic: Hosting with GoDaddy
Replies: 1
Views: 2557

Re: Hosting with GoDaddy

There are no scripting errors. The code is as solid as it comes. This error is typically what I see when the "write" permissions have not been granted to the database. If you can figure out through GoDaddy how to grant write permission to the .mdb then that should take care of this error. ...
by kristoffae
Tue Sep 03, 2013 10:34 am
Forum: Verison 4.0x Support Forum
Topic: Scripting Error Problems
Replies: 4
Views: 4431

Re: Scripting Error Problems

There are no scripting errors. The code is as solid as it comes. This error is typically what I see when the "write" permissions have not been granted to the database. If you can figure out through GoDaddy how to grant write permission to the .mdb then that should take care of this error. ...
by kristoffae
Fri Aug 30, 2013 5:02 pm
Forum: Verison 4.0x Support Forum
Topic: Forgot Password Mod
Replies: 17
Views: 12366

Re: Forgot Password Mod

was it just autocomplete="on" after input type="text

or was there something more?
by kristoffae
Fri Aug 30, 2013 2:36 pm
Forum: Verison 4.0x Support Forum
Topic: Anyone have the code to change the "lock" times of games?
Replies: 8
Views: 8943

Re: Anyone have the code to change the "lock" times of games

Just tested and verified that if you change the line in "/includes/common.asp" from if Weekday(gameDateTime) = vbSunday and gameDateTime <= dateTime then to if Weekday(gameDateTime) = vbTuesday and gameDateTime <= dateTime then then all games for the week will lock at their scheduled start...
by kristoffae
Fri Aug 30, 2013 1:06 pm
Forum: Verison 4.0x Support Forum
Topic: Anyone have the code to change the "lock" times of games?
Replies: 8
Views: 8943

Re: Anyone have the code to change the "lock" times of games

So, I think if you change the line [b][i]if Weekday(gameDateTime) = vbSunday and gameDateTime <= dateTime then[/i][/b] that is in the default common.asp to [b][i]if Weekday(gameDateTime) = vbTuesday and gameDateTime <= dateTime then[/i][/b] then all of the games will lock at their start time. I have...
by kristoffae
Fri Aug 30, 2013 11:21 am
Forum: Verison 4.0x Support Forum
Topic: Anyone have the code to change the "lock" times of games?
Replies: 8
Views: 8943

Re: Anyone have the code to change the "lock" times of games

I believe it is in the "/includes/common.asp"

Can you post the "common.asp" you used last year?
by kristoffae
Thu Aug 29, 2013 11:05 am
Forum: Verison 4.0x Support Forum
Topic: Forgot Password Mod
Replies: 17
Views: 12366

Re: Forgot Password Mod

I have got this working. In case anyone needs this mod, the files are attached. It includes the password reset files "requestPassword.asp" and the "userPasswordChange.asp" as well as my custom "userLogin.asp" which contains the href link to reset password. This userLogi...
by kristoffae
Wed Aug 28, 2013 6:33 pm
Forum: Verison 4.0x Support Forum
Topic: Forgot Password Mod
Replies: 17
Views: 12366

Re: Forgot Password Mod

Thanks for the heads up. I downloaded those ASP's and created added an href to the userlogin.asp but just get a webpage error when trying it. I know I am missing something somewhere and just not sure what it is.
by kristoffae
Wed Aug 28, 2013 10:46 am
Forum: Verison 4.0x Support Forum
Topic: Forgot Password Mod
Replies: 17
Views: 12366

Forgot Password Mod

Hey everybody, I am looking for the Forgot Password Mod. Specifically the "requestPassword.asp" "userPasswordChange.asp" and a modified "userLogin.asp"
Thanks for the help!
Aaron