communicate with rcon using php
-
Im still pretty new to web development and ive looked a little into rcon, would i be able to communicate with the rcon connection from iw4madmin with php?, seen some in js but id like to know if i can in php.
-
With PHP you don't even need to go through IW4m-Administrator.
But yes you could also go through it. https://github.com/RaidMax/IW4M-Admin/wiki/API -
-
Xerxes another question, is there any chance of plutonium being released as open source?, Alot of limits are held with closed source but with how it works im not expecting it to be open source.
-
Xerxes Also, is there already built in commands i can get information from in IW4MAdmin?. I see a get server info command but it dont get the clients connected to it aswell.
-
@WeedLikeToSmoke said in communicate with rcon using php:
Xerxes another question, is there any chance of plutonium being released as open source?, Alot of limits are held with closed source but with how it works im not expecting it to be open source.
100% not, the cod "community" is just too toxic, some parts that where literally written only for Pluto are open source, and now they are being sold without giving any credits.
IW4m-Admins documentation has a nice list of commands, but you probably want to use !list.
-
Makes sense i think all communities are toxic there cant be any community that isnt and if there is congratulations!. Selling without credits?, Nothing new there either. Suprised no ones decompiled it already not gunna lie. Thanks for the information though!
-
mxve Thanks for the sources ive had a read through the repo's!, Learned alot about php from this appreciate you!