- Code: Select all
 <img src="http://www.kalimdortribe.com/Roster/realmstatus.php">
but now with the DF version would i just specift the path to the new file or is there something else that needs to be entered for it?
Thanks in advance for the help
<img src="http://www.kalimdortribe.com/Roster/realmstatus.php">
<div align="center"><A HREF="http://www.worldofwarcraft.com/realmstatus">
<img src="/index.php?name=WoWRosterDF&file=realmstatus" border="0" alt="Whisperwind Status"/></A></div>


<?php
/************************************************************************/
/* PHP-NUKE: Web Portal System                                          */
/* ===========================                                          */
/*                                                                      */
/* Copyright (c) 2005 by Francisco Burzi                                */
/* http://phpnuke.org                                                   */
/*                                                                      */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License.       */
/************************************************************************/
if ( !defined('BLOCK_FILE') ) {
    Header("Location: ../index.php");
    die();
}
  $content .= "<center><img src=\"http://my.website.location/roster/realmstatus.php\" alt=\"WoW Emerald Dream Server Status\" /></center>";
?>

<?php
/*********************************************
  CPG Dragonfly CMS
  ********************************************
  Copyright (c)¸ 2004 - 2005 by CPG-Nuke Dev Team
  http://www.dragonflycms.com
  Dragonfly is released under the terms and conditions
  of the GNU GPL version 2 or any later version
********************************************************/
if (!defined('CPG_NUKE')) { exit; }
$content .= "<center><img src=\"http://your.website.location/dragonfly/modules/WoWRosterDF/realmstatus.php\" alt=\"Your Server Status\" 
/></center>";

$content .= "<center><img src=\"http://your.web.site.location/index.php?name=WoWRosterDF&file=realmstatus\" alt=\"Your Server Status\"

Wingforce wrote:Thanks secretone, that worked great. One change if you are not using LEO then the URL needs to be formatted like
- Code: Select all
 $content .= "<center><img src="http://your.web.site.location/index.php?name=WoWRosterDF&file=realmstatus" alt="Your Server Status"


Users browsing this forum: No registered users and 1 guest