Articles

PHPShell - Access Shell on a FTP Account

One of the most annoying things to any Webmaster or end user that is allotted space on a hosted server is not having shell access. I can think of countless legitimate reasons why a user would need to access his shell and besides, he is paying for it!

Edit drupal search form text

When building this site I decided the plain search buttons that came with drupal should be changed to something more cosmetically appealing. This was pretty easy to do by using CSS to give my buttons an image background, but drupal's core modules were adding text values to these buttons making things look quite strange. So I would end up with an image that said "search" then text on top of that saying "search" as well, the same with the log in form.