|
Prisoner#1
Even Dumber ThanAdvertized!


Registered: 01/22/03
Posts: 193,665
Loc: Pvt. Pubfag NutSuck
|
|
Quote:
OneMoreRobot3021 said: Yeah but it's been documented in a bunch of "can I have access?" threads that you need to PM geokills or Ythan about it cuz the automated process doesn't seem to be working...
like I care, you're gonna give me access or else...
I'm gonne move in and sleep on your couch
|
Diploid
Cuban


Registered: 01/09/03
Posts: 19,274
Loc: Rabbit Hole
|
|
Yeah but it's been documented in a bunch of "can I have access?" threads that you need to PM geokills or Ythan about it cuz the automated process doesn't seem to be working...
If it'll help, I wrote a pair of C function a few years ago that have come in handy many times. They compute the Julian date account for leap years.
Here are the prototypes:
ToJul(int Day, int Month, int Year, int *JulianNumber); FromJul(int JulianNumber, int *Day, int *Month, int *Year);
You feed the member's registration date and the current date to the first one to get the corresponding Julian number and subtract the two results to get the number of days between the two dates.
The second function isn't useful to solve this problem, but it's handy to use together with the first to find a date any given number of days in the future or the past.
Lemme know if this will help and I'll post the source code.
-------------------- Republican Values: 1) You can't get married to your spouse who is the same sex as you. 2) You can't have an abortion no matter how much you don't want a child. 3) You can't have a certain plant in your possession or you'll get locked up with a rapist and a murderer. 4) We need a smaller, less-intrusive government.
|
Anno
Experimenter



Registered: 06/17/99
Posts: 24,166
Loc: my room
Last seen: 20 days, 16 hours
|
Re: Veterans Forum. [Re: Diploid]
#5327393 - 02/22/06 08:53 AM (17 years, 11 months ago) |
|
|
This doesn't help at all.
The problem is that the function that checks for the groups is disabled in your case. After the user is added to all the possible groups he belongs to a certain "control" group is set. This group has been set in your case and the veterans groups were added after this group has been set.
What needs to be done is to reset the groups in order for the group check function to work again. I could do it but I currently don't have access to the database.
|
Anno
Experimenter



Registered: 06/17/99
Posts: 24,166
Loc: my room
Last seen: 20 days, 16 hours
|
Re: Veterans Forum. [Re: Anno]
#5327456 - 02/22/06 09:34 AM (17 years, 11 months ago) |
|
|
OK, should work after the next post.
|
shriek
*********

Registered: 12/13/03
Posts: 3,274
|
Re: Veterans Forum. [Re: Anno]
#5328568 - 02/22/06 04:32 PM (17 years, 11 months ago) |
|
|
uhm i dont get it, when will i be a veteran heh
my math sux obviously hehe
|
OneMoreRobot3021


Registered: 06/06/03
Posts: 61,024
Loc: the sky
|
Re: Veterans Forum. [Re: shriek]
#5328987 - 02/22/06 06:45 PM (17 years, 11 months ago) |
|
|
You wont be able to reply to threads in the vet forum until late december of this year.
-------------------- Acid doesn't give you truths; it builds machines that push the envelope of perception. Whatever revelations came to me then have dissolved like skywriting. All I really know is that those few years saddled me with a faith in the redemptive potential of the imagination which, however flat, stale and unprofitable the world seems to me now, I cannot for the life of me shake. -Erik Davis
|
|