I wish to change the number shown on the site for the "max online" number along with the date but am having trouble working out how to do that. (The number there now is too large due to some attack on our forums and so I want to reduce it back to what it was which was more realistic).
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#220914 - 01/07/0905:49 PMRe: Chaging the "max online" number and date
[Re: wanted]
The data is stored in the table named cache max_online field just change to what you want max_online_timestamp field Not sure what format is used to change the date
okay it is one of the tables in the MYSQL database you setup to use for your forum. You probably have phpmyadmin as a management tool from your host provider. Using phpmyadmin open your database select the ubbt_cache table on the left side I assume you used the default ubbt_ prefix. Select the browse link at the top left. Here you see the data. Select the pencil icon to the left of max_online to edit that value. change the cache_value number to what you want. Then select the save option and then the go button.
You would do the same for the date but like I said I don't know what format it is in.
If you still have not resolved this try opening the table as I suggested and set it manually Like I stated before. Not knowing that version you have maybe it has a slightly different name.