Search results

  1. WebDeveloper

    Win6 FTP Problems continue

    It's not working for me... what's going on? Connecting to Win6.MyDomain.com Connection failed (Connection refused)
  2. WebDeveloper

    Spam Guard

    Don't I feel special 8) Glad I could help!
  3. WebDeveloper

    New customer here and I want to know how long these problems have been going on?

    Like I said, I've experienced very minimal problems up to this point, but never have I thought about moving to another host. It seems that Jodohost is like any startup company; they are going through a maturation process that will eventually result in a stable hosting environment with a...
  4. WebDeveloper

    New customer here and I want to know how long these problems have been going on?

    This is the first downtime occurrence that's affected me as a reseller, primarily using Win6, since I signed up a few months ago. It's up to you on whether or not you feel becoming a Jodohost customer has more positive results than negative. Edit: To give you some advice: Look around at...
  5. WebDeveloper

    Spam Guard

    Here's a good anti-spam tactic... and one which is possible with the unlimited email's your hosting account offers for each domain: Create an email forward each time you give out your address. For example: Signing up for a newsletter on www.aspin.com? Create the email forward...
  6. WebDeveloper

    Access query going haywire...

    Post the entire .asp page...
  7. WebDeveloper

    Jodohost: Update Forum URL

    Who's keeping track of Yash/Jodohost's TODO List? This should be added... not necessarily at the highest priority, but nonetheless added.
  8. WebDeveloper

    Banning IPs

    I'm interested! You're definitely NOT the only one concerned about this issue... and I think we all get a little cRaZy after many hours of staring at our computer screens :P
  9. WebDeveloper

    Jodohost: Update Forum URL

    I'm still receiving forum subscription emails with support.jodohost.com rather than support.jodoshared.com From: http://www.vbulletin.com/docs/html/vboptions_group_sitedetails vBulletin Options > vBulletin Options > Site Name / URL / Contact Details After a fresh installation or...
  10. WebDeveloper

    What Domain Reseller Do You Use?

    Who are you using for SSL's?
  11. WebDeveloper

    What Domain Reseller Do You Use?

    I have a client that needs a domain name along with hosting... why shouldn't I be the one to handle both? What domain reseller do you use?
  12. WebDeveloper

    Contact form

    I wrote this a while back... should work okay for ya... written in ASP (VBScript)... <% sub sendmail(byval sendTo,byval sendFrom,byval sendSubject,byval sendBody,byval sendFormat,byref bitError,byref strResponse) bitError=false strResponse="" on error resume next set...
  13. WebDeveloper

    Helicopter...

    i just beat it with a 20... yeehaw!!
  14. WebDeveloper

    Helicopter...

    hey, i just got a 29... beat that!! :)
  15. WebDeveloper

    Banning IPs

    This should work for more than one banned IP, using the following code in the same method as I've suggested above: ' Banned IP List strBannedIPList="1.1.1.1,1.1.1.2,100.101.102.103,244.123.17.1" arrBannedIPList=split(strBannedIPList,",")...
  16. WebDeveloper

    Banning IPs

    The following code will prevent a visitor with the IP of 1.1.1.1 from accessing your site, provided you place it in an include file at the top of every page on your site. <!--#include virtual="/includes/incCheckIP.asp"--> incCheckIP.asp -------------- visitorIP =...
  17. WebDeveloper

    Helicopter...

    grrrrrrr... that's the same one i got!!! X( 8o :P
  18. WebDeveloper

    Weird caching issues?

    What is CP? (Control Panel?)
  19. WebDeveloper

    Win1 is slow

    Usually "running faster" = "restarted"
  20. WebDeveloper

    Weird caching issues?

    All changes to my site files are immediately viewable from my browser, but this was not the case yesterday. I'm sure this is a server/network issue related to Jodohost and/or their provider but since it's affects are minimal and occurences rare, I'll just put it behind me and hope it doesn't...
Back
Top