[RC] Rayth's Download Manager

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Scam Warning
User avatar
RaythXC
Registered User
Posts: 150
Joined: Wed Jun 13, 2012 1:23 pm

[RC] Rayth's Download Manager

Post by RaythXC »

Modification Name: Rayth's
Author: RaythXC

Modification Description: Complete download system inspired by the MODDB that does not use post attachments.
Modification Version: 1.1.1

Download: This Page (This page is also powered by the download manager)
Requirements: phpBB 3.0.x / php5

Features:
  • Completely Administrator Controlled
  • Have multiple categories
  • Have sub-categories
  • Have multiple versions of a download per file
  • Count downloads
  • Admin permission to define which admins can manage the MOD
  • If my CMS system is installed, it will load sidebar if you have it enabled.
Possible Future Features:
  • Allow users to submit files
  • File Commenting
I completed this last night and I am in the alpha testing stage. Hopefully this will be ready in the next few days and I can put up a download link.

If you like my work or wish to support me, I accept paypal:
Image
Last edited by RaythXC on Thu Dec 11, 2014 4:35 pm, edited 6 times in total.
User avatar
nextgen
Registered User
Posts: 2395
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García

Re: [ALPHA] Rayth's Download Manager

Post by nextgen »

Waiting for this. :)
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
User avatar
RaythXC
Registered User
Posts: 150
Joined: Wed Jun 13, 2012 1:23 pm

Re: [ALPHA] Rayth's Download Manager

Post by RaythXC »

nextgen wrote:Waiting for this. :)
I now have it completed and working. But I magically broke my website and either need to fix it without ftp or go somewhere I can access the FTP lol.

In the meantime, looking to setup a test board which will display this MOD. Kinda proud of this one :)
User avatar
RaythXC
Registered User
Posts: 150
Joined: Wed Jun 13, 2012 1:23 pm

Re: [RC] Rayth's Download Manager

Post by RaythXC »

RC complete. Download link in OP
User avatar
RaythXC
Registered User
Posts: 150
Joined: Wed Jun 13, 2012 1:23 pm

Re: [RC] Rayth's Download Manager

Post by RaythXC »

The Download Manager is now on version 1.1.0. Here is a list of changes:

New Features:
  • Have Sub-categories under other categories for better organisation.
Changes:
  • To match the sub-category feature, the breadcrumb links have been modified slightly to make them display the full trail.
  • Minor bug fix when deleting files.

Please update and continue to enjoy :)
Cable Player
Registered User
Posts: 516
Joined: Thu Feb 03, 2011 4:45 pm
Location: Hampshire, England

Re: [RC] Rayth's Download Manager

Post by Cable Player »

Hi, will you be working this into phpBB 3.1?

Thanks
Fernando Garcia
Registered User
Posts: 73
Joined: Thu Mar 06, 2014 7:06 pm
Location: Brazil

Re: [RC] Rayth's Download Manager

Post by Fernando Garcia »

Hi!

Firstly thanks for your job.

I have this MOD installed in a localhost and had 2 errors.

1º After try send a PDF of 11 MB I have this message:

Code: Select all

Warning: POST Content-Length of 11618293 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
Where I can select the maximum size for file?

2º After choose a file on forum I have this error:

[phpBB Debug] PHP Warning: in file [ROOT]/downloads.php on line 272: filesize(): stat failed for ./dlm/2/newcolors.scr

After try download the file I have this:

Code: Select all

Information

The selected file does not exist.
Can you help me?

Best regards.
User avatar
RaythXC
Registered User
Posts: 150
Joined: Wed Jun 13, 2012 1:23 pm

Re: [RC] Rayth's Download Manager

Post by RaythXC »

Cable Player wrote:Hi, will you be working this into phpBB 3.1?

Thanks
Once I work out how to actually do Extensions then yes I plan on porting this to 3.1.
Fernando Garcia wrote:

Code: Select all

Warning: POST Content-Length of 11618293 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
Where I can select the maximum size for file?
This is set in your php.ini settings file. If you have hosting, it's set by your hosting provider if you don't have access to it yourself.
Fernando Garcia wrote: 2º After choose a file on forum I have this error:

[phpBB Debug] PHP Warning: in file [ROOT]/downloads.php on line 272: filesize(): stat failed for ./dlm/2/newcolors.scr
This is a common error if a file/directory isn't writeable. I'll write a fix tonight to chmod the file so it should work after that. Curious I don't get this on my hosting tough.
Fernando Garcia wrote: After try download the file I have this:

Code: Select all

Information

The selected file does not exist.
Can you help me?

Best regards.
The current code only allows for upload of "zip" "rar" and "exe" files. I'll add an update that will accept any.
Cable Player
Registered User
Posts: 516
Joined: Thu Feb 03, 2011 4:45 pm
Location: Hampshire, England

Re: [RC] Rayth's Download Manager

Post by Cable Player »

RaythXC wrote: Once I work out how to actually do Extensions then yes I plan on porting this to 3.1.
Fantastic, I'll wait patiently :)
User avatar
RaythXC
Registered User
Posts: 150
Joined: Wed Jun 13, 2012 1:23 pm

Re: [RC] Rayth's Download Manager

Post by RaythXC »

Cable Player wrote:
RaythXC wrote: Once I work out how to actually do Extensions then yes I plan on porting this to 3.1.
Fantastic, I'll wait patiently :)
How patient are you cause extensions are giving me headaches? I actually started another MOD to take a break (and completely forgot to fix this so making notes now to do it when i get home)
Cable Player
Registered User
Posts: 516
Joined: Thu Feb 03, 2011 4:45 pm
Location: Hampshire, England

Re: [RC] Rayth's Download Manager

Post by Cable Player »

Ha, I'm very patient don't worry.

My forum is fairly new and is only to track development of a small game I'm making so I decided to go with 3.1 and play around with what extensions work etc. and take it from there. If it takes another year for a good list of extensions to be available, then it takes a year!

There are a couple of extensions I'd like to see sooner than later (Topic Cement and Update Forum Statistics for example) but I think that's because I have a very specific way of running parts of a forum - so far there's been little interest in these but I've been considering trying to convert them myself.
User avatar
RaythXC
Registered User
Posts: 150
Joined: Wed Jun 13, 2012 1:23 pm

Re: [RC] Rayth's Download Manager

Post by RaythXC »

Just released an update on my site which will now chmod the files after upload.

It will now also accept the following extensions until I can code a workaround to accept anything:
zip
rar
exe
gz (tar.gz)
pdf
txt
doc
xls
Fernando Garcia
Registered User
Posts: 73
Joined: Thu Mar 06, 2014 7:06 pm
Location: Brazil

Re: [RC] Rayth's Download Manager

Post by Fernando Garcia »

Hi!

I have other error using latest version:

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/includes/acp/acp_rayth_downloads.php on line 502: mkdir(): File exists
Best regards.
User avatar
RaythXC
Registered User
Posts: 150
Joined: Wed Jun 13, 2012 1:23 pm

Re: [RC] Rayth's Download Manager

Post by RaythXC »

Fernando Garcia wrote:Hi!

I have other error using latest version:

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/includes/acp/acp_rayth_downloads.php on line 502: mkdir(): File exists
Best regards.
When you updated, did you do the full uninstall (going to install_rayth_dlm.php) thing? The uninstall via automod and the install page doesn't remove any existing files, this has to be done manually via the files on the downloads section in ACP.

For the record, you wouldn't have had to completely uninstall it, just upload and update.

Return to “[3.0.x] MODs in Development”