Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> WoW Server Status, displaying
circuitbomb
post Oct 27 2007, 11:35 AM
Post #1

One Post Wonder! 
Group: Members
Posts: 1
Joined: 27-October 07
Member No.: 3,049


Hello, i recently installed the wow server status module for Joomla. the versions are correct and I installed everything just fine.

the problem lies with the display of the generated image of the status of the server on my guild website

www.worldofwrath.com

the module is displayed in the right hand navigation column, i can view the source and pull the generated link and it will view in a separate window.

now I didnt have this problem on my home testing server

any ideas would be appreciated thanks

circuitbomb
Go to the top of the page
 
+Quote Post
Google Bot
post Oct 27 2007, 11:35 AM
Post #

Google Ads 



Go to the top of the page
 
Quote Post
Atomm
post Oct 28 2007, 02:00 PM
Post #2


Admin And Stuff  *****
Group: Root Admin
Posts: 12,445
Joined: 29-December 03
From: Big D...
Member No.: 3
Xfire ID: Atomm


Hey CB!

First, let me say thanks for posting in the forums so others can learn from this experience.

There is a file in the main zip called gd_info.php. If you will put it on your server, outside of Joomla and run it, you should be able to see if your server supports all of the functions from the script. Just in case, here is the code from gd_info.php.

CODE
<?php

function describeGDdyn() {
  echo "\n<ul><li>GD support: ";
  if(function_exists("gd_info")){
   echo "<font color=\"#00ff00\">yes</font>";
   $info = gd_info();
   $keys = array_keys($info);
   for($i=0; $i<count($keys); $i++) {
       if(is_bool($info[$keys[$i]])) echo "</li>\n<li>" . $keys[$i] .": " . yesNo($info[$keys[$i]]);
       else echo "</li>\n<li>" . $keys[$i] .": " . $info[$keys[$i]];
   }
  } else { echo "<font color=\"#ff0000\">no</font>"; }
  echo "</li></ul>";
}

function yesNo($bool){
  if($bool) return "<font color=\"#00ff00\"> yes</font>";
  else return "<font color=\"#ff0000\"> no</font>";
}

echo describeGDdyn();

?>


Can you tell me what settings you are using? IE, Text, Full Image, Half Image?

Any chance that something didn't install correctly? Maybe uninstall and reinstall?



--------------------

"We must not let our rulers load us with perpetual debt." - Thomas Jefferson
Chuck Norris doesn't teabag. He potato-sacks.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

IPB skin developed by eXtremepixels
Lo-Fi Version Time is now: 7th September 2010 - 04:19 AM