Search results

  1. T

    X-Forwarded-For

    Alright hey, I want to change the IP logging in the admin panel to use X-Forwarded-For. Because after setting up HaProxy, the admin panel shows the IP of my load balancer which I guess is using the REMOTE_ADDR value. Best Regards
  2. T

    Files that needs to be updated

    Hey, I want to know which directions need to be updated between different nodes while load balancing apart from the database. I got one so far and that's : /core/includes/cache I need the rest Thanks,
  3. T

    Update reCaptcha

    Hey, Back with another question. I guess this will help quite a lot of you out there. How do we upgrade the old reCaptcha to the new one? (the No Captcha reCaptcha) I tried everything I can in the recaptchalib file but no luck. Regards
  4. T

    Dialog box on first login

    Hey, I'm back with another question (Sorry if its too much though). Basically its related to the question I asked before and since it's not possible without modifying the code, How can I show a Dialog box saying "Change your Password to your liking" with the "New Password and Repeat...
  5. T

    Restrict Remote upload to registered usets

    Hey, I'd like to make the Remote upload feature available only for logged in users only. What I mean is I want a little alert to show when someone click on the url/remote upload tab on the uploader saying "Please login to use remote upload". Thanks in advance
  6. T

    Ability to choose own password

    Hey, I and I guess many others would like to know how to make it so that we are able to choose our own password while registering. Is this too complicated? Also we have around 200 members and I'd like to have their current passwords untouched. Regards PS: Can I have my username changes to...
  7. T

    My_account.html to Subdomain

    Hey, I'd like to know how to make it so that if someone visits https://*******.net/account_home.html, they will be redirected to https://account.*******.net without the my_account.html at the end? Edit: I use Apache as my webserver just in case if it depends on editing the htaccess...
  8. T

    Downloads return as 0 KB

    Hey, I'm having an issue while downloading files from my site, the files are damaged and the file size is 0KB. I think this is as issue with PHP but I'm not sure what is causing it. Details: Apache, Debian 7, PHP
  9. T

    Remote URL Upload not working

    Well hey, I need a little help here. So we got remote file upload setup and once i put in any link onto the remote url and start downloading, the progress bar won't appear and I get a "pending" error on chrome while inspecting it. We are running on a Dedicated server Intel Xeon E5-1620v2...