4

I have access to a joomla 1.5 made site's backend as super administrator. Now what i want to do is, take that site down and set a simple html file as the site homepage. To do that i think i need ftp user/pass. Is there any way to get that pass from joomla backend? I can see some entries in Help>System info>Configuration file where $ftp_user:'xxxxxx' and $ftp_pass: 'xxxxxx'. Is there any way to know these values? Even if i can't get the ftp user/pass, can i edit/browse any file/directory using joomla backend in some way?

Martin
  • 43
  • 1
  • 3

2 Answers2

1

You don't have need of ftp details you can do this by using your simple super-admin control.Do this:- 1.create a new theme having just a simple HTML page and required css,images. 2.add this theme to joomla. 3.make this theme as your default theme,now you can see the html page that you recently integrated in your new theme.

Harshal
  • 3,562
  • 9
  • 36
  • 65
  • 1
    Thanks. But i need ftp pass or some other way to do that. The main point is i don't want the joomla site to reside there, i want to backup that site, then delete all of it, and then put a static html as site index file. All i have now is super-admin access. – Martin Sep 10 '12 at 07:34
  • than you should have ftp controller to take a back up and do all other things.!! – Harshal Sep 10 '12 at 07:43
1

Yes, if the FTP user/password is saved in the Joomla configuration.php file. At backend, go to the Global Configuration and view the HTML-source, search for jform_smtppass and find the password value next to it.

Only tested with Joomla! 2.5.6.

Matteus Hemström
  • 3,796
  • 2
  • 26
  • 34