PHP Nuke Nederland
 
•   Home  •  Downloads  •  Your Account  •  Forums  •
PHP-Nuke Nederland: Forums

PHP-Nuke Nederland :: View topic - Laatste Forum berichten
 Forum FAQ  •   Search   •  Memberlist  •  Usergroups   •  Register   •    •  Profile  •  Log in to check your private messages  •  Log in

 
This forum is locked: you cannot post, reply to, or edit topics.This topic is locked: you cannot edit posts or make replies.
View previous topic Log in to check your private messages View next topic
Author Message
Marcel
Gevorderd
Gevorderd


Joined: Aug 29, 2004
Posts: 38

PostPosted: Sat 15 Jan 2005 22:25 Reply with quoteBack to top

Hoi,

Vraagje over de laatste forum berichten (block-phpBB_Forums.php) voor op de startpagina. De tijd niet goed weergegeven. De klok loopt 1 uur achter.

De tijd wordt weergegeven door de UNIXTIME.
[php:1:eb9eac87ce]
"SELECT topic_id, poster_id, FROM_UNIXTIME( post_time,'%d %b %Y om %T') as post_time FROM ".$prefix."_bbposts where post_id = '$topic_last_post_id'" );[/php:1:eb9eac87ce]

Kan ik dit handmatig ergens instellen?

Bedankt.




Edit: php tags geplaatst door BlueLion, Administrator
View user's profileSend private messageVisit poster's website
BlueLion
Administrator
Administrator


Joined: Aug 21, 2004
Posts: 2834

PostPosted: Tue 18 Jan 2005 9:13 Reply with quoteBack to top

Controleer eerst hoeveel tijd in seconden jouw server in tijd scheelt met de Nederlandse tijd.

voorbeeld:
De servertijd is 3 uur later. 3 uur x 60 minuten = 180 minuten
180 minuten x 60 seconden = 10800 seconden.

Nu jouw script:
[php:1:0396a0ae0c]"SELECT topic_id, poster_id, FROM_UNIXTIME( post_time,'%d %b %Y om %T') as post_time FROM ".$prefix."_bbposts where post_id = '$topic_last_post_id'" );[/php:1:0396a0ae0c]

verander dit naar:
[php:1:0396a0ae0c]"SELECT topic_id, poster_id, FROM_UNIXTIME( post_time+10800,'%d %b %Y om %T') as post_time FROM ".$prefix."_bbposts where post_id = '$topic_last_post_id'" );[/php:1:0396a0ae0c]

Je ziet dat NA postime het aantal seconden staat dat de Nederlandse tijd scheelt met de fictieve server tijd.

Succes,


BL
View user's profileSend private messageSend e-mailVisit poster's website
Display posts from previous:      
 Donaties   Adverteren 
Wilt u het forum steunen, dan kunt u nu eenvoudig doneren met PayPal.
This forum is locked: you cannot post, reply to, or edit topics.This topic is locked: you cannot edit posts or make replies.
View previous topic Log in to check your private messages View next topic
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



Powered by phpBB © 2001, 2005 phpBB Group

Web site powered by PHP-Nuke

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2004-2008 by BlueLion.
SEO enhanced with the Sitemapper script
You can syndicate our news using the file backend.php or ultramode.txt
Powered by PHP Powered by MySQL Apache Webserver Valid robots.txt
PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Pagina rendering: 0.08 seconden


[Valid News RSS]

RSS Feeds:
[RSS 2.0 News Feed]
[RSS 2.0 Download Feed]
[RSS 2.0 Forum Feed]
[RSS 2.0 Link Feed]
:: fisubsilver shadow phpbb2 style by Daz :: PHP-Nuke theme by BlueLion ::