Jump to content

My host swears its coding...


strngr12

Recommended Posts

...but I know it's a server error.

 

I have a phpbb forum and the time stamps are borked.  For example, I quoted a person from a post and my post, with the quote, showed up above hers with a time stamp six minutes before she posted.  That's obvisouly not possible.  Here's the thread in question, you're looking abot halfway down for the user Renfield, me, who quoted PutridyCorpse.  You'll notice the timestamp on my post is six minutes earlier than PutridyCorpse.

 

http://www.necroticobsession.com/bb/viewtopic.php?t=16735&start=18135

 

Now, here's the code that is in the scripts for posting:

 

//
// Post a new topic/reply/poll or edit existing post/poll
//
function submit_post($mode, &$post_data, &$message, &$meta, &$forum_id, &$topic_id, &$post_id, &$poll_id, &$topic_type, &$bbcode_on, &$html_on, &$smilies_on, &$attach_sig, &$bbcode_uid, $post_username, $post_subject, $post_message, $poll_title, &$poll_options, &$poll_length)
{
global $board_config, $lang, $db, $phpbb_root_path, $phpEx;
global $userdata, $user_ip;

include($phpbb_root_path . 'includes/functions_search.'.$phpEx);






$current_time = time();







if ($mode == 'newtopic' || $mode == 'reply' || $mode == 'editpost')
{
	//
	// Flood control
	//

 

Is there anyone familiar with phpbb that can help with this?  Is there any way this can be a coding issue?  If not, can you think of a reason why this may happen so I can spell it out to my host?  Thanks!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.