|
1 === Plugin Name === |
|
2 Contributors: Tefra |
|
3 Donate link: http://www.t3-design.com/donate/ |
|
4 Tags: files, browse, explorer |
|
5 Requires at least: 2.5 |
|
6 Tested up to: 2.5.1 |
|
7 Stable tag: 0.5 |
|
8 |
|
9 WP Explorer is an easy way to list directories and files on your server. |
|
10 |
|
11 == Description == |
|
12 |
|
13 WP Explorer is an easy way to list directories and files on your server. Through a simple shortcode you can transform your posts and pages to file browsers. |
|
14 |
|
15 Features |
|
16 - Easy Configuration. |
|
17 - Easy modification since you have control over templates from the options page. |
|
18 - Exclude files, folders, extensions from listing. |
|
19 - Protection from listing directories outside the specified one. |
|
20 - Hot-linking protection through htaccess. |
|
21 - Pretty links. |
|
22 - 100% Ready for translations. |
|
23 - Ability to include file version through a specific filename format. |
|
24 |
|
25 Directories listing information |
|
26 - Name |
|
27 - Last Modification Date |
|
28 |
|
29 Files listing information |
|
30 - Name |
|
31 - Size |
|
32 - Last Modification Date |
|
33 - Extension icon |
|
34 - Version * |
|
35 |
|
36 Keep in mind the version must be numeric 1.0a for example won't work. To include a version to your files use this format (name)_(version).(ext) e.g. guestbook_100.rar, test_wp_oti_nani_100.txt, email.change_1.0.zip |
|
37 |
|
38 = What's New= |
|
39 |
|
40 Version 0.5 |
|
41 ----------- |
|
42 - Fixed Bug with spaces in folder names. |
|
43 - Fixed Bug with wrong check when hotlinking protection is disabled. |
|
44 |
|
45 Version 0.4 |
|
46 ----------- |
|
47 First Initial Release |
|
48 |
|
49 |
|
50 == Installation == |
|
51 |
|
52 1. Upload the folder wp-explorer to the /wp-content/plugins/`directory. |
|
53 2. Activate the plugin through the 'Plugins' menu in WordPress. |
|
54 3. Check the settings from the settings submenu WP Explorer. |
|
55 4. Create posts, pages with the shortcode [wp_explorer]dir/path[/wp_explorer] |
|
56 |
|
57 e.g. [wp_explorer]wp-content/folder_name[/wp_explorer] |
|
58 |
|
59 Don't use an ending slash |
|
60 |
|
61 == Frequently Asked Questions == |
|
62 |
|
63 = I get this "ERROR: I have no right to access this folder or this folder doesn't exist"= |
|
64 |
|
65 When this message appears means, either the folder needs a higher chmod to allow reading or that the giver dir path is wrong. |
|
66 |
|
67 = I get a php error eval something = |
|
68 |
|
69 Check your templates, check for any missing bracket [ ], |
|
70 Right $phrase[size] |
|
71 Wrong $phrase['size'] |
|
72 Wrong $phrase[size |
|
73 |
|
74 Try to revert the templates from the options page and contact me if you still can't see where you messed up. |
|
75 |
|
76 = The hotlink protections redirects to an old post/page = |
|
77 |
|
78 If you deleted the page or the post that included a working wp explorer shortcode and you had anti-leech protection on and you created a new page post witht the same dir path in the shortcoce then you need to remove the htaccess file from the directory and let it regenerate. |
|
79 |
|
80 To do so there are two ways: |
|
81 - Turn off anti-leech and open the page witht the wp explorer shortcode and then turn the anti-leech on again. This forces the .htaccess file to be deleted and regenerated. |
|
82 - Delete it manually from your ftp. |
|
83 |
|
84 == Screenshots == |
|
85 I have something better than screenshots, a live demo http://www.t3-design.com/ldu-repo/ |