• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Some questions about creating a more "custom" Plesk

M

MaRiOs

Guest
So here I go :

1.How can I modify the login/logout page of plesk ?

2.Can I create a different Login page for each reseller ? (with he's company logo or something like that)
 
Originally posted by MaRiOs
So here I go :

1.How can I modify the login/logout page of plesk ?

2.Can I create a different Login page for each reseller ? (with he's company logo or something like that)

Each reseller can have his own logo and each reseller can
upload his own logo after the reseller logged in. For the
reseller, there is a button "Logo-Update" which offers then
to upload a new graphic-file.

But before anyone of all the reseller will login, the
https://www.domain.tld:8443/ does not know, the which one
reseller is standing in front of it. This is why you will see the
neutral Plesk-Logo. This logo can also be exchanged, but
it must be done by a manual way.
 
Ok, how can I replace the logo on the :8443 login page?
 
Originally posted by slackticus
Ok, how can I replace the logo on the :8443 login page?

# cd /home/httpd/vhosts/default/

drwxr-xr-x 2 root root 4096 Dec 8 07:41 cgi-bin
drwxr-xr-x 2 root root 4096 Apr 21 05:28 htdocs
drwxr-xr-x 2 root root 4096 Apr 12 13:09 httpsdocs

8443 = SSL/HTTPS, so go in httpsdocs

-rw-r--r-- 1 root root 534 Dec 8 07:41 default.css
-rw-r--r-- 1 root root 811 Dec 8 07:41 def_plesk_logo.gif
-rw-r--r-- 1 root root 1332 Apr 12 13:09 index.html
-rw-r--r-- 1 root root 1775 Dec 8 07:41 preview.php
-rw-r--r-- 1 root root 545 Dec 8 07:41 top_bg.jpg
-rw-r--r-- 1 root root 14909 Dec 8 07:41 top_body_bg.jpg
 
Re: Re: Some questions about creating a more "custom" Plesk

Originally posted by editor
Each reseller can have his own logo and each reseller can
upload his own logo after the reseller logged in. For the
reseller, there is a button "Logo-Update" which offers then
to upload a new graphic-file.

But before anyone of all the reseller will login, the
https://www.domain.tld:8443/ does not know, the which one
reseller is standing in front of it. This is why you will see the
neutral Plesk-Logo. This logo can also be exchanged, but
it must be done by a manual way.
[/QUOTE

I meant the logo into the Log-in page.

for Eg I have 5 resellers and each one wants to have his own different page with his own logos when he tries to login into https://www.resellersdomain.ltd:8443/
 
It is possible for the resellers to upload the logo themselves :)
 
Ok and if each one of the resellers wants to add some other pictures that are not onthe frame with the logo,then ???
if he wants to change the picture that says "Login To Plesk 7.5 Reloades" then ?
 
Re: Re: Re: Some questions about creating a more "custom" Plesk

Originally posted by MaRiOs
I meant the logo into the Log-in page. for Eg I have 5 resellers and each one wants to have his own different page with his own logos when he tries to login into https://www.resellersdomain.ltd:8443/

You mix too many things together, I think so. Letz sort it out.

There is a hoster who runs the complete Plesk-Server
Logo: Default Plesk-Logo
Login: https://www.hosterdomain.tld:8443/

There are 5 resellers who have an account to login.
Logo: Default Plesk-Logo
Login: https://www.hosterdomain.tld:8443/

There are 100 clients of all these 5 resellers who run a domainname.
Logo: Default Plesk-Logo
Login: https://www.hosterdomain.tld:8443/

Everybody - hoster, resellers, domainclients - will see at first
only this default Plesk-Logo onto this https://www.hosterdomain.tld:8443/

If the hoster will login, then after the login, the hoster will
get his logo - if the hoster uploaded his logo into the
Plesk-System over the https://www.hosterdomain.tld:8443/
Logo: Logo of the Hoster

If the reseller will login, then after the login, the each own
reseller will get his own logo - if the reseller also uploaded
his logo into the Plesk-System over the https://www.hosterdomain.tld:8443/
Logo: Logo of the Reseller

If the domainclient of reseller will login, then after the login,
the domainclient will get the logo of his right one reseller - if
the reseller also uploaded the logo into the Plesk-System over
the https://www.hosterdomain.tld:8443/
Logo: Logo of the Reseller, but the correct Reseller of the domainclient.

So, and now before I will continue, I will want first to understand
you what exactly you want or what exactly you plan to do. Before
login-processure, everybody - with or without an account - will
only see the neutral Plesk-Logo at https://www.hosterdomain.tld:8443/
 
Originally posted by Triloxigen
That's not possible Just the image at the left-top

It is very well possible. Just look to

#cd /usr/local/psa/admin/htdocs/
#vi -R index.php

The script will forward the user to

#vi -R login.php3

And this login.php3 is only frame-version. Look at the
differences between

https://www.hosterdoman:8443/login.php3
https://www.hosterdoman:8443/login_up.php3

Try it out.

Just only by calling the other one URL, the logo of Plesk
on the left side and the logo of SW-Soft on the right side, both
will "suddenly" disappear. :)
 
ok did all that u said and it worked fine.
ive uploaded a different logo for the resellers and clients and it works fine.

also login_up.php3 works fine. is there any other tricks with the login-logout pages that u can tell me ?
 
Back
Top