Search results

  1. S

    2 ips

    correct, its of no use if pointed to same VPS but the only concept for failover IP is that you can move that IP between VPS's or dedicated servers if your host allow this in which case you can have a script for HA where you can enable a server using heartbeat..
  2. S

    2 ips

    you can use it as failover IP, i think it is still better than using just 1. If you really want high uptime, you need to go cloud.
  3. S

    Minimal theme along with Flow theme

    i dont think most of us use the blue theme anymore. There is the flow theme or our own custom theme. yes just the front end. for file manager, we know we need all that css and js. Also the login and forgot password need to be matched with the rest of the website. (personally even on the flow...
  4. S

    SSL issue ( website not loading perfectly )

    Dude there is definitely something wrong with your hosting. you have posted a thread before and i tried your website, it opened after a long time and again now, your website wont open up at all.. I live in Canada, not sure where you have this hosted but you sure need to change your hosting....
  5. S

    4.3 - Rewards Plugin

    Did you just do it on your live site and did not test it first ??
  6. S

    Deleting a folder wont delete files in it, just moved to the parent

    Can you point me to which PHP file does this so i can tweak it for my use. I just want the files in the folder deleted with the folder recursively. ?
  7. S

    Deleting a folder wont delete files in it, just moved to the parent

    Hello all, I just noticed that if you are in file manager and you delete a folder, it will move all the files to the parent folder or upload folder and it wont get rid of the files.. Are we able to change this so all the files within that folder get deleted as well ? i mean it would be better...
  8. S

    Download waiting time not working

    Re: Download waiting time bug got it this time.. i think its timing out maybe? or maybe its just my computer. Anyways, the timer is still 60 seconds. i would say double check under "Manage Download Pages" and make sure you have it set to 10 for all user types.. Not sure if you know about this...
  9. S

    Minimal theme along with Flow theme

    took me 3 days to update my theme for the new version & testing...
  10. S

    Download waiting time not working

    Re: Download waiting time bug your website link doesn't work, says "problem loading page"... Is it on a shared hosting?
  11. S

    Minimal theme along with Flow theme

    Hello guys, I and i think a lot of other members here would appreciate if you guys start working on a minimal theme because i know a lot of us have custom themes so it would be really sweet to have a minimal theme with least possible css and js in it. That way it will be super easy for us to...
  12. S

    Urgent help please

    i did this in the past and it worked. i used rsync over SSH instead of full backup as my website is couple TBs....
  13. S

    Forum Notifications?

    i get emails if someone quotes my comment or you subrsribed to the topic.
  14. S

    PHP Code for API key generation

    found it actually. its in userPeer.class.php file.... i think i have it all developed now.. excited to launch my API in a day or 2...
  15. S

    PHP Code for API key generation

    i have modified the api\index.php for more functionality but i need the apikey hash generated for all users (users table under apikey column)... the script only generates the hash for admin users but i was wondering if i could tweak the code to generate the hash for all users in the database...
  16. S

    PHP Code for API key generation

    Hello all, I know that yetishare generates API key for the admins but i was wondering if anyone is aware where this code actually lives? i want to tweak it so it generates a API key for every user... Thanks
  17. S

    force file download

    i don't think there is an option in the website for this. i think its the web browser setting.. unless you have a media player plugin for your website.
  18. S

    IP list outdated

    This is good news. waiting for the new update...
  19. S

    Ability to delete files from Trashcan or automate this..

    Deleting files from the trashcan after say 24 hours. this will reduce the size of the database because i know for my website, i have quite a lot of files that were deleted (expired or DMCA) and they still are in the database and in the trashcan folder in file manager.
  20. S

    Captcha in the admin login

    for my website, i have my admin folder name changed to something random and updated in config file as mentioned by paypal1352. Just out of curiosity, how would attackers still be able to get my admin login page URL? Personally i haven't seen any attacks on my admin page so far.