Search results

  1. S

    bug in version 4.1

    okay maybe if your files are in a specific folder and that folder is set to private ?? that's the only thing i can see. I know that when you create a new folder, it si set as private by default so you have to use the dropdown (its at the bottom of that create new folder window) to make it public...
  2. S

    How to add new server?

    cool. glad its working and thanks for sharing your fix.
  3. S

    How to add new server?

    i think multiple people are having this issue. Adam should need to look into this one.. Sorry i have no idea, all i can think of is sessions/database issue....
  4. S

    Get rid of Title on Registration form

    set it fixed to Mr and remove the box from the register page ??? if this helps.. I mean you can always tweak the code in register.html page to hide it...
  5. S

    How to add new server?

    it should be compatible, i have different control panels. Like you i also have just 1 cpanel main server and rest is manual LAMP and optimized and they work great...
  6. S

    How to add new server?

    Try connecting to SQL remotely from your fileserver to the main server using command shell. Google for the commands to remotely connect. If this works, then something in your config file is wrong. If connecting remotely doesnt work as well, then you know it could be firewall or incorrectly...
  7. S

    'Requested URL was not found' error

    check your htaccess file and make sure mod_rewrite is enabled.
  8. S

    Please help me backup data from old HDD to new HDD

    Thats not good.. why would you use rm -rf before you copy over your data.....
  9. S

    How to add new server?

    1/ Yes just copy all files from your server to the new fileserver there's only 2 things - Download _config.inc.php file from your admin panel and replace the _config.inc.php on your fileserver (not on primary server). and secondly - you dont have to copy all files that are inside the "files"...
  10. S

    Please help me backup data from old HDD to new HDD

    yup you can use cp command to copy back the files. cp -R /mnt/backup/old-array/**file-path/public_html/files /**new-path/public_html/ If you are not comfortable with commandline - if you use cpanel, use file manager. there should be file manager in every hosting manager...
  11. S

    Sitemap Generator

    Hi, Can we create a sitemap generator for the site. I know its just a simple script and i have it for my website but just something that incorporates in the admin panel would be great... Thanks
  12. S

    Please help me backup data from old HDD to new HDD

    I would rent another server (say for 1 week) and transfer files to it and then let them try replacing 1 HDD and rebuild the RAID (Most probably 1 more HDD will fail if they try rebuilding RAID with that much data in it). If rebuilding works, you are all good but if it doesn't, you can always get...
  13. S

    How to move files of website from 1 server to 3 servers?

    You didn't have RAID setup on your server ? can you not just replace the HDD and continue. I guess if you still need to move to another server, use rsync.
  14. S

    How to add new server?

    Just follow the information below and you'll be fine.. Copy all the php files in the public_html directory and follow instructions below. You dont need to copy the SQL database on the new remote server, just the files.. Direct file server requirements: PHP5.3+, Apache Mod Rewrite or Nginx...
  15. S

    Auto upload or API

    i think you are looking for upload widget plugin they have... http://yetishare.com/upload_widget_plugin.html
  16. S

    Set Default to 'Free' User? (Remove 'Non User' Option?)

    i am positive, you are having all these issues because you are using beta version. Check your PM
  17. S

    Set Default to 'Free' User? (Remove 'Non User' Option?)

    nothing bud, not doing this for $$.. all good.
  18. S

    Set Default to 'Free' User? (Remove 'Non User' Option?)

    Actually everyone who signs up is set as "free user" but i guess on your website, its set as "Non-user" Its a glitch in your script so you can create a support ticket for mfscripts or i can help out but will need admin login to check it...
  19. S

    Set Default to 'Free' User? (Remove 'Non User' Option?)

    ahh i see, so if you go to your admin panel and then click on Account Packages option. Click on "free users" settings and scroll to the bottom and check what it says for "Package Type", it should be set to "free user" in there..
  20. S

    Transfers multiple URL Uploads in background

    its available in the new version....