Anyone? I've been thru public_lt.pl, ubb_latest_threads.cgi and the var_latest_threads.cgi files plus double checked my hack of ubb_lib_posting.cgi and I can't figure out where the lifespan is set. I saw a post earlier in this thread that deleted the set_index-main.cgi file because they had been using a previous version. I too was running v1.1 before I upgraded to 2.1 so I just deleted set_index-main.cgi and replied to an expired thread to rejuvenate it so it appears in the latest threads summary again. Then I checked set_index-main.cgi and it's full of numbers again although they're slightly different from the version I deleted. Mostly just a different order really. Here's a snippet of before and after:
Before =
%latest_date_time = (
q!0008a000355! => q!2452621.2108!,
q!0003a002439! => q!2452621.2246!,
q!0004a000544! => q!2452622.0127!,
q!0005a000149! => q!2452621.2059!,
q!0003a002472! => q!2452622.114!,
q!0003a002473! => q!2452622.2151!,
q!0003a002476! => q!2452621.2249!,
q!0003a002477! => q!2452622.1004!,
q!0003a002478! => q!2452622.1621!,
q!0009a002536! => q!2452621.2053!,
q!0014a000002! => q!2452622.0849!,
q!0009a002464! => q!2452622.2041!,
q!0009a002539! => q!2452621.2341!,
q!0014a000005! => q!2452622.0147!,
q!0009a002571! => q!2452622.0946!,
After =
%latest_date_time = (
q!0004a000544! => q!2452622.0127!,
q!0003a002472! => q!2452622.114!,
q!0003a002473! => q!2452622.2151!,
q!0003a002477! => q!2452622.1004!,
q!0003a002478! => q!2452622.1621!,
q!0014a000002! => q!2452622.0849!,
q!0009a002464! => q!2452622.2041!,
q!0014a000005! => q!2452622.0147!,
q!0009a002571! => q!2452622.0946!,
q!0007a001164! => q!2452622.1921!,
q!0014a000006! => q!2452622.0038!,
q!0007a001166! => q!2452622.091!,
q!0015a000003! => q!2452622.2216!,
q!0010a001104! => q!2452622.2056!,
q!0009a002579! => q!2452622.1154!,
q!0015a000006! => q!2452622.1716!,
I'll keep an eye on each stream and see if they're still on a 24 hr cycle. I really want these streams back off the 24 hr lifespan clock.
