Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Call Of Duty: PHP Rules Checker 1.5
#51

Hi Ashus,

How can i remove the User GUID string in the console message?
I dont want everybody to see what other players his or her GUID is?

Thanks in advance man,
// Sensei
Reply
#52

anyone can access can see guids. besides guids being public arent a big deal. not much you can do with them tbh. but thats just my opinion

pb_plist in console in game shows guids.
Reply
#53

Evilgenius Wrote:anyone can access can see guids. besides guids being public arent a big deal. not much you can do with them tbh. but thats just my opinion
pb_plist in console in game shows guids.

Hi Evelgenius,

You are totally right there, the thing is that all my members and other players are asking me not to show it... they dont like it at all Smile

Thanks, Sensei
Reply
#54

Got two new ones... even though i love this script...

1 - $rules_badname[] does not work for me... played as console for 15 minutes Smile check is every minute...
2 - $rules_vip[] users are being kicked anyways...

The previous post was ment to look like something like this one...
console: id 1 WARNING!!: %player% your ping is too high...
(yes i changed the tell id in to say to all Smile)

who can help me out with this... many thanks in advance...
Reply
#55

they both work for me fine

[2009-10-18 21:34:05] Kicked: 201.***.***.***(Unknown Soldier) reason: bad name
[2009-10-18 21:39:05] Kicked: 201.***.***.*** (Unknown Soldier) reason: bad name

$rules_kick_bad_named = true; ---has to be set to true

heres my first 4 badnames

$rules_badname[] = '';
$rules_badname[] = 'unknown soldier';
$rules_badname[] = 'admin';
$rules_badname[] = 'console';

also have one member who idles and i set his name to vip and he dont get booted anymore

pings work to also has to be set to true which im sure you know
$rules_vip[] = 'DONT USE COLOR CODES HERE';

[2009-10-18 20:58:05] Kicked: 189.***.***.** (MacGregor) reason: ping = 301
[2009-10-18 21:15:05] Kicked: 189.***.***.** (MacGregor) reason: ping = 342
[2009-10-18 21:16:05] Kicked: 189.***.***.** (YMS|V1zK) reason: ping = 410
Reply
#56

hello, I installed the program and even if it works, gives me the following errors:

Code:
Notice: Undefined index: argv in C:\Program Files\EasyPHP5.3.0\www\php_rcon\rules_checker\rcon-rules.php on line 76

Deprecated: Function ereg() is deprecated in C:\Program Files\EasyPHP5.3.0\www\php_rcon\rules_checker\rcon-rules.php on line 209
0 / Lucano / 87.***.***.*** / 51

What does this mean?

Furthermore, you can kick the users based on the rate?
how do I get the rate of users?

hello and thanks.
Reply
#57

Disable Error reporting in your php.ini or .htaccess for current dir only.

[Image: kavove-zrnka-lajna.jpg]
Coffee phreak!
Reply
#58

Is it possible to check if someone has a certain perk or use the grenade launcher attachment?
Reply
#59

Only by analyzing the logfile.

[Image: kavove-zrnka-lajna.jpg]
Coffee phreak!
Reply
#60

Ashus Wrote:Only by analyzing the logfile.
Hmmm. Ok.
But that eats a shit load of bandwidth.

I don't know if it uses less bandwidth, maybe you know it.
If you would use log files. And automatically download it every minute. But when you have downloaded it it will be removed from the server. So the log doesn't have a chance to get big and you still have accurate info. But you only have to transfer a few kb each time.
Reply




Users browsing this thread: 12 Guest(s)