My main problem is that I need access to the php.ini file which I have not because the control-panel doesn't work.
First use ssh to search about the location of php.ini file, use this command:
find / -type d -name php.ini
or
find / -name php.ini

Then by using the SFTP connection you can reach to that file.

Don't forget to change your host when you finish this month.