Search results

  1. W

    How do I make asp script into cab file?

    I have an image processing script that resizes etc. that I want to have one copy of on the "remote server". This script will serve for several web sites that I am designing. The images exist on the websites or the local servers. I seem to be able to do an include that points to the remote script...
  2. W

    How do I make asp script into cab file?

    I have tried that. The file gets included but it needs to refer to files on the local server. When it does a Server.MapPath it tries to find the file on the remote server. Is there a trick to get the remote asp script to look on the local server for the file it needs?
  3. W

    How do I make asp script into cab file?

    So... I would write a script that would download the source from the remote site whenever a visitor loads the page? Then it would refer to the newly loaded copy to run? This seems like it would take some time to execute since it involves two stages of loading.
  4. W

    How do I make asp script into cab file?

    Hmmm... sounds good. How do I do this? I have tried to use the include file statement in the local asp code, but when the remote code tries to open a file, it tries to do it on the remote server, not on the intended server. Is this technique similar to what you are talking about?
  5. W

    How do I make asp script into cab file?

    Can anyone point me in the right direction? I need to be able to encapsulate asp scripts and put them on my server for use by client sites. This is so that I can keep frequently used code in one place. Easier to manage! But I don't know how to do this. I've seen sites that refer to cab files...
  6. W

    I need help w. accepting credit cards as reseller

    This is very confusing. I don't know where to start. It seems that I need to sell $1200 per month to get a merchant account without minimum charge. I only have a couple of hosting clients. How is the best way to start out accepting credit card payments for this service?
  7. W

    Why would ftp access be changed?

    I did post a ticket, but I have posted three tickets before this one and none have ever been answered. I used live chat but there was no help there either. That is why I posted on the forum. The tech said that the folders were now part of the root, and not subfolders of the reseller acct. I...
  8. W

    Why would ftp access be changed?

    I recently tried to ftp to my client accounts. But, now it says that there is no folder at the location where they always were. Has this happened to anyone? I am pretty upset that I cannot access my clients accounts!
  9. W

    How do I setup to accept credit cards for hosting?

    I want to be able to accept credit cards for hosting web sites. I can't find instructions on how to do this. I do know that I can set up individual accounts when starting them, but there must be some up-front work that I must do before I can sell hosting to credit card users. Any suggestions?
  10. W

    How do I set up for PayPal?

    Disregard this. I re-posted in reseller forum.
  11. W

    Can I do streaming audio from my sites?

    Thanks to everyone for the valuable advice. I will try flash.
  12. W

    Can I do streaming audio from my sites?

    I would like to offer my clients the ability to stream mp3 audio files. Is there any way to do this from a jodo server? -- Shannon
  13. W

    Am I foolish to use AspPing?

    Yes it is windows. Is this featuer only applicable to a unix acct? (is it the same with any cgi/bin?) Or can these things be mixed?
  14. W

    Am I foolish to use AspPing?

    Thanks so much. I am sure this will help. Have you seen my question about SSI? Probably something very simple that I'm doing wrong. But until you know what that is, it can be very frustrating.
  15. W

    Am I foolish to use AspPing?

    Sounds good. Is this a .net thing? I don't remember it from standard asp. As you can tell, I am still learning.
  16. W

    Am I foolish to use AspPing?

    So... what should I do? I sure would like to test for existence of domain name. How do those who check for domain do this?
  17. W

    Am I foolish to use AspPing?

    AspPing seems to return nothing but null strings. I have verified that the object was created because I can set and read the RemoteHost property. But when I ping, the result is null. Does anyone have any experience with this? ServerObjects offers no support for this component and I have read...
  18. W

    SSI not working

    Can someone help me use SSI on windows site? Symptoms: works: <!--#include file="pagedata.txt"--> doesn't work: <!--#echo var="SCRIPT_NAME"--> I've enabled SSI and SSI exec in my CP. Any clues?
Back
Top