Epic Perfect World

Server status on SHIVTR

Offline PinkParadox

  • I love your face.
  • Pink
  • Characters: PinkParadox
  • Faction: N/A
I noticed several people had EPW's server status on their SHIVTR site, is there any possible way to do the same? New shivtr user experimenting is all.  :police:

Offline Steroids

  • God of Noobs
  • Faction: Rawr
It's pretty easy. Just paste this

Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link rel="stylesheet" type="text/css" href="Themes/silent/css/iframe.css" />
<meta http-equiv="Content-Type" content="text/html;  charset=utf-8 "/>
<title>Epic Perfect World Staff</title>
<meta name="description" content="Epic Perfect World Staff" />
<meta name="keywords" content="perfect world, epic, private server, staff" />
</head>
<body style="overflow:hidden;">

<table><tr><td><span style="font-size: 12px;"> ♂ </span><b>Agatio</b></td><td><span style="font-size: 12px;">&nbsp;</span>Developer</td></tr><tr><td><span style="font-size: 12px;"> ♀ </span><b>Glut</b></td><td><span style="font-size: 12px;">&nbsp;</span>Administrator</td></tr><tr><td><span style="font-size: 12px;"> ♀ </span><b>Echo</b></td><td><span style="font-size: 12px;">&nbsp;</span>Graphic Dev</td></tr><tr><td><span style="font-size: 12px;"> ♀ </span><b>Night</b></td><td><span style="font-size: 12px;">&nbsp;</span>Game Master</td></tr><tr><td><span style="font-size: 12px;"> ♀ </span><b>Melody</b></td><td><span style="font-size: 12px;">&nbsp;</span>Game Master</td></tr><tr><td><span style="font-size: 12px;"> ♀ </span><b>Tonika</b></td><td><span style="font-size: 12px;">&nbsp;</span>Game Master</td></tr><tr><td><span style="font-size: 12px;"> ♂ </span><b>EvilTouch</b></td><td><span style="font-size: 12px;">&nbsp;</span>Game Master</td></tr><tr><td><span style="font-size: 12px;"> ♂ </span><b>Alexypk</b></td><td><span style="font-size: 12px;">&nbsp;</span>Game Master</td></tr><tr><td><span style="font-size: 12px;"> ♂ </span><b>Magestic</b></td><td><span style="font-size: 12px;">&nbsp;</span>Game Master</td></tr></table>
</body>
</html>

in a blank frame.

Offline Harry

  • Forum Veteran
  • Faction: Outcasts☆
And if you want GM Status as well, this is what I have used. Needs to be in a HTML Block...

Code: [Select]
<iframe src="http://epicpw.com/staff.php" style="border:0px #cc66cc;" name="Server Status" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="169px" width="1000%"></iframe>
Tried to use another player's code, but it came out with a box around it; so I made my own. :)

Offline PinkParadox

  • I love your face.
  • Pink
  • Characters: PinkParadox
  • Faction: N/A
Thanks for the help guys :)

Offline Striker

  • Banned
  • App/Web Developer
  • Characters: BAHA
  • Faction: Hang☆Over
It's pretty easy. Just paste this

Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link rel="stylesheet" type="text/css" href="Themes/silent/css/iframe.css" />
<meta http-equiv="Content-Type" content="text/html;  charset=utf-8 "/>
<title>Epic Perfect World Staff</title>
<meta name="description" content="Epic Perfect World Staff" />
<meta name="keywords" content="perfect world, epic, private server, staff" />
</head>
<body style="overflow:hidden;">

<table><tr><td><span style="font-size: 12px;"> ♂ </span><b>Agatio</b></td><td><span style="font-size: 12px;">&nbsp;</span>Developer</td></tr><tr><td><span style="font-size: 12px;"> ♀ </span><b>Glut</b></td><td><span style="font-size: 12px;">&nbsp;</span>Administrator</td></tr><tr><td><span style="font-size: 12px;"> ♀ </span><b>Echo</b></td><td><span style="font-size: 12px;">&nbsp;</span>Graphic Dev</td></tr><tr><td><span style="font-size: 12px;"> ♀ </span><b>Night</b></td><td><span style="font-size: 12px;">&nbsp;</span>Game Master</td></tr><tr><td><span style="font-size: 12px;"> ♀ </span><b>Melody</b></td><td><span style="font-size: 12px;">&nbsp;</span>Game Master</td></tr><tr><td><span style="font-size: 12px;"> ♀ </span><b>Tonika</b></td><td><span style="font-size: 12px;">&nbsp;</span>Game Master</td></tr><tr><td><span style="font-size: 12px;"> ♂ </span><b>EvilTouch</b></td><td><span style="font-size: 12px;">&nbsp;</span>Game Master</td></tr><tr><td><span style="font-size: 12px;"> ♂ </span><b>Alexypk</b></td><td><span style="font-size: 12px;">&nbsp;</span>Game Master</td></tr><tr><td><span style="font-size: 12px;"> ♂ </span><b>Magestic</b></td><td><span style="font-size: 12px;">&nbsp;</span>Game Master</td></tr></table>
</body>
</html>

in a blank frame.

I couldn't just watch and ignore, this is all wrong.. This code is just a normal page and doesn't update at all

If you want server status this is the right code
Code: [Select]
<iframe src="http://epicpw.com/server.php" frameborder="0" height="65" scrolling="no" width="100%"></iframe>

If you want the staff status here's also the code
Code: [Select]
<iframe height="200" width="100%"  frameborder="0"  scrolling="no" src="http://epicpw.com/staff.php"></iframe>

What harry posted isn't wrong it just have a border with a huge box