Search results

  1. S

    Captcha in the admin login

    Are you experiencing brute force attacks ???
  2. S

    IP list outdated

    i know there are a few IP geolocation websites that have API service, not sure if we can have our script integrated with the API........
  3. S

    how do we API upload as admin account?

    cool. thanks man for your help.
  4. S

    how do we API upload as admin account?

    i see.. Thanks enricodias4654, i ll stop my search now haha.. Usually how would you test uploading if i get API developed? using curl? or is there any other way?
  5. S

    how do we API upload as admin account?

    i believe the upload widget uploads the file as user and not API. i mean we can this widget on other websites and allow uploading but a lot of the uploaders use the API feature to upload to multiple sites at once which is why i want to utilize this feature. I looked and checked that...
  6. S

    how do we API upload as admin account?

    Hello all, i know only Admin account have API hash generated. i am wondering how logging in as admin, we can upload a file using API ??
  7. S

    whats the table 'remote_url_download_queue' used for??

    haha. that's funny. i learn't my lesson...
  8. S

    whats the table 'remote_url_download_queue' used for??

    i feel like an idiot. never saw that option before in my admin panel... thanks, it works great!!
  9. S

    whats the table 'remote_url_download_queue' used for??

    Hello, i am not sure what is this table in the database used for ? i understand its for remote uploads but i tried running a remote upload and nothing gets populated in this table. This table has never been used actually.. Is there something maybe i am missing?? Is there a way to add remote...
  10. S

    Request for videos to buffer

    not sure why its happening for you. i convert my videos at 1000K rate and i am using PHP 5.6.14 and i paused the video and it buffered all the way to the end.. Not sure if its the PHP version or the speed on the server? it works for me..
  11. S

    Media Converter - Changing concurrent conversions per server

    Hello there, i have a couple servers that i use for my file hosting script. Some got E5 CPU and some are less powerful. I want to change maximum concurrent conversions per server. I want to run 1-2 conversions on fileservers and then say 2-4 concurrent on E5's. I tried changing the option below...
  12. S

    Login page background

    haha thanks but i only know a little bit of coding.. not an expert yet but maybe in couple years.. the login page is in 2 parts actually: <div class="login-header login-caret"> AND <div class="login-form"> if you want it exactly the same as this image, you will need to get rid of the whole "<div...
  13. S

    Security issue with brute force attacks

    ahh good point.. i ll tweak the code. thanks
  14. S

    Security issue with brute force attacks

    yup and for the same reason, i have mine set to block IP after 5 failed attempts.. atleast a hacker can only try 4 times instead of 9..... should save some resources.
  15. S

    Login page background

    the code for login page is in flow-forms.css, you can set a background image in it..
  16. S

    Error while adding another file server

    funny thing is i helped someone on this forum before and i set up his fileserver and it worked lol.. but yes, i ll create a ticket and hopefully admins can help and i ll update this thread with a resolutions once we get it to work.
  17. S

    Error while adding another file server

    I disabled SSL on my main website and tried it with my http fileserver and no luck.. Then i installed ssl certificate on my subdomain (i have the wildcard SSL) and reactivated SSL on my main website but still it did not work. Anything else you guys can think of that i can try out? Thanks again.
  18. S

    Error while adding another file server

    @paypal1352: I will try and install https certificate on the fileserver and see if it fixes the issue.. I will post an update here. @enricodias4654: i do not have any of those modifications. i will try the above fix and see how it goes... Thanks guys for your replies.
  19. S

    Error while adding another file server

    Update: Everything else seems to work fine, media converter is running good on the "https://fileserver.*******.com/". Just that error message when i am testing the fileserver. Also i am unable to upload to the new fileserver, it will error out even before the upload starts.. ERROR: There was a...