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
Thanks for help with testing, new ideas and debugging goes to rbjordy, snxraven and Moustache Smile
It would be nice to intergrate this into pbpBB3, Smile Would you maby look into coding that or can I edit your code?
Edit it to suit your needs. You can upload it here for others.
ok Smile, Ill try it out
Hi Ashus, I have been using the older version with no problems. But when I upload v2.2 I get a '500 internal server error' Any ideas?
Try to remove the .htaccess file. You webhosting provider likely forbids it. Try to contact them with a request, that you need to use that .htaccess file.
We configure specific webserver configuration via this file, so without it, PHP Rcon may not work as expected - depends on apache and php configuration.
Ok, I am trying to install your updated version.
The files are all uploaded. When i login with the default account admin-pass it goes to the screen with user-config link and the server list. However if i click any links on that page, it boots me out and takes me to login screen.

Do you know what is wrong?


The address of the PHP Rcon is http://ubpscrim.com/rcon

you may try to login as its default not set up with any servers yet
use admin-pass
It looks like the session data is not saved correctly. (webserver-specific configuration)

(after reading PHPinfo)

Inconsistency: php.ini locatin is c:\windows
but
session.save_path = "c:\winnt\temp\php5"
save path must exist, move or create it.
thank you...i have fixed it.
Another thing,

here is how i write my servers $servers[] = 'cod1 revolt Eminence uBp|Revolt - COD1';

that way the server name on the list is colored. However, this is what shows on the drop down.

[Image: error.jpg]

My list looks like
[Image: list.jpg]
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