PDA

View Full Version : Only registered members can...


avatar462
November 3rd, 2007, 07:53 AM
Hi! This is more of an PHP MySql problem.
I'm working on this site and I want it to deny download access to
everyone who is not registered to save bandwith,
I installed a fourm with a database whats the best way to make this work?

Thanx

the_punisher
November 3rd, 2007, 08:10 AM
so which forum are you using??, we'll be of more help if you name the forum you are using

avatar462
November 3rd, 2007, 08:14 AM
phpbb2 http://www.phpbb.com/

the_punisher
November 3rd, 2007, 08:52 AM
i use smf, here: http://www.myk750java.co.nr

in smf, you can set this option in the permissions panel, im sure there might be something similar in phbb, try to go to your administrative panel, from there you can set permissions

avatar462
November 3rd, 2007, 09:13 AM
phpBB2 does not support downloads by default, I was just told by the phpbb support team member?! any other ways to make this work ?

renegade600
November 3rd, 2007, 09:40 AM
phpBB2 does not support downloads by default, I was just told by the phpbb support team member?! any other ways to make this work ?

depending upon the number of downloads, you can always create a forum just for downloads

or see this (http://www.phpbb2hacks.de/dload.php?action=file&file_id=122)for a download mod

avatar462
November 3rd, 2007, 10:59 AM
phpBB : Critical Error

Could not query download mod configuration

DEBUG MODE
When i click on the downloads button in admin panel of forum I get this error:

SQL Error : 1146 Table 'vuk_forum.DL_CONFIG_TABLE' doesn't exist

SELECT * FROM DL_CONFIG_TABLE
Line : 104
File : class_dlmod.php

I quess i didn't put these files in the right place?
## root/dl_mod/classes/class_dlmod.php
## root/dl_mod/classes/class_hacklist.php

Insatll_download MOD.txt

MOD Title: Download Mod
## MOD Author: Hotschi < n/a > (n/a) http://phpbb.hotschi.de
## MOD Author: OXPUS < webmaster@oxpus.de > (Karsten Ude) http://www.oxpus.de
## MOD Author: Demolition FABI < mods@phpBB.hotschi.de > (n/a) http://phpbb.hotschi.de
## MOD Description: This mod generates a page of downloads for your forum.
## A short feature list:
## - High performance and seperate basic files to speed up installation
## - Categories and "endless" sub-categories
## - Permissions based on usergroups and trafficmanagement
## - Own user control panel for basic settings
## - Ratings for each download
## - Overall footer with informations about user traffic, overall traffic
## and even more detailed statistics
## - Comments for each download
## - Thumbnails for each download
## - Overall download statistics
## - Overview over all downloads
## - Functions for mod descriptions, todo list and hackslist
## - Submitting downloads by users
## - Moderate categories
## - File management on administration panel
## - Bug Tracker if you will host MODs
## - And many more...
## MOD Version: 5.3.0
##
## Installation Level: Easy
## Installation Time: 10 min
## Files To Edit: 10
## admin/index.php
## admin/admin_users.php
## includes/constants.php
## includes/functions.php
## includes/functions_post.php
## includes/page_header.php
## language/lang_english/lang_faq.php
## viewonline.php
## templates/subSilver/overall_header.tpl
## templates/subSilver/subSilver.cfg
##
## Included Files: 94
## root/admin/admin_downloads.php
## root/dl_mod/admin/dl_admin_banlist.php
## root/dl_mod/admin/dl_admin_categories.php
## root/dl_mod/admin/dl_admin_config.php
## root/dl_mod/admin/dl_admin_ext_blacklist.php
## root/dl_mod/admin/dl_admin_files.php
## root/dl_mod/admin/dl_admin_stats.php
## root/dl_mod/admin/dl_admin_toolbox.php
## root/dl_mod/admin/dl_admin_traffic.php
## root/dl_mod/classes/class_dlmod.php
## root/dl_mod/classes/class_hacklist.php
## root/dl_mod/includes/dl_bug_tracker.php
## root/dl_mod/includes/dl_comments.php
## root/dl_mod/includes/dl_details.php
## root/dl_mod/includes/dl_footer.php
## root/dl_mod/includes/dl_modcp.php
## root/dl_mod/includes/dl_search.php
## root/dl_mod/includes/dl_stats.php
## root/dl_mod/includes/dl_upload.php
## root/dl_mod/includes/dl_user_config.php
## root/dl_mod/includes/thumbs/
## root/downloads/.htaccess
## root/language/lang_english/email/dl_bt_assign.tpl
## root/language/lang_english/email/dl_bt_status.tpl
## root/language/lang_english/email/downloads_approve_comment.tpl
## root/language/lang_english/email/downloads_approve_notify.tpl
## root/language/lang_english/email/downloads_change_notify.tpl
## root/language/lang_english/email/downloads_new_notify.tpl
## root/language/lang_english/email/downloads_report_broken.tpl
## root/language/lang_english/lang_dl_help.php
## root/language/lang_english/lang_downloads.php
## root/templates/subSilver/dl_mod/images/dl_banlist.png
## root/templates/subSilver/dl_mod/images/dl_blue.png
## root/templates/subSilver/dl_mod/images/dl_categories.png
## root/templates/subSilver/dl_mod/images/dl_config.png
## root/templates/subSilver/dl_mod/images/dl_edit.png
## root/templates/subSilver/dl_mod/images/dl_ext_blacklist.png
## root/templates/subSilver/dl_mod/images/dl_files.png
## root/templates/subSilver/dl_mod/images/dl_green.png
## root/templates/subSilver/dl_mod/images/dl_grey.png
## root/templates/subSilver/dl_mod/images/dl_new.png
## root/templates/subSilver/dl_mod/images/dl_rate_no.png
## root/templates/subSilver/dl_mod/images/dl_rate_yes.png
## root/templates/subSilver/dl_mod/images/dl_red.png
## root/templates/subSilver/dl_mod/images/dl_stats.png
## root/templates/subSilver/dl_mod/images/dl_toolbox.png
## root/templates/subSilver/dl_mod/images/dl_traffic.png
## root/templates/subSilver/dl_mod/images/dl_white.png
## root/templates/subSilver/dl_mod/images/dl_yellow.png
## root/templates/subSilver/dl_mod/images/icon_dl_download.gif
## root/templates/subSilver/dl_mod/images/icon_dl_homepage.gif
## root/templates/subSilver/dl_mod/images/icon_mini_d.gif
## root/templates/subSilver/dl_mod/images/icon_mini_h.gif
## root/templates/subSilver/dl_mod/images/lang_english/icon_dl_upload.gif
## root/templates/subSilver/dl_mod/images/lang_german/icon_dl_upload.gif
## root/templates/subSilver/dl_mod/tpl/admin/dl_banlist_body.tpl
## root/templates/subSilver/dl_mod/tpl/admin/dl_cat_body.tpl
## root/templates/subSilver/dl_mod/tpl/admin/dl_cat_edit_body.tpl
## root/templates/subSilver/dl_mod/tpl/admin/dl_config_body.tpl
## root/templates/subSilver/dl_mod/tpl/admin/dl_ext_blacklist_body.tpl
## root/templates/subSilver/dl_mod/tpl/admin/dl_files_body.tpl
## root/templates/subSilver/dl_mod/tpl/admin/dl_files_edit_body.tpl
## root/templates/subSilver/dl_mod/tpl/admin/dl_stats_admin_body.tpl
## root/templates/subSilver/dl_mod/tpl/admin/dl_thumbs_body.tpl
## root/templates/subSilver/dl_mod/tpl/admin/dl_toolbox_body.tpl
## root/templates/subSilver/dl_mod/tpl/admin/dl_traffic_body.tpl
## root/templates/subSilver/dl_mod/tpl/admin/downloads_main.tpl
## root/templates/subSilver/dl_mod/tpl/dl_bt_add.tpl
## root/templates/subSilver/dl_mod/tpl/dl_bt_detail.tpl
## root/templates/subSilver/dl_mod/tpl/dl_bt_list.tpl
## root/templates/subSilver/dl_mod/tpl/dl_confirm_body.tpl
## root/templates/subSilver/dl_mod/tpl/dl_edit_body.tpl
## root/templates/subSilver/dl_mod/tpl/dl_edit_comments_body.tpl
## root/templates/subSilver/dl_mod/tpl/dl_footer.tpl
## root/templates/subSilver/dl_mod/tpl/dl_help_body.tpl
## root/templates/subSilver/dl_mod/tpl/dl_modcp_approve.tpl
## root/templates/subSilver/dl_mod/tpl/dl_modcp_capprove.tpl
## root/templates/subSilver/dl_mod/tpl/dl_modcp_manage.tpl
## root/templates/subSilver/dl_mod/tpl/dl_overview_body.tpl
## root/templates/subSilver/dl_mod/tpl/dl_report_code_body.tpl
## root/templates/subSilver/dl_mod/tpl/dl_search_body.tpl
## root/templates/subSilver/dl_mod/tpl/dl_search_results.tpl
## root/templates/subSilver/dl_mod/tpl/dl_stat_body.tpl
## root/templates/subSilver/dl_mod/tpl/dl_todo_body.tpl
## root/templates/subSilver/dl_mod/tpl/dl_user_config_body.tpl
## root/templates/subSilver/dl_mod/tpl/dl_view_comments_body.tpl
## root/templates/subSilver/dl_mod/tpl/downloads_body.tpl
## root/templates/subSilver/dl_mod/tpl/hacks_list_body.tpl
## root/templates/subSilver/dl_mod/tpl/view_dl_body.tpl
## root/templates/subSilver/dl_mod/tpl/view_dl_cat_body.tpl
## root/templates/subSilver/dl_mod/tpl/view_dl_subcat_body.tpl
## root/dl_help.php
## root/downloads.php
## root/hacks_list.php
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2

the_punisher
November 3rd, 2007, 11:02 AM
at first i also tried phbb for my forum, but using their forum is a problem, it is not easy at all.

if you eant to install a mod in phpbb, you'll have to do some coding and loading one file here, the other there and so on.

i recommend you use smf for your forum, its excellent, the attachments and permissions are already pre installed and the mods are easy to install.

http://www.simplemachines.org

avatar462
November 3rd, 2007, 12:11 PM
Yeah your right smf is a much better and more stable fourm...