Search results

  1. T

    Restrict Remote upload to registered usets

    Heres a new plugin idea for you :) A YouTube video downloader? I could buy that :)
  2. 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
  3. T

    Recommend Hosting Providers - Who do you use?

    Here's my full review on different Hosts: Main server hosting the script :- First we tried Hivelocity and gone well for few weeks and started having port speed issues and we moved onto OVH and we have no issues whatsoever. So, Hivelocity: 8.0 OVH: 10 File/Torrent server: Hats off to...
  4. T

    Ability to choose own password

    Indeed! I appreciate your help! Regards, Geek
  5. T

    Ability to choose own password

    Nevermind! With the help of Inspect element, I found out that its on settings.css.
  6. T

    Ability to choose own password

    Yeah, I removed it the day I bought YS like few months back but it doesn't make a change whatsoever. I'll upload a screenshot when I'm home. If I remember, I've cleared all possible caches, etc to make sure but it ain't wanna go.
  7. T

    Registration email sent to spam box?

    And your point is sir?
  8. T

    WebDav File Access

    WebDav is in development and will be released soon!
  9. T

    Registration email sent to spam box?

    Sign up for some mail service like Zoho [Send and Receive] or Mandrill [Send] and this will deliver the mail directly to their inbox. Regards
  10. T

    payment paypal

    As long as you have the plugin installed, your members should visit the upgrade page and click on "PayPal" and from there, they will be redirected to the PayPal payment page! Regards
  11. T

    Ability to choose own password

    Yeah, that's exactly what I'm about. We have only 2 layers in the header section as we removed some. So not there ;/ I had a look at the stylesheets, skin and almost all of the css files but can't find it whatsoever. I appreciate your help anyways! Regards
  12. T

    Ability to choose own password

    Yeah, that's fine. I meant the dotted pattern which covers the background image. Not sure how I can screenshot it ;)
  13. T

    Ability to choose own password

    A quick question because I didn't wanted to make a new thread. How do I removed be the dotted layer on the main slider? I checked every css files and didn't find it
  14. T

    Ability to choose own password

    Could you help me to do that? Since you're better at this than me lol.
  15. T

    Ability to choose own password

    Well why can't we modify it?
  16. 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...
  17. T

    Error on uplaod files

    You need to set the value of upload_max_filesize and post_max_size in your php.ini : ; Maximum allowed size for uploaded files. upload_max_filesize = 4000M ; Must be greater than or equal to upload_max_filesize post_max_size = 4000M
  18. T

    My_account.html to Subdomain

    Well, I use Nginx so I converted this code and used it on my config but whenever someone tries to access my site, they are automatically redirected to the *****.net/account_home.html. Also another question, does it work if I use a CNAME or A record called "account" and point it to my server...
  19. T

    My_account.html to Subdomain

    I just moved to Nginx and I need to know how to do this without the /account_home.html in the link. I want the link to be "https://account.*****.net" Also, my whole site is using HTTPS and I'm not able to find one that works for me. Thanks.