MyBB Community Forums

Full Version: Download System
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I am trying to write a php script that will grant certain people access to a specific program, to download. Is there a plugin that does this already? Or will I need to do it myself? In the database, how would I make sure only certain people in certain groups can get to it?
This one is great:
MyDownloads: http://forums.mybb-plugins.com/Thread-MyDownloads-2-1-2

Low-priced subscription needed...
(2011-11-16, 02:57 AM)seeker Wrote: [ -> ]This one is great:
MyDownloads: http://forums.mybb-plugins.com/Thread-MyDownloads-2-1-2

Low-priced subscription needed...

Do you know of any free ones?
(2011-11-16, 03:05 AM)TheWeatherGuy Wrote: [ -> ]...
Do you know of any free ones?

Sure attach the file(s) to a new thread in a (sub-)forum which only allows your preferred user-group.
^^^
Is that free and easy enough? Toungue

(2011-11-16, 03:52 AM)Omar G. Wrote: [ -> ]http://mods.mybb.com/view/downloads
http://mods.mybb.com/view/downloads-manager

Downloads Manager (1.2.1)
A plugin that allows you to manage and display a list of downloadable files, each with it's own project page.
Created by Firestryke31

This plugin is incompatible with MyBB 1.6.4

How can I fix that? If I can?
(2011-11-16, 09:08 PM)TheWeatherGuy Wrote: [ -> ]
(2011-11-16, 03:52 AM)Omar G. Wrote: [ -> ]http://mods.mybb.com/view/downloads
http://mods.mybb.com/view/downloads-manager

Downloads Manager (1.2.1)
A plugin that allows you to manage and display a list of downloadable files, each with it's own project page.
Created by Firestryke31

This plugin is incompatible with MyBB 1.6.4

How can I fix that? If I can?

Obviously you need to test if it is compatible with 1.6.4.

Go into inc/plugins/download.php and find:

// Unless there are major code changes, this should work with 1.4.x
		'compatibility' => '14*',
		'guid'		 => '8cb1ddfb41653a61f877c6d1c31a4a50',

and replace with

// Unless there are major code changes, this should work with 1.4.x
		'compatibility' => '*',
		'guid'		 => '8cb1ddfb41653a61f877c6d1c31a4a50',

then activate it and see if it is compatible.
(2011-11-16, 09:27 PM)Booher Wrote: [ -> ]http://mods.mybb.com/view/mybbshops-free-lite-version <= something like that?

The only issues with that one is, it changes the user group.
(2011-11-16, 09:08 PM)TheWeatherGuy Wrote: [ -> ]
(2011-11-16, 03:52 AM)Omar G. Wrote: [ -> ]http://mods.mybb.com/view/downloads
http://mods.mybb.com/view/downloads-manager

Downloads Manager (1.2.1)
A plugin that allows you to manage and display a list of downloadable files, each with it's own project page.
Created by Firestryke31

This plugin is incompatible with MyBB 1.6.4

How can I fix that? If I can?

Use Edson Ordaz's one then.

(2011-11-16, 10:11 PM)TheWeatherGuy Wrote: [ -> ]
(2011-11-16, 09:27 PM)Booher Wrote: [ -> ]http://mods.mybb.com/view/mybbshops-free-lite-version <= something like that?

The only issues with that one is, it changes the user group.

Change the setting to move the user to the "registered" usergroup?
Pages: 1 2