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
Ashus Wrote:update log.php: (line 35)
Code:
    echo htmlspecialchars($s);
Why did my solution failed? Option 2.
Code:
$s = htmlspecialchars($s);

Anyway it works :mrgreen:
Thanks Smile

lesser

hey Ashus in the limited user config i enable the limited users to change the map and all other map commands but they dont show in the browser?

Modify the last part of the script to this:
Code:
$header .= '



';
Or if you need more things visible, remove it completely.

Topher

Hello,
First of all I want to apologize for my English pitifulSmile
I congratulate you for your work you have done and that you continue helping users of your productSmile.

I have a small question, I installed PHP on XAMPP Rcon everything works perfectly with one exception, there is no information about the server itself. Example: Map current (with a picture), ip, port, number of players. Regarding the image of the map during this seems strange because in the file there is a PHP Rcon "maps" folder inside with the images of each of them.

It occurs to me another question in the archive I downloaded PHP Rcon v 2351, file "maplist.inc.php" is not present while in a previous version it is, is this normal?

Thank you for taking your time to me.

Topher
Hi Topher,
as stated in the changelog, version 2.0 came with support of multiple games.
Quote:Changed: Configuration file with general games settings (maplist.inc.php) was split to individual config files.
Maybe the readme could help you, start reading from the beginning and pay attention to servers.inc.php, where you have to state the game for which the config is (cod2/cod4 etc).

MadPlayz Platje

Guest Wrote:Hey Ashus I have an issue i would love your help with

notice how the ban and temp ban are the same colour i thaught one was ment to be green?

thanks

[Image: 3.jpg]

how can i do this?

MadPlayz Platje

the background i mean
Add this to your css:
Code:
body {
background: url(image.jpg);
}
where url path is absolute or relative to folder with css file.

XD

hi ..i got this error messege : Error while connecting to gameserver; server is down or the map may be changing right now

how can i fix this .. i've had many more errors but it finally camedown to just this.

d3sync

I'd say it's an amazing tool but most of the providers disallow fsockopen is there any way you can add cURL? xD
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