Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Simonx Posted May 29, 2015 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
Siper Posted May 29, 2015 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.
Simonx Posted June 9, 2015 Author 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.
Feneroin Posted June 9, 2015 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.
pisaldi Posted June 9, 2015 Posted June 9, 2015 If you look at the category of the file you will see that it is in "Previous versions"
naXe90 Posted June 12, 2015 Posted June 12, 2015 http://community.invisionpower.com/files/file/7456-tm34-server-list/Upgrade to 4.0 is planned
Simonx Posted June 15, 2015 Author 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.
BrunoDias Posted July 24, 2015 Posted July 24, 2015 I would also like for the game ARK: Survival Evolved ark-servers.netarkservers.net
Defeated Software Posted July 24, 2015 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); }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.