Previous Thread
Next Thread
Print Thread
Rate Thread
Gizmo #323673 07/05/2022 12:30 PM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
It is a simple cache system which should roll through updates in the $conf["cache"]["directory"] directory based on what URL is accessed (the file names are a SHA1 hash of the requested URI (bit after the site URL)) and is only cached for however many seconds $conf["cache"]["time"] is set to (default 86400); so basically its a hash of all requested URLs such as:
ubb.sitemap.php?type=6&se=1 (sitemap search engine index page)
ubb.sitemap.php?type=7 (Forum Listing)
ubb.sitemap.php?type=10 (UBB.threads Events [Mod])
ubb.sitemap.php?type=8 (UBB.threads Pages [Mod])
ubb.sitemap.php?type=9 (UBB.threads Reviews [Mod])


Then all of your offset pages based on how large a chunk $conf["offset"]["increment"] defines (default 10k, specified maximum of 50k):
ubb.sitemap.php?type=1&se=1&offset=0

If you see outdated cached files it's likely human error (someone attempting to craft custom URLs into the system).

As for the version, it is the $build and $release variables in the script, and should be viewable on all pages (including the debug page (ubb.sitemap.php?debug=1) if your version supports it) when you view the source (ie "view source" and not what is displayed to the browser (it's listed in a comment on the source)


In a nuttshell, the generated system urls should get auto updated, manually crafted URLs will only be updated when they're accessed again; nothing is auto purged (as an expected repository of data should contain the previous offset pages worth of data which should be auto updated)


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Sponsored Links
Entire Thread
Subject Posted By Posted
[7.x] UBB Sitemaps Gizmo 02/11/2007 7:38 AM
Re: [7.x] UBB Sitemaps AllenAyres 02/11/2007 10:09 PM
Re: [7.x] UBB Sitemaps Gizmo 02/12/2007 12:26 AM
Re: [7.x] UBB Sitemaps Ian_W 02/12/2007 9:22 AM
Re: [7.x] UBB Sitemaps Gizmo 02/12/2007 9:33 AM
Re: [7.x] UBB Sitemaps Ian_W 02/12/2007 6:52 PM
Re: [7.x] UBB Sitemaps Gizmo 02/13/2007 1:47 AM
Re: [7.x] UBB Sitemaps Basil Fawlty 02/25/2007 6:41 PM
Re: [7.x] UBB Sitemaps mcasado 02/28/2007 8:15 PM
Re: [7.x] UBB Sitemaps Gizmo 03/10/2007 4:44 AM
Re: [7.x] UBB Sitemaps Mark_S 04/12/2007 12:21 AM
Re: [7.x] UBB Sitemaps Gizmo 04/12/2007 7:31 AM
Re: [7.x] UBB Sitemaps Gizmo 06/17/2007 1:58 PM
Re: [7.x] UBB Sitemaps Ian_W 06/17/2007 4:26 PM
Re: [7.x] UBB Sitemaps Gizmo 06/18/2007 1:06 AM
Re: [7.x] UBB Sitemaps ehm 06/22/2007 10:16 PM
Re: [7.x] UBB Sitemaps Gizmo 06/23/2007 2:27 AM
Re: [7.x] UBB Sitemaps Mark_S 06/24/2007 12:52 AM
Re: [7.x] UBB Sitemaps Gizmo 06/24/2007 12:56 AM
Re: [7.x] UBB Sitemaps AshtarRose 09/25/2007 5:39 PM
Re: [7.x] UBB Sitemaps blaaskaak 09/25/2007 5:49 PM
Re: [7.x] UBB Sitemaps Gizmo 09/26/2007 1:13 AM
Re: [7.x] UBB Sitemaps AshtarRose 09/26/2007 1:32 AM
Re: [7.x] UBB Sitemaps blaaskaak 09/26/2007 1:45 AM
Re: [7.x] UBB Sitemaps Gizmo 09/26/2007 5:14 AM
Re: [7.x] UBB Sitemaps AshtarRose 09/26/2007 7:49 AM
Re: [7.x] UBB Sitemaps Gizmo 09/26/2007 1:29 PM
Re: [7.x] UBB Sitemaps Gizmo 05/01/2008 7:26 AM
Re: [7.x] UBB Sitemaps Ian_W 05/01/2008 8:01 AM
Re: [7.x] UBB Sitemaps Gizmo 05/01/2008 9:13 AM
Re: [7.x] UBB Sitemaps Gizmo 02/16/2009 4:37 AM
Re: [7.x] UBB Sitemaps SteveS 02/21/2009 3:39 AM
Re: [7.x] UBB Sitemaps Gizmo 02/21/2009 3:01 PM
Re: [7.x] UBB Sitemaps SteveS 02/22/2009 11:55 PM
Re: [7.x] UBB Sitemaps Gizmo 02/23/2009 1:45 AM
Re: [7.x] UBB Sitemaps Crasher 04/14/2009 4:13 PM
Re: [7.x] UBB Sitemaps Gizmo 04/14/2009 7:37 PM
Re: [7.x] UBB Sitemaps Crasher 04/15/2009 9:29 AM
Re: [7.x] UBB Sitemaps badfrog 06/16/2009 12:09 AM
Re: [7.x] UBB Sitemaps badfrog 06/16/2009 1:10 AM
Re: [7.x] UBB Sitemaps Gizmo 06/16/2009 1:33 AM
Re: [7.x] UBB Sitemaps Gizmo 06/22/2009 9:09 PM
Re: [7.x] UBB Sitemaps AllenAyres 06/30/2009 6:30 PM
Re: [7.x] UBB Sitemaps Gizmo 06/30/2009 10:38 PM
Re: [7.x] UBB Sitemaps Gizmo 08/09/2009 9:36 AM
Re: [7.x] UBB Sitemaps Gizmo 08/10/2009 12:57 AM
Re: [7.x] UBB Sitemaps Gizmo 08/21/2009 3:01 AM
Re: [7.x] UBB Sitemaps Gizmo 08/21/2009 7:28 AM
Re: [7.x] UBB Sitemaps badfrog 08/22/2009 1:01 AM
Re: [7.x] UBB Sitemaps Gizmo 08/22/2009 3:09 AM
Re: [7.x] UBB Sitemaps badfrog 08/22/2009 3:11 AM
Re: [7.x] UBB Sitemaps Gizmo 08/22/2009 3:55 AM
Re: [7.x] UBB Sitemaps badfrog 08/22/2009 7:07 PM
Re: [7.x] UBB Sitemaps ECNet 10/31/2009 7:36 AM
Re: [7.x] UBB Sitemaps Gizmo 11/04/2009 7:30 PM
Re: [7.x] UBB Sitemaps Gizmo 04/02/2015 8:57 AM
Re: [7.x] UBB Sitemaps Ruben Rocha 04/06/2015 3:36 PM
Re: [7.x] UBB Sitemaps Gizmo 04/06/2015 4:45 PM
Re: [7.x] UBB Sitemaps Gizmo 08/28/2018 4:21 PM
Re: [7.x] UBB Sitemaps Gizmo 08/21/2019 5:11 PM
Re: [7.x] UBB Sitemaps Gizmo 12/19/2019 8:35 PM
Re: [7.x] UBB Sitemaps Ruben Rocha 07/05/2022 7:08 PM
Re: [7.x] UBB Sitemaps Gizmo 07/05/2022 7:30 PM
Re: [7.x] UBB Sitemaps Ruben Rocha 07/05/2022 7:36 PM
Re: [7.x] UBB Sitemaps Gizmo 07/05/2022 7:38 PM
Re: [7.x] UBB Sitemaps Ruben Rocha 07/05/2022 7:47 PM
Re: [7.x] UBB Sitemaps Gizmo 07/05/2022 7:53 PM
Re: [7.x] UBB Sitemaps Ruben Rocha 07/05/2022 7:57 PM
Re: [7.x] UBB Sitemaps Gizmo 07/05/2022 7:59 PM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
AllenAyres
AllenAyres
Texas
Posts: 21,079
Joined: March 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)