Recent content by vnxbug

  1. vnxbug

    Failed to load resource: the server responded with a status of 404 ()

    Hello, After moving and upgrading fs server, user can't upload file, Error: Uploading has been disabled. When in inspect from Browser Console, it show : Failed to load resource: the server responded with a status of 404 () - jax/update_file_options:1 But all download files still working...
  2. vnxbug

    Sanity check for S3 or Wasabi

    Hello, I'm moving external fileserver to S3/Wasabi. As before when I use external file server, I just need to run test_sanity_check_files.php script (on external file server) to check and delete files that don't match with database, but how can this be done when using S3/Wasabi Storage ...
  3. vnxbug

    2FA

    After checked, i saw it working fine on Edge, thank you ! Another problem with Purge cache, but my fs server still working fine, how to fix it ?
  4. vnxbug

    VestaCp Error WebMail and PhpMy Admin

    You need to enable php error log and see your problem exactly !
  5. vnxbug

    2FA

    2FA feature got error on Microsoft Edge browser, popup is not open when click Enable 2FA, F12 console will got an error about 2fa is not defined.
  6. vnxbug

    VestaCp Error WebMail and PhpMy Admin

    With 500 error, you need to check error.log for debug error !
  7. vnxbug

    Remote file server redirect to main server

    Very easy, Open your vhost nginx.conf, add this rule in block location / {} return 301 $scheme://your-main-domain.com$request_uri; Example : location / { return 301 $scheme://your-main-domain.com$request_uri; if (!-e $request_filename) { rewrite ^/(.*)...
  8. vnxbug

    VestaCp Error WebMail and PhpMy Admin

    Give me your site url, i will help you check it !
  9. vnxbug

    Failed loading uploader, please try again later.

    Give me your url, i will help you check it !
  10. vnxbug

    Disabled to get direct download link only from API

    Very easy, if you need to hide your direct download link in API : Edit file ApiFile.class.php (in /app/services/api/v2/endpoint), go to line 246, change this code : Search : 'download_url' => $downloadUrl Replace to //'download_url' => $downloadUrl Save and test it again ! Good luck !
  11. vnxbug

    Hosting Script server support

    Some features not support or blocked on shared hosting, so you need vps/dedicated server to to install it stably :)
  12. vnxbug

    change token for direct downloads

    For IP address restriction on download tokens, it can be enabled by following this guidance: In /core/includes/file.class.php, change this: // check token // $tokenData = $db->getRow('SELECT id, user_id, ip_address, file_id, download_speed, max_threads FROM download_token WHERE file_id = ' ...
  13. vnxbug

    change token for direct downloads

    ME TOO, i need clear or change or one token is affected for 1 IP, because my member using token link for direct download, i need to fix it !
  14. vnxbug

    Flow Theme Logo upload error

    Hi You must install exif_php extension, it will resolve this problem for you !
  15. vnxbug

    site stettings in yeti theme not working

    you must to check your error log for details error