Vergleich online.php - 1.00 - 1.14

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html
*

 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html
*

 * $Id$

 * $Id: online.php 934 2005-12-08 13:48:07Z chris $

 */
define("KILL_GLOBALS", 1);


 */
define("KILL_GLOBALS", 1);


Zeile 85Zeile 85
	}
$ip = $mybb->input['ip'];
$host = @gethostbyaddr($ip);

	}
$ip = $mybb->input['ip'];
$host = @gethostbyaddr($ip);

 
	$ip = htmlspecialchars($ip);

	if(!$host || $host == $ip)
{
error($lang->error_nohostname);

	if(!$host || $host == $ip)
{
error($lang->error_nohostname);