User Profile

User
 reevesj
Location
 Oregon, US
Time Zone
 (GMT -8): USA Pacific, Canada Yukon & Pacific, Mexico Baja Calif Norte

Recent Articles

CSS Menu Helper

This is a helper and CSS file for displaying a dropdown menu on your site.
  • Published by reevesj 03/16/07 - 11:18
  • 43798 views
  • 12 comments

Shells plugin

If you have ever used some cheap web host that doesn't allow shell access, it has likely been a bit of a pain to do some tasks. As my first try at a contribution and a plugin, and one that I plan to use, here is my first version of a shell plugin. It gives you access to a shell command line. It uses ajax to send the commands and read the response.
  • Published by reevesj 02/03/07 - 12:04
  • 16184 views
  • 4 comments

Recent Comments

Posted 23/10/2009 12:51pm
...
Also I miss an explanation of altering the environmentparams in the DB (error in offset shows up after altering)

It's over a year late, but I'll comment :)

This part wasn't completely finished, interface wise. The environment is a serialized PHP array of key/value pairs. If you copy it into a command line PHP script and unserialize() it, you can see what the contents are now, and generate a new one by changing it and then serializing again.

Hope that helps.