Athlon1600 / php-proxy-plugin-bundle

PHP-Proxy Plugins made for unblockvideos.com
https://unblockvideos.com/
MIT License
20 stars 24 forks source link

LogPlugin does not work ? #15

Closed ch4rc0al1080 closed 5 years ago

ch4rc0al1080 commented 5 years ago

I added 'Log' in my config.php, like this

$config['plugins'] = array(
//  'Cache',
    'HeaderRewrite',
    'Stream',
    // ^^ do not disable any of the plugins above
    'Cookie',
    'Proxify',
    'UrlForm',
    // site specific plugins below
    'Youtube',
    'DailyMotion',
    'RedTube',
    'XHamster',
    'XVideos',
    'Twitter',
    'Log',
    'Xnxx'
);

But it does not working, no /storage folder exist.

ch4rc0al1080 commented 5 years ago

Sorry, I have not made the folder writable.