Giter Club home page Giter Club logo

megacrypter's People

Contributors

tonikelope avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

megacrypter's Issues

Backward compatibility with older versions

Versions up to this commit did not use the variable $no_expire_token:

list($extra_info, $hide_name, $expire, $referer, $email, $zombie) = explode(self::SEPARATOR_EXTRA, $extra);

Fix this line:

list($extra_info, $hide_name, $expire, $referer, $email, $zombie, $no_expire_token) = explode('#', $extra);

By:

list($extra_info, $hide_name, $expire, $referer, $email, $zombie, $no_expire_token) = array_pad(explode('#', $extra), 7, null);

Files greater than 5GB~ can not be downloaded

I dont know if it is a problem of implementation or by design but:
FILE SIZE 5200474988
http://youpaste.co/!TZQEGvy7u900AHl08ANlpQeWQ-OTQGVOe0uhkj8smh3GQlF9PStOFs5ihPo9NFkkXIM-XAFJY6eeqRRSpqGQUa_1mpunkRyXxxe-mt1gYTEQerx9NsjgVG_CNnCVlGWh!21c7cd19
can be downloaded without problem

FILE SIZE 5209705116
http://youpaste.co/!MFH66DsZXbu4ZGvSxgoJEfMALrEjn1_-2T8VmJimR6J01DyNcDUUpNsptAoIHdorkVAuCz5UoqXDzIBwI8y_Zhe4Fna4ymD_pvqFn7soQ_cfWCqvPZYP8u1pWNQWLr9L!e92e4e93
can't be downloaded (Megadownloader and JD2)

I can do more test, if you need other data.

Thanks in advanced.

Gracias por Megacrypter. Excepcional trabajo.

Cache mega folder get links request

When MegaCrypter starts the process of encrypting a Mega folder, it gets all the archives contained in it through an HTTP call to the MEGA API which has no cache and can be exhaustive when you have multiple subfolders and files in it.

In particular, this is the function that does not have a cache:

public function getFolderChildFileNodes($folder_id, $folder_key, $filter_node_id = null, $name_sorted = true) {
$file_nodes = $this->_getFolderRawNodes($folder_id, $folder_key);

Doent work on windows

copied the repo into folder htdocs inside c:/xampp
using http://localhost/megacrypter/public
redirects to dashboard

with the latest version of php inside xampp
runinng >php composer.phar install gives these

PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in phar://C:/xampp/htdocs/megacrypter/composer.phar/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php on line 112

Fatal error: Array and string offset access syntax with curly braces is no longer supported in phar://C:/xampp/htdocs/megacrypter/composer.phar/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php on line 112

recommend to add a more detailed installing and use guide for windows users

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.