Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Download Link............... 
 
I manually upload my files to /pafiledb/uploads directory then i go to admin panel and Under Downloads ->add file and fillout all relevant fields and also the last field thats call Files they ask about

------------------------------------------
File URL
This is a URL to the file that will be downloaded. You can type it in manually or you can click on browse above and upload a file.

------------------------------------------
then i give a URL manually like this...
Code: [Download] [Hide] [Select]
http://www.**************.com/dload.php?action=download&file_id=3


but Error on downloading....

the other thing is in here i saw there is a Upload file section .Can i upload 30MB like big file using this upload section or is there any limitations?
i upload .rar file....

bye
System
 



 
Edited by TheSteffen, Tue 03 Mar, 2009 10:28: Insert [code] [/code] to URL
systemSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Download Link............... 
 
You my friend, are running what is now known as a "Pirate" Website distributing copy-written movies and videos from two of the worse known sites for passing on viruses and trojans during downloading.    

And to quote Chaotic:

Chaotic wrote: 
We're here to help, but we won't offer support for websites featuring pirated material.


The fact that you now choose to ask the same question as your original thread without your url included, does not lend itself to anything other than what you are doing hasn't changed with regard to piracy.
 
 
Edited by Guest, Tue 03 Mar, 2009 11:55: Changed a couple of words
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Download Link............... 
 
system wrote: [View Post]

then i give a URL manually like this...
but Error on downloading....


what error ? can you paste it (without link)
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Download Link............... 
 
you can try this

Code: [Download] [Hide] [Select]
open /includes/constants.php

Find:

define('DOWNLOADS_MG', 'dload.' . $phpEx);
// define('DOWNLOADS_MG', 'downloads.' . $phpEx);

Change to:

// define('DOWNLOADS_MG', 'dload.' . $phpEx);
define('DOWNLOADS_MG', 'downloads.' . $phpEx);

That should fix your "Dynamic Menu" problems.

If you are adding links etc. to other locations such as the Nav-Bar, "use the root path of your forum"/downloads.php

You could also use this string "{FULL_SITE_PATH}downloads.php" from locations (.tpl files) other than the Menu.


maybee this helps
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Download Link............... 
 
spydie wrote: [View Post]
you can try this

Code: [Download] [Hide] [Select]
open /includes/constants.php

Find:

define('DOWNLOADS_MG', 'dload.' . $phpEx);
// define('DOWNLOADS_MG', 'downloads.' . $phpEx);

Change to:

// define('DOWNLOADS_MG', 'dload.' . $phpEx);
define('DOWNLOADS_MG', 'downloads.' . $phpEx);

That should fix your "Dynamic Menu" problems.

If you are adding links etc. to other locations such as the Nav-Bar, "use the root path of your forum"/downloads.php

You could also use this string "{FULL_SITE_PATH}downloads.php" from locations (.tpl files) other than the Menu.


maybee this helps


and when you use the other download engine is the configuration for it under downloads adv in ACP
 




____________
IcyPhoenix German Support
 
New PlayerSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Download Link............... 
 
sry new player. i forgot to explain.

the pafiled download engine would not allow downloads of 30 MB. he´s got to use the other engine if he doesn´t want problems on download.
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Download Link............... 
 
spydie wrote: [View Post]
sry new player. i forgot to explain.

the pafiled download engine would not allow downloads of 30 MB. he´s got to use the other engine if he doesn´t want problems on download.


Hello,
Yes.i think this 30mb file would not allowed in pafiledb engine thats the problem.because i upload small file and no download problem.How can i Set Any Capacity file Allowed to download in pafiledb engine?
 



 
systemSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Download Link............... 
 
forget about that system.

the pafiled engine normaly is for what DB allows( normaly 2GB)
tyhe other engine ( adv.download) is better for that
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Download Link............... 
 
spydie wrote: [View Post]
you can try this

Code: [Download] [Hide] [Select]
open /includes/constants.php

Find:

define('DOWNLOADS_MG', 'dload.' . $phpEx);
// define('DOWNLOADS_MG', 'downloads.' . $phpEx);

Change to:

// define('DOWNLOADS_MG', 'dload.' . $phpEx);
define('DOWNLOADS_MG', 'downloads.' . $phpEx);

That should fix your "Dynamic Menu" problems.

If you are adding links etc. to other locations such as the Nav-Bar, "use the root path of your forum"/downloads.php

You could also use this string "{FULL_SITE_PATH}downloads.php" from locations (.tpl files) other than the Menu.


maybee this helps


Hello,
I'm having some unclear area about it.first i need to change dload to download know?
then i need to change dynamic menu link.. Can you please tell me how to do this? which file want to change?
then i saw in ACP Download Adv section.Is there any settings to be change?
Then How can i add a files? Directly via FTP /public_html/downloads folder or any other upload option?

thanks
System
 



 
systemSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Download Link............... 
 
if you change the includes download file than you don´t need to change dynamic menu because the link changes automaticly to downloads.

2. youve got to create a uploads/downloads folder. in that folder then you can create different folders for your downloads.

if your ftp included in Icy runs well you can upload directly with it. if not you upload with your ftp client. afterwards youve got to create  the files in the adv/downloads center in ACP


any more questions just give me a shout (PM)
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Download Link............... 
 
Quote:
2. youve got to create a uploads/downloads folder


no
the folder for uploads with downloads adv is the downloads directory in the icyphoenix root. in this folder you can create other folders but this is not strictly necessary
 




____________
IcyPhoenix German Support
 
New PlayerSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Download Link............... 
 
sry new player . got twisted with an other mod.
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron