Android Question Download PHP files from the server

khwarizmi

Active Member
Licensed User
Longtime User
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:
 

DonManfred

Expert
Licensed User
Longtime User
can I download PHP files through its paths?
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.
so I can not access the CPANEL through the username and password
Contact your provider, reset your password and set a new one.
 
Upvote 0

khwarizmi

Active Member
Licensed User
Longtime User
thanks @DonManfred
Unfortunately there is a problem with the company itself, I have to start all the work again.
 
Upvote 0

khwarizmi

Active Member
Licensed User
Longtime User
I have a backup of my database and PHP files, a week ago, some work will be lost.
 
Upvote 0

khwarizmi

Active Member
Licensed User
Longtime User
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
Top