Search results

  1. B

    Checking the length of an MP3?

    ok, just checking
  2. B

    Https redirect help!

    Pretty much what I was thinking. although now that I think about it, wouldn't it be better to use Transfer instead of redirect so that any submitted form data would also be carried over? Also, even if your not using ASP, I'm sure you can do something similar in PHP or whatever you are using...
  3. B

    Checking the length of an MP3?

    I have found stuff for ASP.NET but I don't know ASP.NET lol Stephen, what's JodoHost's policy about installing commercial add-ons? I'm sure you wouldn't want to install custom add-ons but proven commercial ones? if I were to pay for it? I'll keep looking for other options but just wanted...
  4. B

    Https redirect help!

    sorry, mis-read your question. if your site was done in asp you could make a simple function that checked the current url and then redirected to the https version. but you would have to add some asp to every page on the website. lol, I'm sure there is a better way. just throwing this out there.
  5. B

    Https redirect help!

    I'm sure there's a better way to do this with DNS settings but that's above my head. If you have ASP you can make a default.asp file with the following: <% response.redirect "https://yourserver.com" %>
  6. B

    Checking the length of an MP3?

    Hello, I'm writing an ASP script that will require me to read the length (play time) of an MP3 file. Does anyone know if Jodo Host has anything already installed that can help me with this? or maybe I can do this with just pure ASP? Any suggestions will be helpful, thanks.
  7. B

    Problem w/ Cerberus Helpdesk

    Thanks, for your responses... I'm not sure why but everything is working now (as far a my alias, I don't know about the helpdesk)
  8. B

    Problem w/ Cerberus Helpdesk

    Well, maybe another customer knows the answer.... I setup a domain alias called somedomain.com when I browse to http://somedomain.com it works fine but http://www.somedomain.com give me a "HTTP Error 403 - Forbidden" I logged into the control panel and looked at the DNS setting for...
  9. B

    Problem w/ Cerberus Helpdesk

    I've been trying to open a ticket since yesterday. When I submit the ticket it looks as if everything worked only the ticket never shows up.? I'm having a problem with a domain alias and my customers site is down, I could use some help.
  10. B

    DotNetNuke questions (modules, help, etc)

    ok, it's all setup and worked on the first try. yea I'm not as stupid as I was starting to think :) Now all I have to do is play with it until I have it all figured out. Thanks again for your help guys.
  11. B

    DotNetNuke questions (modules, help, etc)

    I have been talking with Prakash and he had me create a new account. Now I'm on win17 so I should be able to use version 4 right? I just updated my ticket so that he can give me dbo access for my sql server user and give ASP.NET the correct permissions. is that all that needs to be done...
  12. B

    DotNetNuke questions (modules, help, etc)

    Cool, thanks. So which version did you end up using?
  13. B

    DotNetNuke questions (modules, help, etc)

    I'm using the Install package as I don't have visual studio .net. I uploaded the contents of the install zip to my domain root folder and commented out the connection strings for sql server 2005 and uncommented the ones for mssql 2000 and put the correct connection info in both connections...
  14. B

    DotNetNuke questions (modules, help, etc)

    Hi, since your looking for mods I figure you have successfully installed DNN. I have never used DNN or any other .NET app before and I'm having trouble setting up the web.config I get errors when I load default.aspx but no description of the error is given. I changed the customErrors mode to...
  15. B

    Help with Persits ASPJpeg

    Never mind, I found the problem. One of my variables did not get set correctly.
  16. B

    Help with Persits ASPJpeg

    I'm writing an ASP script to receive an uploaded image, pass it to ASPjpeg to re size the image and then save it. Everytime I try to save the image I get this error: "The system cannot find the path specified." I have tried numerous different paths but keep getting this error. Anyone...
  17. B

    AWStats Set Up

    this is what I get....
  18. B

    AWStats Set Up

    ok, now it asked for me to login??? is there an FAQ or help page for AWStats?
  19. B

    AWStats Set Up

    I guess that means something is wrong then because i have a file called awstats042006.mydomain.com.txt and when I try to go to /AWStats I get a "Forbidden" HTTP error. I also turned webalizer on and it's been telling me I have to wait 24 hours for over a week.
  20. B

    AWStats Set Up

    I too installed awstats and I have one data file in the awstats folder, now I would just like to know what to do with it? I thought awstats had a GUI? I'm sure it does but how do I get to it?
Back
Top