Simonx Posted May 29, 2015 Share Posted May 29, 2015 Hello, first sorry for my english:I am looking for a gameserver (CS:GO) list for IPB 4. I saw there is a plugin for IPB 3.Regards Link to comment Share on other sites More sharing options...
Siper Posted May 29, 2015 Share Posted May 29, 2015 I'm not sure it's already for IPS 4.0. When I've more time, I'll make plugin for it. Link to comment Share on other sites More sharing options...
Simonx Posted June 9, 2015 Author Share Posted June 9, 2015 I cant find it. Can you send me the link please?I'm not sure it's already for IPS 4.0. When I've more time, I'll make plugin for it. Link to comment Share on other sites More sharing options...
pisaldi Posted June 9, 2015 Share Posted June 9, 2015 Perhaps you are searching for this Link to comment Share on other sites More sharing options...
Simonx Posted June 9, 2015 Author Share Posted June 9, 2015 Yes, but I can use this for 4.x? Link to comment Share on other sites More sharing options...
Feneroin Posted June 9, 2015 Share Posted June 9, 2015 Yes, but I can use this for 4.x? Perhaps you are searching for this If you have clicked and read, you will see: Latest Update Notes (1.3.0)This has been a pretty big overhaul and the majority of files have been changed. Whilst I have tried to ensure that the updater has been kept up to date with the changes it is possible I have missed something. I advise backing up the 'servermgmt_' tables before updating, you will also have to reimport the HTML for the application and recache your skins. I have tried to include many of the requested features but parts of the application have gone a different way than I thought. I did have a debate with myself whether to wait for IPB4 or not before updating. Depending on ease of upgrade I may charge for the IPB4 version of this application. For existing customers it would not be full price however. Link to comment Share on other sites More sharing options...
pisaldi Posted June 9, 2015 Share Posted June 9, 2015 If you look at the category of the file you will see that it is in "Previous versions" Link to comment Share on other sites More sharing options...
Simonx Posted June 10, 2015 Author Share Posted June 10, 2015 Okay, so I need a plugin for IPB 4... Link to comment Share on other sites More sharing options...
Simonx Posted June 12, 2015 Author Share Posted June 12, 2015 *Push* Link to comment Share on other sites More sharing options...
naXe90 Posted June 12, 2015 Share Posted June 12, 2015 http://community.invisionpower.com/files/file/7456-tm34-server-list/Upgrade to 4.0 is planned Link to comment Share on other sites More sharing options...
Simonx Posted June 15, 2015 Author Share Posted June 15, 2015 http://community.invisionpower.com/files/file/7456-tm34-server-list/Upgrade to 4.0 is plannedThank you. Can you tell me how long do you need? Please send me a PM if you have released it. I dont see everytime if someone answered me here in this posts. Link to comment Share on other sites More sharing options...
Simonx Posted July 18, 2015 Author Share Posted July 18, 2015 Can someone make me this addon please? Link to comment Share on other sites More sharing options...
Simonx Posted July 22, 2015 Author Share Posted July 22, 2015 Push.Would pay for it. Thanks Link to comment Share on other sites More sharing options...
Simonx Posted July 24, 2015 Author Share Posted July 24, 2015 Push - nobody can make me this? Link to comment Share on other sites More sharing options...
BrunoDias Posted July 24, 2015 Share Posted July 24, 2015 I would also like for the game ARK: Survival Evolved ark-servers.netarkservers.net Link to comment Share on other sites More sharing options...
Defeated Software Posted July 24, 2015 Share Posted July 24, 2015 Hey Folks,Here's some super simple php I threw together in a block to show/connect to our servers.if (!$socket = @fsockopen("defeatedsoftware.com", 64738, $errno, $errstr, 1)) { echo "Mumble: <span style='color:red;'>Offline</span><br />"; } else { echo "Mumble: <span style='color:green;'>Online</span><br />"; fclose($socket); } if (!$socket = @fsockopen("defeatedsoftware.com", 25565, $errno, $errstr, 1)) { echo "The Black Market Minecraft Server: <span style='color:red;'>Offline</span><br />"; } else { echo "The Black Market Minecraft Server: <span style='color:green;'>Online</span><br />"; fclose($socket); } if (!$socket = @fsockopen("defeatedsoftware.com", 27015, $errno, $errstr, 1)) { echo "The Black Market Trade Server.: <span style='color:red;'>Offline</span><br />"; } else { echo "The Black Market Trade Server.: <span style='color:green;'>Online</span> | <a href='steam://connect/defeatedsoftware.com:27015'>Connect</a><br />"; fclose($socket); } if (!$socket = @fsockopen("defeatedsoftware.com", 27016, $errno, $errstr, 1)) { echo "The Black Market L4D2 Server.: <span style='color:red;'>Offline</span><br />"; } else { echo "The Black Market L4D2 Server.: <span style='color:green;'>Online</span> | <a href='steam://connect/defeatedsoftware.com:27016'>Connect</a><br />"; fclose($socket); } if (!$socket = @fsockopen("defeatedsoftware.com", 7777, $errno, $errstr, 1)) { echo "The Black Market Terraria Server.: <span style='color:red;'>Offline</span><br />"; } else { echo "The Black Market Terraria Server.: <span style='color:green;'>Online</span> | <a href='steam://connect/defeatedsoftware.com:7777'>Connect</a><br />"; fclose($socket); } Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.