window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-SZT5S2F4W5', { 'anonymize_ip':true });
6 05, 2017

iCal Calendar – PHP Code Library

By |2017-07-22T16:24:02+02:00May 6th, 2017|PHP, Programming|Comments Off on iCal Calendar – PHP Code Library

Due to a new feature development for the Joomla Extension Easy GCalendar we have created the iCal PHP Library. The Code is distributed under the MIT license and work also stand alone.   Installation The Codeninja iCal library is available via GitHub download only. Download Introduction This library offers a abstraction layer for creating iCal Calendars and .ics files. The output will be generated according RFC 5545. The following types are currently supported and could be used in combination: [...]

24 05, 2016

Finding spam sending PHP scripts on a linux server

By |2016-10-29T13:50:15+02:00May 24th, 2016|Allgemein, Debian, Linux|Comments Off on Finding spam sending PHP scripts on a linux server

Sometimes there are users on a server that may have installed old PHP scripts with known security gaps this can cause that this PHP scripts will spam senders. Finding these PHP scripts could be very difficult. With the release of of PHP 5.3 they have added new functionality to make it easier to handel the tracking of spammers or exploited web forms. The new functions are affected by settings in the server php.ini, you should have a more detailed look on the [...]

25 01, 2013

Parallels Plesk Panel 11 Non-chrooted Cronjobs

By |2016-10-29T13:52:45+02:00January 25th, 2013|Parallels Plesk Panel|1 Comment

Plesk 11 dosn’t allow you to execute cronjobs outside your chrooted shell so e.g. if you want to call a php file over the Plesk Panel cron management you get in trouble becouse the binary dosn’t exists within the chrooted enviroment. If you trust your customers enough to allow execution of scripts in a non-chrooted environment, you could enable it by the follwoing shell command: For Plesk Panel 10: Console command to enable: /usr/local/psa/admin/bin/server_pref -u -crontab-secure-shell "/bin/sh" Console command [...]

Go to Top