hey guys...
I need a module that will display all my files that I have available for download (locally) on my server... and gives them the ability to upload as well... any suggestions?
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 07:01 AM
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 06:41 AM
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 06:27 AM
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 01:29 AM
- mdee created topic »How to implement returnpage ?« 01:00 AM
- nestormateo responded to »Fillters in Clip« 24. May
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
A module that will allow users to download my local files
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Jan 07, 2005
- Posts: 11
thanks for the reply... do you happen to use DownloadsPlus? when I go to access the downloads plus menu from the admin section it returns with access denied. the documentation doesn't seem very newbie friendly as I am kinda new to postnuke. any suggestions? I only ask here because I've sent emails to the author with no reply :( and the site that supports it looks like it has been updated since 2003. but the most recent version was made early this year so... ehe... kinda in a pickle :) -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Jan 07, 2005
- Posts: 11
thanks for the tip...
I checked both the index.php file located in the modules/downloads directory ( as thats the module I'm using I-Mod Downloads v 1.8 I believe ) and also the index.php file located in the servers root directory. none of which made reference to this function. I also went into admin.php located in the modules/downloads directory... and here is the piece of code that is locking things up...
if (!eregi("admin.php", $PHP_SELF)) {
die ("Access Denied");
}
thats the first few lines of admin.php if I remark this lines using the // method or /* */ method it will let me go in and configure but it won't work right nor will it let me upload files... I even tried replacing PHP_SELF with SCRIPT_NAME here... still locks up just as before.
this is the same issue that I'm having with every module that I try that allows a user to upload (ie. Updownloads, DownloadsPlus etc... )
and they all have that same line of code that I mentioned above on there admin.php file...
=] any more assistance would be greatly appreciated
thanks... -
- Rank: Developer
- Registered: Jan 24, 2004
- Last visit: Oct 21, 2009
- Posts: 121
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Jan 07, 2005
- Posts: 11
1.0 I believe... whatever the latest version is. and now if I remark the above exclamation mark... as I said earlier it will let me in but doesnt work right. Like now if I go to upload a file... when I press 'add' it returns an error message that says I must include a URL... which it's obviously supposed to be one or the other ( either the upload of a file or the inclusion of a link)
I have no idea... =] -
- Rank: Developer
- Registered: Jan 24, 2004
- Last visit: Oct 21, 2009
- Posts: 121
Get the last version from my site.
Now version 2.1 is released befor a few days.
Regards Petzi
--
Petzi-Juist :: ... welcome to my digital world ...
- Moderated by:
- Support
