readme-install.txt
1 -> Installation Instructions
2 ------------------------------------------------------------------
3 // Open config.php
4
5 Find:
6 ------------------------------------------------------------------
7 $root_directory = '';
8 ------------------------------------------------------------------
9 Example Replace:
10 ------------------------------------------------------------------
11 $root_directory = '/home/user/public_html/files';
12 The Absolute Path Of The Folder That You Want To Show It's Contents (Without Trailing Slash)
13 ------------------------------------------------------------------
14
15 Find:
16 ------------------------------------------------------------------
17 $root_url = '';
18 ------------------------------------------------------------------
19 Example Replace:
20 ------------------------------------------------------------------
21 $root_url = 'http://www.yoursite.com/files';
22 The URL To That Folder (Without Trailing Slash)
23 ------------------------------------------------------------------
24
25 Find:
26 ------------------------------------------------------------------
27 $gfe_directory = '';
28 ------------------------------------------------------------------
29 Example Replace:
30 ------------------------------------------------------------------
31 $gfe_directory = '/home/user/public_html/gfe';
32 The Absolute Path Of The Folder You Uploaded The Files Of GaMerZ File Explorer (Without Trailing Slash)
33 Note: You Can Upload GaMerZ File Explorer Into The Same Folder As The Contents That You Want To Show.
34 ------------------------------------------------------------------
35
36 Find:
37 ------------------------------------------------------------------
38 $gfe_url = '';
39 ------------------------------------------------------------------
40 Example Replace:
41 ------------------------------------------------------------------
42 $gfe_url = 'http://www.yoursite.com/gfe';
43 The URL That Folder (Without Trailing Slash)
44 Note: You Can Upload GaMerZ File Explorer Into The Same Folder As The Contents That You Want To Show.
45 ------------------------------------------------------------------
46
47 Find:
48 ------------------------------------------------------------------
49 $site_name = 'GaMerZ File Explorer';
50 ------------------------------------------------------------------
51 Example Replace:
52 ------------------------------------------------------------------
53 $site_name = 'Your Site File Explorer';
54 Your Site Name
55 ------------------------------------------------------------------
56
57 Find:
58 ------------------------------------------------------------------
59 $root_filename = 'index.php';
60 ------------------------------------------------------------------
61 Note: You Do Not Need To Change This.
62 ------------------------------------------------------------------
63
64 Find:
65 ------------------------------------------------------------------
66 $nice_url = false;
67 ------------------------------------------------------------------
68 Note:
69 ------------------------------------------------------------------
70 Example Nice URL: http://www.yoursite.com/gfe/browse/folder1/
71 Example Normal URL: http://www.yoursite.com/gfe/index.php?dir=folder1
72
73 If You Want To Use 'Nice URL', Set It To 'true' Instead Of 'false' And Do The Following:
74 1. Upload '.htaccess' To The Folder Where You Uploaded GaMerZ File Explorer.
75 2. Open up '.htaccess' And Replace All References Of '/files/' To The Folder Path After Your Domain Name Of $gfe_url.
76 For Example: $gfe_url = 'http://www.yoursite.com/gfe';
77 Your Should Replace '/files/' To '/gfe/'
78
79 Drop Me An Email If You Are Not Sure About It.
80 ------------------------------------------------------------------
81
82 Find:
83 ------------------------------------------------------------------
84 $can_search = true;
85 ------------------------------------------------------------------
86 Note:
87 ------------------------------------------------------------------
88 By setting This To 'true', You Allow Users To Search For Files In GaMerZ File Explorer.
89 It Is Best To Set It To 'false' If You Are On A High Traffic Site.
90 ------------------------------------------------------------------
91
92 Find:
93 ------------------------------------------------------------------
94 $default_sort_by = 'date';
95 ------------------------------------------------------------------
96 Note:
97 ------------------------------------------------------------------
98 Default Sort Field. Values Can Be 'name', 'size', 'type' or 'date'.
99 ------------------------------------------------------------------
100
101 Find:
102 ------------------------------------------------------------------
103 $default_sort_order = 'desc';
104 ------------------------------------------------------------------
105 Note:
106 ------------------------------------------------------------------
107 Default Sort Order. Values Can Be 'asc' or 'desc'.
108 ------------------------------------------------------------------
109
110
111 // Upload These Files To The Directory You Specified In $gfe_directory
112
113 Put:
114 ------------------------------------------------------------------
115 Folder: resources
116 File: config.php
117 File: functions.php
118 File: index.php
119 File: search.php
120 File: settings.php
121 File: view.php
122 ------------------------------------------------------------------

http://files.fwbase.com/files/Php/readme-install.txt