Global sro status

12/23/2020 19:05 Sandsands#1
1-Save as html
2-Enjoy


HTML Code:
<!DOCTYPE html>
<html>
<head>
<title>SRO Stats</title>
<style>
table {
  font-family: arial, sans-serif;
  border-collapse: separate;
  width: 100%;
}

td, th {
  border: 1px solid #f2dede;
  text-align: left;
  padding: 8px;
}

tr {
  background-color: #f2dede;
}
</style>
</head>
<body>

<h2>SRO Stats</h2>

<table>
  <tr>
    <th>Server</th>
    <th>Capacity</th>
    <th>Status</th>
  </tr>
  
  
<tr>
<td>Aeolus</td>
<td>Full</td>
<td>Open</td>
</tr>
<tr>
<td>Aether </td>
<td>Full</td>
<td>Open</td>
</tr>
<tr>
<td>Bellona</td>
<td>Full</td>
<td>Open</td>
</tr>
<tr>
<td>Celeus</td>
<td>Full</td>
<td>Open</td>
</tr>
<tr>
<td>Ceres</td>
<td>Full</td>
<td>Open</td>
</tr>
<tr>
<td>Eris</td>
<td>Full</td>
<td>Open</td>
</tr>
<tr>
<td>Feronia</td>
<td>Full</td>
<td>Open</td>
</tr>
<tr>
<td>Flora</td>
<td>Full</td>
<td>Open</td>
</tr>
<tr>
<td>Kali</td>
<td>Full</td>
<td>Open</td>
</tr>
<tr>
<td>Minerva</td>
<td>Full</td>
<td>Open</td>
</tr>
<tr>
<td>Palmyra (SRO R)</td>
<td>Full</td>
<td>Open</td>
</tr>
<tr>
<td>Rhea</td>
<td>Full</td>
<td>Open</td>
</tr>
<tr>
<td>Xian (CH ONLY)</td>
<td>Full</td>
<td>Open</td>
</tr>

  
  
  
  
  
</table>

</body>
</html>
12/24/2020 03:51 notHype*#2
How does this pull data from the servers dynamically to show the data? I see no functions for it. This just looks like a table with the values listed for each of them.
12/24/2020 10:18 NorseGodTyr#3
Quote:
Originally Posted by notHype* View Post
How does this pull data from the servers dynamically to show the data? I see no functions for it. This just looks like a table with the values listed for each of them.
It's just a stupid table. Nothing else here isn't pinged or anything like that, so release is useless
12/24/2020 11:42 fenster3000#4
Quote:
Originally Posted by notHype* View Post
How does this pull data from the servers dynamically to show the data? I see no functions for it. This just looks like a table with the values listed for each of them.
I am pretty sure OP is just making fun of the fact
that SRO servers are always crowded anyways. Which is
why there is to function required to get the real time server status.
The status is always the same: Crowded :D
12/24/2020 13:51 notHype*#5
Quote:
Originally Posted by NorseGodTyr View Post
It's just a stupid table. Nothing else here isn't pinged or anything like that, so release is useless
Quote:
Originally Posted by fenster3000 View Post
I am pretty sure OP is just making fun of the fact
that SRO servers are always crowded anyways. Which is
why there is to function required to get the real time server status.
The status is always the same: Crowded :D
Thought so, ty.
12/24/2020 15:16 Sandsands#6
Quote:
Originally Posted by notHype* View Post
How does this pull data from the servers dynamically to show the data? I see no functions for it. This just looks like a table with the values listed for each of them.
Quote:
Originally Posted by NorseGodTyr View Post
It's just a stupid table. Nothing else here isn't pinged or anything like that, so release is useless
What do you expect from html codes?
No need to rent a vps to pull data from joymax servers when the result is the same 23.92857/7 (after inspections servers get full in 30 mins)


Quote:
Originally Posted by fenster3000 View Post
I am pretty sure OP is just making fun of the fact
that SRO servers are always crowded anyways. Which is
why there is to function required to get the real time server status.
The status is always the same: Crowded :D
You have a good sense of humor + smart, thats exactly what I meant :D