Ashus.ashus.net

Full Version: Call Of Duty: PHP RCon 2.40 EN++
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
itgl72 Wrote:
Moustache Wrote:
cprlrst Wrote:for the msg centre is it possible to write a script that will just send a say cmd to the server?
Yes, and you need to loop that script every x amount of seconds.

If someone gets this to work, would it be possible to share it with us, we all would like a way to rotate messages on the BO server.

I use external rcon tool to auto rotate the msg's atm but would be good to have it all in a web browser.
cprlrst Wrote:
itgl72 Wrote:I use external rcon tool to auto rotate the msg's atm but would be good to have it all in a web browser.

Yeah, would be nice. I no longer have access to a box I can run something like that as my servers are now all ranked with no desktop access.
itgl72 Wrote:
Ashus Wrote:hiding is not managed by this, if you'd like to hide something for limited users, use/modify javascript.

and you can download the latest version if you like.


I will definitely download the latest version!

Alright, I'm at version 2.40. First forgive me if this was discussed before, true I did use this program before for CoD4 but did not configure it much as we just let everyone do anything with it. However now I'm exploring more of its reconfigurability, hence these questions.

As it stands now, is the only way to allow people to CHANGE PLAYLIST on a ranked server to have them have the non-limited full account with php rcon?

KICK and BAN is HUGE, and that works on limited. SO Christmas is already here for me in that regard, it was a HUGE issue for our group.

I'm only looking for a way now, to give the least amount of access as possible and allow members to not only kick/ban but also change gametype and playlist and that is about it. If there is a solution, or best path to proceed on how to go about this please direct me and I'll work from your suggestion.

If not, I suppose it's not too terrible to allow all a full access login in order to allow playlist and gametype changes.
You can create a select HTML element filled with playlist options, using jquery or statically.
The message center can be done with using cronjobs.
And create an php script that sends a say command to the server.
I created this script with copy and pasting and moving stuff in Ashus his original script.

Use this link: yoursite.com/php_rcon/send_command.php?command=say Test1&server=1

send_command.php:
[code]
is it possible to have a page / small block of php that will show players on the server server ip like a tracker of some description.
possibilities are unlimited, that can be done as well, just learn some basics of javascript, functions setTimeout and setInterval... and some jQuery selectors with each()
I don't think these features are commonly used, so you can add them and post your customization here.
Ashus Wrote:possibilities are unlimited, that can be done as well, just learn some basics of javascript, functions setTimeout and setInterval... and some jQuery selectors with each()
I don't think these features are commonly used, so you can add them and post your customization here.

Thats for sure, I wish I knew these programming languages better, that message center idea above may be outside my skillset.

Guest

So heres a question for you? I love your implementation of servers, however it only allows for one host ip. Do you think it would be possible to make it so it can support multiple host ips?
You add several servers.

Add the servers.inc.php file. And add your server in the map servers.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39