Well when I add my new name servers to the openSRS
interface  ns1.pagesystems.com  ns2.pagesystems.com

It pulls up my old Name servers  that were with Internic the ones you need
to apply for with a host  form
64.27.104.108
64.27.104.109



Should be IP address's below

63.147.147.81
63.147.147.82


So my question again is
do I need to delete reference with Internic???
Internic wont let me change them because I'm with openSRS
now


Maybe I still need to clarify  the old internic were on a old dedicated
server I no longer own
I now have a new dedicated server with new DNS

Can someone from OpenSRS address this issue please
as I'm sure it's going to come up again


Cheers

Andrew

----- Original Message -----
From: Tom Savino <[EMAIL PROTECTED]>
To: EasyStoreFronts <[EMAIL PROTECTED]>
Sent: Friday, September 22, 2000 5:59 PM
Subject: Re: question on new 2.21 code


> It's done automatically it will take 24-48 hours to work.
> -------------------------------------------------------------
>
>                      Tom Savino
>                            CEO
>                  2Tone Web Design
>  "The Only Limitation Is The Imagination"
>                 Phone: 727-343-4426
>                      Cell: 727-481-3180
>                      Fax: 815-550-7317
>         http://www.2tonewebdesign.com
>         http://www.2tonedomains.com
> ----- Original Message -----
> From: EasyStoreFronts <[EMAIL PROTECTED]>
> To: Tom Savino <[EMAIL PROTECTED]>
> Sent: Friday, September 22, 2000 5:32 PM
> Subject: Re: question on new 2.21 code
>
>
> > Tom  I know about that, but what about adding new name servers across
the
> > internet????
> >
> > Internic needed you to fill out a host form
> > They then added that host record
> >
> >
> > I suppose my questions should be  does OpenSRS require us to fill in a
> host
> > form like Internic did
> > for  NEW DNS  servers?
> >
> >
> >
> > NEW being the important word here
> >
> > ----- Original Message -----
> > From: Tom Savino <[EMAIL PROTECTED]>
> > To: EasyStoreFronts <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Friday, September 22, 2000 5:35 PM
> > Subject: Re: question on new 2.21 code
> >
> >
> > > Go to your  domain manager and there click on Manage Name Servers then
> at
> > > the bottom of the page you will see "If you want to create or modify a
> > > nameserver which is based on pagesystems.com click here."  then follow
> the
> > > step from there..............
> > > -------------------------------------------------------------
> > >
> > >                      Tom Savino
> > >                            CEO
> > >                  2Tone Web Design
> > >  "The Only Limitation Is The Imagination"
> > >                 Phone: 727-343-4426
> > >                      Cell: 727-481-3180
> > >                      Fax: 815-550-7317
> > >         http://www.2tonewebdesign.com
> > >         http://www.2tonedomains.com
> > > ----- Original Message -----
> > > From: EasyStoreFronts <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Cc: <[EMAIL PROTECTED]>
> > > Sent: Friday, September 22, 2000 4:54 PM
> > > Subject: Re: question on new 2.21 code
> > >
> > >
> > > > This may be a daft question, but here goes.
> > > >
> > > > Back in old days when I used Network Solutions for my
> > > > DNS needs.
> > > >
> > > >
> > > > I had to submit a host form  when setting up NEW name servers
> > > > There was no charge for this but it was a very specific form I had
to
> > fill
> > > > out
> > > >
> > > > Now that all my domains are on OpenSRS
> > > >
> > > > how do I go about getting  a  new host record added
> > > > to all the dns servers across the internet
> > > >
> > > > Do I have to register ns1.pagesystems.com
> > > > and ns2.pagesystems.com with openSRS first?
> > > >
> > > >
> > > > Feeling a little daft............
> > > >
> > > >
> > > > Andrew
> > > >
> > > >
> > > >
> > > > ----- Original Message -----
> > > > From: Daniel Manley <[EMAIL PROTECTED]>
> > > > To: EasyStoreFronts <[EMAIL PROTECTED]>
> > > > Sent: Friday, September 22, 2000 1:07 PM
> > > > Subject: Re: question on new 2.21 code
> > > >
> > > >
> > > > > ca_prereg is coming back from the OpenSRS server on a lookup...
the
> > > > "related" form in the templates would be "ca_reg_type" ... also look
> for
> > > > that in reg_system.cgi because sometimes it is added on the fly.
> > > > >
> > > > > Dan
> > > > >
> > > > > EasyStoreFronts wrote:
> > > > >
> > > > > > Daniel I'm sorry if this is a dumb question but where
> > > > > > is the ca_prereg variable in the HTML templates???
> > > > > >
> > > > > > elsif ($status eq 'ca_prereg') {
> > > > > >
> > > > > > This seems to determine what templates are displayed
> > > > > >
> > > > > > ----- Original Message -----
> > > > > > From: Daniel Manley <[EMAIL PROTECTED]>
> > > > > > To: EasyStoreFronts <[EMAIL PROTECTED]>
> > > > > > Cc: <[EMAIL PROTECTED]>
> > > > > > Sent: Wednesday, September 20, 2000 1:32 PM
> > > > > > Subject: Re: question on new 2.21 code
> > > > > >
> > > > > > > the sub routine lookup() in reg_system.cgi should be using
> special
> > > .ca
> > > > > > templates to show the results of lookups... then the
> setup_profile()
> > > sub
> > > > > > routine should be checking for a .ca domain and showing
> > > > > > setup_profile_ca.html as appropriate...  code is something like
> this
> > > > .....
> > > > > > >
> > > > > > >     if ( $in{domain} =~ /\.ca/ )
> > > > > > >     {
> > > > > > > ...<snip>.....
> > > > > > >  $domainCountry = "_ca" if $in{ca_reg_type} =~ /prereg/;
> > > > > > >     }
> > > > > > > ......<snip>.....
> > > > > > >
> > > >
print_form("$path_templates/setup_profile$domainCountry.html",\%HTML);
> > > > > > >
> > > > > > >
> > > > > > > Dan
> > > > > > >
> > > > > > >
> > > > > > > EasyStoreFronts wrote:
> > > > > > >
> > > > > > > >  I notice there is are two templeates in reg_system
> > > > > > > >
> > > > > > > > setup_profile_ca.html
> > > > > > > >
> > > > > > > > setup_profile.html
> > > > > > > >
> > > > > > > > When I do a search for a .ca  domain  the regular
> > > setup_profile.html
> > > > > > > > is called  is this correct?
> > > > > > > >
> > > > > > > > I'm guessing not because when I get through to register I
get
> an
> > > > error
> > > > > > > > saying there was no
> > > > > > > > ca_reg_type
> > > > > > > >
> > > > > > > > any ideas???
> > > > > > >
> > > > >
> > > >
> > > >
> > >
> >
> >
>

Reply via email to