WowRoster.net - without any modifications.
What you can do is : switch to the roster admin pages.
Configure main roster (right) => Realmstatus (left) and switch
the "Display Mode" to DIV mode [do this step when testing : IMPORTANT].
Now, you can EDIT realmstatus.php and place a line like
- Code: Select all
echo "I'm here now";
Place it on line 115 - and refresh your Roster main page - see what happens : - find the text
"I'm here now" just above the Realm status image ?
Ok ?
Next step.
Add this
- Code: Select all
echo "<b>Looking for : </b>".$realmname." <b>Using : </b>
".$xmlsource;
See here what happens now : http://www.papy-team.fr/roster
Do you understand that the file being read by the function urlgrabber(),
just above line 115 is printed ?
The information that you is is coming froming from this page :
http://www.wow-europe.com/realmstatus/index.xml
If you have the same info, then you know that the your webserver can 'read'
the status of the realms at the site of Blizzard (and curl or fsockopen
works).
Up to you.