Reseller Hosting, Shared Hosting, Dedicated Hosting by Vortech Inc.

Go Back   Reseller Hosting, Shared Hosting, Dedicated Hosting by Vortech Inc. > >> General Public > Chit Chat Public
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Chit Chat Public Talk about any thing you want! This forum is public.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-26-2003, 12:29 PM
jmbeach's Avatar
jmbeach jmbeach is offline
mistra know it all
Vortech Inc. Customer
 
Location: San Diego
NT26 question

Hey Guys (and gals):

I got the update regarding NT26, that's great to hear 2003 and CF MX are coming online.

I'm curious how HSphere will handle this server when a new Windows user is added. Will it add a user to either NT26 or one of the earlier Win2000 machines, or will we have to specify in our plans to use the 2003 server?

I'm curious because if we want a user specifically to have MX support, we wouldn't want them to accidentally be added to NT25 or below.

Thanks!
Reply With Quote
  #2  
Old 09-26-2003, 12:34 PM
admin's Avatar
admin admin is offline
Vortech Inc. Owner
Owner
 
Location: Orlando FL
Send a message via ICQ to admin
What we will do is try and get 2 to 4 new 2003 servers online this month. We will use the 2003 boxes and keep them coming as needed. We would only go back and turn a 2000 box on if we got to full to fast.. But the 2000 boxs should staff off unless the start to lose customers on them, then we would turn them back on to even things out.
__________________
Brad Pugh
http://www.vortechhosting.com
------

Local System/Network Monitor
http://nagios.hsphere.cc/
Login:guest Pass:guest
XML FEED http://nagios.hsphere.cc/feed.xml
------

My Other Life:
Reply With Quote
  #3  
Old 09-26-2003, 12:44 PM
norseman norseman is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Are there any ways to ensure that new domains are assigned to win 2003 if those featured are needed?

This is very good news, by the way - I was about to go searching for a win 2003 host.
__________________
Thomas
Reply With Quote
  #4  
Old 09-26-2003, 12:53 PM
jmbeach's Avatar
jmbeach jmbeach is offline
mistra know it all
Vortech Inc. Customer
 
Location: San Diego
Thanks for that info Brad.

Just to clarify: If a Win2000 was turned back on, there would a chance (albeit a small one) that a new signup would not have CF MX support, correct?

So, if MX is a must, we should watch those signups to be sure they're on a 2003 server.

Last edited by jmbeach : 09-26-2003 at 12:56 PM.
Reply With Quote
  #5  
Old 09-26-2003, 05:08 PM
Garreg's Avatar
Garreg Garreg is offline
Resident Optimist
Vortech Inc. Customer
 
Location: UK - Mon to Fri. Mars - all Weekend
jmbeach: Good point -> kinda makes it hard to sell doesn't it.... unless your 100% sure its the right box.
__________________
Regards to all
Reply With Quote
  #6  
Old 09-26-2003, 05:23 PM
jmbeach's Avatar
jmbeach jmbeach is offline
mistra know it all
Vortech Inc. Customer
 
Location: San Diego
well, once they totally pull the Win2000 boxes out of the HSphere loop, it won't really be an issue, unless if they temporarily add one back in from time to time.

But I'm thinking that just maybe there's a way to assure this won't happen. Wishful thinking? Perhaps
Reply With Quote
  #7  
Old 09-29-2003, 05:56 AM
nabsUK nabsUK is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Quote:
Originally posted by jmbeach
So, if MX is a must, we should watch those signups to be sure they're on a 2003 server. [/b]

From that do I take it there is a way to control which server a new account goes onto?

Thanks
Reply With Quote
  #8  
Old 09-29-2003, 09:01 AM
admin's Avatar
admin admin is offline
Vortech Inc. Owner
Owner
 
Location: Orlando FL
Send a message via ICQ to admin
NT26 is online now.. Since this is our FIRST windows 2003 box in H-Sphere there may be a few very little issues, but Psoft has said it should all work just fine.. So if you see an issue please submit a ticket. I also need some one to let me know if cfmx works ok on this system if all that works then I will get the next win2k3 box installed today and got 5 more on the way..
__________________
Brad Pugh
http://www.vortechhosting.com
------

Local System/Network Monitor
http://nagios.hsphere.cc/
Login:guest Pass:guest
XML FEED http://nagios.hsphere.cc/feed.xml
------

My Other Life:
Reply With Quote
  #9  
Old 09-29-2003, 04:48 PM
nabsUK nabsUK is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Talking

Thanks admin! Thats great news. We will test and let you know what we find. :-D
Reply With Quote
  #10  
Old 09-29-2003, 05:09 PM
nabsUK nabsUK is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
testing CFMX

First test - CFMX found..

See http://www.eatsleepbreathe.com/test.cfm

We would like to use flash remoting and the gateway is not present.. there is a tech note on Macromedia.com as to why its not automatically configured with virtual sites on a multihomed server http://www.macromedia.com/support/fl...connection.htm

Can we get it setup on eatsleepbreathe.com to test?

Thanks,
Nabil
Reply With Quote
  #11  
Old 09-29-2003, 07:52 PM
Funnyhat's Avatar
Funnyhat Funnyhat is offline
Head Wanker
Junior Member
 
Am I correct in assuming there is no support for CDONTS? Does anyone have any good resources for converting CDONTS to CDOSYS?

Mark
__________________
Reply With Quote
  #12  
Old 09-29-2003, 08:20 PM
Brangwyn Brangwyn is offline
T3CHN0 STUD
Vortech Inc. Customer
 
Location: New Zealand (Wellington)
afaik IIS6 doesn't have CDONTS installed (though it probably can be installed).


For CDOSYS I use the following snippet as a starting point for my code usually.
Code:
Set iConf = Server.CreateObject ("CDO.Configuration") Set Flds = iConf.Fields Flds("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 'cdoSendUsingPort Flds("http://schemas.microsoft.com/cdo/configuration/smtpserver") = strMailServer Flds.Update Set objNewMail = Server.CreateObject("CDO.Message") Set objNewMail.Configuration = iConf objNewMail.To = strRecipients objNewMail.From = strSender objNewMail.Subject = strSubject objNewMail.TextBody = strMessage objNewMail.Send
Refer MSDN for full CDOSYS info is probably the best place to go.
Reply With Quote
  #13  
Old 09-29-2003, 10:10 PM
Funnyhat's Avatar
Funnyhat Funnyhat is offline
Head Wanker
Junior Member
 
Dim objCDO
Set objCDO = Server.CreateObject("CDONTS.NewMail")
body = "Hello " & textfield4 & (" ") & textfield5 & vbCrLf & vbCrLf
body = body & "Welcome to " & websitename & vbCrLf & vbCrLf
body = body & "Your username is: " & textfield & vbCrLf
body = body & "Your password is: " & textfield2 & vbCrLf & vbCrLf
body = body & "Your activation number is: " & p_id & vbCrLf & vbCrLf
body = body & "You have 24 hours to activate your account or your registration will be removed. Please use the link below to activate your account. " & vbCrLf & vbCrLf
body = body & weburl & "activate.asp?activate=" & p_id & vbCrLf

objCDO.To = textfield6
objCDO.From = websitename & " < " & webemail & (" >")
objCDO.Subject = welcomesubject
objCDO.Body = body
objCDO.Send()
Set objCDO = Nothing

my CDONTS... I'm going to need to do some research... ASP email or jmail any better?

Mark
__________________
Reply With Quote
  #14  
Old 09-29-2003, 10:34 PM
Brangwyn Brangwyn is offline
T3CHN0 STUD
Vortech Inc. Customer
 
Location: New Zealand (Wellington)
All the email components are much the same imo, half the time I just use whatever I feel like on the day.
Reply With Quote
  #15  
Old 09-29-2003, 10:34 PM
admin's Avatar
admin admin is offline
Vortech Inc. Owner
Owner
 
Location: Orlando FL
Send a message via ICQ to admin
Re: testing CFMX

Quote:
Originally posted by nabsUK
First test - CFMX found..

See http://www.eatsleepbreathe.com/test.cfm

We would like to use flash remoting and the gateway is not present.. there is a tech note on Macromedia.com as to why its not automatically configured with virtual sites on a multihomed server http://www.macromedia.com/support/fl...connection.htm

Can we get it setup on eatsleepbreathe.com to test?

Thanks,
Nabil



I am glad CFMX is at least working.

As for flash remoting and the gateway I have never used ether one. Installing them seems really simple. Is this something you have to add on to CF or does it come with it.. Sorry I have just never got in to CF much..
__________________
Brad Pugh
http://www.vortechhosting.com
------

Local System/Network Monitor
http://nagios.hsphere.cc/
Login:guest Pass:guest
XML FEED http://nagios.hsphere.cc/feed.xml
------

My Other Life:
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
nt26.hsphere.cc admin Network / Server Status 8 01-26-2005 10:53 PM
08/19/2004 NT26.hsphere.cc johnk Network / Server Status 7 09-27-2004 04:39 PM
NT26 and NT27 up and down all day tkraffty Chit Chat Public 27 11-19-2003 02:10 AM
Is nt26.hsphere.cc Down? xweb Chit Chat Public 1 10-16-2003 01:47 PM


All times are GMT -5. The time now is 06:55 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Vortech Inc. ©2005
Page generated in 0.90818 seconds with 19 queries
[Output: 115.92 Kb. compressed to 106.65 Kb. by saving 9.27 Kb. (8.00%)]