Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Css and download not working #8

Closed
Sarfroz opened this issue Jan 1, 2017 · 8 comments
Closed

Css and download not working #8

Sarfroz opened this issue Jan 1, 2017 · 8 comments

Comments

@Sarfroz
Copy link

Sarfroz commented Jan 1, 2017

Hi sir i installed it via composer but its not working click on download has not effect and Css also not working
http://i.imgur.com/tyJVO8v.png

@Johann-S
Copy link
Member

Johann-S commented Jan 1, 2017

Hi first of all thank you for using Downloader,

Is it possible for you to show me the URL you used ?

You have to rename this file : https://github.com/Strikesoft/Downloader/blob/master/config/param.yml.dist to param.yml

and you have to setup your apache like this :

<VirtualHost yourURL>
    ServerName yourURL
    DocumentRoot /var/www/Downloader/web/
    <Directory /var/www/Downloader/web/>
        AllowOverride All
        Order Allow,Deny
        Allow from All
    </Directory>
    ErrorLog "logs/downloader-error.log"
</VirtualHost>

X-Ref : #9

@Sarfroz
Copy link
Author

Sarfroz commented Jan 1, 2017 via email

@Johann-S
Copy link
Member

Johann-S commented Jan 1, 2017

Mega.co.nz support will arrive soon see : #2

About nginx I'm not an expert but can you try this configuration :

 server {
        listen   80;
        root /var/www/Downloader/web/;
        index index.php;
        server_name yourURL;
}

@Sarfroz
Copy link
Author

Sarfroz commented Jan 1, 2017 via email

@Johann-S
Copy link
Member

Johann-S commented Jan 1, 2017

Yes sorry Downloader isn't finished yet.

Can you tell me if Nginx setup worked and if you can use Downloader ? thank you

@Sarfroz
Copy link
Author

Sarfroz commented Jan 1, 2017 via email

@Johann-S
Copy link
Member

Johann-S commented Jan 1, 2017

Sure I'll work on it 👍

@Johann-S Johann-S closed this as completed Jan 1, 2017
@Sarfroz
Copy link
Author

Sarfroz commented Jan 1, 2017

sir one more thing i created downloader with the help of
https://github.com/MrSwiss/mega-downloader/blob/master/mega.class.php
but the problem is no resume . Though there are some service who give resume with streaming downloads. If you able to make i will donate for that script since i really need it.

here is my server example link:
http://mega.co.nz/#!nk4XCZBY!8z8sfyU8ICrffclUgxbrVYyq7gHjNcRoaWfCwPPMLaU

my server link:
http://51.15.39.248/mega/aqep9mesz2eg/mmkz-004.rar (no resume)

service which give resume with same link:

http://dl-srv74.zevera.com/Download/directDownload.ashx?qs=t%2b3g%2fr2vw%2fXojZCfPZgC3Bd23v0gIZzI3hI5kS09Ivz0ZLFX%2fZE9U9DGu%2fR0tdFYLBZImPIs2jdUUMMM11fbf7pIv0OnP0Yo3o9twhkvyW6TkeCLodH0DyMoXMqmZIvK9JAssUvJbcqHP1vpVMM5goDHo6cH94Q6JtcrkHTs%2bLZSvMd2%2b7BK4opb9bmuYgtoAEmNuOg5kHfDYuUcegAr1LPzB9G09gWf

i hope you will surely find the solution, since till now no one able to give the solution for this on github

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants