News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Download System

Started by SMFHacks.com Team, October 31, 2007, 06:55:37 PM

Previous topic - Next topic

vbgamer45

Quote from: codnerd on October 02, 2008, 10:54:26 PM
Ok. I got a little problem. I added like 15 files to my category. Then I found out that you can make it auto post for me. How do I make it auto post the 10 files that I already did?
Currently there is no way to that.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Upalnite

yo guys, i have installed the mod and change the file size limit to 100mb (i have also changed my main php.ini to allow this), i run a radio site so i want my dj's to use this to upload mixed mp3 files, it goes through the upload process fine, but when it reaches the end of the download it comes up saying 'ERROR PLEASE  ENTER A TITLE', i did enter a title tho, what could be wrong?

The upload url works fine tho, no errors at all, apart from not dispalying the file size.

Please can ya help us out?

Cheers
Rhys Cole.

Sakae

#482
Hey, vbgamer45.

I finally managed to access www.tinyportal.net and I search for a bunch of threads there, and the common answer for a TP BLOCK WITH RECENTLY ADDED DOWNLOADS was "ask for the mod creator".

Can you provide that block code snippet? Thanks in advance...

I found a block code with most popular downloads (add in a phpbox):

global $db_prefix, $scripturl;

$request = db_query("SELECT f.ID_FILE, f.ID_MEMBER, f.date, f.ID_CAT, f.title AS ftitle, f.totaldownloads,
c.title, m.realName, m.ID_MEMBER AS mID_MEMBER
FROM {$db_prefix}down_file AS f, {$db_prefix}down_cat AS c, {$db_prefix}members AS m
WHERE f.ID_CAT = c.ID_CAT
AND f.approved = '1'
AND f.ID_MEMBER = m.ID_MEMBER
ORDER BY totaldownloads DESC
LIMIT 10",__FILE__,__LINE__);
while($row = mysql_fetch_assoc($request)) {
echo '<table width="100%" cellpadding="2" cellspacing="0">
<tr>
<td valign="top" class="smalltext"> <a href="',$scripturl,'?action=downloads;sa=view;id=',$row['ID_FILE'],'">',$row['ftitle'],'</a></td>
<td valign="top" class="smalltext" align="right">',$row['totaldownloads'],'</td>
</tr>
</table>';
}
http://www.tigrelog.com.br
l: simple p: machines

tripl3r

I need to make my filesize display in MB instead of KB and also I have 2 sub categories within a category and it doesnt show how many files are in the original catergory how can i fix this?

cthulhumythos

I asked over at smf hacks but I guess this is the proper place. i would like to change what it sends to the forum post it generates, could anyone point me in the right area to edit? Very young and green when it comes to php but I've done a few things. I just want it to also send the direct download link it creates into the forum post wrapped in bbcode for the dewplayer mod. I'm essentially using it as an audio upload/download system.

virtualxtc

Hey vbgamer,
Hows the Download System Pro Coming along?

vbgamer45

Little bit delayed at the moment. Have one large new free mod for SMF coming then updating my store mod.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

improv

Can we have a hint about your new mod? :)

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro


Sudhakar Arjunan

Hey vbgamer,

I have now upgrade to smf 2.0.4.

Do i have a download mod compactable with 2.0.4, because on my smf 1.1.6 i had over 4000 downloaded connected to the forum.

I miss everything in my new 2.0.4 forum.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

vbgamer45

Yes you do but i have not yet updated this mod to SMF 2.0
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

cthulhumythos

#492
I cant wait to buy downloads pro!!! Just wondering, my max file uploads that members are submitting on my site are in the 150 meg range (we are musicians sharing our own produced audio files), I know this is big. The connection is breaking almost instantly on any file over 100 megs. 98 megs and it uploads fine. My max filesize on my host is 200 megs, and I have just uploaded the file through ftp fine. I'm on linux shared, any idea why it fails at anything exactly over half my filesize limit? Regards.

vbgamer45

Not sure if pro would fix that issue. That is the problem with form based uploads the server could reset the connection, php settings have to be increased, connection can get dropped.  I have seen web forms do around 100mb to 200mb transfers but they have to be heavily configured to do so.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

cthulhumythos

Thanks for the response! OK, i will explore ftp avenues for my members for files over 100 for now. Any hints on what added features downloads pro may have? Thanks for all your work vb, love your smf mods, they are the core of my forum. Great work!

vortodox

@vbgamer45 
First of all,thanks for GREAT mod!

I have only one question, is it possible to put some kind of image insted of link on which is written Download?

www.bg-anime.com [nofollow]

vbgamer45

Yes it is you would need to modify the Downloads.template.php and replace the download  text to an image link instead.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

CanadianIce

The actual download works great, but we seem to be having a problem when people try to search the files.  It fails and are getting these errors....

Database Error: You have an error in your SQL syntax near '10' at line 8
File: .../Sources/Downloads.php
Line: 3357

8: Undefined index: start
File: .../Sources/Downloads.php
Line: 3357

vbgamer45

Can you give an example of what you searching for and selecting
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Hoochie Coochie Man

Hi vbgamer45
Thank you very much for the update!
İnadına SMF 1.1.X

Advertisement: