Search results

  1. Y

    Which Operating System

    Who is the host??
  2. Y

    Payment Gateways

    i-Koruna do accept File sharing sites, but require a Company ID number
  3. Y

    Change to plugin system

    I have just written an auto-installer which will auto-install the code edits for you. Currently it only works for the "Maintenance Mode - site online/offline mod", but will be adding it to the other modifications over the next week or 2
  4. Y

    remote storage - buffering on local drive?

    I think its stored in server1 /tmp/ directory then moved into storage on server 2
  5. Y

    Change to plugin system

    I'd like to suggest a change to the current plugin system. :D At the moment, only the official plugins work straight away without any file edits to make plugins work. Can I suggest a change in the system so that non-official plugins can be installed without having to make any file edits. I...
  6. Y

    Which Operating System

    I use centOS 6 x64 on my servers, can't fault it so far
  7. Y

    security suggestion

    Or keep the password the same for each login, and use a one time login key which gets emailed to the user each time they log out Maybe make it a choice for the admin to decide which method to use? Have a setting in the site config to use: reCaptcha - least secure as it has been cracked and can...
  8. Y

    security suggestion

    A captcha on the login page would also protect against brute force attacks. And increasing the default password length in the createPassword () function would increase security. Currently it defaults to 7 alphanumeric characters, increasing that to 12 and including symbols would increase it...
  9. Y

    security suggestion

    Fair point. I personally use the .htaccess & robots.txt methods, plus I force the use of SSL via .htaccess. I do like the password protection on the files idea, should be a handy feature if it gets added.
  10. Y

    security suggestion

    You can also rename the /files/ directory and edit the following line in _config.inc.php define("_CONFIG_FILE_STORAGE_PATH", _CONFIG_SCRIPT_ROOT . '/files/'); Making the folder something totally random such as /4jtsf85gu90gu9op9guj953/ will make it even more difficult :D
  11. Y

    FTP Upload Ayax Error

    Do you have ModSecurity installed on the server? If you do then check the servers apache "error_log" for ModSecurity errors from your IP address. ModSecurity was stopping several functions on a video site I have, as soon as I stopped ModSecurity from running on that domain, the site worked...
  12. Y

    Upload Error

    Whats the link to your site?
  13. Y

    Captcha in Report Files

    That is one reason I did my Solve Media captcha modification, that covers the registration form, report file form and adds a "contact us" page
  14. Y

    Upload Error

    FTP into your hosting account and where index.php & _config.inc.php is, look to see if there is a file named "error_log" Also is the "files" directory CHMOD permissions set to 0755 or 0777?
  15. Y

    Which Operating System

    Depends on how much you want to spend really? Also if you're hosting "questionable" content or not would depend on the location of the server.
  16. Y

    Mediaplayer DivX Problem

    I think it depends on what media player you have installed on your PC I noticed that the video was playing using VLC media player when I was on the page, and not the DivX player like you have shown.
  17. Y

    Mediaplayer DivX Problem

    I don`t see any errors with it.
  18. Y

    Mediaplayer DivX Problem

    You must register for a premium account to download files of this size. Please use the links above to register or login
  19. Y

    3.2 Problems so far.

    Had an error when setting up the paypal plugin, this is because the plugins/_plugin_config.inc.php isn't formatted properly. As I downloaded it: <?php// core plugin config$pluginConfig = array();$pluginConfig['plugin_name'] = 'PayPal Payment Integration';$pluginConfig['folder_name']...
  20. Y

    Payment Gateways

    Would be good if Payza would fix their site so people can sign up though I see the following with FF19.0 and IE9 I found out why UK residents can't use Payza Thanks for your email. My name is Shweta from Payza and I'm more than happy to help you with that. I apologize for the inconvenience...