Vergleich index.php - 1.4.3 - 1.4.16

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * $Id: index.php 4151 2008-08-26 04:39:31Z Tikitiki $

 * $Id: index.php 5379 2011-02-21 11:06:42Z Tomm $

 */

define("IN_MYBB", 1);

 */

define("IN_MYBB", 1);

Zeile 125Zeile 125
	}

// Build the who's online bit on the index page.

	}

// Build the who's online bit on the index page.

	$onlinecount = $membercount + $guestcount;


	$onlinecount = $membercount + $guestcount + $botcount;


	if($onlinecount != 1)
{
$onlinebit = $lang->online_online_plural;

	if($onlinecount != 1)
{
$onlinebit = $lang->online_online_plural;

	}
else

	}
else

	{
$onlinebit = $lang->online_online_singular;
}
if($membercount != 1)
{
$memberbit = $lang->online_member_plural;

	{
$onlinebit = $lang->online_online_singular;
}
if($membercount != 1)
{
$memberbit = $lang->online_member_plural;

	}

	}

	else
{
$memberbit = $lang->online_member_singular;
}
if($anoncount != 1)

	else
{
$memberbit = $lang->online_member_singular;
}
if($anoncount != 1)

	{

	{

		$anonbit = $lang->online_anon_plural;

		$anonbit = $lang->online_anon_plural;

	}
else
{
$anonbit = $lang->online_anon_singular;

	}
else
{
$anonbit = $lang->online_anon_singular;

	}
if($guestcount != 1)

	}
if($guestcount != 1)

	{

	{

		$guestbit = $lang->online_guest_plural;

		$guestbit = $lang->online_guest_plural;

	}

	}

	else
{
$guestbit = $lang->online_guest_singular;
}
$lang->online_note = $lang->sprintf($lang->online_note, my_number_format($onlinecount), $onlinebit, $mybb->settings['wolcutoffmins'], my_number_format($membercount), $memberbit, my_number_format($anoncount), $anonbit, my_number_format($guestcount), $guestbit);
eval("\$whosonline = \"".$templates->get("index_whosonline")."\";");

	else
{
$guestbit = $lang->online_guest_singular;
}
$lang->online_note = $lang->sprintf($lang->online_note, my_number_format($onlinecount), $onlinebit, $mybb->settings['wolcutoffmins'], my_number_format($membercount), $memberbit, my_number_format($anoncount), $anonbit, my_number_format($guestcount), $guestbit);
eval("\$whosonline = \"".$templates->get("index_whosonline")."\";");

}


}


// Build the birthdays for to show on the index page.
$bdays = $birthdays = '';
if($mybb->settings['showbirthdays'] != 0)

// Build the birthdays for to show on the index page.
$bdays = $birthdays = '';
if($mybb->settings['showbirthdays'] != 0)

Zeile 178Zeile 179
	{
$cache->update_birthdays();
$bdaycache = $cache->read("birthdays");

	{
$cache->update_birthdays();
$bdaycache = $cache->read("birthdays");

	}


	}


	$hiddencount = $bdaycache[$bdaydate]['hiddencount'];
$today_bdays = $bdaycache[$bdaydate]['users'];


	$hiddencount = $bdaycache[$bdaydate]['hiddencount'];
$today_bdays = $bdaycache[$bdaydate]['users'];


Zeile 233Zeile 234
		$newestmember = "no-one";
}
else

		$newestmember = "no-one";
}
else

	{

	{

		$newestmember = build_profile_link($stats['lastusername'], $stats['lastuid']);
}


		$newestmember = build_profile_link($stats['lastusername'], $stats['lastuid']);
}


Zeile 269Zeile 270
		// Load the stats cache.
$stats = $cache->read("stats");
}

		// Load the stats cache.
$stats = $cache->read("stats");
}

	








$post_code_string = '';
if($mybb->user['uid'])
{
$post_code_string = "&my_post_key=".$mybb->post_code;
}


	eval("\$boardstats = \"".$templates->get("index_boardstats")."\";");
}


	eval("\$boardstats = \"".$templates->get("index_boardstats")."\";");
}