|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Aug 2004
20 posts
Gave thanks: 0
Thanked 0 times
|
IP Address
I'm not sure this is the proper forum to ask this, but I have a site that was purchased through a surpass reseller. All's fine with that, but I would like to know which server I'm on.
When I ping the site, it gives me XX.XXX.175.250. I don't see that address listed in any of the server addresses. Can anyone tell me which server that is? Thanks, Steve Scotch&Cigars |
|
|
|
|
|
#2 (permalink) | |
|
Registered User
On a golden path...
Joined in Jun 2004
Lives in UK
Hosted on Pass7
394 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
|
The easiest way to determine the server name is to contact your reseller.
However you can get it by creating the following php file and running it: Code:
<?PHP phpinfo(); ?> Quote:
http://www.atomicunitedkingdom.net/info.php Alternatively support[at]surpasshosting.com will be able to help. Hope that helps. |
|
|
|
|
|
|
#3 (permalink) |
|
minor deity
Super #1
Joined in Apr 2004
Lives in Georgia
Hosted on XEON
7,394 posts
Gave thanks: 28
Thanked 94 times
|
scott -
support won't answer query from customers of a reseller. If you can't run the PHP-info script, you can try to telnet to your mail server: telnet mail.mydomain.com 25 this will respond with the server name, or if your ISP blocks port 25, an error message. John
__________________
Proud to be a Surmunity Mod! XEON Make a fundamental difference! My Sites: Curious about Brewing Beer? Join the community! >>>>> Some Change is GOOD! Keep your paycheck! Support the Fair Tax Get into an Art museum Victorian London It's your brain -ON WEB - mybrainhost.com (under development) What SHOULD Government do? Much Less than it Does! |
|
|
|
|
|
#4 (permalink) | |
|
Surpass Fan
Super #1
Joined in Dec 2003
Lives in NJ
5,057 posts
Gave thanks: 0
Thanked 4 times
|
Quote:
|
|
|
|
|