Tag: php
-
Call to undefined function http_post_data()
After updating my server from testing to Squeeze it suddenly crashed after running a high CPU % perl script. Being unresponsive I reset the machine to reboot it. After booting up and testing websites running on it I came along an odd PHP error; Call to undefined function http_post_data() Probably due to PHP updates from…
-
nginx + fastcgi PHP
I recently migrated vm1 to nginx instead of lighttpd. Just for the sake of playing and testing around. As there’s a PHP page as well, I had to set up fastcgi with PHP. I mainly followed this tutorial to try to get PHP working. However, every PHP page I visited returned following error: No input…
-
uptimed php file
If you’re running uptimed (or uprecords) and what to display it in a simple php page, you’ll notice the bold text makes the page somewhat ugly. Use this file to remove the bold chars and make it readable. Examples: zero, one, four, vm1, Sauron
-
Agenda / Todo page
This summer I created a simple “agenda” for myself. I’ve been using it every now & then, but forgot to “share” it. So here it goes. Screenshots below Features: Add todo items Change todo items to completed List of (completed) todo items PHP + MySQL Basic Prowl support Example SQL create script There’s NO login.…