• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

restore default plesk files (login_up.php3)

M

markoshust

Guest
i accidently screwed up the login_up.php3 file located at /usr/local/psa/admin/htdocs/login_up.php3

is there any way i can restore it from somewhere at swsoft? or can someone email this file to me?

i've tried everything and can't get login to plesk.

thanks,
mark
[email protected]
 
light bulb popped in my head after posting

logged in to swsoft, got "trial" plesk for one domain for my fedora4

logged into ssh, and did something like this

cd /tmp
wget http://download1.swsoft.com/Plesk/Plesk8.1/FedoraC4/psa-8.1.0-fc4.build81070224.19.i586.rpm.tar.gz
rpm2cpio psa-8.1.0-fc4.build81061129.22.i586.rpm | cpio -idmv --no-absolute-filenames
cd /tmp/dist-rpm-FedoraCore-4-i386/base/
cp /tmp/dist-rpm-FedoraCore-4-i386/base/usr/local/psa/admin/htdocs/login_up.php3 /usr/local/psa/admin/htdocs/login_up.php3



all works and is fine and dandy. use this as a reference if you ever need to rekindle a default plesk file!

-m
 
Back
Top