Web Hosting Talk







View Full Version : 2 Questions...


big_smooth
04-16-2002, 12:51 AM
Hi everyone,

I have 2 relatively simple questions...(I was wondering if someone could help me out with the 2 following issues.)

1. Reveom Customers.
What's the url you use to log into yoru account?
I usually go into www.paysystems.com and click on login...
but, what is the actually url?
i remember it was something like mcc.paysystems.com or something.

2. Cpanel users/experts.
Logging into your control panel from a site.
example, instead of typing www.domain.com/cpanel or www.domain.com:2082/ can you have a simple form on a page where a client will enter their username and password and they can log in.

also, samething for neomail for question #2.

thanks.

kunal
04-16-2002, 01:58 AM
Hey,

1. The revecom url is : https://auth.paysystems.com/


2. That cant be done.

HRBrendan
04-16-2002, 02:12 AM
You could make a form that would send the user to:

http://username:password@server:2082

which would do the same thing.

-Brendan

RotoHost
04-16-2002, 04:37 AM
Hi,
The PaySystems Merchant login is here:

http://mcc.paysystems1.com

kwimberl
04-16-2002, 05:24 PM
Originally posted by kunal
2. That cant be done.

That's not entirely accurate. It CAN be done as long as there is only one CPanel server involved. However, there are things to consider. If you ever grow beyond one server, this could prove to be problematic. It can still be done, but not easily and not if customers are allowed to have the same user name (though on different servers).

okihost
04-16-2002, 05:42 PM
Originally posted by big_smooth
Hi everyone,

I have 2 relatively simple questions...(I was wondering if someone could help me out with the 2 following issues.)

1. Reveom Customers.
What's the url you use to log into yoru account?
I usually go into www.paysystems.com and click on login...
but, what is the actually url?
i remember it was something like mcc.paysystems.com or something.

2. Cpanel users/experts.
Logging into your control panel from a site.
example, instead of typing www.domain.com/cpanel or www.domain.com:2082/ can you have a simple form on a page where a client will enter their username and password and they can log in.

also, samething for neomail for question #2.

thanks.

As for #2 I think there might be a way to pass this info off to the control panel with Ensim. When a user types www.url.dom/admin and gets the ensim logon it has username at the top then your url.dom domain in the middle section and password at the bottom. I bet there is a way to pass these off from a html file to logon a control panel.. Not sure how you would do it but I have seen it done on other hosts sites. Not sure about CPanel this is Ensim I am talking about though

kunal
04-17-2002, 12:10 AM
Originally posted by HRBrendan
You could make a form that would send the user to:

http://username:password@server:2082

which would do the same thing.

-Brendan


I stand corrected. :blush: