| View previous topic :: View next topic |
| Author |
Message |
Conan
Joined: 19 Jun 2004 Posts: 17
|
Posted: Wed Jun 23, 2004 1:57 pm Post subject: |
|
|
fixed cookies, i was blocking them, lets see if this fixes it.
Okay, that was it, my fault, not the checkers. |
|
| Back to top |
|
 |
nuttzy99 Site Admin

Joined: 23 May 2004 Posts: 1068
|
Posted: Wed Jun 23, 2004 2:30 pm Post subject: |
|
|
Ah, ok... so I do need to update the error message to state if you are blocking cookies that you need to unblock. It's not necessarily a hack attempt
Thanks again!
-Nuttzy  _________________ <?php echo "something wicked awesome for my sig"; ?> |
|
| Back to top |
|
 |
nuttzy99 Site Admin

Joined: 23 May 2004 Posts: 1068
|
Posted: Wed Jun 23, 2004 7:10 pm Post subject: |
|
|
Looks like things are a bit off on firefox. Will work on it
-Nuttzy  _________________ <?php echo "something wicked awesome for my sig"; ?> |
|
| Back to top |
|
 |
nuttzy99 Site Admin

Joined: 23 May 2004 Posts: 1068
|
Posted: Thu Jun 24, 2004 12:40 am Post subject: |
|
|
BLAHHHHH!!! Here's one problem. The region that the message to check appears in is inside of a DIV. The problem, is that in IE (which I originally developed for) the width of the DIV includes the scroll bars. In Firefox and Navigator, scroll bars are added to the width. Same thing for height.
I will have to throw in some javascript magic to correct this if I can't figure it out in CSS.
-Nuttzy  _________________ <?php echo "something wicked awesome for my sig"; ?> |
|
| Back to top |
|
 |
Conan
Joined: 19 Jun 2004 Posts: 17
|
Posted: Thu Jun 24, 2004 9:16 am Post subject: |
|
|
Cool, I'm looking forward to it  |
|
| Back to top |
|
 |
Conan
Joined: 19 Jun 2004 Posts: 17
|
Posted: Thu Jun 24, 2004 10:55 am Post subject: |
|
|
| running into some problems adding auto-check on vb.... it has to do with how vb does its smiley function, so i cant do second step... and I'm not exactly sure where that data is coming from, think you could get in touch with me about it? possibly help me figure out what its supposed to do so i can get it to work, I'm writing an install step-by-step for vb as i go also. |
|
| Back to top |
|
 |
nuttzy99 Site Admin

Joined: 23 May 2004 Posts: 1068
|
Posted: Thu Jun 24, 2004 11:10 am Post subject: |
|
|
Sweet! Yeah, give me a bit and I'll take a look
-Nuttzy  _________________ <?php echo "something wicked awesome for my sig"; ?> |
|
| Back to top |
|
 |
nuttzy99 Site Admin

Joined: 23 May 2004 Posts: 1068
|
Posted: Mon Jun 28, 2004 9:53 am Post subject: |
|
|
| Conan wrote: | fixed cookies, i was blocking them, lets see if this fixes it.
Okay, that was it, my fault, not the checkers. |
FYI, to better handle the blocking cookies situation, I changed the message from...
Unauthorized request for user data. Probable hack attempt. Logging incident and terminating process
...to...
Unauthorized request for user data. Please make sure you are not blocking cookies to this site!
Good find Conan!
-Nuttzy  _________________ <?php echo "something wicked awesome for my sig"; ?> |
|
| Back to top |
|
 |
nuttzy99 Site Admin

Joined: 23 May 2004 Posts: 1068
|
Posted: Mon Jun 28, 2004 9:56 am Post subject: |
|
|
| nuttzy99 wrote: | BLAHHHHH!!! Here's one problem. The region that the message to check appears in is inside of a DIV. The problem, is that in IE (which I originally developed for) the width of the DIV includes the scroll bars. In Firefox and Navigator, scroll bars are added to the width. Same thing for height.
I will have to throw in some javascript magic to correct this if I can't figure it out in CSS. | Ended up doing some javascript magic to manipulate this. Right now it is potentially as much as 17k of js code b/c it is very exacting. I will probably soon trim it down to just the 2k or so that is needed
-Nuttzy  _________________ <?php echo "something wicked awesome for my sig"; ?> |
|
| Back to top |
|
 |
nuttzy99 Site Admin

Joined: 23 May 2004 Posts: 1068
|
Posted: Mon Jun 28, 2004 9:58 am Post subject: |
|
|
| Conan wrote: | | running into some problems adding auto-check on vb.... it has to do with how vb does its smiley function, so i cant do second step... and I'm not exactly sure where that data is coming from, think you could get in touch with me about it? possibly help me figure out what its supposed to do so i can get it to work, I'm writing an install step-by-step for vb as i go also. | FYI, I have a full version of vB3 now so I will be looking to get you fixed up ASAP
-Nuttzy  _________________ <?php echo "something wicked awesome for my sig"; ?> |
|
| Back to top |
|
 |
|