khwarizmi Active Member Licensed User Longtime User Mar 1, 2020 #1 Hi all I have an application linked to databases via PHP, there was a problem with the server, so I can not access the CPANEL through the username and password, can I download PHP files through its paths? for example this one: http://mysite/php/getshopdata.php
Hi all I have an application linked to databases via PHP, there was a problem with the server, so I can not access the CPANEL through the username and password, can I download PHP files through its paths? for example this one: http://mysite/php/getshopdata.php
DonManfred Expert Licensed User Longtime User Mar 1, 2020 #2 kattah said: can I download PHP files through its paths? Click to expand... No. There would be NO security if that would work! The php is parsed by the webserver and you only get the output from the PHP. kattah said: so I can not access the CPANEL through the username and password Click to expand... Contact your provider, reset your password and set a new one. Upvote 0
kattah said: can I download PHP files through its paths? Click to expand... No. There would be NO security if that would work! The php is parsed by the webserver and you only get the output from the PHP. kattah said: so I can not access the CPANEL through the username and password Click to expand... Contact your provider, reset your password and set a new one.
khwarizmi Active Member Licensed User Longtime User Mar 1, 2020 #3 thanks @DonManfred Unfortunately there is a problem with the company itself, I have to start all the work again. Upvote 0
thanks @DonManfred Unfortunately there is a problem with the company itself, I have to start all the work again.
DonManfred Expert Licensed User Longtime User Mar 1, 2020 #4 kattah said: Unfortunately there is a problem with the company itself, I have to start all the work again. Click to expand... Use your backup-files Upvote 0
kattah said: Unfortunately there is a problem with the company itself, I have to start all the work again. Click to expand... Use your backup-files
khwarizmi Active Member Licensed User Longtime User Mar 1, 2020 #5 I have a backup of my database and PHP files, a week ago, some work will be lost. Upvote 0
KMatle Expert Licensed User Longtime User Mar 1, 2020 #6 Use a local test environment like Xamp. So you have all ressources as a backup. Upvote 0
khwarizmi Active Member Licensed User Longtime User Mar 2, 2020 #7 I came to this recently, to have all the work on local hosting until the project is completed and then upload it to the Internet. Upvote 0
I came to this recently, to have all the work on local hosting until the project is completed and then upload it to the Internet.