XVIDAPI Error Fixes

  • 35views

1. Why doesn’t it run when I paste it into aaPanel cron?

  • Check your code: if you pasted */5 * * * * curl ... 2>&1, aaPanel cannot run it with */5 * * * *. Please remove that part and run it again.

2. I want to improve the slug for SEO

  • Currently, the code does not support customizing URLs. You can modify it directly in the code (if you know how to code).

3. If I want to upload videos manually, how can I do it?

  • Go to the homepage, and you will see the Upload Video button at the top right. Click it and follow the instructions to upload videos to your site.

4. If after install, access subpages with 404. (NGINX)

Go to file: Nginx.conf -> copy paste in URL rewrite (aapanel) or follow tutorial below:

  • Open your server’s root nginx.conf file, most of the time It’s located it in: /etc/nginx/nginx.conf
  • Open the home directory of the script, you should be able to find this file nginx.conf.
  • Open the located file, and copy its content to your root nginx.conf file: /etc/nginx/nginx.conf
  • If you find it something difficult to do, please contact your hosting provider, and they will do it for you easily.

If have any error, via tele support above or read here: https://docs.playtubescript.com/