Top Poster
#1 ramon fincken 253
#2 Site admin 3
#3 Ber|Art 2
#4 braddmark 1
#5 accentmedia 1
#6 Xarzu 1
#7 Jan 0
#8 roger beckers 0
#9 Christine 0
#10 nextstep 0
[phpbb2] Moving servers and you dont' want to completely disable your board?



Rating : 3 / 5

 
Post new topic   Reply to topic    Ramonfincken.com Forum Index -> PHP coding
Beta
Want to be notified by email when this topic gets a reply?  
View previous topic :: View next topic  
Author Message
ramon fincken
Site's programmer

Get a free globally recognized avatar
It's free!


Joined: 03 Aug 2007
Posts: 253
Location: A'dam/Diemen, The Netherlands

PostPosted: Mon Mar 09, 2009 2:36 pm    Post subject: [phpbb2] Moving servers and you dont' want to completely disable your board? Reply with quote

Are you moving servers and you don't want any new posts in your database?

You can use the "disable" board option in your ACP.
However ... this has a great disadvantage, namely your whole board is invisible unless you're an admin.

Apply this mod and only you ( user_id = 2 ) will be able to post. All others cannot post/reply/edit/quote and will see a general notice.

OPEN
Code:
posting.php


FIND
Code:
//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_POSTING);
init_userprefs($userdata);
//
// End session management
//


AFTER, ADD
Code:

// MOD by Ramon Fincken (http://www.ramonfincken.com) Disable posting except for main admin, because you want to move (database-)servers.
// http://www.ramonfincken.com/permalink/topic131.html
if($userdata['user_id'] != 2)
{
   message_die(GENERAL_MESSAGE, 'We are moving servers, posting is temporary disabled to keep our database up to date.<br>Please come back later');
}
Back to top
View user's profile Send private message Visit poster's website
Google adsense
Advertisement





PostPosted: Mon Mar 09, 2009 2:36 pm    Post subject: [phpbb2] Moving servers and you dont' want to completely disable your board?

Advertisement
Back to top
Post new topic   Reply to topic    Ramonfincken.com Forum Index -> PHP coding All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
General forums
The world of freelance
Programming
Other projects
Poll
I love gifts

Yes goodies and presents! [2]
No but I love polls ! [0]

Related google ads
Where am I?
Hit me!