Search results

  1. P

    strange help ticket submitted

    thats news to me, i'm just gonna keep using them till they ban me, this whole thing is a big problem at every turn, running a file host is not simple at all, no fault of ys implied of course they've been more than helpful
  2. P

    server issues

    prefork and plesk, i've tried cpanel in the past but found it takes forever to set everything up and has a large memory footprint, plesk is a lot lighter however obviously not as feature rich as cpanel
  3. P

    strange help ticket submitted

    Also, would stripe not assume all responsibility over security, as i can't control who pays with what, even if some revenue is reversed, at least we're not shipping product out, so the loss is as minimal as it can be this matter is definitely of concern
  4. P

    strange help ticket submitted

    I had a very strange ticket submitted, it could be complete bullshit but i figured i'd post it here to see if theres any validity to this "Hello, I'm [Name Removed], a Cyber/Software Vulnerability Researcher. I have seen that you're using stripe as a payment gateway; many of credits cards...
  5. P

    Cloud flare and yetishare

    thats strange now remote upload wont work for me either on cloudflare . . . . i downgraded my php version and now it works again, seems the remote upload doesnt work for me on 5.6. whats the recommended php version for ys anyway
  6. P

    server issues

    looks like its fixed after uping those numbers and restarting the whole server enricodias4654 you're the best thank you very much
  7. P

    server issues

    i had only restarted httpd, but i just restarted the whole server now to see if these changes will work
  8. P

    server issues

    i increased the limits in the main httpd.conf in /etc/httpd/conf/httpd.conf but that didnt fix it # prefork MPM # StartServers: number of server processes to start # MinSpareServers: minimum number of server processes which are kept spare # MaxSpareServers: maximum number of server processes...
  9. P

    server issues

    ; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting ; this to 1 will cause PHP CGI to fix its...
  10. P

    server issues

    and php.ini [PHP] ;;;;;;;;;;;;;;;;;;; ; About php.ini ; ;;;;;;;;;;;;;;;;;;; ; PHP's initialization file, generally called php.ini, is responsible for ; configuring many of the aspects of PHP's behavior. ; PHP attempts to find and load this configuration from a number of locations. ; The...
  11. P

    server issues

    i dont think thats the case though, this is whats in /etc/my.cnf [mysqld] bind-address=127.0.0.1 #bind-address = 0.0.0.0 skip_name_resolve local-infile=0 datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock user=mysql # Disabling symbolic-links is recommended to prevent assorted security...
  12. P

    server issues

    this is with xsendfile off and 4 concurrent downloaders also other sites on the server seem unaffected and still function fine even though when this is happening i cant load the filesharing site im running plesk and there are no limits set on any of the sites
  13. P

    server issues

    it looks like when i get over 4+ downloaders my dedicated server slows down so much and starts having performance issues, even though cpu load is really low, this happens with xsendfile on or off. to the point where it starts serving apache maintenance/resources busy errors this will drive...
  14. P

    Cloud flare and yetishare

    just setup cloud flare, upload speed is the same and remote upload works, i really like how fast the site loads now point to note, i'm using local storage, havent tested on any external storage
  15. P

    md5_file is being called 2x per file.

    Are you sure about this, while i'm no expert it should take md5_file() 20+ seconds for a 1GB file, so theoretically if you're correct this would be a good performance boost. Although I've uploaded really large files and never noticed any kind of strange delays. I personally don't want to make...
  16. P

    media player

    Hi, in regards to the media player on ys, jplayers interface is so old looking it looks like it was coded by jesus himself, jwplayer is expensive, 250gb of streaming for $299 theres gotta be a better option out there
  17. P

    Media Player/Converter Plugin : Video Processing Status on Embed code

    $queueState = $db->getValue('SELECT status FROM plugin_mediaconverter_queue WHERE file_id = '.$file->id.' LIMIT 1'); $message = ''; if($queueState == 'pending') { $message = t('media_converter_item_pending', 'This video is awaiting conversion, please check back again later.'); }...
  18. P

    Request for videos to buffer

    ok so i updated to a higher version of php and now buffering works slightly, doesnt buffer the whole file if you pause but about an inch or so ahead, also this seems to work on jwplayer, jplayer doesnt buffer or isnt indicating that atleast
  19. P

    Request for videos to buffer

    sorry i may not have been clear i meant it buffers on the fhscript demo site but doesnt buffer on my installation for both jwplayer and jplayer, ill look into this today as well and let you know if i get to anything
  20. P

    Request for videos to buffer

    that's not true, it does buffer, you can try it out yourself on the demo site, some users including myself have reported that buffering doesn't work for them. Someone on another thread has said its most likely some sort of server issue. I personally haven't found a solution. Im using the...