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
dikes za rychlu odpoved a zmenu scriptu :-)
Hi there,

I rly like this script and im workin on a interface for it and have some problems like how to change the player list table( i would like to remove some columns) and im curious if there are functions that can get data like gametype and then echo them or return as a variable).

Thx
There are no functions like that, you'd have to do it yourself.
Ok thx,

But what i also would like to know like i mentioned above how to edit the playerlist i just cant find where it is generated so i can remove some columns from it and make it smaller
It is a part of action.php.
hi ,
I want to remove the login page, how I'll do tnks
If you don't know how, you shouldn't do it at all.

GrillGuth

HI,
I have a problem^^
I installed the script like it is said in the readme.txt, but whenever I try to open the website I get an 500 Error:
Code:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, service@webmailer.de and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
What is the problem?

Greetings,
GrillGuth

GrillGuth

Ok I found the problem.
Code:
php_flag register_globals off
php_flag magic_quotes_gpc off
in ".htaccess" does not work with php5!
So I commented out the two commands. And yes now I can see the login screen.
But after I had logged me in nothing happens... I just get this screen:
[Image: phprcon.jpg]

PS: Sorry for my bad English!
You need to change those variables in php.ini (webserver configuration). Usually, it should be allowed to change using .htaccess, but sometimes it happens your webhosting provider disallows that, choose another or try to reason with them.
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