PHP5 auf PHP7 migrieren

Im Rahmen einer Umstellung auf das aktuellste PHP 7 trifft man derzeit häufig auf das Problem, dass die veralteten mysql_* Funktionen bereits mit PHP 7 rausgeflogen sind.

Continue reading

Posted in PHP, Uncategorized, web development | Tagged , , , , , , , , , , , | Leave a comment

PHP7 im Docker Container

Hier ein kleines How-To zur Installation und Verwendung von Docker als lokale PHP7 – Testumgebung für PHP-Projekte.

Continue reading

Posted in (My)SQL, Linux, PHP, web development | Leave a comment

Sensors is able to display temperatures of your machines cpu and mainboard. Continue reading

Posted on by eliaxh | Leave a comment

[howto] start/stop daemons via php (the fort-knox-way)

As described in my other article you could also do this with granting permissions to the webserver user. If you are paranoid or got extremely sensitive data to secure you should go with this more safe solution instead. Continue reading

Posted in Linux, N40L, PHP | Tagged , , , , , , , , , , , | Leave a comment

[howto] start/stop daemons via php

Executing shell commands from php requires root privileges in many cases. So it does for scripts in your /etc/init.d . Continue reading

Posted in Linux, N40L, PHP | Tagged , , , , , , , , , , , | Leave a comment

[howto] install pyload with just the webinterface

If you want to install pyload as your download manager on your server, you don’t need anything else than the web gui. Installation instructions inside. Continue reading

Posted in N40L, pyLoad | Tagged , , , , , , , , | Leave a comment

[howto] running background shell processes in php

If you wan’t to run shell commands from within php, here is a short tutorial how to achieve it. Continue reading

Posted in Linux, PHP | Tagged , , , , , , , | Leave a comment

[howto] TinyMCE – pagebreak & imagelist

This short article (including code) tells you how to get imagelist and pagebreak working within tinyMCE 4.0.19 (jquery version) on  jQuery 1.10.2

Continue reading

Posted in jQuery, JS, PHP, web development | Tagged , , , , , , , , , , , , , , | 1 Comment

[code] file upload progress with jQuery / -UI

stumbled upon this piece of code on several websites while searching for a solution to handle upload progress within jQuery-UI Progressbar.
Continue reading

Posted in jQuery, JS, web development | Tagged , , , , , , , , | Leave a comment

[code] jQuery reload current active tab

small function to reload the currently active jQuery-UI tab. Continue reading

Posted in jQuery, JS, web development | Tagged , , , , , , | Leave a comment