You are viewing our Forum Archives. To view or take place in current topics click here.
Invision Power Board Addon Question
Posted:

Invision Power Board Addon QuestionPosted:

AmishTech
  • TTG Senior
Status: Offline
Joined: Nov 14, 201013Year Member
Posts: 1,031
Reputation Power: 61
Status: Offline
Joined: Nov 14, 201013Year Member
Posts: 1,031
Reputation Power: 61
Hello All I'm currently working on a site/forum for my Clan for Arma 2 ACE/ACRE mod.
I'm using IPB and I was wondering if there was a addon or some way of showing the status of our 5 game servers on the sidebar or another page?

Thanks all!
#2. Posted:
iyop45
  • Prospect
Status: Offline
Joined: Apr 15, 201113Year Member
Posts: 614
Reputation Power: 83
Status: Offline
Joined: Apr 15, 201113Year Member
Posts: 614
Reputation Power: 83
I'm not sure about an add-on for the invision power board considering I have never used it, so there might be one.

Though you can easily accomplish this through php, to check if the ip address, server is online/accessible then it's just a matter of printing the status accordingly.
You should look int "fsockopen()"- of which is a built in function in php that can help you with this maybe.
#3. Posted:
MLP
  • TTG Contender
Status: Offline
Joined: Oct 26, 201013Year Member
Posts: 3,869
Reputation Power: 177
Status: Offline
Joined: Oct 26, 201013Year Member
Posts: 3,869
Reputation Power: 177
iyop45 wrote I'm not sure about an add-on for the invision power board considering I have never used it, so there might be one.

Though you can easily accomplish this through php, to check if the ip address, server is online/accessible then it's just a matter of printing the status accordingly.
You should look int "fsockopen()"- of which is a built in function in php that can help you with this maybe.


Adding on to this, you will definitly want to limit the amount of times it will ping the server for people so they don't sit there refreshing the page, since it will be the same as a DDOS attack.

For example, make it so every IP address can can only ping the server once every 15 minutes etc.
#4. Posted:
Anon-
  • New Member
Status: Offline
Joined: Jan 21, 201311Year Member
Posts: 8
Reputation Power: 0
Status: Offline
Joined: Jan 21, 201311Year Member
Posts: 8
Reputation Power: 0
I Don't know if you're able to add this to the forum. But I've found a solution for the gameserver status.


<a href="http://www.gametracker.com/server_info/YOUR_SERVER_IP/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/YOUR_SERVER_IP/b_160_400_1_ffffff_c5c5c5_ffffff_000000_0_1_0.png" border="0" width="160" height="248" alt="" /></a>


Before you can add this to your forum you have to add your server to the list first, which can be done here:

[ Register or Signin to view external links. ]

I Don't know if this is what you mean, but.. Yeah
#5. Posted:
AmishTech
  • TTG Senior
Status: Offline
Joined: Nov 14, 201013Year Member
Posts: 1,031
Reputation Power: 61
Status: Offline
Joined: Nov 14, 201013Year Member
Posts: 1,031
Reputation Power: 61
Anon- wrote I Don't know if you're able to add this to the forum. But I've found a solution for the gameserver status.


<a href="http://www.gametracker.com/server_info/YOUR_SERVER_IP/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/YOUR_SERVER_IP/b_160_400_1_ffffff_c5c5c5_ffffff_000000_0_1_0.png" border="0" width="160" height="248" alt="" /></a>


Before you can add this to your forum you have to add your server to the list first, which can be done here:

[ Register or Signin to view external links. ]

I Don't know if this is what you mean, but.. Yeah





I know you can do it with that. That's what we use on our current site, I was just wondering if there was a plugin so our Server Dev's have easy access but i guess I'll have to go with this route which isn't hard but sucks there's no addon for it.
#6. Posted:
Z61
  • V5 Launch
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
You'd probably have to make the server count all players every few minutes and send a count to the website.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.