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
Thanxs, it works perfect :mrgreen:
How about an extra button at the screenshot part?
If you click that button it downloads the punkbuster screenshot to your own pc.
I bet right clicking and selecting save image as.. could do the work.
Ashus Wrote:I bet right clicking and selecting save image as.. could do the work.
Yea, I know. But some people are a bit retarded and they don't know Smile
I have an idea.
Is it possible to add an function to read out the punkbuster logfiles on the server?
That it just open like the php rcon log. But then it opens the newest punkbuster logfile from that server.

It would be handy if you have to check something fast out of the log files.
I am working on it myself, when it is done I pm it to you Ashuhs.
It is a bit of copy pasting from your log.php file Smile
I am not so good at it but I give it a try.
For this to work, you would need to combine rcon log with screenshots to keep the possibility of entering http or ftp protocol.
I currently don't have the time. Besides, our gameserver already has this solved another way (standalone reading from the end of the file).

Suicidal

Hello! I love this tool, it's great. I have an issue though, limited users cannot temp ban, which is what I want to allow, not full ban but temp ban.

I've got this in the config.access.limited.inc.php

[code]

Suicidal

Oh, and it says "not authorized to use this command".
Try to add:
Code:
$commands_enabled[] = 'tempbanclient'; 
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