status of server

Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
Post Reply
alexisonfire
A regular
A regular
Posts: 47
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Sep 09, 2006 6:20 pm
Location: Rome,NY
Contact:

status of server

Post by alexisonfire »

"Q: How can I show the status of my server (such as how many players are connected and who those players are) on my website?
A: To take advantage of our script yourself, simply add code like the following to any webpage:

<iframe src="http://rentals.nuclearfallout.net/query ... =chernobyl" width=400 height=600 frameborder=0></iframe>

You would need to replace the value of "id" with your server's identifier (the one you chose when you ordered the server). That code there would produce this output."

I want to put this on my website but the code doesnt work i even tryed putting it under video and images codes any other ways to put this on a website?
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

Can you give us a link to your site?
alexisonfire
A regular
A regular
Posts: 47
Joined: Sat Sep 09, 2006 6:20 pm
Location: Rome,NY
Contact:

yes

Post by alexisonfire »

creepyoldmen.wetpaint.com
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

Sorry, I meant a link to where you're trying to insert the block. On what page are you trying to put it?
Yogurt
New to forums
New to forums
Posts: 4
Joined: Tue Nov 21, 2006 3:18 pm

Similar Situation

Post by Yogurt »

I'm trying to put the status into my website using this code

<iframe src=http://rentals.nuclearfallout.net/query/stat.pl?id=pfyu width=400 height=600 frameborder=0></iframe>

Now when I click home the code shows up exactly like that. So now I click back into where I am inserting the code and instead of the code being there the image i was trying to insert is there. Thinking that it should work now I click home again and now it's completely blank. Did I lose my mind?
Image
Yogurt
New to forums
New to forums
Posts: 4
Joined: Tue Nov 21, 2006 3:18 pm

Re: Similar Situation

Post by Yogurt »

Yogurt wrote:I'm trying to put the status into my website using this code

<iframe src=http://rentals.nuclearfallout.net/query/stat.pl?id=pfyu width=400 height=600 frameborder=0></iframe>

Now when I click home the code shows up exactly like that. So now I click back into where I am inserting the code and instead of the code being there the image i was trying to insert is there. Thinking that it should work now I click home again and now it's completely blank. Did I lose my mind?
Edit - I'm doing this in PHPNuke is that helps.
Image
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

It looks like you forgot the quotation marks. It's supposed to be:

Code: Select all

<iframe src="http://rentals.nuclearfallout.net/query/stat.pl?id=pfyu" width=400 height=600 frameborder=0></iframe>
Yogurt
New to forums
New to forums
Posts: 4
Joined: Tue Nov 21, 2006 3:18 pm

Post by Yogurt »

Hmm, still seems to be having the same problem.
Image
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

It's possible that your webhost is blocking it. I'll need a link to the page with the code that you referenced to see what's going on.
Yogurt
New to forums
New to forums
Posts: 4
Joined: Tue Nov 21, 2006 3:18 pm

Post by Yogurt »

http://pfyuclan.nuclearfallout.net

The area where the status should appear is in the middle column.
Image
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

It looks like it's converting it to "safe" characters so that it's not interpreted as HTML. You may need to edit a template file directly to make this work, although I don't know for certain because I am not too familiar with php nuke.
BnD|Sleeper
This is my homepage
This is my homepage
Posts: 140
Joined: Wed Aug 02, 2006 8:52 am

Post by BnD|Sleeper »

Edge100x wrote:It looks like it's converting it to "safe" characters so that it's not interpreted as HTML. You may need to edit a template file directly to make this work, although I don't know for certain because I am not too familiar with php nuke.
I'll help you out here John. You will need to wrap the html code with [html][/html] I believe, last time I used PHPNuke which I think is a mistake in itself.

Sleeper
http://www.BnDClan.com

WC3:FT CS 1.6: wc3.bndclan.com:27015 or 64.94.101.52:27015)

http://rentals.nuclearfallout.net/rent. ... ferrer=bnd
Post Reply