Search results

  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
  16. vnxbug

    Rewards not count after changed main domain

    Hello I have a problem with Rewards plugin. After changing main domain name and rebuild nginx, Rewards plugin not working Im using Directadmin, Nginx webserver, enabled XAccelRedirect on file server, file download working but Rewards (PPD) not counting after download or download complete...
  17. vnxbug

    [URGENT] Error when using NGINX, PHP-FPM with direct file server

    I fixed myseft, you should recompile webserver with full methods (GET:HEAD:POST:OPTIONS:DELETE:PUT) and try again :)
  18. vnxbug

    [URGENT] Error when using NGINX, PHP-FPM with direct file server

    Hello My system can not upload file (download working fine with X ACCEL) MAIN SITE : https://megaupload.pw Direct file server : https://fs1.megaupload.pw When upload, i got an error with UPLOAD HANDLER AJAX of fs1 (direct file server) Please help me fix that Thank you !
  19. vnxbug

    502 Timeout While Uploading Files To Busy Disk Server

    Me too ADAM should fix this problem or update your kb for guide to increase server perfomance for large file sizes :(