Share

PHP AJAX File Manager (PAFM)

Code

Programming Languages: PHP, JavaScript

License: GNU General Public License (GPL)

Repositories

browse code, statistics git://pafm.git.sourceforge.net/gitroot/pafm/pafm (read-only)

Show:

What's happening?

  • Codepress does not autosize to fill browser window

    When i press Edit on a file, codepress does not autoresize to fill browser window (stays at 480x722), so it's not so convenient to use built-in editor.

    2010-01-03 09:28:49 UTC by nobody

  • Comment: file list is not in order solved

    Yes, currently I'm just displaying them in whatever order the PHP file handler is giving me to them. This will be resolved in the next release.

    2009-10-21 22:16:29 UTC by mmj48

  • Comment: file list is not in order

    function getDirs($path){ global $dirContents, $pathURL; sort($dirContents['folders']); for ($i = 0, $l = count($dirContents['folders']); $i < $l; $i++){ $dirItem = $dirContents['folders'][$i]; $dirItemURL = escape($dirItem); $dirItemHTML = htmlspecialchars($dirItem); $fullPath = $path.'/'.$dirItem; $mod = getmod($path.'/'.$dirItem); echo '

    2009-10-21 16:09:54 UTC by https://www.google.com/accounts

  • file list is not in order

    the list of content of a folder couldnt be sorted in any order. it's difficult to find a file by it's name. in windows os it can be sorted by name. but I tryed in some linux os no good.

    2009-10-21 15:08:18 UTC by https://www.google.com/accounts

Our Numbers