Can you please advise how can I access my full files directory in Joomla 1.5.18?
I just need to remove some harmful files but I cannot find them. The hosting provider waits me to do that so that they can restore my full website public hosting.
Thanks!
Related
I build a website with Django and now hosting it. I used Whitenoise to serve images but only static ones shows up when debug is False. How can I serve media files uploaded by users too? Since it is my first development with Django detailed help would be much appreciated kind folk of the Stack.
I reached my host provider's support and thanks to them I saw it was not that hard. Since I am using a shared host they was conigured serving files defult with CloudLinux. All I have to do is take static and media files on public_html folder. And change the media root for here because I want users uploaded images to get here too. To sum up solution is public_html folder.
I have used the AWS hosting of AppDrag for my client's project, but he now wants to take it to his own hosting service. Is there a way to export the site like in a zipped folder so I can send it to him?
Yes. From the AppDrag Dashboard, you open the code editor, where you will find the folders of your site. Right click the root folder and you should see the download as zip option.
I was wondering where the location of the files are once they are uploaded to VM instances.
I cannot find it very easily.
I am using the below menu to upload available in ssh web browser window.
UPDATES
I managed to find the upload path of the file uploaded(see my answer below).
But I am now having problems with downloading files. I provide the full path but was unable to download it. Is there any trick to this?
I am using Safari Version 10.0.2 (11602.3.12.0.1)
Finally found the location.
Once the upload is done and you see the success message, the file will be in the users home directory.
The username that you have logged in via ssh web browser to upload the file.
I have a Joomla website being hacked and when I restore, the front end is ok but at the backend none of the components of joomla is working, any link I click I get to the same interface for uploading which is not from joomla,
Could anybody help me solve this issue or in updating joomla via cpanel without being logged in joomla backend?
waiting to hear from you guys
You should download Joomla Patch File and also take backup of old files and directory where current joomla has installed. and follow below steps.
Open up your FTP client
Log in to your website
Navigate to the the folder where Joomla is actually installed
Upload the patched Joomla installer into the folder
Open your cPanel window
Go back to the “File Manager”
Navigate to the patched Joomla installer you uploaded via FTP, and check the box next to it.
Click extract
After a few seconds the files should be extracted
Lastly, login to your Joomla admin, refresh the page and the version number should be updated.
For further or more detail you can go through this link.
You can follow this step
1 Open Your cpanle
2 Log in
3 goto softeculous link
4 then, you can updating joomla via cpanel
I have a questions, and I would love you to try to answer it.
Is it possible to get the list of files from a remote folder in java, knowing just the URL???
for example:
http://localhost/img get all the images names in this directory.
Thanks in advance
When you are talking about a remote folder, it depends on how you are accessing it.
If it is via a network share, such as \localhost\mypath AND you have access to browse the files, you will be able to do so, just like you would with a local directory.
However, if you are trying to browse a directory on a web server, the web server would have to give you directory browsing ability for you to work with it.