php forum
php mysql forum
php mysql smarty
 
Topic Options
#317296 - 06/26/08 04:01 AM [7.3.x] Scheduled board close for backup
blaaskaak Offline
Member

Registered: 02/25/07
Posts: 286
Loc: The Netherlands

   [7.3.x] Scheduled board close for backup to Del.icio.us Add to del.icio.us
  Digg [7.3.x] Scheduled board close for backup Digg it
I have a cronjob running that backup's my ubb database and directory. Since it's better to have the board closed while making a backup, I have added a scheduled close for ubb.

open /languages/english/generic.php

Find:
Php Code:
$ubbt_lang['COPY2CLIP'] = 'Copy'; 


Add below:
Php Code:
$ubbt_lang['BACKUPCLOSED'] = 'Because of a scheduled backup the board is closed from %s until %s'; 


Repeat editing the generic.php for every other language you have.

open /ubbthreads.php
Find:
Php Code:

		$user['USER_STYLE'] = $force ? 0 : $user['USER_STYLE'];
		$html->set_style($force);
 


Add below:
Php Code:

		// closed for backup?
		$backupstarttime = "04:30";
		$backupstoptime = "04:45";
		
		$backuptime = date("H:i");
		if ($backuptime >= $backupstarttime && $backuptime < $backupstoptime) {
			$insert = $ubbt_lang['BACKUPCLOSED'];
			$closed = true;
			$fatal_error = true;
			$fatal_error_message = sprintf($insert,$backupstarttime,$backupstoptime);
		}
		
		// end closed for backup
 


Save, upload, and voila! Board is closed between 04:30 and 04:45.

Adjusting $backupstarttime and $backupstoptime will adjust the times the board will automaticly close.

It will also close the board for admins. The purpose of the close is to make the best database snapshop possible, so you don't want yourself messing around the forum also.

How to backup your forum? Lost of information about the subject on ubbcentral.
_________________________

Top
#317297 - 06/26/08 09:10 AM Re: [7.3.x] Scheduled board close for backup [Re: blaaskaak]
sirdude Moderator Offline
Enthusiast

Registered: 11/08/03
Posts: 439
Loc: SoCal
'repeat this for every other language file you have' ??

i assume you mean for each distinct language, modify generic.php.. no?

:shrug:
_________________________

A taxpayer voting for Obama is like a chicken voting for Colonel Sanders.

Top
#317298 - 06/26/08 09:25 AM Re: [7.3.x] Scheduled board close for backup [Re: sirdude]
blaaskaak Offline
Member

Registered: 02/25/07
Posts: 286
Loc: The Netherlands
Originally Posted By: sirdude
i assume you mean for each distinct language, modify generic.php.. no?


Yeppers smile
_________________________

Top
#317335 - 06/30/08 12:51 PM Re: [7.3.x] Scheduled board close for backup [Re: blaaskaak]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
Thanks Yarp!
_________________________
- Allen wavey
- What Drives You?

Top


Moderator:  sirdude 
Top Posters Last 30 Days
AllenAyres 12
Gizmo 10
S7ARBVCK 2
Murphdog 1
MattUK 1
Kevin H 1
tackaberry 1
Who's Online
1 Registered (MattUK), 28 Guests and 8 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
BeyondCompare v3.00
by blaaskaak
Yesterday at 02:46 PM
Noob - need help, or a reality check!
by Gizmo
09/04/08 03:21 AM
Here I am! Rock me like a Hurricane!
by AllenAyres
09/02/08 03:05 PM
[7.x] Generic Page Outside of forum directory
by Gizmo
08/30/08 05:43 PM
Team UBBDev Rides Again!
by Gizmo
08/28/08 11:45 PM
Multiple Identity Detector
by MattUK
08/28/08 04:10 PM
[7.3.x] ubb.links
by AllenAyres
08/26/08 09:57 AM
New Mods
Installing FlashChat with 7.3
by Paug
08/23/08 12:14 AM
[7.3.x] ubb.links
by AllenAyres
06/20/08 11:50 PM
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
[7.x] Generic Page Outside of forum directory
by
01/14/07 10:58 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
Newest Members
veedubb8, twentyseven, Claus1, welcomeback1, Paug
13327 Registered Users

 

 

 
fusionbb message board php hacks