Back to top

Autore Topic: [RISOLTO]Backend sparito.  (Letto 2731 volte)

Offline dvx3

  • Nuovo arrivato
  • *
  • Post: 7
    • Mostra profilo
[RISOLTO]Backend sparito.
« il: 13 Mar 2012, 16:50:54 »
Salve a tutti, ho un sito in Joomla 1.5 e quando tento di accedere al backend (il frontend funziona perfettamente), cioè vado su http://miosito.xx/web/administrator/index.php o http://miosito.xx/web/administrator/ mi rimanda all'home page del sito che in questo caso è nella cartella /web/. Mi è impossibile accedere al backend quindi... Come posso fare per accedervi? Ho seguito molti topic di questo forum (e anche link google friendly) ma non ho trovato problemi simili al mio. Se ricaricassi la cartella administrator, singolarmente potrei risolvere il problema?
« Ultima modifica: 16 Mar 2012, 01:34:10 da dvx3 »

Offline dvx3

  • Nuovo arrivato
  • *
  • Post: 7
    • Mostra profilo
Re:Backend sparito.
« Risposta #1 il: 13 Mar 2012, 18:58:03 »
Aggiungo che se tento di accedere a file come cpanel.php e altri della cartella administrator ottengo l'errore restricted access, tutti i permessi sui file comunque sono impostati in modo corretto...

Offline maicolstaip

  • Global Moderator
  • Instancabile
  • ********
  • Post: 17623
  • Sesso: Maschio
    • Mostra profilo
Re:Backend sparito.
« Risposta #2 il: 13 Mar 2012, 20:18:28 »
Ciao dvx3,
prova ad aprire il file configuration.php con notepad++.
Controlla che tutto sia a posto.
Salvalo come utf senza BOM
Riuppalo sul server.

Ciao!
Non si risponde a PM tecnici. Postate sul forum. Grazie.

Offline dvx3

  • Nuovo arrivato
  • *
  • Post: 7
    • Mostra profilo
Re:Backend sparito.
« Risposta #3 il: 13 Mar 2012, 20:29:04 »
Fatto, ma appena tento di accedere al backend mi ritorna all'homepage O_o, è da un pomeriggio che cerco soluzioni, avrò girato tutte le pagine inerenti ma nessuna soluzione... Altri consigli o contenuti da mostrare?
(premetto che il sito mi è stato ceduto e già al primo "tocco" non era possibile accedere al backend, quindi non so nemmeno cosa sia stato toccato e tra i plugin non ho visto trovato alcuna applicazione per cambiare l'indirizzo di accesso o che nasconda il pannello di accesso... Volevo aggiornare per avere una versione resettata... ma per la 1.6 mi sembra di aver letto che serve jupdate...
« Ultima modifica: 13 Mar 2012, 20:33:20 da dvx3 »

Offline maicolstaip

  • Global Moderator
  • Instancabile
  • ********
  • Post: 17623
  • Sesso: Maschio
    • Mostra profilo
Re:Backend sparito.
« Risposta #4 il: 13 Mar 2012, 20:33:21 »
Ciao dvx3,
strano perchè è proprio il comportamento tipico di un file configuration.php salvato male.
Controlla di avere la cartella administrator sul sito, in caso riuppala da una distribuzione di joomla uguale alla tua (male non fà)
Non si risponde a PM tecnici. Postate sul forum. Grazie.

Offline dvx3

  • Nuovo arrivato
  • *
  • Post: 7
    • Mostra profilo
Re:Backend sparito.
« Risposta #5 il: 13 Mar 2012, 20:38:30 »
Fatto anche questo ma non ha risolto il problema, ho preso una versione pulita e ho sostitutito la cartella admrator, nulla di nulla... Ti posto il contenuto della configuration.php:
[spoiler]
Codice: [Seleziona]
<?php
class JConfig {
    var 
$offline '0';
    var 
$editor 'jce';
    var 
$list_limit '20';
    var 
$helpurl 'http://www.joomla.it';
    var 
$debug '0';
    var 
$debug_lang '0';
    var 
$sef '0';
    var 
$sef_rewrite '0';
    var 
$sef_suffix '0';
    var 
$feed_limit '10';
    var 
$feed_email 'author';
    var 
$secret 'VGfa5N80rtgUNN6M';
    var 
$gzip '0';
    var 
$error_reporting '-1';
    var 
$xmlrpc_server '0';
    var 
$log_path '/var/www/vhosts/elitestar.it/httpdocs/web/logs';
    var 
$tmp_path '/var/www/vhosts/elitestar.it/httpdocs/web/tmp';
    var 
$live_site '';
    var 
$force_ssl '0';
    var 
$offset '0';
    var 
$caching '0';
    var 
$cachetime '15';
    var 
$cache_handler 'file';
    var 
$memcache_settings = array();
    var 
$ftp_enable '0';
    var 
$ftp_host '127.0.0.1';
    var 
$ftp_port '21';
    var 
$ftp_user '';
    var 
$ftp_pass '';
    var 
$ftp_root '';
    var 
$dbtype 'mysql';
    var 
$host 'localhost';
    var 
$user 'elitestar2';
    var 
$db 'dbelitestar2';
    var 
$dbprefix 'jos_';
    var 
$mailer 'mail';
    var 
$mailfrom 'webmaster.eds@gmail.com';
    var 
$fromname 'Elite Star';
    var 
$sendmail '/usr/sbin/sendmail';
    var 
$smtpauth '0';
    var 
$smtpsecure 'none';
    var 
$smtpport '25';
    var 
$smtpuser '';
    var 
$smtppass '';
    var 
$smtphost 'localhost';
    var 
$MetaAuthor '1';
    var 
$MetaTitle '1';
    var 
$lifetime '15';
    var 
$session_handler 'database';
    var 
$password '201252';
    var 
$sitename 'Elite Star';
    var 
$MetaDesc 'elite star,associazioni,promozioni eventi, spettacoli,sfilate, agenzia cinematografica, sicilia,roma,siracusa,catania,milano,artisti, modelli,modelle,cantanti,televisione,junior,baby,curriculum,moda,spettacolo,mondo spettacolo,cabaret,animatori,casting,comparse,attori';
    var 
$MetaKeys 'Elitestar,Agenzia di casting di Maurizio Conigliaro, promozione artisti,spettacolo,moda,televisione,sicilia,catania,siracusa,milano,roma';
    var 
$offline_message 'Sito fuori servizio per manutenzione. Riprovare più tardi.';
}
?>
[/spoiler]

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • *****
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:Backend sparito.
« Risposta #6 il: 13 Mar 2012, 20:41:49 »
Forse hai una protezione della cartella administrator verifica eventuali file .htaccess in joomla o nella cartella administrator.

Offline dvx3

  • Nuovo arrivato
  • *
  • Post: 7
    • Mostra profilo
Re:Backend sparito.
« Risposta #7 il: 13 Mar 2012, 20:46:02 »
Si ci ho pensato ed avevo disabilitato il file .htaccess, attualmente è impostato così comunque:
Codice: [Seleziona]
##
# @version $Id: htaccess.txt 21064 2011-04-03 22:12:19Z dextercowley $
# @package Joomla
# @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##


#####################################################
#  READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations.  It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file.  If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's.  If they work,
# it has been set by your server administrator and you do not need it set here.
#
#####################################################

##  Can be commented out if causes errors, see notes above.
Options +FollowSymLinks

#
#  mod_rewrite in use

RewriteEngine On

########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
## Deny access to extension xml files (uncomment out to activate)
#<Files ~ "\.xml$">
#Order allow,deny
#Deny from all
#Satisfy all
#</Files>
## End of deny access to extension xml files
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode data within the URL
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Return 403 Forbidden header and show the content of the root homepage
RewriteRule .* index.php [F]
#
########## End - Rewrite rules to block out some common exploits


########## Begin - Custom redirects
#
# If you need to redirect some pages, or set a canonical non-www to
# www redirect (or vice versa), place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
#
########## End - Custom redirects


#  Uncomment following line if your webserver's URL
#  is not directly related to physical file paths.
#  Update Your Joomla! Directory (just / for root)

# RewriteBase /


########## Begin - Joomla! core SEF Section
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index\.php
# and the request is for root, or for an extensionless URL, or the
# requested URL ends with one of the listed extensions
RewriteCond %{REQUEST_URI} (/[^.]*|\.(php|html?|feed|pdf|raw))$ [NC]
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
#
########## End - Joomla! core SEF Section

Offline maicolstaip

  • Global Moderator
  • Instancabile
  • ********
  • Post: 17623
  • Sesso: Maschio
    • Mostra profilo
Re:Backend sparito.
« Risposta #8 il: 14 Mar 2012, 00:59:15 »
Ciao,
hai provato a cambiare nell'.htaccess

# RewriteBase /

in

RewriteBase /web/

?
Non si risponde a PM tecnici. Postate sul forum. Grazie.

Offline dvx3

  • Nuovo arrivato
  • *
  • Post: 7
    • Mostra profilo
Re:Backend sparito.
« Risposta #9 il: 14 Mar 2012, 01:19:59 »
Appena provato, stesso risultato... Non ho più idea di cosa fare... me ne sono uscite tante. Ma non c'è un modo di estrarre il sito e di inserirlo in un joomla 2.5 ad esempio? Non so cosa fare... In questo modo non posso assolutamente modificare il sito...

adottauncane

  • Visitatore
Re:Backend sparito.
« Risposta #10 il: 15 Mar 2012, 11:39:06 »
Ciao dvx3,
non è che il backend è protetto da una password? Ti è possibile chiederlo a chi amministrava il sito?
Un plugin tipo questo:
http://extensions.joomla.org/extensions/access-a-security/site-security/login-protection/12271

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • *****
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:Backend sparito.
« Risposta #11 il: 15 Mar 2012, 21:26:35 »
Hai verificato se anche nella cartella administrator c'è un ulteriore .htaccess?

Offline dvx3

  • Nuovo arrivato
  • *
  • Post: 7
    • Mostra profilo
Re:Backend sparito.
« Risposta #12 il: 16 Mar 2012, 01:16:50 »
Nessun .htaccess nella cartella administrator e comunque, nella maggior parte dei file php a cui accedo mi appare la scritta restricted access... riesco ad accedere all'index.php che mi appare nella cartella administrator ed anche ad index2 ed index3 ma vengo rimandato all'homepage del sito. Non ho trovato nessun plugin simile nella mia ricerca... Sono però quasi certo che la colpa sia di questo restricted access... (non mi è possibile contattare l'amministratore precedente dato che, si è come "volatilizzato")




*******AGGIORNAMENTO********
Cercando ora in modo approfondito nel database ho trovato un file di **** tipo security, cercando nelle cartelle invece ne ho trovato un altro. Evidentemente la disinstallazione non era avvenuta bene dato che la maggior parte della cartelle mancavano ma si erano salvati 2 file, ora riesco finalmente ad accederci! Grazie mille per l'aiuto =) Metto risolto nel titolo.

Edit: ho tolto il riferimento al plugin, perché è diventato commerciale.
« Ultima modifica: 16 Mar 2012, 11:22:25 da adottauncane »

 



Web Design Bolzano Kreatif