Thank you so much!. And one question :).

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
StephenTaylor
Posts: 8
Joined: Wed Jul 24, 2013 11:38 am

Thank you so much!. And one question :).

Post by StephenTaylor »

Write your message below:

First i want to say a huge thanks to PHPJUNKYARD for creating one of the most simple and best forums i have ever used. I am using it for my YouTube and family and friends to all stay connected. ;). I only have one question. How can i change the timezone to Europe/London GMT?. As i want to make sure the date is right with mine. And also is there anyway to block the IP of a poster? (No need yet as the delete a post is perfect. But just in case :) )

Thanks

Stephen Taylor
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Thank you so much!. And one question :).

Post by Klemen »

Thanks for the kudos, although MBoard is an old script in need of an update :wink:

To set a default timezone, you can add something like this to your settings.php file, for example just below "// Settings file version: 1.3":

Code: Select all

date_default_timezone_set('Europe/London');
IP blocking is not supported by MBoard. Some web hosting control panels allow you to do that, or you may use a .htaccess file if you are on an Apache server:
https://www.google.com/search?q=htaccess+block+IP
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Locked