All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - core

Pages: [1]
1
done

2
now i found out a longer path

Quote
### The Absolute Path Of The Folder That You Want To Show It's Contents

(Without Trailing Slash)
// Example: /home/user/public_html/files
$root_directory ='/var/www/users/xxx/files';

### The URL To That Folder (Without Trailing Slash)
// Example: http://www.yoursite.com/files
$root_url = 'http://www.xxx.kilu.de/files';

### The Absolute Path Of The Folder You Uploaded The Files Of GaMerZ File

Explorer (Without Trailing Slash)
// Example: /www/gfe
$gfe_directory = '/var/www/users/xxx/files/gfe';

### The URL That Folder (Without Trailing Slash)
// Example: http://www.yoursite.com/gfe
$gfe_url = 'http://www.xxx.kilu.de/files/gfe';

..but still error

3
did you get my pn?

4
i think so.. if i login to the server i get this structure. do i need php?

5
Hi,

first: Nice Tool :)

i get alwas the Invalid Directory Error







Quote

### The Absolute Path Of The Folder That You Want To Show It's

Contents (Without Trailing Slash)
// Example: /home/user/public_html/files
$root_directory = '/www/gfe/files';

### The URL To That Folder (Without Trailing Slash)
// Example: http://www.yoursite.com/files
$root_url = 'http://xxx.kilu.de/gfe/files';

### The Absolute Path Of The Folder You Uploaded The Files Of

GaMerZ File Explorer (Without Trailing Slash)
// Example: /www/gfe
$gfe_directory = '/www/gfe';

### The URL That Folder (Without Trailing Slash)
// Example: http://www.yoursite.com/gfe
$gfe_url = 'http://xxx.kilu.de/gfe';

### Your Site Name
$site_name = 'GaMerZ.File.Explorer';

### Root File Name
$root_filename = 'index.php';

### Enable The Use Of Nice URL (Requires Apache To Have

mod_rewrite Enabled)
// true: Enable | false: Disable
$nice_url = false;

### Enable Searching Of Files (Please Disable This If You Are On

A High Traffic Site)
// true: Enable | false: Disable
$can_search = true;

### Default Sort Field
// name | size | type | date
$default_sort_by = 'date';

### Default Sort Order
// asc | desc
$default_sort_order = 'desc';
?>

Pages: [1]