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

Apllicmz

#460
Nice work update that mod
plaese dont forget portuguese and brazilian utf8 Linguage

<file name="$languagedir/Modifications.portuguese-utf8.php" error="skip">
    <operation>
        <search position="after"><![CDATA[
?>]]></search>
        <add><![CDATA[
$txt['downloads_menu'] = 'Downloads';
$txt['downloads_admin'] = 'Downloads Configura&ccedil;&atilde;o';

// Permissions
$txt['permissiongroup_downloads'] = 'Sistema de Downloads';

$txt['permissionname_downloads_view'] = 'View Downloads';
$txt['permissionhelp_downloads_view'] = 'Permite ao membro visualizar os Downloads';
$txt['cannot_downloads_view'] = 'Voc&ecirc; n&atilde;o tem permiss&atilde;o para ver os downloads';

$txt['permissionname_downloads_add'] = 'Adicionar Download';
$txt['permissionhelp_downloads_add'] = 'Permite ao membro adicionar download.';
$txt['cannot_downloads_add'] = 'Voc&ecirc; n&atilde;o tem permiss&atilde;o adicionar download.';

$txt['permissionname_downloads_edit'] = 'Editar Pr&oacute;prias Download';
$txt['permissionhelp_downloads_edit'] = 'Permite ao membro editar seus pr&oacute;prios download.';
$txt['cannot_downloads_edit'] = 'Voc&ecirc; n&atilde;o tem permiss&atilde;o para editar este download';

$txt['permissionname_downloads_delete'] = 'Apagar pr&oacute;prio Download';
$txt['permissionhelp_downloads_delete'] = 'Permite ao membro apagar os seus pr&oacute;prias download.';
$txt['cannot_downloads_delete'] = 'Voc&ecirc; n&atilde;o tem permiss&atilde;o para apagar esse download.';

$txt['permissionname_downloads_ratefile'] = 'Rate Downloads';
$txt['permissionhelp_downloads_ratefile'] = 'Permite ao utilizador avaliar um Ficheiro.';
$txt['cannot_downloads_ratefile'] = 'Voc&ecirc; n&atilde;o tem permiss&atilde;o avaliar este Ficheiro.';

$txt['permissionname_downloads_editcomment'] = 'Editar pr&oacute;prios Coment&aacute;rio';
$txt['permissionhelp_downloads_editcomment'] = 'Permite ao membro editar suas pr&oacute;prias observa&ccedil;&otilde;es.';
$txt['cannot_downloads_editcomment'] = 'Voc&ecirc; n&atilde;o tem permiss&atilde;o para editar esse coment&aacute;rio.';

$txt['permissionname_downloads_comment'] = 'Deixar coment&aacute;rios';
$txt['permissionhelp_downloads_comment'] = 'Permite ao membro deixar coment&aacute;rios sobre um download.';
$txt['cannot_downloads_comment'] = 'Voc&ecirc; n&atilde;o est&aacute; autorizado a deixar coment&aacute;rios.';

$txt['permissionname_downloads_report'] = 'Relat&oacute;rio imagem/Coment&aacute;rios';
$txt['permissionhelp_downloads_report'] = 'Permite ao membro relat&oacute;rio downloads e coment&aacute;rios.';
$txt['cannot_downloads_report'] = 'Voc&ecirc; n&atilde;o est&aacute; autorizado a apresentar um relatório coment&aacute;rio.';

$txt['permissionname_downloads_autocomment'] = 'Auto aprovar coment&aacute;rios';
$txt['permissionhelp_downloads_autocomment'] = 'Comentários n&atilde;o precisa esperar pela aprova&ccedil;&atilde;o.';

$txt['permissionname_downloads_autoapprove'] = 'Auto aprovar downloads';
$txt['permissionhelp_downloads_autoapprove'] = 'Downloads n&atilde;o precisa esperar pela aprova&ccedil;&atilde;o.';


$txt['permissionname_downloads_manage'] = 'Adminstrar Sistema Download ';
$txt['permissionhelp_downloads_manage'] = 'Permite ao membro adicionar/excluir/editar todas as categorias. Excluir coment&aacute;rios, apagar downloads, aprovar downloads';
$txt['cannot_downloads_manage'] = 'Voc&ecirc; n&atilde;o est&aacute; autorizado a gerir os downloads.';

// END Download System Text Strings           
]]></add>
    </operation>
</file>
<file name="$languagedir/Modifications.brazilian-utf8.php" error="skip">
    <operation>
        <search position="after"><![CDATA[
?>]]></search>
        <add><![CDATA[
$txt['downloads_menu'] = 'Downloads';
$txt['downloads_admin'] = 'Downloads Configura&ccedil;&atilde;o';

// Permissions
$txt['permissiongroup_downloads'] = 'Sistema de Downloads';

$txt['permissionname_downloads_view'] = 'View Downloads';
$txt['permissionhelp_downloads_view'] = 'Permite ao membro visualizar os Downloads';
$txt['cannot_downloads_view'] = 'Voc&ecirc; n&atilde;o tem permiss&atilde;o para ver os downloads';

$txt['permissionname_downloads_add'] = 'Adicionar Download';
$txt['permissionhelp_downloads_add'] = 'Permite ao membro adicionar download.';
$txt['cannot_downloads_add'] = 'Voc&ecirc; n&atilde;o tem permiss&atilde;o adicionar download.';

$txt['permissionname_downloads_edit'] = 'Editar Pr&oacute;prias Download';
$txt['permissionhelp_downloads_edit'] = 'Permite ao membro editar seus pr&oacute;prios download.';
$txt['cannot_downloads_edit'] = 'Voc&ecirc; n&atilde;o tem permiss&atilde;o para editar este download';

$txt['permissionname_downloads_delete'] = 'Apagar pr&oacute;prio Download';
$txt['permissionhelp_downloads_delete'] = 'Permite ao membro apagar os seus pr&oacute;prias download.';
$txt['cannot_downloads_delete'] = 'Voc&ecirc; n&atilde;o tem permiss&atilde;o para apagar esse download.';

$txt['permissionname_downloads_ratefile'] = 'Rate Downloads';
$txt['permissionhelp_downloads_ratefile'] = 'Permite ao utilizador avaliar um Ficheiro.';
$txt['cannot_downloads_ratefile'] = 'Voc&ecirc; n&atilde;o tem permiss&atilde;o avaliar este Ficheiro.';

$txt['permissionname_downloads_editcomment'] = 'Editar pr&oacute;prios Coment&aacute;rio';
$txt['permissionhelp_downloads_editcomment'] = 'Permite ao membro editar suas pr&oacute;prias observa&ccedil;&otilde;es.';
$txt['cannot_downloads_editcomment'] = 'Voc&ecirc; n&atilde;o tem permiss&atilde;o para editar esse coment&aacute;rio.';

$txt['permissionname_downloads_comment'] = 'Deixar coment&aacute;rios';
$txt['permissionhelp_downloads_comment'] = 'Permite ao membro deixar coment&aacute;rios sobre um download.';
$txt['cannot_downloads_comment'] = 'Voc&ecirc; n&atilde;o est&aacute; autorizado a deixar coment&aacute;rios.';

$txt['permissionname_downloads_report'] = 'Relat&oacute;rio imagem/Coment&aacute;rios';
$txt['permissionhelp_downloads_report'] = 'Permite ao membro relat&oacute;rio downloads e coment&aacute;rios.';
$txt['cannot_downloads_report'] = 'Voc&ecirc; n&atilde;o est&aacute; autorizado a apresentar um relatório coment&aacute;rio.';

$txt['permissionname_downloads_autocomment'] = 'Auto aprovar coment&aacute;rios';
$txt['permissionhelp_downloads_autocomment'] = 'Comentários n&atilde;o precisa esperar pela aprova&ccedil;&atilde;o.';

$txt['permissionname_downloads_autoapprove'] = 'Auto aprovar downloads';
$txt['permissionhelp_downloads_autoapprove'] = 'Downloads n&atilde;o precisa esperar pela aprova&ccedil;&atilde;o.';


$txt['permissionname_downloads_manage'] = 'Adminstrar Sistema Download ';
$txt['permissionhelp_downloads_manage'] = 'Permite ao membro adicionar/excluir/editar todas as categorias. Excluir coment&aacute;rios, apagar downloads, aprovar downloads';
$txt['cannot_downloads_manage'] = 'Voc&ecirc; n&atilde;o est&aacute; autorizado a gerir os downloads.';

// END Download System Text Strings           
]]></add>
    </operation>
</file>


<file name="$languagedir/Modifications.portuguese.php" error="skip">
    <operation>
        <search position="after"><![CDATA[
?>]]></search>
        <add><![CDATA[
$txt['downloads_menu'] = 'Downloads';
$txt['downloads_admin'] = 'Downloads Configuração';

// Permissions
$txt['permissiongroup_downloads'] = 'Sistema de Downloads';

$txt['permissionname_downloads_view'] = 'View Downloads';
$txt['permissionhelp_downloads_view'] = 'Permite ao usuário visualizar os Downloads';
$txt['cannot_downloads_view'] = 'Você não tem permissão para ver os downloads';

$txt['permissionname_downloads_add'] = 'Adicionar Download';
$txt['permissionhelp_downloads_add'] = 'Permite ao usuário adicionar download.';
$txt['cannot_downloads_add'] = 'Você não tem permissão adicionar download.';

$txt['permissionname_downloads_edit'] = 'Editar Próprias Download';
$txt['permissionhelp_downloads_edit'] = 'Permite ao usuário editar seus próprios download.';
$txt['cannot_downloads_edit'] = 'Você não tem permissão para editar este download';

$txt['permissionname_downloads_delete'] = 'Apagar próprio Download';
$txt['permissionhelp_downloads_delete'] = 'Permite ao usuário apagar as suas próprias download.';
$txt['cannot_downloads_delete'] = 'Você não tem permissão para apagar esse download.';

$txt['permissionname_downloads_ratefile'] = 'Rate Downloads';
$txt['permissionhelp_downloads_ratefile'] = 'Permite ao utilizador avaliar um Ficheiro.';
$txt['cannot_downloads_ratefile'] = 'Você não tem permissão avaliar este Ficheiro.';

$txt['permissionname_downloads_editcomment'] = 'Editar próprios Comentario';
$txt['permissionhelp_downloads_editcomment'] = 'Permite ao usuário editar suas próprias observações.';
$txt['cannot_downloads_editcomment'] = 'Você não tem permissão para editar esse comentário.';

$txt['permissionname_downloads_comment'] = 'Deixar comentários';
$txt['permissionhelp_downloads_comment'] = 'Permite ao usuário deixar comentários sobre um download.';
$txt['cannot_downloads_comment'] = 'Você não está autorizado a deixar comentários.';

$txt['permissionname_downloads_report'] = 'Relatório imagem/Comentários';
$txt['permissionhelp_downloads_report'] = 'Permite ao usuário relatório downloads e comentários.';
$txt['cannot_downloads_report'] = 'Você não está autorizado a apresentar um relatório comentario.';

$txt['permissionname_downloads_autocomment'] = 'Auto aprovar comentários';
$txt['permissionhelp_downloads_autocomment'] = 'Comentários não precisa esperar pela aprovação.';

$txt['permissionname_downloads_autoapprove'] = 'Auto aprovar downloads';
$txt['permissionhelp_downloads_autoapprove'] = 'Downloads não precisa esperar pela aprovação.';


$txt['permissionname_downloads_manage'] = 'Adminstrar Sistema Download ';
$txt['permissionhelp_downloads_manage'] = 'Permite ao usuário adicionar / excluir / editar todas as categorias. Excluir comentários, apagar downloads, aprovar downloads';
$txt['cannot_downloads_manage'] = 'Você não está autorizado a gerir os downloads.';

// END Download System Text Strings           
]]></add>
    </operation>
</file>
<file name="$languagedir/Modifications.brazilian.php" error="skip">
    <operation>
        <search position="after"><![CDATA[
?>]]></search>
        <add><![CDATA[
$txt['downloads_menu'] = 'Downloads';
$txt['downloads_admin'] = 'Downloads Configuração';

// Permissions
$txt['permissiongroup_downloads'] = 'Sistema de Downloads';

$txt['permissionname_downloads_view'] = 'View Downloads';
$txt['permissionhelp_downloads_view'] = 'Permite ao usuário visualizar os Downloads';
$txt['cannot_downloads_view'] = 'Você não tem permissão para ver os downloads';

$txt['permissionname_downloads_add'] = 'Adicionar Download';
$txt['permissionhelp_downloads_add'] = 'Permite ao usuário adicionar download.';
$txt['cannot_downloads_add'] = 'Você não tem permissão adicionar download.';

$txt['permissionname_downloads_edit'] = 'Editar Próprias Download';
$txt['permissionhelp_downloads_edit'] = 'Permite ao usuário editar seus próprios download.';
$txt['cannot_downloads_edit'] = 'Você não tem permissão para editar este download';

$txt['permissionname_downloads_delete'] = 'Apagar próprio Download';
$txt['permissionhelp_downloads_delete'] = 'Permite ao usuário apagar as suas próprias download.';
$txt['cannot_downloads_delete'] = 'Você não tem permissão para apagar esse download.';

$txt['permissionname_downloads_ratefile'] = 'Rate Downloads';
$txt['permissionhelp_downloads_ratefile'] = 'Permite ao utilizador avaliar um Ficheiro.';
$txt['cannot_downloads_ratefile'] = 'Você não tem permissão avaliar este Ficheiro.';

$txt['permissionname_downloads_editcomment'] = 'Editar próprios Comentario';
$txt['permissionhelp_downloads_editcomment'] = 'Permite ao usuário editar suas próprias observações.';
$txt['cannot_downloads_editcomment'] = 'Você não tem permissão para editar esse comentário.';

$txt['permissionname_downloads_comment'] = 'Deixar comentários';
$txt['permissionhelp_downloads_comment'] = 'Permite ao usuário deixar comentários sobre um download.';
$txt['cannot_downloads_comment'] = 'Você não está autorizado a deixar comentários.';

$txt['permissionname_downloads_report'] = 'Relatório imagem/Comentários';
$txt['permissionhelp_downloads_report'] = 'Permite ao usuário relatório downloads e comentários.';
$txt['cannot_downloads_report'] = 'Você não está autorizado a apresentar um relatório comentario.';

$txt['permissionname_downloads_autocomment'] = 'Auto aprovar comentários';
$txt['permissionhelp_downloads_autocomment'] = 'Comentários não precisa esperar pela aprovação.';

$txt['permissionname_downloads_autoapprove'] = 'Auto aprovar downloads';
$txt['permissionhelp_downloads_autoapprove'] = 'Downloads não precisa esperar pela aprovação.';


$txt['permissionname_downloads_manage'] = 'Adminstrar Sistema Download ';
$txt['permissionhelp_downloads_manage'] = 'Permite ao usuário adicionar / excluir / editar todas as categorias. Excluir comentários, apagar downloads, aprovar downloads';
$txt['cannot_downloads_manage'] = 'Você não está autorizado a gerir os downloads.';

// END Download System Text Strings           
]]></add>
    </operation>
</file>



CanadianIce

Thank you so much for your response and the update, but I'm still getting the same error :(

QuoteDatabase Error
You have an error in your SQL syntax near 'as f
SET f.totaldownloads = f.totaldownloads + 1, f.lastdownload = 12225273' at line 2
File: /home/httpd/vhosts/*******.net/httpdocs/forum/Sources/Downloads.php
Line: 4847

Any ideas?

Sakae

Quote from: vbgamer45 on September 26, 2008, 08:52:09 PM
1.1.2
!Fixed a bug with downloading files for some users.
!Fixed interface for themes that don't support tabs

You think that ppl who aren't having troubles downloading files, using 1.1.1, should upgrade or keep with this version 'till a major upgrade happens?
http://www.tigrelog.com.br
l: simple p: machines

vbgamer45

Quote from: CanadianIce on September 27, 2008, 10:59:33 AM
Thank you so much for your response and the update, but I'm still getting the same error :(

QuoteDatabase Error
You have an error in your SQL syntax near 'as f
SET f.totaldownloads = f.totaldownloads + 1, f.lastdownload = 12225273' at line 2
File: /home/httpd/vhosts/*******.net/httpdocs/forum/Sources/Downloads.php
Line: 4847

Any ideas?
Reposted a new update see if that fixes it.
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

Grizz

Quote from: vbgamer45 on September 27, 2008, 11:46:00 AM
Quote from: CanadianIce on September 27, 2008, 10:59:33 AM
Thank you so much for your response and the update, but I'm still getting the same error :(

QuoteDatabase Error
You have an error in your SQL syntax near 'as f
SET f.totaldownloads = f.totaldownloads + 1, f.lastdownload = 12225273' at line 2
File: /home/httpd/vhosts/*******.net/httpdocs/forum/Sources/Downloads.php
Line: 4847

Any ideas?
Reposted a new update see if that fixes it.

Unfortunately, no.

You have an error in your SQL syntax near 'as f
SET f.totaldownloads = f.totaldownloads + 1, f.lastdownload = 12224992' at line 2
File: /home/httpd/vhosts/********/httpdocs/forum/Sources/Downloads.php
Line: 4847

Does this mod require utf8 by any chance?

vbgamer45

Quote from: Grizz on September 27, 2008, 12:37:04 PM
Quote from: vbgamer45 on September 27, 2008, 11:46:00 AM
Quote from: CanadianIce on September 27, 2008, 10:59:33 AM
Thank you so much for your response and the update, but I'm still getting the same error :(

QuoteDatabase Error
You have an error in your SQL syntax near 'as f
SET f.totaldownloads = f.totaldownloads + 1, f.lastdownload = 12225273' at line 2
File: /home/httpd/vhosts/*******.net/httpdocs/forum/Sources/Downloads.php
Line: 4847

Any ideas?
Reposted a new update see if that fixes it.

Unfortunately, no.

You have an error in your SQL syntax near 'as f
SET f.totaldownloads = f.totaldownloads + 1, f.lastdownload = 12224992' at line 2
File: /home/httpd/vhosts/********/httpdocs/forum/Sources/Downloads.php
Line: 4847

Does this mod require utf8 by any chance?
Redownload the mod again from the mod site. That text should not be there I removed f. from the query
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

Grizz

You have an error in your SQL syntax near 'as f
SET f.totaldownloads = f.totaldownloads + 1, f.lastdownload = 12224992' at line 2
File: /home/httpd/vhosts/*********/httpdocs/forum/Sources/Downloads.php
Line: 4847

The latest error.

vbgamer45

Please download the mod from the modsite. Extract the files upload the Downloads.php file to your Sources file.

That error should not happen with the latest version. I double checked on the mod site and that code no longer exists.
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

Grizz

That did it, after a new upload of the file, The old one still gave the error.

Thank you!

deve

how do you update from 1.0.4 to 1.1.2 do I have to uninstall it first ?

vbgamer45

Quote from: deve on September 27, 2008, 07:16:06 PM
how do you update from 1.0.4 to 1.1.2 do I have to uninstall it first ?
Yes you have to uninstall first. You do not loose data if you uninstall.
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

virtualxtc

After trying to install the download system on smf V 2.0 Beta 4 i get an error...

'Sorry, but this modification does not appear to be compatible with the selected version."

This error comes up using the package installer and when i try to get manual install instructions.

vbgamer45

This modification does not work for SMF 2.0 yet in the coming weeks it will
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

virtualxtc

It just says its compatible with : 1.1.4, 1.1.5, 1.1.6, 2.0 Beta 4 so i gave it a shot, thats all. :)

Joey

In the users on line page is their a way to make it say Nothing, or nothing you can see...
we have some users that we don't want them to know about the downloads there level is set to not let them in but the wording and link Downloads show up in the users on line page..

Thanks joeylc
All to often the "hard to find" or "most expensive" component will
sacrifice itself in an attempt to save the two cent "fuse"
http://newlifegames.com [nofollow]

rtyug

why not to do on ftp or http, without the php cashing?

it is possible to do that yuolee more effective was better, although I do not use a long ago... time is not present

CanadianIce

Quote from: vbgamer45 on September 27, 2008, 01:19:33 PM
Please download the mod from the modsite. Extract the files upload the Downloads.php file to your Sources file.

That error should not happen with the latest version. I double checked on the mod site and that code no longer exists.

Thank-you very much vbgamer45!
If I could, I'd buy you a beer. :)

tripl3r

Hey guys wondered if you could help me out
All i want is for where it shows the filesize of the download to display it in mb instead of kb
is this possible?

Penelope

#478
It's finally here :D This is a modification for the Download Sytem 1.0.4 from vbgamer45.

( Very Important!: Read the install instructions first before you install the package! )

Title: Arcadeworld Download v1.0
Author: Arcadeword - http://www.arcadeworld.nl

Required: Download system 1.0.4
http://arcadeworld.nl/forum/index.php?action=downloads;sa=view;id=5
Author: vbgamer45

Live demo:
http://arcadeworld.nl/forum/index.php?action=downloads

Screenshots:









Featuring:                                     
- A new template for your Download System ( visit www.arcadeworld.nl for demo )   
- Image upload for download                             
- Image shown add download file, main page, blocks and download topic


This mod is tested on:
Downloads System 1.0.4

Download @ http://arcadeworld.nl/forum/index.php?action=downloads;sa=view;id=9

( Very Important!: Read the install instructions first before you install the package! )

codnerd

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?

Advertisement: