Recent content by ryogi

  1. R

    PHP is disabled by admin on my VPS

    Hello Jodohost I am Jodohost customer for past 2 years. So far things were working ok. But now I am forced to write in forum as in last 60 days this problem happened 3 times. And as I had earlier warned I am forced to quit using your service and look for another host. But I think its fair...
  2. R

    VPS- Receiving email attachment limit

    Hi There Can anyone help me to understand the limit on incoming mail attachment for a mail box. Where can I see it under plesk? I am on Win VPS and some incoming emails with attachment size 4 MB or more were bounced back to senders. Can I change limit for a particular mail id or entire...
  3. R

    Reverse DNS

    Stephen I am too on Win VPS plan. I submitted a request today for reverse DNS and received a reply that I can get the RDNS set for only one domain mail server on my VPS and all other domains will have to use it as the mail server. What if each domain is used by different company. Is it...
  4. R

    Storing files in home dir

    My 2 cents worth- Your online stuff is at the minimum is always stored in server back ups, though chances of getting it leaked is minimal there. If your data is some financial data and its must for you to store files online you can use some strong encryption program to encrypt them before...
  5. R

    Persits.Upload

    My pleasure George Good to know that the upload is working now. BTW while exchanging messages I put the following line in the code - Upload.OverwriteFiles = False Which earlier was Upload.OverwriteFiles = True So whenever there is existing file with same name as file being uploaded...
  6. R

    read-only ftp (win)

    The below link may be of some help - http://www.psoft.net/HSdocumentation/user/ftp.html Cheers Yogi
  7. R

    read-only ftp (win)

    :) Ok, got it. I am using VPS plan so I am assuming the admin anel is through Plesk. Domains>YourDomain>FTP Management> Add new FTP subaccount for domain YourDomain.com Choose a appropriate directory under root (Not a good idea to give access to root.) Create user A in plesk with...
  8. R

    read-only ftp (win)

    Hi Arathra The question is bit confusing to me.:rolleyes: If you want to allow user to upload a file that means you "permit to write" on the server. Then you cannot give read only access to the same user. Or is it that I am not getting ur question right. Can u plz elaborate more on your...
  9. R

    Persits.Upload

    I am ok to answer the questions as far as I understand them, so plz feel free to post your Qs untill it gets resolved.:) Ok here is the exact snippet where you need to change (* plz note the SaveAsVirtual) - Existing - For Each File in Upload.Files Answer = txtPicNum & "_" & txtID...
  10. R

    Uploading files without a component

    My 2 cents worth - Its better to use a component than a script IMHO - Persists works great if u r on shared plans. On VPS I have used chestysoft's component, quite good and cheap too. ;) The ASP script based upload will suck up the server resources fast. Its good if u do not have regular...
  11. R

    Persits.Upload

    Hi Sorry for that. U'll have to use virtual. Below code is tested and works. Plz try and let me know. U will have to create a subdirectory "upload" under the folder where u run this script. Cheers Yogesh <% Set Upload = Server.CreateObject("Persits.Upload") Upload.OverwriteFiles...
  12. R

    Securing my Win VPS

    Forgot to mention. I did a lot of googling for this issue but could not find perfect answers. Cheers Yogesh
  13. R

    Securing my Win VPS

    Hi Stephen My question not directly related to firewall but to some extent to security of VPS. I know a lot of softwares that scap the complete websites. I am planning to host a B2B directory. So if someone try to scrap it, I'll lose a lot of by bandwidth on such nonsense users. Can you...
  14. R

    Persits.Upload

    Hi You may not need to use saveasvirtual option as you are using save to memory option. Try the code below. Cheers Yogesh 'Path = "D:\hshome\alcadmin\arizonarenttoown.com\admin\properties" Path = "/admin/properties" Upload.OverwriteFiles = True ' Save files to it. Our form has...
  15. R

    New VPS Plans(SATA) Vs Old plans(SCSI)

    Hi There I am using the Win VPS Value plan for past 10 months. My sites were under construction all these days. Now since some of them are online and I have installed couple of components; I am running short of memory.:O I checked the old win VPS rates (SCSI servers) on which my current...
Back
Top