Jan 4, 2010 ·
1 minute read
linux
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you need to be able to write to a folder with PHP but you do not want to have to use 777 permissions then instead you have the option to use access control lists.
Read On →
Jan 4, 2010 ·
1 minute read
linux
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you need to check which files (eg PHP files for example) have been modified within the last few days, you can run this quick command. find .
Read On →
Dec 23, 2009 ·
1 minute read
ubuntu
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you use nautilus to manage your files (if you are using Ubuntu, you do) and you would like a quick way to open files with sudo rights, check out the nautilus-gksu package.
Read On →
Dec 22, 2009 ·
1 minute read
misc
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you are having DNS issues and you are on Be Broadband then you might be using out of date DNS servers (as they tell you to do in the instructions).
Read On →
Dec 21, 2009 ·
1 minute read
php
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you have a script that is receiving posted XML for whatever reason and are trying to access this XML without any filtering, escaping etc then this is the solution you are looking for.
Read On →
Dec 17, 2009 ·
1 minute read
php
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you have dutifully installed the required PEAR libraries for your application (eg PHPList HTTP/Request) but its still saying that you haven’t, see if you have an open_basedir restriction in place.
Read On →