PDA

View Full Version : Major Additions - DownloadsII


Pages : 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18

Saviour
01-29-2008, 11:42 PM
Would it be possible to add a feature like Report Broken Link when linking to a downloadable file outside the forum's domain?

Thanks...

thecool444
01-30-2008, 04:01 AM
Hey savior i see you got the downloads link in you vbulleitn menu bar. Can you please tell me how you did that. I have done the optional edits but it didn't work.

Saviour
01-30-2008, 04:45 AM
Hey savior i see you got the downloads link in you vbulleitn menu bar. Can you please tell me how you did that. I have done the optional edits but it didn't work.

In your AdminCP...go to the following: Styles & Templates/Style Manager

Now you'll want to select the style you're going to edit and select Edit Templates for that style.

Choose the navbar template.

What you'll want to do inside this template is decide where you want to put the link in the navbar. So if you have an idea...all you have to do is paste this code where you want the link to appear:

<td class="vbmenu_control"><a href="downloads.php$session[sessionurl_q]">$vbphrase[ecdownloads_downloads]</a></td>

So just try to find the locations that show "vbmenu_control" in the navbar template...and add the line of code above where you want the link to appear.

BTW...I'm using vbulletin 3.6.8 PL2.

Hope this helped...

thecool444
01-30-2008, 06:37 AM
Done. Thankyou for info.

maidos
01-30-2008, 03:55 PM
<a href="https://vborg.vbsupport.ru/showpost.php?p=1428722&postcount=2229" target="_blank">https://vborg.vbsupport.ru/showp...postcount=2229</a>

i appreciate if this could bee replied

How do i possible add a relevance feature on search function?
Example when isearch for DEF ABC
the result shows only DEF ABC

but if i search for ABC DEF
no results will be shown.
even though the files are their but in reversed

so thats why it will be alot nicer if the search function would be searched by relevance...
please help

CyberRanger
01-30-2008, 04:38 PM
https://vborg.vbsupport.ru/showpost.php?p=1428722&postcount=2229

i appreciate if this could bee replied If you are getting a blank page, then you probably have an error in your htaccess file. Or ... quite simply the file is just too big! I see you have max size set to @ 1 GB. That's a huge file for http transfer.

How do i possible add a relevance feature on search function?
Example when isearch for DEF ABC
the result shows only DEF ABC

but if i search for ABC DEF
no results will be shown.
even though the files are their but in reversed

so thats why it will be alot nicer if the search function would be searched by relevance...
please help
Instead of searching for "ABC DEF", search for "ABC, DEF". That way the search treats each word as a word instead of the two words as a phrase.

maidos
01-30-2008, 05:05 PM
thanks alot for the reply, but should it result blank page when i import only 4 files and they are at least around 450 mb together. isnt it timeoutissue on the script? i removed the htaccess coded and modified it on phpini instead but didnt work much

but the thing is members are acting retards, since yesterday i got 30 pm that the search function is not working properly. and 30 pms is considered little if you see how much pm i get everyday even though i went on public announcing how to search.

But using the comma is an idea just that im afraid non my members will pay attention to

CyberRanger
01-30-2008, 05:52 PM
thanks alot for the reply, but should it result blank page when i import only 4 files and they are at least around 450 mb together. isnt it timeoutissue on the script? i removed the htaccess coded and modified it on phpini instead but didnt work much The import feature in the admincp uses a direct unix copy. I don't see how it could time out but let me do some more testing.

but the thing is members are acting retards ... But using the comma is an idea just that im afraid non my members will pay attention to
LOL ... we do have it clearly displayed about using the comma. Try this if you want. In downloads.php around line 1814 FIND:
$keyword = explode(",",$_POST['query']);

REMOVE the comma in "," making that " " instead ... like this:
$keyword = explode(" ",$_POST['query']);

By doing that, each word will be a separate search element. You won't be able to search by phrases but that sounds like a good trade-off for you.

maidos
01-30-2008, 07:09 PM
thanks alot for the search help

I know, thats why they are called retards

thanks alot for checking the import issue

Meghwar
01-30-2008, 07:16 PM
I was mistaken delete the DownloadsII tabels, I load them back from my BackUp daily DB I see every thing Ok , when I click Download I get the Msg bellow!!!

Database error in vBulletin 3.7.0 Beta 4:

Invalid SQL:

SELECT time
FROM dl_downloads
WHERE `userid`=1
AND `clientip`='21.332.222.133'
ORDER BY `time` DESC LIMIT 0,1;

MySQL Error : Unknown column 'clientip' in 'where clause'
Error Number : 1054
Date : Wednesday, January 30th 2008 @ 02:07:52 PM
Script : http://www.*********.org/forum/downloa...d=553&act=down
Referrer : http://www.***********.org/forum/downloa...do=file&id=553
IP Address : **********
Username : Meghwar
Classname : vB_Database
MySQL Version : 5.0.45-log

pedro84
01-30-2008, 07:49 PM
Hi!

Because of unknown reason I got error
Warning: copy(./downloads//ec_tmp/Whitesnake.ttf) [function.copy]: failed to open stream: Permission denied in /downloads.php on line 700
ERROR: File not found.

Does anyone know the solution?

Cheers!
Pedro

I see my previous post was not seen. I'd like anybody helps me. My girlfriend who is second admin added manually about 260 files so I'd like to fix it until she cut my b**ls :D

pedro84
01-30-2008, 08:05 PM
Strange...but I changed ec_temp chmod to 777 and everything works...great :D

Meghwar
01-30-2008, 08:13 PM
I was mistaken delete the DownloadsII tabels, I load them back from my BackUp daily DB I see every thing Ok , when I click Download I get the Msg bellow!!!

Database error in vBulletin 3.7.0 Beta 4:

Invalid SQL:

SELECT time
FROM dl_downloads
WHERE `userid`=1
AND `clientip`='21.332.222.133'
ORDER BY `time` DESC LIMIT 0,1;

MySQL Error : Unknown column 'clientip' in 'where clause'
Error Number : 1054
Date : Wednesday, January 30th 2008 @ 02:07:52 PM
Script : http://www.*********.org/forum/downloa...d=553&act=down
Referrer : http://www.***********.org/forum/downloa...do=file&id=553
IP Address : **********
Username : Meghwar
Classname : vB_Database
MySQL Version : 5.0.45-log

thanx all SOLVED

i was missing :
MySQL Error : Unknown column 'clientip' in 'where clause'

Solution: I drop the table dl_downloads and input the :
--
-- Table structure for table `dl_downloads`
--

DROP TABLE IF EXISTS `dl_downloads`;
CREATE TABLE `dl_downloads` (
`id` int(10) unsigned NOT NULL auto_increment,
`userid` int(10) unsigned NOT NULL,
`fileid` int(10) unsigned NOT NULL,
`user` varchar(20) NOT NULL,
`file` varchar(20) NOT NULL,
`time` int(10) unsigned NOT NULL,
`filesize` int(10) unsigned NOT NULL,
`clientip` varchar(16) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=403908 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `dl_downloads`
--
Solved :)

ntloc
01-31-2008, 08:00 AM
Hi, because of the problem i have before after changing to dedicated server, now i'm gonna install Windows Server with IIS. Since DownloadsII when importing use Unix command, i was wondering if this works with Windows Server instead of linux (i'll be importing hundreds of files weekly)??? Thanks for your help.

CyberRanger
01-31-2008, 11:17 AM
Hi, because of the problem i have before after changing to dedicated server, now i'm gonna install Windows Server with IIS. Since DownloadsII when importing use Unix command, i was wondering if this works with Windows Server instead of linux (i'll be importing hundreds of files weekly)??? Thanks for your help.
Yes, you should be ok. I say it does a unix copy but that's not really correct. It uses the php copy function (http://us3.php.net/function.copy).

BTW - my unsolicited 2 cents .... stay away from IIS for an Internet web server!

aryshi
01-31-2008, 01:46 PM
CyberRanger
thax alot

i wana know how i change th alighn to th right
it seem not good arabic language

http://www.w99of.com/vb/uploaded/folder1/405_01201794235.png

hope for help to solve this

Saviour
01-31-2008, 02:56 PM
Can someone please respond to this: https://vborg.vbsupport.ru/showpost.php?p=1432121&postcount=2251

Thank you...

ntloc
01-31-2008, 03:53 PM
Yes, you should be ok. I say it does a unix copy but that's not really correct. It uses the php copy function (http://us3.php.net/function.copy).

BTW - my unsolicited 2 cents .... stay away from IIS for an Internet web server!

Yeah, I prefer Unix and Apache myself too CR but i have tried everything i thought of about the problem i have but couldn't get it right. Changed PHP configuration, upgrade & downgrade apache, upgrade & downgrade php, MySQL, reinstall different OS (Red Hat 4/5, CentOS 4/5), bought another dedicated server and run it as MySQL server only one 1 server and one is serving files (vice versa). Nothing help and i'm loosing members because of this. Maybe someone on here who know apache and php configuration really well can help me please?
Thanks again CY.

P.S. I'm more than happy to pay you or RS_Jelle as donation if you guy can get into my server and maybe fix this problem for me as i'm already spending too much money on this (everything else is working fine). :erm:

thecool444
01-31-2008, 07:27 PM
Some of my buttons/links dont work on my nabar. Can someone please change this code around. I dont care where the buttons/links go.


<br />

<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<if condition="is_array($navbits)">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="bottom">
<td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
<td>&nbsp;</td>
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="" border="0" /><else /><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="$vbphrase[reload_this_page]" border="0" /></a></if> <strong>$navbits[lastelement]</strong></td>
</tr>
</table>
<else />
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>

<if condition="$show['member']">

<td class="alt2" valign="top" nowrap="nowrap">
<div class="smallfont">
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
<if condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
</div>
</td>

<else />

<td class="alt2" nowrap="nowrap" style="padding:0px">

<!-- login form -->
<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="smallfont"><label for="navbar_username">$vbphrase[username]</label></td>
<td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
</tr>
<tr>
<td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td>
<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<!-- / login form -->

</td>

</if>

</tr>
</table>
<!-- / breadcrumb, login, pm info -->

<!-- nav buttons bar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session
[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
<if condition="$show['registerbutton']">
<td class="vbmenu_control"><a href="register.php$session
[sessionurl_q]"<td class="vbmenu_control"><a href="downloads.php$session[sessionurl_q]">$vbphrase[ecdownloads_downloads]</a></td><td class="vbmenu_control"><a href="usercp.php$sessionrel="nofollow">$vbphrase[register]</a></td>
</if>
$template_hook[navbar_buttons_left]
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<td class="vbmenu_control"><a href="memberlist.php$session
[sessionurl_q]">$vbphrase[members_list]</a></td>
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<if condition="$show['popups']">
<if condition="$show['searchbuttons']">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session

[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
</if>
<if condition="$show['member']">
<td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>
<else />
<if condition="$show['searchbuttons']">
<td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
</if>
<td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,me nubar=no,toolbar=no,scrollbars=yes,resizable=yes,w idth=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>
</if>
</if>
$template_hook[navbar_buttons_right]
<if condition="$show['member']">
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
</if>
</tr>
</table>
<!-- / nav buttons bar -->

<br />
<if condition="$show['forumdesc']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
</tr>
</table>
<br />
</if>

<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->

<if condition="$show['searchbuttons']">
<!-- header quick search form -->
<div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_forums]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="search.php?do=process" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div>
<div style="margin-top:$stylevar[cellpadding]px">
<label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />$vbphrase[show_threads]</label>
&nbsp;
<label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label>
</div>
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
</tr>
$template_hook[navbar_search_menu]
</table>
</div>
<!-- / header quick search form -->
</if>

<if condition="$show['member']">
<!-- user cp tools menu -->
<div class="vbmenu_popup" id="usercptools_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">

<tr><td class="thead">$vbphrase[quick_links]</td></tr>
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
<tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,me nubar=no,toolbar=no,scrollbars=yes,resizable=yes,w idth=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
$template_hook[navbar_quick_links_menu_pos1]

<tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
<if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
<!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
$template_hook[navbar_quick_links_menu_pos2]

<tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
<if condition="$show['pmmainlink']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
$template_hook[navbar_quick_links_menu_pos3]

</table>
</div>
<!-- / user cp tools menu -->
</if>
<!-- / NAVBAR POPUP MENUS -->

<!-- PAGENAV POPUP -->

<div class="vbmenu_popup" id="pagenav_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
<input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
<input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
</form>
</td>
</tr>
</table>
</div>

<!-- / PAGENAV POPUP -->
</if>

RS_Jelle
02-01-2008, 02:07 PM
Hello

Thanks for your reply, but actually i want google ads to be displayed in the first post i make (the post for writing description of software etc.,) I am not interested in members comments; i tried the modification you have mentioned above but it doesn't work because i am modifying comments template. Can you please tell me the exact template to modify and where shall i insert adsense.

Also i am using another mod (vB Forum Feeds by CinVin ), have you any idea how can i include my download section on the rss feeds page.

I am also using vBSEO Google / Yahoo Sitemap for vBulletin; am not sure whether it includes pages from my download section. Do you know whether it automatically integrates with this mode or need to be integrated with it.

Thanks

The file info page can be found in the downloads_file template. The file description (which isn't a first post) is named $description in it, so you can place your google AdSense code after it.

DownloadsII isn't offering an RSS feed at the moment.

I don't use that mod, but I think it doesn't integrate in DownloadsII. You better ask this in the thread of that mod, as the author will know it :)

CyberRanger
thax alot

i wana know how i change th alighn to th right
it seem not good arabic language

http://www.w99of.com/vb/uploaded/folder1/405_01201794235.png

hope for help to solve this

Nice spot :)

Most people are using ltr languages, so I never thougt about testing this. We are using a lot of align="left" attributes in our HTML code, which seems to break the vBulletin rtl compatibility.

Look into the downloads templates for align="left" and change them to align="right". I will look into this further for a next version ;)

Would it be possible to add a feature like Report Broken Link when linking to a downloadable file outside the forum's domain?

Thanks...

I want this to be integrated in v6, but I don't know which method would be best: where should the reports go? Sending a pm to the admin(s), sending a mail to the admin(s), having a reported downloads section in the DownloadsII AdminCP part or having them posted in a reported downloads forum?

I think we are going to integrate the third option and place some hook locations to make the other things possible with an add-on.

Yeah, I prefer Unix and Apache myself too CR but i have tried everything i thought of about the problem i have but couldn't get it right. Changed PHP configuration, upgrade & downgrade apache, upgrade & downgrade php, MySQL, reinstall different OS (Red Hat 4/5, CentOS 4/5), bought another dedicated server and run it as MySQL server only one 1 server and one is serving files (vice versa). Nothing help and i'm loosing members because of this. Maybe someone on here who know apache and php configuration really well can help me please?
Thanks again CY.

P.S. I'm more than happy to pay you or RS_Jelle as donation if you guy can get into my server and maybe fix this problem for me as i'm already spending too much money on this (everything else is working fine). :erm:

It should work on all OS'es. I'm using it myself on a colocated CentOS 5 server with Plesk and it works fine out-of-the-box.

Please pm me an admin login for your forum and FTP.

Some of my buttons/links dont work on my nabar. Can someone please change this code around. I dont care where the buttons/links go.

You are mixing some HTML tags together in an invalid method. Although the correct way is guided in the Readme-Install.txt (what you have to search for in the navbar template and what you need to place exactly after that).

Fixed version (didn't test it, but it should work):

<br />

<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<if condition="is_array($navbits)">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="bottom">
<td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
<td>&nbsp;</td>
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="" border="0" /><else /><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="$vbphrase[reload_this_page]" border="0" /></a></if> <strong>$navbits[lastelement]</strong></td>
</tr>
</table>
<else />
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>

<if condition="$show['member']">

<td class="alt2" valign="top" nowrap="nowrap">
<div class="smallfont">
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
<if condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
</div>
</td>

<else />

<td class="alt2" nowrap="nowrap" style="padding:0px">

<!-- login form -->
<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="smallfont"><label for="navbar_username">$vbphrase[username]</label></td>
<td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
</tr>
<tr>
<td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td>
<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<!-- / login form -->

</td>

</if>

</tr>
</table>
<!-- / breadcrumb, login, pm info -->

<!-- nav buttons bar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
<if condition="$show['registerbutton']">
<td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
</if>
$template_hook[navbar_buttons_left]
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<td class="vbmenu_control"><a href="downloads.php$session[sessionurl_q]">$vbphrase[ecdownloads_downloads]</a></td>
<if condition="$show['popups']">
<if condition="$show['searchbuttons']">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
</if>
<if condition="$show['member']">
<td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>
<else />
<if condition="$show['searchbuttons']">
<td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
</if>
<td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,me nubar=no,toolbar=no,scrollbars=yes,resizable=yes,w idth=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>
</if>
</if>
$template_hook[navbar_buttons_right]
<if condition="$show['member']">
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
</if>
</tr>
</table>
<!-- / nav buttons bar -->

<br />
<if condition="$show['forumdesc']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
</tr>
</table>
<br />
</if>

<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->

<if condition="$show['searchbuttons']">
<!-- header quick search form -->
<div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_forums]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="search.php?do=process" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div>
<div style="margin-top:$stylevar[cellpadding]px">
<label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />$vbphrase[show_threads]</label>
&nbsp;
<label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label>
</div>
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
</tr>
$template_hook[navbar_search_menu]
</table>
</div>
<!-- / header quick search form -->
</if>

<if condition="$show['member']">
<!-- user cp tools menu -->
<div class="vbmenu_popup" id="usercptools_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">

<tr><td class="thead">$vbphrase[quick_links]</td></tr>
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
<tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,me nubar=no,toolbar=no,scrollbars=yes,resizable=yes,w idth=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
$template_hook[navbar_quick_links_menu_pos1]

<tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
<if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
<!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
$template_hook[navbar_quick_links_menu_pos2]

<tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
<if condition="$show['pmmainlink']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
$template_hook[navbar_quick_links_menu_pos3]

</table>
</div>
<!-- / user cp tools menu -->
</if>
<!-- / NAVBAR POPUP MENUS -->

<!-- PAGENAV POPUP -->

<div class="vbmenu_popup" id="pagenav_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
<input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
<input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
</form>
</td>
</tr>
</table>
</div>

<!-- / PAGENAV POPUP -->
</if>

thecool444
02-01-2008, 08:37 PM
WOW. Thanks. All the links work exept memberslist. I had a look at it but not sure on how to fix it here is the code for member list
<td class="vbmenu_control"><a href="memberlist.php$session
[sessionurl_q]">$vbphrase[members_list]</a></td>\

I think i just have to edit that but im not sure.

RS_Jelle
02-02-2008, 07:13 AM
WOW. Thanks. All the links work exept memberslist. I had a look at it but not sure on how to fix it here is the code for member list
<td class="vbmenu_control"><a href="memberlist.php$session
[sessionurl_q]">$vbphrase[members_list]</a></td>\

I think i just have to edit that but im not sure.

I've edited my post here above ;)

You've added a space between $session and [sessionurl_q], which should be one part.

thecool444
02-02-2008, 07:36 AM
My site needs another 2 weeks but it would of been much longer if it wern't for your help jelle and thanks savior for also helping me a bit. If there is anything you need let me know.

Charles_1
02-02-2008, 10:38 AM
That's pretty strange, but GARS isn't a free script, so I can't test it :(

Could you bring this issue to the attention of the GARS developer? DownloadsII is available for free, so he can test it out :)
He can always contact me to sort it out together.
I already did (well, not exactly to the originally developer, becouse he is not taking care of GARS anymore, but to his successor, Morgan) and her viewpoint on this is like she is not familiar with Downloads II and so far she has no clues, what could be cause of this. I asked her, if she could contact you (and sent her link to this discussion), but I suppose, that she did not, right? If not, maybe you could send word to her? Please, be so kind ;-).

Maybe someone else will find the solution:
http://www.thevbgeek.com/showthread.php?t=3865

Well, I hope at least, becouse we have Downloads II offline for more than 1 week already and our users are missing it :-(.

REVHEAD
02-02-2008, 03:48 PM
Are we allowed to remove the DownloadsII 5.0.6 by CyberRanger & Jelle
Based on ecDownloads 4.1 ? Ronin

from the footer?

If we are allowed were can we remove it? if not I will understand.

ZasGC
02-02-2008, 05:04 PM
Hi, my Problem is.

1. I cannot sort the categories. 1,2,3 does not bring the desired result.

I have that same problem too.
Can someone please tell me how I can fix this?

exportforce
02-02-2008, 10:23 PM
@RS_Jelle
Could you please reply to: https://vborg.vbsupport.ru/showpost.php?p=1430365&postcount=2237

If it's not possible, what would I have to pay if I would need it somewhat fast ?

Black Tiger
02-02-2008, 11:05 PM
Your not pointing to the right place.
Try this one.:)
http://www.mmorpglord.com/Forum/downloads.php

REVHEAD
02-03-2008, 12:08 AM
@RS_Jelle
Could you please reply to: https://vborg.vbsupport.ru/showpost.php?p=1430365&postcount=2237

If it's not possible, what would I have to pay if I would need it somewhat fast ?

you entering downloads to the url, its downloads.php .

you need to add a shortcut in your navbar template manually.

RS_Jelle
02-03-2008, 10:00 AM
I already did (well, not exactly to the originally developer, becouse he is not taking care of GARS anymore, but to his successor, Morgan) and her viewpoint on this is like she is not familiar with Downloads II and so far she has no clues, what could be cause of this. I asked her, if she could contact you (and sent her link to this discussion), but I suppose, that she did not, right? If not, maybe you could send word to her? Please, be so kind ;-).

Maybe someone else will find the solution:
http://www.thevbgeek.com/showthread.php?t=3865

Well, I hope at least, becouse we have Downloads II offline for more than 1 week already and our users are missing it :-(.

No, Morgan didn't contact me. You can always send me a pm if you are willing to give me (temporary) admin access to your forum (vBulletin and FTP), so I can check it out and try to fix it.

Are we allowed to remove the

from the footer?

If we are allowed were can we remove it? if not I will understand.

No, that's not possible.

The Ronin part is necessary for the license as DownloadsII v5 is a derivate work from Ronin's ecDownloads, which is released under an attribution license. And our part is a bit of recognition :)

I have that same problem too.
Can someone please tell me how I can fix this?

AdminCP -> DownloadsII -> Settings -> Sort by Weight -> Yes

The description of that setting is wrong: "downloads" should be "categories" there.

ishare
02-03-2008, 11:49 AM
Is it possible to allow [html] in this mod ? I would like to let some usergroups to post html templates.

RS_Jelle
02-03-2008, 12:09 PM
Is it possible to allow [html] in this mod ? I would like to let some usergroups to post html templates.

You can specify the extensions you want to allow for upload in the DownloadsII settings ;)

Edit: now I saw you mean [html] BBCode :p
This is possible for the description field (you've got a full vB text editor there). Raw HTML is also possible if you enable this for non-forum areas in your main vB settings, but this is of course not secure.

exportforce
02-03-2008, 06:53 PM
you entering downloads to the url, its downloads.php .

you need to add a shortcut in your navbar template manually.

I don't know what you're talking about.
I know how to get this to work...

I ask for implementation, that I can use PRE html.
And there is no "link" only a relative path.

RS_Jelle
02-03-2008, 06:59 PM
I don't know what you're talking about.
I know how to get this to work...

I ask for implementation, that I can use PRE html.
And there is no "link" only a relative path.

It's described in the Readme-Install.txt :

Perform the following OPTIONAL template edit (only required if you want a 'Downloads' link in your navigation bar)

Find in navbar:

<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>

If you are running vBulletin 3.6.7 (or higher), you need to search for the following as it changed slightly:

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

Add below:

<td class="vbmenu_control"><a href="downloads.php$session[sessionurl_q]">$vbphrase[ecdownloads_downloads]</a></td>

exportforce
02-03-2008, 10:41 PM
I am NOT!!!!! asking how to add a link... I am not stupid :confused::confused::confused:
I ask, if you read my thread... If you could add the possibility that I can put the files into PRE! HTML

NOT: /var/www/webX/html/downloads/file.zip
BUT: /var/www/webX/downloads/file.zip

So the downloads can not be hotlinked or touched by web, except using the Script.
I would even pay if you would do it exclusive for me and in near future :)

RS_Jelle
02-03-2008, 10:54 PM
I am NOT!!!!! asking how to add a link... I am not stupid :confused::confused::confused:
I ask, if you read my thread... If you could add the possibility that I can put the files into PRE! HTML

NOT: /var/www/webX/html/downloads/file.zip
BUT: /var/www/webX/downloads/file.zip

So the downloads can not be hotlinked or touched by web, except using the Script.
I would even pay if you would do it exclusive for me and in near future :)

In this post (https://vborg.vbsupport.ru/showpost.php?p=1434908&postcount=2277) you linked to a question (https://vborg.vbsupport.ru/showpost.php?p=1430365&postcount=2237) of thecool444, which was about placing a link in the navbar. So I did read your post correctly :)

Custom paths will be supported in v6 ;)

@All users: closely watch this thread in the next couple of days if you are interesting in beta (or should I say alpha :p) testing v6.

setoshi
02-03-2008, 10:58 PM
Is there a way to control the sorting of the files once they are in their databases? I want to order my files in ascending, numbered order but no matter what I do to the weighting, the order is not altered. The most recent file I upload will always be placed at the top of the database I uploaded it to. Any help?

Black Tiger
02-03-2008, 11:03 PM
NOT: /var/www/webX/html/downloads/file.zip
BUT: /var/www/webX/downloads/file.zip
You mean in /var/www/webX/downloads/file.zip in stead of
/var/www/webX/public_html/downloads/zip?
I don't even think this would work in version 6.:)
Because your webbrowser (and thus also the script!!!) can't read directory's outside or rather PRE your webdirectory, unless you would give read access to this directory for the script (thus webbrowser) which would be rather stupid in my opinion, if already possible because you need root rights to make this happen.

RS_Jelle
02-03-2008, 11:07 PM
Is there a way to control the sorting of the files once they are in their databases? I want to order my files in ascending, numbered order but no matter what I do to the weighting, the order is not altered. The most recent file I upload will always be placed at the top of the database I uploaded it to. Any help?

I guess you mean ordered ascending by title?

Open downloads.php
Find
if (!in_array($sortfield, $sortfields))
{
$sortfield = 'date';
}
Replace with
if (!in_array($sortfield, $sortfields))
{
$sortfield = 'name';
}

This is replaced with category based default sorting in v6.

You mean in /var/www/webX/downloads/file.zip in stead of
/var/www/webX/public_html/downloads/zip?
I don't even think this would work in version 6.:)
Because your webbrowser (and thus also the script!!!) can't read directory's outside or rather PRE your webdirectory, unless you would give read access to this directory for the script (thus webbrowser) which would be rather stupid in my opinion, if already possible because you need root rights to make this happen.

Indeed, I mean custom paths like vBulletin does for the attachments etc.

Black Tiger
02-03-2008, 11:22 PM
Indeed, I mean custom paths like vBulletin does for the attachments etc.
Oh in that way? Cool!
But:
This file path should be readable AND writeable by your web server (usually chmod 0777)
But like I said, it's seems not wise to put such 777 directory pre the public_html directory.

Animparadise
02-04-2008, 02:41 AM
can you add an option to upload from url? (like vbulletin default attachment system)

exportforce
02-04-2008, 09:13 AM
if already possible because you need root rights to make this happen.

not possible
have rootrights, need the security

@JS
Please hurry ^^
Need that really fast.

Black Tiger
02-04-2008, 01:58 PM
have rootrights, need the security
I've just checked, if it's done like the attachment system in vBulletin it's not a problem, just a chmod issue indeed. I'm also hoping v6 is coming soon.:)

InoffLine
02-05-2008, 04:37 AM
Mod is perfect
Exept only one thing - 41 query in category)
It's the most "QUERABLE" place in my website.
Even in my cms less queries.

REVHEAD
02-05-2008, 04:42 AM
Mod is perfect
Exept only one thing - 41 query in category)
It's the most "QUERABLE" place in my website.
Even in my cms less queries.

Were do I check queries in my site?

RS_Jelle
02-05-2008, 08:38 AM
Mod is perfect
Exept only one thing - 41 query in category)
It's the most "QUERABLE" place in my website.
Even in my cms less queries.

Fixed in v6 with some joins :)
But normally you don't have a lot files (not like the number of forum posts), so those queries will be pretty fast.

Were do I check queries in my site?

Turn on debug mode: https://vborg.vbsupport.ru/showthread.php?t=82835

maidos
02-05-2008, 10:29 AM
can you please have a error or flag feature for seperate files since my members are uploading more illegal files than ever and its really putting my server at risk so please have a function for members to report since i cant really check myself since its too many mebers who upload daily

DarkWolf74
02-05-2008, 09:57 PM
Perhaps you could add rss feeds for next addon/update? would be really useful.

Animparadise
02-05-2008, 11:48 PM
of course it's a very nice hack as I try before ..

I installed !!

But if a user upload a virus files ... there isn't a way for other users to report it ?

I mean it would be very useful if you put a report button in files download area.

thx

Perhaps you could add rss feeds for next addon/update? would be really useful.
yeah its pretty nice, a report bad files:up: , upload from url, report to mederators/some users about new files.
:p

maidos
02-06-2008, 04:23 AM
i proposed rss feed before but the author doesnt seem to have any intention to make one

mark|3
02-06-2008, 04:28 AM
hi,

Is there anyway to customise the error message. An example of this instance would be prompting the user to wait in between download before downloading again. I would like to add a message like they could surf the site while waiting for the time to expire.

Thanks

RS_Jelle
02-06-2008, 10:42 AM
hi,

Is there anyway to customise the error message. An example of this instance would be prompting the user to wait in between download before downloading again. I would like to add a message like they could surf the site while waiting for the time to expire.

Thanks

That's the ecdownloads_download_too_quickly phrase in the Error Messages phrase type category. You can change it in the AdminCP (Languages & Phrases).

skrazydogz
02-07-2008, 06:24 AM
Hello, when I use GARS too, i cant upload anything as admin. DownloadsII reported me every time i have to fill out the red marked things, but i had all fill out and nothing is red marked.
When I turned off GARS then is all right.

Please help !!!

RS_Jelle
02-07-2008, 07:02 AM
Hello, when I use GARS too, i cant upload anything as admin. DownloadsII reported me every time i have to fill out the red marked things, but i had all fill out and nothing is red marked.
When I turned off GARS then is all right.

Please help !!!

This is already reported in this thread. There's also a topic (http://www.thevbgeek.com/showthread.php?t=3865) about it on the vB Geek forums. The problem was introduced with the newest GARS release.

But I don't have a GARS license, so I can't bugfix it. And Morgan from GARS says she isn't familiar with DownloadsII :p

Like I already said: if someone is willing to give me temporally access to his vB AdminCP and FTP, I will try to sort it out. You can always contact me using pm.

vBVision
02-07-2008, 07:47 AM
How to change default amount of latest files, Most popular files and top contributers? Thanks:)

RS_Jelle
02-07-2008, 08:19 AM
How to change default amount of latest files, Most popular files and top contributers? Thanks:)

AdminCP -> Downloads -> Settings -> Number of "Latest Files"/"Most Popular Files"/"Top Contributors" to Display

After the change, run the update counters (link can be found in the navigation of your downloads.php) to update the cache.

vBVision
02-07-2008, 09:43 AM
Didn't understand the last part.
After the change, run the update counters (link can be found in the navigation of your downloads.php) to update the cache.
Explain it, please, where is that link, how can I fund it? Thanks!

RS_Jelle
02-07-2008, 10:09 AM
Didn't understand the last part.

Explain it, please, where is that link, how can I fund it? Thanks!

http://www.dnforum.am/downloads.php

Under the navigation (Նավարկում) part. The link is only visible for people in a usergroup with the "Can edit all files" and "Can manage moderation queue" permissions.

Or directly: http://www.dnforum.am/downloads.php?do=manfiles&act=updatecounters

vBVision
02-07-2008, 10:19 AM
Ok, done! Thanks:)

RS_Jelle
02-07-2008, 11:33 AM
For people experiencing the GARS compatibility problem, I have posted a fix here (http://www.thevbgeek.com/showpost.php?p=23009&postcount=13) ;)

skrazydogz
02-07-2008, 11:44 AM
yeeeeeeeeah thanx alot RS_Jelle :D

skrazydogz
02-08-2008, 02:45 PM
Hello is it possible that some usergroups dont see some download categorie ?

RS_Jelle
02-08-2008, 03:06 PM
Hello is it possible that some usergroups dont see some download categorie ?

Yes, you can list them in the usergroup permissions (exclude categories).

skrazydogz
02-08-2008, 03:09 PM
I have a second question (thanks for your first response) when the Hack "Downloads Create Thread" do a Thread it is a moderate download, how I can change it that the Download is not moderate ?

Black Tiger
02-08-2008, 03:32 PM
The top contributors are always the same people on my site because only a few people are allowd to upload (mainly moderators).
Is there a way to remove the "Top Contributors" part of that column?

RS_Jelle
02-08-2008, 05:36 PM
I have a second question (thanks for your first response) when the Hack "Downloads Create Thread" do a Thread it is a moderate download, how I can change it that the Download is not moderate ?

I think you mean the "Can Avoid Moderation Queue" usergroup permission?

The top contributors are always the same people on my site because only a few people are allowd to upload (mainly moderators).
Is there a way to remove the "Top Contributors" part of that column?

Setting the amount of top contributors to 0 (and run the update counters) will hide it ;)

maidos
02-08-2008, 05:59 PM
hello, i aprpeciate if the author(s) can at least take a considertaion regarding the report feature since i dont think im the only one who like this feature since this can help us to prevent any illegal uploads

and also on manage files when i want to delete a certain category it shows totally blank even though that category consist 2000 files. And i do not know if the files will be deleted on server if i delete the category by admincp

Black Tiger
02-09-2008, 12:56 AM
Setting the amount of top contributors to 0 (and run the update counters) will hide it ;)
Thanks it works! I did not even had to update the counters. Setting the amount to 0 and clicking manage files was enough to remove the displaying.:)

skrazydogz
02-09-2008, 12:22 PM
Okeiy I have a third question.

Is it possible to make an rss-feed for the newest downloads ?

REVHEAD
02-10-2008, 09:25 AM
I have a question , and forgive me yes I am a noob.

Is this normal see screenshot

30 queries and my homepage only has 18, and forums 10, if this is normal then thats ok ,I am just trying to keep my forums streamlined.

navajotex?
02-10-2008, 10:56 AM
I use the version 3.7 beta4s but I don't succeed to uppare any files, me from' this error:
The upload failed! Upload error.

uso la versione 3.7 beta4 ma non riesco ad uppare nessun file ,mi da' questo errore:
The upload failed! Upload error.

Warning: move_uploaded_file(./downloads/47986-SoftCam Key_04.02.08.zip) [function.move-uploaded-file]: failed to open stream: Permission denied in \downloads.php on line 1300

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\Windows\Temp\php5D83.tmp' to './downloads/47986-SoftCam Key_04.02.08.zip' in \downloads.php on line 1300

skrazydogz
02-10-2008, 12:37 PM
give it a hack to show the newest downloads on forumhome ?

and

Is it possible to make an rss-feed for the newest downloads ?

REVHEAD
02-10-2008, 05:38 PM
give it a hack to show the newest downloads on forumhome ?

and

Is it possible to make an rss-feed for the newest downloads ?

Not shure if this helps but there is a hack to show the downloads on homepage using VB advanced CMPS, you can integrate the sidebars into your forum homepage and then you will have downloads on forum home, as for the RSS feed I would be interested to see if this is possible as well.

RS_Jelle
02-10-2008, 08:09 PM
hello, i aprpeciate if the author(s) can at least take a considertaion regarding the report feature since i dont think im the only one who like this feature since this can help us to prevent any illegal uploads

and also on manage files when i want to delete a certain category it shows totally blank even though that category consist 2000 files. And i do not know if the files will be deleted on server if i delete the category by admincp

The report feature is being considerated, but I mainly focus on problems as there are plenty of suggestions :)

Removing categories using the AdminCP isn't created for removing files. Manage files should normally work fine. Are you giving up correct values in the dropdown menus (for pin etc.) when getting the files you want to select?

I have a question , and forgive me yes I am a noob.

Is this normal see screenshot

30 queries and my homepage only has 18, and forums 10, if this is normal then thats ok ,I am just trying to keep my forums streamlined.

The amount will be lowered for v6, but in your case it doesn't matter a lot as you aren't having a lot of files. Queries are only slow when they need to scan huge tables in badly optimized ways.

I use the version 3.7 beta4s but I don't succeed to uppare any files, me from' this error:
The upload failed! Upload error.

uso la versione 3.7 beta4 ma non riesco ad uppare nessun file ,mi da' questo errore:
The upload failed! Upload error.



Warning: move_uploaded_file(./downloads/47986-SoftCam Key_04.02.08.zip) [function.move-uploaded-file]: failed to open stream: Permission denied in \downloads.php on line 1300

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\Windows\Temp\php5D83.tmp' to './downloads/47986-SoftCam Key_04.02.08.zip' in \downloads.php on line 1300

Is your downloads folder writable (chmodded to 777 permissions)? Normally you should get a notice about it in a white bar on the top of your downloads section.
You also need to do an extra step when you are running PHP in safe mode, but you should get a notice about that too normally.

give it a hack to show the newest downloads on forumhome ?

and

Is it possible to make an rss-feed for the newest downloads ?

An RSS-feed is being considerated. For the other thing, you can use the vBa CMPS module like Revhead says. If you want a different integration, it should be possible with a plugin. Creating custom stuff with the module code is very easy.

REVHEAD
02-11-2008, 06:05 AM
I just want to give this coder a big rap he listens and responds to each and everyone of us, what allso really impresses me in this mod is that it is the http://validator.w3.org/ WC3 markup validation, this is really helping me to streamlin my site and get it to pass, I wish more developers would try and pass XHTML 1.0 Transitional Validation

I think all Hacks Mods should be put though the XHTML 1.0 Transitional validation before being allowed to be disstributed on here.

maidos
02-11-2008, 09:15 AM
thanks for replying :)
welll i did pick unpinned and approved but istill cant see any files at all

RS_Jelle
02-11-2008, 05:35 PM
I think all Hacks Mods should be put though the XHTML 1.0 Transitional validation before being allowed to be disstributed on here.

Hmm, then you can't use vBulletin :p
The AdminCP contains a lot of (easy to fix) XHTML errors which won't be fixed (not important enough).

I just made it valid for having clean code, but it's still pretty ugly XHTML code as vBulletin is using tables. I really hope vB 4 will be semantic.

Making it necessary for posting mods would go too far IMO, but it would be nice to have it as an extra checkbox for mods. That would encourage mod authors a bit.

thanks for replying :)
welll i did pick unpinned and approved but istill cant see any files at all

I just checked out your site and I think I understand now what you are meaning, but this is normal behaviour. When you select a category to display in Manage Files, it only shows files that are really in that category and NOT those from its sub-cats. So you need to start from the deepest sub-categories, removing those files (and then the category itself), climbing up to the main category you wanted to remove.

ezurick
02-11-2008, 06:38 PM
This may have been covered, but I weeded back a few threads and see nothing. Under my AdminCP, when I select the "Downloads" under the Downloads... it list's one file that delete earlier only... but I have a bunch of files uploaded. This is only under the AdminCP. Any help with that?

RS_Jelle
02-11-2008, 07:55 PM
The DownloadsII "Downloads" part in the AdminCP is the downloads log. So these aren't files or something, but just a log of what files were downloaded when and by which members.

You can prune it automatically using the "Prune Download log entries" setting ;)

maidos
02-11-2008, 08:02 PM
well just the downside i got 150 sub categories but anyway i will delete it thanks for helping for that and thanks aswell for the updates of "thank you button" and renaming a picture :)

mark|3
02-12-2008, 02:18 AM
thank you Jelle :D

ezurick
02-12-2008, 08:43 AM
The DownloadsII "Downloads" part in the AdminCP is the downloads log. So these aren't files or something, but just a log of what files were downloaded when and by which members.

You can prune it automatically using the "Prune Download log entries" setting ;)

Ahhh! Got it! Thanks....

I seen others ask for this... but is there/will there be a way to prevent users from categories/sub categories. I have my downloads open to only certain folks. But I would like to open it more, but only certain public categories. The usergroup setting is off or on... there is no control there...

RS_Jelle
02-12-2008, 08:59 AM
I seen others ask for this... but is there/will there be a way to prevent users from categories/sub categories. I have my downloads open to only certain folks. But I would like to open it more, but only certain public categories. The usergroup setting is off or on... there is no control there...

There's the "Exclude Categories" usergroup setting:

When set to "Yes", only the categories listed below can be viewed by this group. When set to "No", all categories can be viewed except the ones listed below.

So you probably want to set it to "Yes" and then list them in the field below.

HypedGaming
02-13-2008, 04:20 AM
Great mod.. but when I enable the "tops" on all pages settings the WYSIWYG breaks the layout and expands the right table. (I would show you but it only does it when the user is logged in)

I guess this could be fixed by disabling comments but I would love to keep the comments and tops on all pages simultaneously, if possible.

ezurick
02-13-2008, 11:15 AM
There's the "Exclude Categories" usergroup setting:
So you probably want to set it to "Yes" and then list them in the field below.


Ahh! Ok! that works! Somehow I missed that. I see that you have to list all categories and subcategories... But that is cool. Thanks and great MOD!!!

maidos
02-13-2008, 04:13 PM
regarding your post about ads
https://vborg.vbsupport.ru/showpost.php?p=1433962&postcount=2270

Is it possible to only allow specific usergroup to view the ads?

RS_Jelle
02-13-2008, 07:55 PM
Great mod.. but when I enable the "tops" on all pages settings the WYSIWYG breaks the layout and expands the right table. (I would show you but it only does it when the user is logged in)

I guess this could be fixed by disabling comments but I would love to keep the comments and tops on all pages simultaneously, if possible.

You can't fix that at the moment as the WYSIWYG editor has a default width. For v6 we will be switching to the small Quick Reply type editor.

regarding your post about ads
https://vborg.vbsupport.ru/showpost.php?p=1433962&postcount=2270

Is it possible to only allow specific usergroup to view the ads?

You can use template conditionals:
<if condition="is_member_of($bbuserinfo, 6)">
If in group 6, show this...
<else />
...or else, show this.
</if>

Easier:
<if condition="is_member_of($bbuserinfo, 6)">
If in group 6, show this...
</if>

Multiple groups:
<if condition="is_member_of($bbuserinfo, 6, 9, 10)">
If in group 6, show this...
<else />
...or else, show this.
</if>

maidos
02-14-2008, 11:55 AM
thanks it works great

Black Tiger
02-14-2008, 10:27 PM
If anyone has a good downloads.php addon for the vbseo google/yahoo sitemap generator (stand alone mod) which does not generate a parse error because it misses a ; somewhere (at least the error notice says this) I would really be obliged.
Because support is very slow in that mod, if any.

maidos
02-15-2008, 04:55 PM
the bbcode is not activated on download main page. when i view the files through the category i only see commands while i visit the download page i can see the bbcode activated...

RS_Jelle
02-15-2008, 08:48 PM
If anyone has a good downloads.php addon for the vbseo google/yahoo sitemap generator (stand alone mod) which does not generate a parse error because it misses a ; somewhere (at least the error notice says this) I would really be obliged.
Because support is very slow in that mod, if any.

I'm sorry, but I'm not very familiar with that mod or other vBSEO stuff :o

the bbcode is not activated on download main page. when i view the files through the category i only see commands while i visit the download page i can see the bbcode activated...

That's normal behaviour. We are stripping all BBCode on the category view intentionally. Otherwise we would break it sometimes as the description is truncated there.

Pirat3
02-15-2008, 09:01 PM
{removed upon request]

Charles_1
02-15-2008, 10:10 PM
For people experiencing the GARS compatibility problem, I have posted a fix here (http://www.thevbgeek.com/showpost.php?p=23009&postcount=13) ;)
Thanks man, really! Downloads II is working again at our site thanks to you :-)

Pirat3
02-16-2008, 04:24 AM
ok i just moved servers to a VPS one, this mod worked just fine till after change. now everytime i try to download a file it gives a "file error". (all my users have this issue).

Or the file will open in a new firefox tab with a bunch of weird symbols etc..

Any fix or reason how to fix?

I CHMOD 777 the downloads directory, downloads.php is CHMOD 664 tried 777 but no cigar.

Marco van Herwaarden
02-16-2008, 09:45 AM
i found a HUGE bug in this that can lead to a SQL injection through the header of this mod (remote blind type). i put in the table i want the SQL info of and it get printed in my XPL script :X

Any fixes?
If you are aware of a possible exploit in a modification, please use the Report Post feature on the first post of this thread, and provide details on the exploit. Please do not post in public about any posible exploit details.

Also see Mod Exploit Guidelines (https://vborg.vbsupport.ru/info.php?do=security)

maidos
02-16-2008, 01:16 PM
im turning this mod off until the so called sql exploirt has been cleared off

Black Tiger
02-16-2008, 02:49 PM
Is there indeed an existing exploit at the moment? People can say there is, but I won't turn downloads II off until it's confirmed.

@RSJelle: I think the problem is in the code of the addon. Probably the "order by" piece. It's complaining about a missing ; or something, you are good at code, maybe you can see what's wrong because you know a lot of code and also know which tables are used in the present downloads II version.
This is the downloads addon code they use:
$mods = $db->query("SELECT id,name FROM " . TABLE_PREFIX . "dl_cats ORDER BY `id`");
while ($mod = $db->fetch_array($mods))
{
$url = $vbseo_vars['bburl'].'/downloads.php?do=cat&id='.$mod['id'];

if(VBSEO_ON)
$url = vbseo_any_url($url);

vbseo_add_url($url, 1.0, '', 'daily');
}

$mods = $db->query("SELECT id as fid FROM " . TABLE_PREFIX . "dl_files");
while ($mod = $db->fetch_array($mods))
{
$url = $vbseo_vars['bburl'].'/downloads.php?do=file&id='.$mod['fid'];

if(VBSEO_ON)
$url = vbseo_any_url($url);
vbseo_add_url($url, 1.0, '', 'daily');
}

From the previous version the change to "dl_files" and "dl_cats". Previously Order by was by 'order' which now they changed to 'id' but maybe this is not correct anymore or there are some other problems.
If you can't see it, oke, bad luck for me then.:)

Pirat3
02-16-2008, 06:42 PM
ok i just moved servers to a VPS one, this mod worked just fine till after change. now everytime i try to download a file it gives a "file error". (all my users have this issue).

Or the file will open in a new firefox tab with a bunch of weird symbols etc..

Any fix or reason how to fix?

I CHMOD 777 the downloads directory, downloads.php is CHMOD 664 tried 777 but no cigar.

Anyone know whats wrong?:eek:

Marco van Herwaarden
02-17-2008, 06:24 AM
im turning this mod off until the so called sql exploirt has been cleared off
There has been 1 user who claims there is a vulnerability, but even though we invited him to provide details of this alleged exploit, we never received any additional information.

Until we recieve more detailed information on the alleged exploit, there is not much we can add to this.

To avoid confusion: There is no confirmed exploit at this time in this modification.

RS_Jelle
02-18-2008, 08:43 AM
ok i just moved servers to a VPS one, this mod worked just fine till after change. now everytime i try to download a file it gives a "file error". (all my users have this issue).

Or the file will open in a new firefox tab with a bunch of weird symbols etc..

Any fix or reason how to fix?

I CHMOD 777 the downloads directory, downloads.php is CHMOD 664 tried 777 but no cigar.

Check the chmod of the files inside the downloads directory. They should have chmod 666 permissions.

You don't need to chmod downloads.php as there's no need to change it :p

@RSJelle: I think the problem is in the code of the addon. Probably the "order by" piece. It's complaining about a missing ; or something, you are good at code, maybe you can see what's wrong because you know a lot of code and also know which tables are used in the present downloads II version.
This is the downloads addon code they use:

*code*

From the previous version the change to "dl_files" and "dl_cats". Previously Order by was by 'order' which now they changed to 'id' but maybe this is not correct anymore or there are some other problems.
If you can't see it, oke, bad luck for me then.:)

I don't see any problems with it at first sight. What's the exact error you are getting?

Black Tiger
02-18-2008, 12:34 PM
When I enable it in vbSeo it will run but my sitemap4_xml.gz will have parse error, when I open that it will say a notice "expecting ; ".
I will run it again later today and try to give you the exact notice which is appearing in the sitemap file.

Black Tiger
02-18-2008, 12:56 PM
Oke, got the error for you, when running it in the generator it will give no error. The error is in the output.
When I look with editpad lit in the sitemap_4.xml the last line is this:
<url>
<loc>http://www.satellitefun.org//index.php?pageid=googlesearch</loc>
<priority>1</priority>
<lastmod>2008-02-18T14:43:56+00:00</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
You won't see an error in there, but when looking with a browser to the xml file you will see this, and now I'm glad you understand Dutch.:)

- <url>
<loc>http://www.satellitefun.org/bbs/poll.php?do=showresults&pollid=5</loc>
<priority>0.6</priority>
<lastmod>2008-02-04T22:45:01+00:00</lastmod>
<changefreq>daily</changefreq>
</url>
- <url>
<loc>http://www.satellitefun.org/bbs/poll.php?do=showresults&pollid=6</loc>
<priority>0.6</priority>
<lastmod>2008-02-04T22:45:01+00:00</lastmod>
<changefreq>daily<De XML-pagina kan niet worden weergegeven
Kan XML-invoer niet lezen met opmaakmodel XSL. Herstel de fout en klik vervolgens op de knop Vernieuwen of probeer het later opnieuw.


--------------------------------------------------------------------------------

Er wordt een puntkomma verwacht. Fout bij het verwerken van bron file:///D:/temp/Rar$DI00.563/sitemap_4.xml. Regel 101289,...

<loc>http://www.satellitefun.org/bbs/downloads.php?do=cat&id=1</loc>
------------------------------------...
SPAN class="m"></changefreq>
</url>

As you see a lot of crap in there.
When google sitemaps has this file it also says it has a parse error.

When I start the addon without the seo and without being logged in I get this error:
Fatal error: Call to a member function query() on a non-object in /home/satfun/domains/satellitefun.org/public_html/bbs/vbseo_sitemap/addons/vbseo_sm_downloads.php on line 21
And line 21 is the first line of the script which starts with $mods. However, I'm not logged in then and I started the addon stand-alone by visiting the file in the url, so maybe it has nothing to do with the problem.

RS_Jelle
02-18-2008, 07:38 PM
Can you put the full XML file with the error online (pm me the url)? There's a syntax error in it, but it's easier for me to look at the original as this part is a bit strange (for example the span tag?).

Try to use this PHP code for solving the query() error:
$mods = $vbulletin->db->query("SELECT id,name FROM " . TABLE_PREFIX . "dl_cats ORDER BY `id`");
while ($mod = $vbulletin->db->fetch_array($mods))
{
$url = $vbseo_vars['bburl'].'/downloads.php?do=cat&id='.$mod['id'];

if(VBSEO_ON)
$url = vbseo_any_url($url);

vbseo_add_url($url, 1.0, '', 'daily');
}

$mods = $vbulletin->db->query("SELECT id as fid FROM " . TABLE_PREFIX . "dl_files");
while ($mod = $vbulletin->db->fetch_array($mods))
{
$url = $vbseo_vars['bburl'].'/downloads.php?do=file&id='.$mod['fid'];

if(VBSEO_ON)
$url = vbseo_any_url($url);
vbseo_add_url($url, 1.0, '', 'daily');
}

Black Tiger
02-18-2008, 11:43 PM
Same query error with this correction. Like I said, I think it has to do with running the .php file without being logged in.
Find with me this way, stranger can't do strange things with my database this way.:)

I send you de pm.

RS_Jelle
02-19-2008, 06:10 AM
For fixing the XML, try this (added missing HTML entities):
$mods = $db->query("SELECT id,name FROM " . TABLE_PREFIX . "dl_cats ORDER BY `id`");
while ($mod = $db->fetch_array($mods))
{
$url = $vbseo_vars['bburl'].'/downloads.php?do=cat&amp;id='.$mod['id'];

if(VBSEO_ON)
$url = vbseo_any_url($url);

vbseo_add_url($url, 1.0, '', 'daily');
}

$mods = $db->query("SELECT id as fid FROM " . TABLE_PREFIX . "dl_files");
while ($mod = $db->fetch_array($mods))
{
$url = $vbseo_vars['bburl'].'/downloads.php?do=file&amp;id='.$mod['fid'];

if(VBSEO_ON)
$url = vbseo_any_url($url);
vbseo_add_url($url, 1.0, '', 'daily');
}

Black Tiger
02-19-2008, 01:02 PM
@RSJelle: Many many many thanks man! You are the best!!! 300 kuddo's for you.
You really are a great coder, it's working like a charm now. Thanks!

I'm going to post the solution you gave in the mod there too by linking here.:)
I'm really happy now!:D

GuaRRand
02-19-2008, 09:17 PM
i may have overlooked this .. but 24 pages of posts is much :P

1. an "uploading" image. some files take a liong time to upload. people might think it crashed or got stuck. an uploading image might show them its just taking long :)

2. a thumbnail beside every uploaded type of file. maybe even an thumbnail from the image/pics themselves?

3. Somehow, files from 30-40MB and up dont upload.
My server is pretty fast and i have space to spare... so a 30-40 MB file isnt a problem.
Is this a problem for DOWNLOADSII ??
(The usergroup settings all have 100+ MB as limit.)

www.glcoti.com

Black Tiger
02-19-2008, 10:40 PM
3.) The uploadproblem of 30-40 mb or higher could be a server limitation problem.
Could be the host has set the upload_max_filesize = 40 mb. Check the php.ini or ask your host what filesize it says.

The other ones I don't know.:)

GuaRRand
02-20-2008, 03:54 AM
yeah, checked.. and its only 2 MB :(

RS_Jelle
02-20-2008, 06:03 PM
yeah, checked.. and its only 2 MB :(

Use a .htaccess file to override the server setting if you can't edit php.ini ;)

https://vborg.vbsupport.ru/showpost.php?p=1411831&postcount=2136

i may have overlooked this .. but 24 pages of posts is much :P

There's a FAQ about it in the first post :p

GuaRRand
02-20-2008, 06:19 PM
That's because of the default upload limit of PHP.

You need to create a file named .htaccess (note the period in front of the name). Put the following two lines into the file:

php_value upload_max_filesize 30M
php_value post_max_size 30M

Upload the file into your forum directory (the same location where downloads.php is located.)

This will increase the size of the file you can upload to 30MB.
does it have to have certain rights?... chmod?

i made it 60MB and it still doesnt upload :(

masterweb
02-20-2008, 06:32 PM
Seems really good, i'll try it later :)

RS_Jelle
02-20-2008, 07:05 PM
does it have to have certain rights?... chmod?

i made it 60MB and it still doesnt upload :(

No, just the standard chmod rights (readable). Watch out for the strange file name, maybe you wrote it wrong. And it needs to be uploaded in the vB forum root (where you can find downloads.php), not in the downloads folder. That's it.

Although webhosts can disable the .htaccess method, so you better contact your webhosting company.

GuaRRand
02-20-2008, 07:27 PM
No, just the standard chmod rights (readable). Watch out for the strange file name, maybe you wrote it wrong. And it needs to be uploaded in the vB forum root (where you can find downloads.php), not in the downloads folder. That's it.

Although webhosts can disable the .htaccess method, so you better contact your webhosting company.
looks ok...
it also shows as a HTACCESS filetype...

GuaRRand
02-21-2008, 09:50 AM
K, i asked the serverdude to edit the uploadable size to 64MB.
upload_max_filesize 64M 64M
So i should be able to upload now right?



Yup.... still no go :(
It just says "waiting for www.glcoti.com......." and the progress/load bar stays empty.

Any ideas??
Need me to post some code?

glennybee
02-21-2008, 02:09 PM
Thanks for this mod, excellent!

I'm trying to increase the upload limit (yawn you think).

I've tried everything that's been suggested. If I put the 2 lines in the /forums/.htaccess file I get an error like in this thread (https://vborg.vbsupport.ru/showthread.php?p=1331752&highlight=upload_max_filesize#post1331752). If I comment out the lines it works again.

I've checked my shared server logs and this is the error that's generated...

[Thu Feb 21 09:53:41 2008] [alert] [client xx.xx.xx.xx] /home/xxxxxxxx/public_html/forums/.htaccess: Invalid command 'php_value', perhaps mis-spelled or defined by a module not included in the server configuration

Any help is appreciated. :)

Thanks

Black Tiger
02-21-2008, 02:16 PM
Invalid command 'php_value',
This notice already says enough, your webhost does not allow you to use this setting in a .htacces file. You have to contact your host to increase the max file uploadsize.

TriumphCorp
02-21-2008, 04:48 PM
I have went threw all the instructions to install this

I have gotton to the part where i need to set the options up in the 'downloads' under my admin CP...

I Dont have that category. 'Downloads',

I dont see anywhere to add it.

So far i have uploaded the files in the upload folder , added the xml file, and set directory permissions of the downloads folder to full control

Restarted the IIS service, and i dont have the downloads category in my admin CP, any help?

RS_Jelle
02-23-2008, 07:46 AM
K, i asked the serverdude to edit the uploadable size to 64MB.

So i should be able to upload now right?



Yup.... still no go :(
It just says "waiting for www.glcoti.com......." and the progress/load bar stays empty.

Any ideas??
Need me to post some code?

You also need to set post_max_size next to upload_max_filesize ;)

You can view those server settings in your AdminCP index: "PHP Max Post Size" and "PHP Maximum Upload Size".

I have went threw all the instructions to install this

I have gotton to the part where i need to set the options up in the 'downloads' under my admin CP...

I Dont have that category. 'Downloads',

I dont see anywhere to add it.

So far i have uploaded the files in the upload folder , added the xml file, and set directory permissions of the downloads folder to full control

Restarted the IIS service, and i dont have the downloads category in my admin CP, any help?

Are you sure you uploaded includes/xml/cpnav_ecdownloads.xml correctly? That's the (only) file which controls the AdminCP menu.

GuaRRand
02-23-2008, 08:41 AM
argh... max postsize is 8 mb :P
*calls serverdude again*

mark|3
02-23-2008, 12:45 PM
any idea on how to place adsense banners in the download module. like at the top and also at the bottom.

thanks

RS_Jelle
02-23-2008, 12:59 PM
any idea on how to place adsense banners in the download module. like at the top and also at the bottom.

thanks

You can find the vBadvanced CMPS module in the adv_portal_ecdownloads template ;)

So there you can add for example

<tr align="center">
<td class="alt1">
<!-- Your Adsense code here -->
</td>
</tr>

somewhere.

mark|3
02-24-2008, 01:24 PM
hi

if i am not using the vBadvanced CMPS module, how do i go about with the integration

thanks

RS_Jelle
02-24-2008, 02:23 PM
hi

if i am not using the vBadvanced CMPS module, how do i go about with the integration

thanks

Now you are confusing me :p
You were talking about the "download module" and the only module we've got is the vBadvanced CMPS module (add-on).

Where do you want to place the ads?

You can place them almost everywhere as all the layout can be found in the Downloads template group.

glennybee
02-24-2008, 03:00 PM
This notice already says enough, your webhost does not allow you to use this setting in a .htacces file. You have to contact your host to increase the max file uploadsize.

Thanks Black Tiger, I've already contacted my host and they have increased it to 10MB.

:)

Black Tiger
02-24-2008, 09:50 PM
You're welcome. Nice to hear you have a supportive host!

RS_Jelle
02-26-2008, 05:46 AM
If Pirat3 (https://vborg.vbsupport.ru/member.php?u=231422) contacts you with a fix for his "blind type SQL injection" security issue, don't use the fix he provides. It's inserting a gigantic security hole into DownloadsII and not fixing anything ...

Black Tiger
02-26-2008, 12:58 PM
I already had very heavy doubts about the existance of any sql injection issue in Downloads II, the more he did not provide any prove of anything.

Thanks for the warning RS Jelle!
For all other people, never accept or apply fixes to mods without consideration and/or approval of the coder of the mod and/or the vbulletin.org team. Let them check things first!

InoffLine
02-26-2008, 02:22 PM
Hi!
I'm afraid that ask too much for a free and opensource product, but please do smth with sql queries. I have more then 30 on many pages of downloads. It's terrible, as I'm using VPS and mysql usually fells down every evening:mad:

===
But still big thanks for such a great product.

Praxis
02-26-2008, 09:58 PM
On the stats page the the date of the downloads is a day off. When I set my GMT time under CP -> User options to GMT it reports the right day. The days I upload the files are all correct but the Stats page reports it wrong. Is this a bug or something designed in?

RedGTiVR6
02-27-2008, 05:02 PM
Any word on if this works with 3.7?

RS_Jelle
02-28-2008, 06:09 AM
Hi!
I'm afraid that ask too much for a free and opensource product, but please do smth with sql queries. I have more then 30 on many pages of downloads. It's terrible, as I'm using VPS and mysql usually fells down every evening:mad:

===
But still big thanks for such a great product.

Already fixed in v6 ;)

But I don't think DownloadsII is the cause of your MySQL server going down. Then you should have really a lot of files. How much of files do you have in your downloads section?

On the stats page the the date of the downloads is a day off. When I set my GMT time under CP -> User options to GMT it reports the right day. The days I upload the files are all correct but the Stats page reports it wrong. Is this a bug or something designed in?

The stats page is giving the download bandwidth stats, not the upload stats. So if today no one already downloaded a file (uploaded, not a linked one), today won't be displayed. Normally it should work fine.

Any word on if this works with 3.7?

Yes, except for the optional profile template edits.

Hornstar
02-28-2008, 06:41 AM
Question, I just noticed you mentioned version 6 above. Approx how far away is this version? will it be 3.7 ready when it is released?

Thanks.

mark|3
02-28-2008, 12:40 PM
Don't think i am using the the vbadvanced module :x
sorry for the confusion


for instance in download .php, i would like to have the ads at the top as well as at the end of the page. I have the header ad as its being displayed throughtout my forum. But how to i display at the end of this page.

and also i would like to have an advert just above the comment boxes.

Thanks

Now you are confusing me :p
You were talking about the "download module" and the only module we've got is the vBadvanced CMPS module (add-on).

Where do you want to place the ads?

You can place them almost everywhere as all the layout can be found in the Downloads template group.

ArticleRus
02-28-2008, 01:20 PM
Is there anyway to make a member only accessible to use download once they've reach certain no of post?

Pirat3
02-28-2008, 05:32 PM
Just to clarify that was NOT my fix, it was just a report I had from a hacker and he gave me a fix in which I forwarded it to the owner of mod.

Sorry for any confusion guys.

triff
02-28-2008, 05:35 PM
That's because of the default upload limit of PHP.

You need to create a file named .htaccess (note the period in front of the name). Put the following two lines into the file:

php_value upload_max_filesize 30M
php_value post_max_size 30M

Upload the file into your forum directory (the same location where downloads.php is located.)

This will increase the size of the file you can upload to 30MB.

I'm getting an "Internal Server Error" on my forum when implementing that code in my .htaccess files. :( I have some vbseo rewrite rules in the .htaccess file from before. Any idea why this happened? What should I do wo be able to post the bigger files?

SGL.

batman1983
02-28-2008, 06:30 PM
Is there a RSS Feed for the newest downloads?

maidos
02-28-2008, 07:45 PM
when i deleted the category the subcategory still exist...
yeah i would love for a rss feed

exportforce
02-29-2008, 02:25 PM
Jelle?
Any news about the new update?

ArticleRus
03-01-2008, 12:17 AM
Is there anyway to make a member only accessible to use download once they've reach certain no of post?


Anyone can help?

econobarn
03-01-2008, 12:43 AM
I ran into an issue...one of my users is trying to upload a .cfg file...I have 'cfg' listed in the allowed file types but they keep getting this error:

Upload Errors
Default Metric.cfg:
Invalid File

All my settings are correct, I can duplicate the issue...I'm curious to why that file type won't upload...

Warcaptain
03-03-2008, 01:33 AM
It would be nice if there was a mod of this that used the existing attachment system too.

for example:
-the filetype permissions are the same for attachments as they are for downloads
-when uploading an attachment for a thread or post you can select which catagory the attachment should be (would go in default catagory otherwise)

itd be a cool way of being able to search and browse through all the files on the forums.

either way, nice.. keep it up and i enjoy it!

please keep me updated because as soon as this functionality is added I WANT IT!

ezurick
03-03-2008, 10:14 AM
Hi, great MOD. I see there is a setting in the Usergroups to allow access to categories... it wants 1,2,3,4 etc. But how am I suppose to know which is 1 or 2 or whatever? I go to the categories and edit them, but there is no number associated with the category. When I list out the categories to edit, a drop down shows them, but no number. Is that what I am suppose to go by? I have a couple of categories in the middle of this list that I only want certain Usergroups access, but not everyone... and I can't establish what their category number is...

glennybee
03-03-2008, 10:21 AM
Hover your cursor over the link to the category and look at the status bar at the bottom of your browser, it should show you the category number there.

Or click on 'Category Tree'.

iettafune
03-03-2008, 03:27 PM
sorry for my english but i'm italian.

spiders google yahoo .... see the file upload in this mod???

glennybee
03-03-2008, 07:23 PM
Hi,

I have a problem and I was wondering if anyone knows a way round it. :)

I'm on a shared hosting and my upload limit is 10MB. But I have unlimited ftp upload.

Is there anyway that I could upload a large fine via ftp and still have it showing in the downloads section?

For example,

Could I upload a 1MB file.
FTP to my server, replace the rar file in /downloads with the larger file but keep the same filename.

Would the new file be downloadable on the forum?

Any suggestions would be appreciated.

Thanks
Glen

Black Tiger
03-03-2008, 10:04 PM
I'm getting an "Internal Server Error" on my forum when implementing that code in my .htaccess files.
In that case your host does not allow you to make these entry's in .htaccess files. You have to contact your host to increase the upload filesize.

@Iettafune: Yes, if you allow guests viewing the files it will. You can also use the vbSEO Google/Yahoo sitemap generator, it has a downloads.php addon in there. This sitegenerator mod can be used stand-alone so you don't need vbSEO installed.

FTP to my server, replace the rar file in /downloads with the larger file but keep the same filename.
Probably you can but there is a better solution. Create a separate directory on your webserver, for example http://www.yoursite.com/large/ or something like that.
FTP the 10mb file into that directory.
Then go to your "add file" option in Downloads II and use the "link to file" option.
The only thing you have to do is to add the filesize in bytes yourself, but that's easy.
Suppose your file is 10,2mb then do 10,2x1024x1024 and you should have the size in bytes, but leave of the numbers after the komma, so if the output is 10695475,2 just put 10695475 as the filesize. It works great.
When you have to delete the file, remember to delete them from downloads II and also from that directory because linked files are not deleted automatically (ofcourse).

iettafune
03-04-2008, 12:05 PM
@Iettafune: Yes, if you allow guests viewing the files it will. You can also use the vbSEO Google/Yahoo sitemap generator, it has a downloads.php addon in there. This sitegenerator mod can be used stand-alone so you don't need vbSEO installed..


where is this addon???


ps: this mod run on 3.7.0??

econobarn
03-04-2008, 01:35 PM
so...no one has any ideas on the issue I am having?

Black Tiger
03-04-2008, 03:27 PM
where is this addon???
Like I said, it's in the vbSEO google/yahoo sitemap generator. This generator can also be installed stand-alone without vbseo,works great.
You can find it here (https://vborg.vbsupport.ru/showthread.php?t=144730) at vb.org.

ps: this mod run on 3.7.0??
Yes it should, because I've got it running on vb 3.7.0 beta 5.

@Econobarn: Sorry I don't know why it gives the error when you have defined the filetype, I guess you have to wait until RSJelle has a look at your problem.

RS_Jelle
03-05-2008, 07:26 AM
Question, I just noticed you mentioned version 6 above. Approx how far away is this version? will it be 3.7 ready when it is released?

Thanks.

When it's ready :)
At the moment I'm redoing the layout again as I'm not satisfied with the new one I previously created.

The current version works fine with vBulletin 3.7, except for the optional profile template edits (as the 3.7 profile is totally new).

Don't think i am using the the vbadvanced module :x
sorry for the confusion


for instance in download .php, i would like to have the ads at the top as well as at the end of the page. I have the header ad as its being displayed throughtout my forum. But how to i display at the end of this page.

and also i would like to have an advert just above the comment boxes.

Thanks

For adding ads to the top and the bottom of the script, open the DOWNLOADS template. $dmain is the downloads page content, so you can add your ads code above and below it.

For adding it above the file comments, you need to edit the downloads_file template. Put your ads code above
<if condition="$dl->allowcomments">

Is there anyway to make a member only accessible to use download once they've reach certain no of post?

Create an extra members usergroup and use the vB promotion system to promote users to it when they have a certain amount of posts. Then just use the DownloadsII usergroup permissions.

Is there a RSS Feed for the newest downloads?

Not yet at this moment, but it's on our todo list.

when i deleted the category the subcategory still exist.../QUOTE]

You already asked this some time ago. Like I said, you first need to delete the sub-categories (manually) and then remove the category itself.

[QUOTE=exportforce;1453696]Jelle?
Any news about the new update?

It will be released when it's ready :)
At the moment I'm redoing some stuff for the second time.

I ran into an issue...one of my users is trying to upload a .cfg file...I have 'cfg' listed in the allowed file types but they keep getting this error:

All my settings are correct, I can duplicate the issue...I'm curious to why that file type won't upload...

If that's the exact error message, it isn't from DownloadsII. Are you getting it on a white page etc. (not vB styled)? Maybe it's blocked by your server configuration.

Can you pm me your site url and a username/login for your downloads section, so I can check it out?

It would be nice if there was a mod of this that used the existing attachment system too.

for example:
-the filetype permissions are the same for attachments as they are for downloads
-when uploading an attachment for a thread or post you can select which catagory the attachment should be (would go in default catagory otherwise)

itd be a cool way of being able to search and browse through all the files on the forums.

either way, nice.. keep it up and i enjoy it!

please keep me updated because as soon as this functionality is added I WANT IT!

We aren't going to mere DownloadsII with the attachments system in the near future, but for v6 I created a similar extensions management.

glennybee
03-05-2008, 11:43 PM
Probably you can but there is a better solution. Create a separate directory on your webserver, for example http://www.yoursite.com/large/ or something like that.
FTP the 10mb file into that directory.
Then go to your "add file" option in Downloads II and use the "link to file" option.
The only thing you have to do is to add the filesize in bytes yourself, but that's easy.
Suppose your file is 10,2mb then do 10,2x1024x1024 and you should have the size in bytes, but leave of the numbers after the komma, so if the output is 10695475,2 just put 10695475 as the filesize. It works great.
When you have to delete the file, remember to delete them from downloads II and also from that directory because linked files are not deleted automatically (ofcourse).

Thank you very much Black Tiger, I would never have thought of that. :)

beowulf68
03-07-2008, 02:01 AM
How can I extract download files statistics on a monthly basis like:

a) date and time of download

b) who (username or email)

c) filename

We assume files can only be downloaded by registered users.

Thanks!

UPDATE: ignore above, found out about the Download stats in Downloads admincp.

beowulf68
03-07-2008, 05:25 AM
Hi

I have installed 5.0.6 into vb 3.7 beta 5.

When I try to add a file, it complains with "Fields marked in RED must be filled in!" and does not allow me to add the file.

my downloads dir is chmod 777

Thanks!

pipin
03-07-2008, 10:27 AM
Hi

I have installed 5.0.6 into vb 3.7 beta 5.

When I try to add a file, it complains with "Fields marked in RED must be filled in!" and does not allow me to add the file.

my downloads dir is chmod 777

Thanks!

Do you use GARS too?

beowulf68
03-07-2008, 11:41 AM
Hi,

Yes I have GARS activated to.

Thanks!

Black Tiger
03-07-2008, 12:29 PM
Probably it's GARS then, I have 5.06 running on 3.7.0 b5 without any problems.

By the way... what is GARS?

RS_Jelle
03-07-2008, 01:01 PM
Hi,

Yes I have GARS activated to.

Thanks!

I posted a fix here (http://www.thevbgeek.com/showpost.php?p=23009&postcount=13) on the GARS forums.

By the way... what is GARS?

"Geek Article and Review System", a commercial system to turn forums into an articles, tutorials, or reviews section. You can find it on http://www.thevbgeek.com/

beowulf68
03-07-2008, 01:54 PM
Thanks. It is working now!

Kingster
03-07-2008, 03:38 PM
RS_Jelle, I'd like to provide you some basic code for supporting resumes when downloading...

Keep in mind, I have't converted this as of yet to plug in to the downloads.php but I'm definitely getting ready to, if you choose not to in your next version. I'm dealing with big files (UT3 maps and mods), hitting 20-30M easy, so I need this.

Still looking for RSS support out of your mod, but, I'll not look to solve that if you're working on it. If it's on the "to-do" list with no active work toward it, let me know, and I'll pull something together for that.

Lastly, if you want me to just shut the hell up, let me know. :)

Here goes for supporting resuming downloads...
// Begin writing headers
header("Cache-Control:");
header("Cache-Control: public");
header("Content-Type: $ctype");

$filespaces = str_replace("_", " ", $filename);
// if your filename contains underscores, replace them with spaces

$header='Content-Disposition: attachment; filename='.$filespaces;
header($header);
header("Accept-Ranges: bytes");

$size = filesize($file);
// check if http_range is sent by browser (or download manager)
if(isset($_SERVER['HTTP_RANGE'])) {
// if yes, download missing part

$seek_range = substr($_SERVER['HTTP_RANGE'] , 6);
$range = explode( '-', $seek_range);
if($range[0] > 0) { $seek_start = intval($range[0]); }
if($range[1] > 0) { $seek_end = intval($range[1]); }

header("HTTP/1.1 206 Partial Content");
header("Content-Length: " . ($seek_end - $seek_start + 1));
header("Content-Range: bytes $seek_start-$seek_end/$size");
} else {
header("Content-Range: bytes 0-$seek_end/$size");
header("Content-Length: $size");
}
//open the file
$fp = fopen("$file","rb");

//seek to start of missing part
fseek($fp,$seek_start);

//start buffered download
while(!feof($fp)) {
//reset time limit for big files
set_time_limit(0);
print(fread($fp,1024*$speed));
flush();
sleep(1);
}

REVHEAD
03-08-2008, 02:09 AM
Hi guys

I am trying to upload the new Cysis patch to my server its like allmost 400 meg, I have set in the .php.ini max uploud to 500M and max post size to 500M, but its still not finnishing the download before giving me an error, I know PHP has a limmit of file sizes.

Is there anyway around this , can I try something else? my previous limmit was 100M and that worked .

Thanks in advance.

Black Tiger
03-08-2008, 02:44 AM
You could try the solution I gave to Glennybee. Look a few posts higher in post #2403 it's quoted in there.

maidos
03-08-2008, 08:35 AM
hm yeah but couldnt u make that fix on the upcoming version ? so if u delete the category all subcategories will be gone aswell?

InoffLine
03-08-2008, 11:38 AM
When a logged in user enters downloads main page, he is shown as a logged out, but in categories and files everything is ok

REVHEAD
03-08-2008, 12:54 PM
You could try the solution I gave to Glennybee. Look a few posts higher in post #2403 it's quoted in there.

That works thanks :up:

REVHEAD
03-08-2008, 01:13 PM
I need to edit the upload and download permissions, I have forgotten were that is ,can you please point me in the correct direction ,sorry guys its been a while.

Black Tiger
03-08-2008, 03:03 PM
It's done in the Admincp -> Usergroups.

maidos
03-08-2008, 03:42 PM
possible if ppl can see the files that has been voted on download main page.
And throttle the A,B,C grading and implement images voting picture instead

Black Tiger
03-09-2008, 11:06 PM
I got a little problem in 3.7.0 b5. The amount of downloads is not displayed anymore in the Postbit.
I tried to do the memberinfo template edit, but text named in the readme is not corresponding anymore with the actual memberinfo content.

glennybee
03-10-2008, 06:59 PM
Hi folks, me again lol...

I was wondering....the upload and download counts on each members profile....where are they stored?

In the database?

If I wanted to adjust a members count manually, how would I do this?

Thanks,
Glen

EDIT:

It's ok, I found the field in the MYSQL database. :)

upnorth
03-10-2008, 08:00 PM
small fix request!
When you go to the "Add file" page and fill out all the fields and hit submit, if you try to upload a file with an extension that is not allowed, the page refreshes with an error stating " You may only upload ..." but it deletes the previous content that you typed into the "description" field?

Is this just happening to me?

Black Tiger
03-10-2008, 09:43 PM
@Upnorth: No that's normal behaviour. Why should it keep the contect of the description if you are not allowed to upload it anyway?

upnorth
03-11-2008, 02:10 PM
The reason I think this is important is that if a user selects an incorrect file by mistake then they have to retype everything in their description from scratch instead of being giving the opportunity to re select the proper file. From a user perspective is this way more friendly...make sense?

Black Tiger
03-11-2008, 02:34 PM
Ofcourse that makes sense and I agree with you. Happened to me too so now I really take care to not make mistakes.:)

On the other hand, if no mistake was made and the file already was uploaded or something and the user wants to upload another file (so with another description) then the one he had in mind, he has to wipe the description and stuff.
Little work but still....

However I agree with you that this would happen less, and choosing the wrong file like you describe it could happen more often.

That's why I support your suggestion to change it so the description and stuff will not be wiped. If it's possible to make it ofcource.
But RSJelle can tell us, I'm sure of that.

lifeonmars
03-11-2008, 07:02 PM
I have checked all of the fixes spoken about here & am still having an issue with the upload limit.

I have the .htaccess setup in the correct folder.
php_value upload_max_filesize 300M
php_value post_max_size 300M

Its showing up on my admin cp that those are correct.

I have made sure all permissions are set correctly.

Any ideas?

any clue?

upnorth
03-12-2008, 05:51 PM
Another glitch I came across....at least I think its a glitch :)

I just tried to upload a file of size 100MB to see if my board to handle it. When I hit the add file button the page sat there for a couple of seconds and then looked like it just refreshed it self as if you were starting over. File wasn't uploaded and there was no error?

Any ideas?

Black Tiger
03-12-2008, 06:09 PM
@Lifeonmars: sorry, if you don't get an error notice now, I have no clue and you have to wait for RSJelle to answer to the problem.

@Upnorth: Yep, I had the same problem. Filesize is too big.
Not everytime an error notice is given, at my site also the screen just refreshes without notice.

So you also have to do the .htaccess adjustment or ask the host how high the upload filesize setting is for your site.

bonjurkes
03-14-2008, 11:23 PM
I have a weird problem, i am using vb 3.7

when i want to upload a file from download script it says please fill the fields marked with RED, but there is no fields marked with red, i filled every field.

When i want to import via admincp than it says

The following files were successfully imported:
Could not import the following files because the import file could not be read or the export file could not be written to: filename.rar

Download folder has chmod 777 so i don't know what can be the problem

mikkitine
03-16-2008, 07:36 AM
I have a problem. I was importing files from another folder to the main downloads folder on my server. I cancelled the import partway when I suddenly remembered to add some extra info to the files I was importing. Then I restarted the importing process and the files were successfully imported. At this point, not one file had been downloaded from my site. Now, when I check the main downloads page, I see that the total number of downloads has gone from 0 to 4294967283.

Can anybody help me to solve this problem? :rolleyes:

EDIT: Well, I guess I changed 4294967283 to 1 through PhPMyAdmin and my issue was solved as downloading a second file updated the number of downloads from 1 to 2.

maidos
03-17-2008, 04:26 PM
wondering on the upcoming version can you setupa downloads bar like megauploadn and show the current status of how much mb left to upload....
and when its done it will give u a link to the download page

i dont mind providing u some graph for it

Majest
03-18-2008, 07:47 AM
I have an issues with the latest version. I recently put in two new sections in my downloads and have set it so only certain usergroups can access them. The problem is they are unable to see it. No matter which way I put the Exclude Categories section and the To permit this usergroup to view all categories options. It is either they can see the excluded categories (6 and 7, which out of these two I only want them to see 6) or they can only see categories 1-5.

Any help in resolving this would be appreciated as I have run out of ideas myself.

maidos
03-18-2008, 06:15 PM
since import is only allowed for admin i promoted uploader for thatpurpose but can u make it so admins can only import files only please

tldagent
03-19-2008, 06:10 AM
If I have several secondary user groups, this does not inherit the permissions of each user group. While one usergroup may be limited to categories 1,2,3 and another secondary group to 4,5,6 - if one of my users pays for both usergroups it doesn't inherit the permissions of both groups to enable to view the combination of both categories because it excludes categories in both groups.

Is there a possible fix or solution to this?

My users purchase products through the subscription which gives them access to download products as well as access to support forums for those products. Each usergroup is based on permissions and if they purchase two products, then two forums open to them and they are then a member of two usergroups. Each of these usergroups with separate download category permissions.

Thank you in advance for anyone who has encountered and possibly fixed this or knows of a solution.

This is a fantastic product though and much appreciate the time that went into it.

dancue
03-22-2008, 10:01 PM
Anyway to get a tab on the profile with the download stats?

moreilly
03-23-2008, 04:55 PM
I don't know if this has been asked yet or not, forgive me if it has.

I would like to know if there is a way when a user clicks the screenshot it shows the preview of the screenshot instead of forcing them to download the file?

The biggest complaint I get is when they find the file they are looking for, and they want to take a look at the screenshot, it downloads the file. Then they realize that if they click the Title url to the download, then they can take a look at the full size screenshot.

Thanks for the hard work on this mod, it is a great addition to my forums :)

tldagent
03-23-2008, 05:54 PM
I don't know if this has been asked yet or not, forgive me if it has.

I would like to know if there is a way when a user clicks the screenshot it shows the preview of the screenshot instead of forcing them to download the file?

The biggest complaint I get is when they find the file they are looking for, and they want to take a look at the screenshot, it downloads the file. Then they realize that if they click the Title url to the download, then they can take a look at the full size screenshot.

Thanks for the hard work on this mod, it is a great addition to my forums :)

I would think that you could change the link if you wanted to, or simply change the + mark image to an image that shows direct download. That's what we are doing because the + mark doesn't explain enough.

The image is located here: images/buttons/collapse_tcat_collapsed.gif

It doesn't seem to have it's own css and borrows the theme css and basically puts the tcat image in the place of a download. So create a new button and call it downloads II and upload it into your images file. Then go into the downloads.php file and search for the tcat text and change that button to match to the download button you've just created.

I realize this doesn't solve the issue of popping up, but while you are in that download.php file it will offer a bit of a solution.

If you want to remove the download.php function on the + button all together, simply go into the downloads.php file and search for:
act=down
located on the tcat_collapsed location. If you remove the act=down, you are removing the action to download and thus calling the description rather than the download action.

Hope this helps!

moreilly
03-23-2008, 07:45 PM
I had a buddy of mine help me fix the issue I was having. Here is the new code so that the screen shot is now viewable instead of downloading the file.

Change line 331 to
$thumb_q = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "dl_images WHERE file = ".$file['id']." ORDER BY `id` ASC LIMIT 0,1");


Change line 339 to
$filethumb = '<a href="'.$dl->url.$thumb_x['name'].'" '.$target.'><img src="'.$dl->url.$thumb_x['thumb'].'" align="middle" title="'.$vbphrase['ecdownloads_download'].'&nbsp;'.$file['name'].'" alt="'.$vbphrase['ecdownloads_downloads'].'" border="0" /></a>&nbsp;';

Change line 343 to
$filethumb = '<a href="'.$dl->url.$thumb_x['name'].'" '.$target.'><img src="'.$dl->url.$thumb_x['thumb'].'" align="middle" title="'.$vbphrase['ecdownloads_download'].'&nbsp;'.$file['name'].'" alt="'.$vbphrase['ecdownloads_downloads'].'" border="0" /></a>&nbsp;';

hugh_
03-24-2008, 04:57 PM
Some of my members are reporting being told they've exceeded their daily limit despite being in a usergroup with no limits. I've re-imported the product file, confirmed they are seeing the error message by logging in as their username and checked the groups permissions were set correctly (see screenshot).

Any thoughts on the problem might be would be gratefully received...

Thanks!

hugh_
03-24-2008, 05:14 PM
Some additional feedback. With all limit settings at -1 I have the problem whether it's their primary or secondary usergroup (I also tried moving them to a different group) but changing the download limit to a high number is a workaround so it feels as if 'no limit' isn't being applied correctly...

loonytune15
03-25-2008, 01:56 AM
I am receiving a new error.


Warning: copy(./downloads/50316-snes9x.zip) [function.copy]: failed to open stream: Permission denied in [path]/downloads.php on line 700
ERROR: File not found.


Its new to me anyhow. I am running vb 3.7 RC1. any ideas?

maidos
03-25-2008, 12:01 PM
need help, i want to add more characters allowed on download page, Latest Files, and on all edownload page, i dont want it to be wide instead make it go on second line

Flep
03-28-2008, 04:38 PM
Hi,
is there a way to add a PayPal payments system ?

maidos
03-30-2008, 12:07 PM
would love to see a feature to add mirror links

thenutthouse
03-30-2008, 04:10 PM
I would love to have this mod, but it needs to have full compatibility with 3.7.

I will be keeping an eye out in 3.7 mods for this one. :)

Thnx,
~thenutthouse

exportforce
03-31-2008, 08:32 PM
It will be released when it's ready :)
At the moment I'm redoing some stuff for the second time.

As I said.
If you can bring out an update for the actual version that the Downloads are hotlink-secure and only downloadable through the Downloadsystem I am willing to support you with some $.
I am really in need of such a system because the attachments give me problems all the time =/

drpeppper
04-01-2008, 11:00 PM
Following the fix from above I still receive this error on anything above 10MB

The connection was reset
The connection to the server was reset while the page was loading.

after adding still the fix.

Alibass
04-02-2008, 02:53 PM
I am on a shared web host and the upload file size is 10mb max. The way I get around it is I FTP the file to my server then I link to the file on my server via Download II and it works fine.

Tom_S
04-02-2008, 02:59 PM
I apologize if this has been answered but this thread is huge and I searched but came up with nothing on download.com. Has there been a method I missed setup to use to link to files such as those on download.com? There is no file extension on those..only a lengthy url that won't fit into the Link to a file bar and even if it will it won't accept it because it says it isn't a valid extension.

Thanks in advance

Hornstar
04-04-2008, 02:58 PM
this has such great potential, especially with the 3.7 update. I know they have never wanted it to be a paid mod, but with all the time they have put into it in the past, im surprised its not.

Anyway, cant wait for the next big update, it should be a good one.

Aceman
04-05-2008, 11:12 AM
I would like to know if it is possible to add additional "Custom" fields or dropdowns for files uploaded via this mod.

For example, when my users upload a 3D Model to my site, I'd love to have the ability for them to be able to indicate what software the model is for, how many polygons comprise the model, if textures are included, and does the model require any special plugins, if so what?

I realize all of this could be placed in the model description, but it would be nice to be able to establish a set standard so that all of the files have the same information.

How would one go about adding additional fields for files using this system?

drpeppper
04-05-2008, 01:00 PM
I am on a shared web host and the upload file size is 10mb max. The way I get around it is I FTP the file to my server then I link to the file on my server via Download II and it works fine.

Ya, i had to do the same for a member. Our forums/ uploads are done by members. Ill have to look into the host limit size.

TaBaTaN
04-06-2008, 12:17 AM
installed thank you.

maidos
04-07-2008, 09:09 AM
also experience hotlink issue even if i have imported the files

if you know the real file name ppl can easily hotlink it

smartwulf
04-08-2008, 10:10 PM
thank you so much, but how to protect downloads folders?

AURFSCAN
04-09-2008, 11:17 PM
You need to create a file named .htaccess (note the period in front of the name). Put the following two lines into the file:

php_value upload_max_filesize 30M
php_value post_max_size 30M

Upload the file into your forum directory (the same location where downloads.php is located.)


This will increase the size of the file you can upload to 30MB.


Hello everyone.

I've Installed this and it is absolutely brilliant. Works perfectly

One question if someone can help me.

To Increase the upload limit I create a file and place it into the forum dir.
What type of file is it ? Is it a text file ? or something different ?

How do I create this file ?



Just a little confused :confused:

Thanks for any replies.

RS_Jelle
04-10-2008, 05:23 AM
Hello everyone.

I've Installed this and it is absolutely brilliant. Works perfectly

One question if someone can help me.

To Increase the upload limit I create a file and place it into the forum dir.
What type of file is it ? Is it a text file ? or something different ?

How do I create this file ?



Just a little confused :confused:

Thanks for any replies.

It should be called .htaccess : htaccess is the extension/file type and there's no file name (nothing before the point). Windows doesn't like creating those files, but you can rename them with your FTP program.

Highlandersepp
04-10-2008, 02:11 PM
erledigt

AURFSCAN
04-10-2008, 08:08 PM
Big thanks RS_Jelle :up:

sweeps78
04-11-2008, 04:19 PM
Is this mod fully compatible with vb 3.7 RC 1? If not, what does/doesn't work?

I've been looking for a mod like this for a loooong time. I'm surprised I haven't found this till now...

RS_Jelle
04-11-2008, 07:39 PM
Is this mod fully compatible with vb 3.7 RC 1? If not, what does/doesn't work?

I've been looking for a mod like this for a loooong time. I'm surprised I haven't found this till now...

It works fully with vB 3.7 except for the optional user profile template edits (as the memberinfo template was completely revamped in vB 3.7).

dancue
04-12-2008, 12:04 PM
It should be called .htaccess : htaccess is the extension/file type and there's no file name (nothing before the point). Windows doesn't like creating those files, but you can rename them with your FTP program.

For those of us with an .htaccess file already, where should we put the info? At the very bottom, the very top?

Rvl
04-12-2008, 12:40 PM
thanks :)

can i add custom field above description? please help

RS_Jelle
04-12-2008, 01:07 PM
For those of us with an .htaccess file already, where should we put the info? At the very bottom, the very top?

Doesn't matter :)

thanks :)

can i add custom field above description? please help

There is no option to add custom fields at this moment. If you have some PHP knowledge it is possible, but it's not a one-line of code thing.

captainslater
04-13-2008, 10:23 AM
Users are clicking more than one time on the "Download"-button, so the statistics aren't correct.

Is there anyway to revert or correct the statistics?

By deleting entries in table dl_downloads the statistic remains untrue.

Any ideas?

maidos
04-13-2008, 10:21 PM
how to change the search for only one word instead of 3

MiahBeSmokin420
04-13-2008, 10:39 PM
ya im hoping that one day you will make this work with the newest version of vbcredits

the day that happens i will donate some money to you cause that would be really nice

you know you got to have credits to download and uploading gives you credits

or something along them lines

CyberRanger
04-14-2008, 01:16 PM
how to change the search for only one word instead of 3
I don't understand what you mean. You can put as many words as you want into the search box??

sweeps78
04-14-2008, 01:27 PM
It works fully with vB 3.7 except for the optional user profile template edits (as the memberinfo template was completely revamped in vB 3.7).

Awesome! I just installed it now and am in the process of setting up everything. I am now looking at the settings. So, when you say the user profile template edits are not working, are you referring to the settings "Show Download Stats" and "Show Member Files"?

desmomax
04-14-2008, 01:43 PM
i installed this mod on my 3.6.9 vbulletin
everything is fine but i can not find the "download" menu in main forum page?
where the user can click and enter to the download section?
thanx

maidos
04-14-2008, 03:25 PM
well in that case i cant :/
i have uploaded 5 files that is called ABC
so i searched after ABC and i found nothing

Note: search terms shorter than 3 letters are ignored

well i wanna make it to 2 letters?

Is it also possible to "refine" the search feature since when searching for something like ABC the result comes

1 ABC
2 ABC something
3 ABC great
which the search isnt so accurate since it gives other files that doesnt have any exact relevance

CyberRanger
04-14-2008, 04:27 PM
well i wanna make it to 2 letters?
Ah, I see. You said three WORDS in your question before.

Look for this code around line 1789 in downloads.php:
$text = trim($text);
if (strlen($text) >= 4)

lower the 4 to the number you want.

CyberRanger
04-14-2008, 04:30 PM
i installed this mod on my 3.6.9 vbulletin
everything is fine but i can not find the "download" menu in main forum page?
where the user can click and enter to the download section?
thanx
https://vborg.vbsupport.ru/showpost.php?p=1435570&postcount=2284

maidos
04-14-2008, 04:39 PM
Sorry english aint my native language so its hard to be descriptive
so about the search relevance with a better feature? and more accurate?

maidos
04-14-2008, 04:41 PM
when i lower it i get this error
Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/admin/domains/public_html/forum/downloads.php on line 103

Parse error: syntax error, unexpected $end, expecting ')' in /home/admin/domains/public_html/forum/downloads.php on line 103

CyberRanger
04-14-2008, 04:58 PM
when i lower it i get this error
Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/admin/domains/public_html/forum/downloads.php on line 103

Parse error: syntax error, unexpected $end, expecting ')' in /home/admin/domains/public_html/forum/downloads.php on line 103
I've tested dropping my value to 2. No error. The line number your reference above has nothing to do with searching. Hmmm ... my guess is you accidentally deleted a ). Make sure 101 - 104 looks like this:
'my' => array(
'downloads_my',
'downloads_my_bit'
),

If you are still having trouble. download a new copy of downloads.php, change the 4 again, and load the file to your site. :)

maidos
04-14-2008, 05:03 PM
thanks :) it works now it seems i accidently deleted something
would be great if on search reuslt ppl can organize the links in chronical order

Soup^Dragon
04-14-2008, 05:06 PM
hi RS and Cyber, great mod thx

i was wondering if there was any update to this post

https://vborg.vbsupport.ru/showpost.php?p=1115559&postcount=763

Originally Posted by aceofspades

Can someone please tell me how to stop users uploading to a certain catagory? I want them to upload to my maps catagory but not my plugin catagory, can this be done?

James

No, that can't actually be done right now. You can prevent a usergroup from seeing a catergory but you can't restrict it in the way you want. That is big on the list of feature enhancements.

is this still in the pipeline for a future update?

maidos
04-14-2008, 05:10 PM
u think u can ask ur coding partner to discuss about the search relevance? since when i searched for liek 3 letters 7 pages comes up with just random file name. the thing is that since it only got 3 letters it shows all files with that letters no matter if its middle name or comming from a long name so which can be hard to find what user wants

Is it also possible to "refine" the search feature since when searching for something like ABC the result comes

1 ABC
2 ABC something
3 ABC great
4 sadabcsff
which the search isnt so accurate since it gives other files that doesnt have any exact relevance

desmomax
04-15-2008, 07:11 AM
I apologize for the probably stupid question, but how can i open downloads.php in my forum? your mod is nowhere linked in my main forum menuv after your installation..
thanx

CyberRanger
04-15-2008, 11:37 AM
i installed this mod on my 3.6.9 vbulletin
everything is fine but i can not find the "download" menu in main forum page?
where the user can click and enter to the download section?
thanx

https://vborg.vbsupport.ru/showpost.php?p=1435570&postcount=2284

I apologize for the probably stupid question, but how can i open downloads.php in my forum? your mod is nowhere linked in my main forum menuv after your installation..
thanx

I've lost track of the number of times I've answered this question. Once again, if you want a Downloads link in the navbar see https://vborg.vbsupport.ru/showpost.php?p=1435570&postcount=2284 :)

desmomax
04-15-2008, 11:48 AM
I am sorry for let you repeating..
many thanx for the patience.. :)

maidos
04-15-2008, 12:31 PM
why not just edit the thread and get a FAQ up?

desmomax
04-15-2008, 12:31 PM
it works, many thanx

CyberRanger
04-15-2008, 04:00 PM
why not just edit the thread and get a FAQ up?
well, it's in the Readme-Install.txt file. The instructions are also in the second post (https://vborg.vbsupport.ru/showpost.php?p=1020522&postcount=2 ) with a link to that post in the first post. I guess I need Jelle to make it BIG and BOLD in the first post. hehe :)

HUMMERh3
04-15-2008, 07:06 PM
Hello i got everything set up but when i try to access the download page it gives me this error


Evilthoutz, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.


I am Root Admin. I dont understand why this would come up.


..//*edit* lol sorry didnt read the usergroup permission part :D Fixed now

sweeps78
04-16-2008, 04:51 PM
Where's the setting to extend the limit on the length of the category name?

sweeps78
04-16-2008, 05:32 PM
That's not a default feature as some people are using bigger images, which will mess up the layout. I'm doing it with some template edits of the downloads_main and downloads_main_catbit templates. You need to put a higher colspan value in the first template and put the category image in a separate td in the second template.


Could you explain how you accomplished this? I'm decent in php, but not an expert. If I had some examples to go off of, I could go from there.

EDIT: Never mind, I figured it out.

Just an FYI to anyone that was wondering, I edited the downloads_main template:

<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="{$stylevar['tablewidth']}" align="center">
<tr>
<td>
<table cellpadding="{$stylevar['cellpadding']}" cellspacing="{$stylevar['cellspacing']}" border="0" width="100%">
<tr align="center">
<td class="thead" width="10%"></td>
<td class="thead" width="20%">{$vbphrase['ecdownloads_category']}</td>
<td class="thead" width="60%">{$vbphrase['ecdownloads_description']}</td>
<td class="thead" width="10%">{$vbphrase['ecdownloads_files']}</td>
</tr>
$dcatbits
<tr align="center">
<td class="thead" colspan="3">
<span style="float:left">{$vbphrase['ecdownloads_downloads']}: {$dl->stats['downloads']}</span>
<span style="float:right"><phrase 1="{$dl->stats['files']}" 2="{$dl->stats['categories']}">{$vbphrase['ecdownloads_x_files_in_y_categories']}</phrase>.</span>
</td>
</tr>
</table>
</td>
</tr>
</table>

and the downloads_main_catbit

<tr valign="top">
<td class="$bgclass" valign="top" align="middle" nowrap="nowrap">
<if condition="$cat['catimage'] != ''">
<br /><br /><a href="downloads.php?do=cat&amp;id={$cat['id']}"><img src="{$cat['catimage']}" alt="{$cat['name']}" title="{$cat['name']}" border="0" /></a>
</if>
</td>
<td class="$bgclass" valign="top" align="left" nowrap="nowrap">
<a href="downloads.php?do=cat&amp;id={$cat['id']}">{$cat['name']}</a>
</td>
<td class="$bgclass" valign="top" align="left"><span class="smallfont">{$cat['description']}$subcats</span></td>
<td class="$bgclass" valign="top" align="center" height="40"><span class="smallfont">{$cat['files']}</span></td>
</tr>

You'll have to experiment with the width though

GafferSports
04-18-2008, 09:04 PM
I followed your guide but when trying to upload a 3mb file, I get "The upload failed! Upload error."

Any ideas?

GafferSports
04-18-2008, 09:43 PM
Resolved - thanks.

iettafune
04-19-2008, 07:58 AM
sorry for my english but i'm italian!!

when i copy all download dir with images and files, i have a problem... because same thumbs images have permission 600, and another 644 but the down files have 777!!!

when i copy this dir, the images with 600 CHMOD doesn't copy why??
if i set this with 777 i receive the error "permission denied"

thanks

Artes_Marciales
04-19-2008, 12:01 PM
there is some way to allow the downloads to all users (not members only) in a category exclusively? :confused:

Space Monkey
04-20-2008, 02:08 PM
I think I fuxed up my uninstall, as now when I attempt to delete ANY thread from my forum I get...

Database error in vBulletin 3.6.8:

Invalid SQL:
SELECT id
FROM dl_files
WHERE dl_files.dl_threadid='368';

MySQL Error : Unknown column 'dl_files.dl_threadid' in 'where clause'
Error Number : 1054
Date : Sunday, April 20th 2008 @ 08:07:21 AM
Script : http://xxxxx.com
IP Address : 203.213.7.130
Username : Spunk Monkey
Classname : vB_Database

HELP? :mad:

sweeps78
04-21-2008, 01:41 PM
I hate to bump my question, but I could really use an answer to this:

It works fully with vB 3.7 except for the optional user profile template edits (as the memberinfo template was completely revamped in vB 3.7).

So, when you say the user profile template edits are not working, are you referring to the settings "Show Download Stats" and "Show Member Files"?

Artes_Marciales
04-21-2008, 02:05 PM
there is some way to allow the downloads to all users (not members only) in a category exclusively? :confused:
Any idea? :(

sweeps78
04-21-2008, 02:30 PM
Is there any way to allow registered users to create sub-categories?

sweeps78
04-21-2008, 06:58 PM
Has anyone had a problem getting DownloadsII to work with any skins?

Space Monkey
04-22-2008, 12:39 AM
So yeah, I'm still having the problem of a messed up database due to a bad uninstall I believe. Like I said, if I attempt to delete ANY thread on my forum (as well moving individual posts between threads) I get the following error...

Database error in vBulletin 3.6.8:

Invalid SQL:
SELECT id
FROM dl_files
WHERE dl_files.dl_threadid='379';

MySQL Error : Unknown column 'dl_files.dl_threadid' in 'where clause'
Error Number : 1054
Date : Monday, April 21st 2008 @ 06:38:06 PM
Script : xxxxxx
Referrer : xxxxxx
IP Address : 203.213.7.131
Username : Spunk Monkey
Classname : vB_Database

Is there anyway to completely remove this entire modification, including specific SQL to remove/drop ANY tables related to it to fix my database. My forums currently in turmoil because of this :(

I'm pretty much BEGGING for help on this :(

RS_Jelle
04-22-2008, 07:53 AM
sorry for my english but i'm italian!!

when i copy all download dir with images and files, i have a problem... because same thumbs images have permission 600, and another 644 but the down files have 777!!!

when i copy this dir, the images with 600 CHMOD doesn't copy why??
if i set this with 777 i receive the error "permission denied"

thanks

Use SSH instead of FTP - if possible - to do such actions.

there is some way to allow the downloads to all users (not members only) in a category exclusively? :cof used:

Just use the "Exclude Categories" and "Can Download Files" usergroup permissions for guests.

I think I fuxed up my uninstall, as now when I attempt to delete ANY thread from my forum I get...

HELP? :mad:

That's not a real DownloadsII problem. You probably still have the "DownloadsII Create New Thread Add-On" installed, which doesn't work without DownloadsII itself.

Is there any way to allow registered users to create sub-categories?

No, except from giving them AdminCP access (which isn't a good idea).

Has anyone had a problem getting DownloadsII to work with any skins?

It should work with all styles normally, as it's fully templated. What's the problem?

Artes_Marciales
04-22-2008, 10:13 AM
Just use the "Exclude Categories" and "Can Download Files" usergroup permissions for guests.
Thanks for reply,
"Exclude Categories" is not a solution,
d?ont like for seo, and I like guest view but no download the other categories,
then if guest like a downloads, he registers in the forum.

Best Regards!! :)