Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 29, 201510 yr 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
May 29, 201510 yr I'm not sure it's already for IPS 4.0. When I've more time, I'll make plugin for it.
June 9, 201510 yr Author 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.
June 9, 201510 yr 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.
June 9, 201510 yr If you look at the category of the file you will see that it is in "Previous versions"
June 12, 201510 yr http://community.invisionpower.com/files/file/7456-tm34-server-list/Upgrade to 4.0 is planned
June 15, 201510 yr Author 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.
July 24, 20159 yr 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); }
Archived
This topic is now archived and is closed to further replies.