Ashus (.ashus.net)

Developer's website
It is currently 08. 09. 2010 11:49

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 60 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6
Author Message
 Post subject: Re: Call Of Duty: PHP Rules Checker 1.5
PostPosted: 16. 10. 2009 21:25 
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


Top
  
Reply with quote  
 Post subject: Re: Call Of Duty: PHP Rules Checker 1.5
PostPosted: 17. 10. 2009 01:19 
Offline

Joined: 03. 10. 2009 22:43
Posts: 7
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.


Top
 Profile E-mail  
Reply with quote  
 Post subject: Re: Call Of Duty: PHP Rules Checker 1.5
PostPosted: 17. 10. 2009 13:33 
Offline

Joined: 16. 10. 2009 21:31
Posts: 2
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 :)

Thanks, Sensei


Top
 Profile E-mail  
Reply with quote  
 Post subject: Re: Call Of Duty: PHP Rules Checker 1.5
PostPosted: 18. 10. 2009 23:10 
Offline

Joined: 16. 10. 2009 21:31
Posts: 2
Got two new ones... even though i love this script...

1 - $rules_badname[] does not work for me... played as console for 15 minutes :) 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 :))

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


Top
 Profile E-mail  
Reply with quote  
 Post subject: Re: Call Of Duty: PHP Rules Checker 1.5
PostPosted: 19. 10. 2009 05:29 
Offline

Joined: 03. 10. 2009 22:43
Posts: 7
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


Top
 Profile E-mail  
Reply with quote  
 Post subject: Re: Call Of Duty: PHP Rules Checker 1.5
PostPosted: 05. 02. 2010 16:25 
Offline

Joined: 26. 01. 2010 18:13
Posts: 5
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.


Top
 Profile E-mail  
Reply with quote  
 Post subject: Re: Call Of Duty: PHP Rules Checker 1.5
PostPosted: 08. 02. 2010 11:17 
Offline
Administrátor
User avatar

Joined: 07. 07. 2007 10:51
Posts: 261
Location: Ostrava-Polanka
Disable Error reporting in your php.ini or .htaccess for current dir only.

_________________
Image
Coffee phreak!


Top
 Profile E-mail  
Reply with quote  
 Post subject: Re: Call Of Duty: PHP Rules Checker 1.5
PostPosted: 12. 06. 2010 14:23 
Offline

Joined: 09. 05. 2009 19:21
Posts: 28
Is it possible to check if someone has a certain perk or use the grenade launcher attachment?


Top
 Profile E-mail  
Reply with quote  
 Post subject: Re: Call Of Duty: PHP Rules Checker 1.5
PostPosted: 12. 06. 2010 19:44 
Offline
Administrátor
User avatar

Joined: 07. 07. 2007 10:51
Posts: 261
Location: Ostrava-Polanka
Only by analyzing the logfile.

_________________
Image
Coffee phreak!


Top
 Profile E-mail  
Reply with quote  
 Post subject: Re: Call Of Duty: PHP Rules Checker 1.5
PostPosted: 13. 06. 2010 11:44 
Offline

Joined: 09. 05. 2009 19:21
Posts: 28
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.


Top
 Profile E-mail  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 60 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group