Potsky

Results 69 comments of Potsky

In fact I don't know if I will use the Slim Framework because it does not support PHP 5.2 and since yesterday, I know there are some Pimp My Log...

Hi @Gamesh, Museum are nice too :-) Joking aside, using composer is not mandatory and many users still use the manual installation to support their PHP version. I think the...

Understood :-)

Assigned to [Tender discussion #40](http://support.pimpmylog.com/help/discussions/suggestions/40-abuseipdbcom).

Assigned to [Tender discussion #42](http://support.pimpmylog.com/discussions/suggestions/42-feature-whois_query-function).

Whois implementation : http://www.jonasjohn.de/snippets/php/whois-query.htm Traceroute implementation : https://www.adayinthelifeof.nl/2010/07/30/creating-a-traceroute-program-in-php/

Eh eh Papertrail replacement :-) You can easily achieve this feature by exporting the wanted log file with your search expression in RSS. Then you can add it to https://ifttt.com/...

Hi ! Indeed, it works but your configuration file should be something like this : ``` "drupalaccess": { "display": "Drupal Access Log", "path": "\/var\/php\/logs\/drupal-requests.log", "refresh": 20, "max": 20, "notify": false,...

Hi ! It seems the delimiter between the message and the payload is the ˋ {` string. You can use this to break both parts. But it will fail if...