Search results

  1. S

    Apache auto off???

    oh and i forgot, after installation, make sure you restart your apache.
  2. S

    Option to set maximum server monthly bandwidth

    then your users are going to have issues if there is no bandwidth left...... I guess you can distribute bandwidth usage between your FTP servers. check "Server selection method" in configuration for that purpose..
  3. S

    Apache auto off???

    make sure you have EPEL repo and then use this command to install xsendfile yum install mod_xsendfile and next thing is to edit your host.conf file and enter this line in it XSendFilePath /home/****/public_html/ Lastly check to make sure these lines are in your htaccess file <IfModule...
  4. S

    Apache auto off???

    what linux distro are you using ? ubuntu, centos, etc ?
  5. S

    VIDEO ADS - Come on guys we need this...

    Hello admins, We really need the video ads support on your media player. We cant spend money buying a advertisement package for Jwplayer or flowplayer, its too expensive. Can you guys help with this one ??
  6. S

    Add Button

    you r welcome!! No here i ll give you an example replace <a href="<?php echo $originalFileObj->generateDirectDownloadUrl(); ?>" target="_blank">(<?php echo t('download', 'download'); ?>)</a> with something like this <a href="<?php echo $originalFileObj->generateDirectDownloadUrl(); ?>"...
  7. S

    Problem with generate download link

    hey bud, not sure if you created a ticket for your issue or if you are waiting for an answer in the forum? create in a ticket if you havent done so. Forum is just for all of us helping each other out.....
  8. S

    Add Button

    i got multiple custom lines of codes in my file. in mine, its line: 624 but your will probably be different. do a search in that file and look for "$originalFileObj->generateDirectDownloadUrl();" (without double quotes) and that's the line you can change your code to display a button instead of...
  9. S

    Allow users to Mark file so only premium users can download

    Hey, i know you can mark a file as premium user or free user only in the admin panel but i want to have a feature for users to mark their files the same way as well. Maybe something to track how many premium users downloaded their file so we can pay them commission or something like this ...
  10. S

    Add Button

    change the button code in this file "plugins/mediaplayer/includes/_append_file_download_bottom.php"
  11. S

    Apache auto off???

    i think it should be okay as long as you are using xsendfile but you really gotta watch the number of concurrent downloads per server to get a better idea if 4GB RAM is enough or not. if you are using most of it always, then yes add more RAM. You could also try tweaking your apache itself on the...
  12. S

    Apache auto off???

    the first thing you would do is check the log files, see if you find anything there ??
  13. S

    Playlist feature for video and audio files

    Hi, we have a video and audio player for the script but if we could create a playlist, that would be great. You know a playlist of songs and videos and the next one plays automatically when the first one finishes and so on... Thanks
  14. S

    bug in version 4.1

    Glad i could help !!
  15. S

    Problem with generate download link

    ok then i am not sure bud, create a ticket for the admin.. i had a 2 second delay when i used server in netherlands n canada but now that i am using server in canada and US, i no longer, have any delay which is why i thought that is the issue. but since it worked for you before with another...
  16. S

    Anyone got Link checker v2.3 ?

    wow this guys really needs API. swearing will get it faster ??
  17. S

    Problem with generate download link

    yes i understand your core and database is working fine but what i am trying to say is that there is some latency between servers in US and france so the connection between them 2 is slower which is why when a file finishes uploading, it takes couple seconds to get confirmation and file URL. If...
  18. S

    Anyone got Link checker v2.3 ?

    Can we have a page for linkchecker instead of having it in a tabbed page ?? i mean like a link-checker.html page instead of tab within file upload window ?
  19. S

    Problem with generate download link

    where's your database hosted ? on localhost ? it sounds like slow connection or high latency between your external server and database server. I have multiple servers (more than 5) and mine works fine.. Maybe setup a server just for core script and database and dont host any files on it. it...
  20. S

    Another graph on Admin page dashboard

    Hey, If we could add another bar or pie chart on the admin homepage to show how many files got downloaded daily or monthly or even yearly maybe ? Just so we know how many downloads were done every month kinda stuff.. thanks