Recent content by paypal1352

  1. P

    YetiShare v4.4 Beta Bug Tracker

    Ya just nginx no apache proxy, I use google auth 2 factor for ssh so i'll look into disabling that first then i'll put in a ticket, thanks for your help Adam
  2. P

    YetiShare v4.4 Beta Bug Tracker

    conf file: #x# HTTPS-DEFAULT server { server_name ibeta.website.com www.ibeta.website.com; return 302 https://$server_name$request_uri; #include /usr/local/nginx/conf/staticfiles.conf; } # For SPDY SSL Setup # listen 80; # server_name ibeta.website.com...
  3. P

    YetiShare v4.4 Beta Bug Tracker

    Hey Adam, I made the change but now i get Error 404 Error: Failed finding url: https://ibeta.xxxxxxx.com/api/v2/authorize
  4. P

    YetiShare v4.4 Beta Bug Tracker

    conf file: #x# HTTPS-DEFAULT server { server_name ibeta.website.com www.ibeta.website.com; return 302 https://$server_name$request_uri; #include /usr/local/nginx/conf/staticfiles.conf; } # For SPDY SSL Setup # listen 80; # server_name ibeta.website.com...
  5. P

    YetiShare v4.4 Beta Bug Tracker

    If i go to the url for the request from the api testing tool page in the browser it just downloads a file and this is the contents: <?php // setup includes require_once('../../core/includes/master.inc.php'); // requests from the same server don't have a HTTP_ORIGIN header...
  6. P

    YetiShare v4.4 Beta Bug Tracker

    No i dont get anything in the error log, logging is enabled through nginx n the log is empty
  7. P

    YetiShare v4.4 Beta Bug Tracker

    Using api testing tool im getting Error 404 Error: Failed finding url: https://ibeta.filebay.io/api/v2/authorize <html> <head><title>405 Not Allowed</title></head> <body bgcolor="white"> <center><h1>405 Not Allowed</h1></center> <hr><center>nginx</center> </body> </html> <!-- a padding to...
  8. P

    YetiShare v4.4 Beta Bug Tracker

    http://imgur.com/a/cn2kX There seems to be a scroll bar to the right that comes up when the upload popup window is active on the home page, this doesn't happen in the account_home page. chrome on mac.
  9. P

    How To Add New Package Type

    posted under the wrong thread
  10. P

    YetiShare v4.4 Beta Bug Tracker

    Ya it's been like that since you released the beta, tried many times. I'll put in a ticket by tomorrow, thanks.
  11. P

    YetiShare v4.4 Beta Bug Tracker

    I'm having an issue downloading v4.4 from yetishare.com, it's as if the connection is throttled, drops to less than 10kbps within a few seconds and the download eventually fails a few min later. Same issue on multiple browsers.
  12. P

    Issue with File Action queue not deleting files

    Since you can delete manually, I could be wrong, but this sounds like theres a limitation somewhere, maybe check that shell_exec is not disabled
  13. P

    Set SSL support

    make sure everything called is https including ads
  14. P

    Error 500 or blank page on step 2 during install (log included)

    this now sounds to me like an nginx conf file issue, i hope ur not forgetting to run nginx -t then if u have no issues restart nginx
  15. P

    Error 500 or blank page on step 2 during install (log included)

    do you have any sort of additions to your conf that detect and disallow sql injections etc.. or maybe and more likely your sql credentials are not correct, u should try and connect manually via the command line to test this mysql -u username -p im willing to bet your credentials wont work and...