• Regolamento Macrocategoria DEV
    Prima di aprire un topic nella Macrocategoria DEV, è bene leggerne il suo regolamento. Sei un'azienda o un hosting/provider? Qui sono anche contenute informazioni per collaborare con Sciax2 ed ottenere l'accredito nella nostra community!

Richiesta Ci sono shell per defacciareforum mybb (altervista.org)

Riferimento: Ci sono shell per defacciareforum mybb (altervista.org)

Mi anno defacciato forum mybb Skin vbulletin v2 ho altervista.org
Esiste qualche shell o come ha fatto?
Potete dirmi come si fa e come risolvere?
@Mirko185 @Mr_Joker @resicue

te lo ha defacciato chi sapeva i tuoi dati altervista, e quindi ti è entrato nelle tue cartelle.. per quello che penso io, ci dovrebbe essere la shell nel file index.php ! se cancelli la shell dovrebbe visualizzarti nuovamente, altrimenti dovrai rifare tutto da capo, e ti consiglio di scegliere bene gli amministratori :emoji_slight_smile:
 
Riferimento: Ci sono shell per defacciareforum mybb (altervista.org)

te lo ha defacciato chi sapeva i tuoi dati altervista, e quindi ti è entrato nelle tue cartelle.. per quello che penso io, ci dovrebbe essere la shell nel file index.php ! se cancelli la shell dovrebbe visualizzarti nuovamente, altrimenti dovrai rifare tutto da capo, e ti consiglio di scegliere bene gli amministratori :emoji_slight_smile:
Mi ha bannato l'utente come faccio a sbannarlo e rirankarlo? @resicu @Mr_Joker :cry: mr
 
Riferimento: Ci sono shell per defacciareforum mybb (altervista.org)

Mi ha bannato l'utente come faccio a sbannarlo e rirankarlo? @resicu @Mr_Joker :cry: mr

bè inanzitutto cambia i dati altervista, poi creati un nuovo account e dal pannelo phpmyadmin lo inserisci nel gruppo degli amministratori :emoji_slight_smile:

oppure più facilmente dal file inc/config.php metti super amministratore il tuo user, cambiando il numero dell' id che vedi scritto con l'id del tuo account :emoji_slight_smile:
 
Riferimento: Ci sono shell per defacciareforum mybb (altervista.org)

bè inanzitutto cambia i dati altervista, poi creati un nuovo account e dal pannelo phpmyadmin lo inserisci nel gruppo degli amministratori :emoji_slight_smile:

oppure più facilmente dal file inc/config.php metti super amministratore il tuo user, cambiando il numero dell' id che vedi scritto con l'id del tuo account :emoji_slight_smile:
Si ma io faccio logout e non mi esce mi dice sei stato bannato perchè forse ha bannato ip? @resicu
 
Riferimento: Ci sono shell per defacciareforum mybb (altervista.org)

Si ma io faccio logout e non mi esce mi dice sei stato bannato perchè forse ha bannato ip? @resicu
ehm rileggiti cosa ho scritto, non devi fare nessun log-out

e comunque si sarà messo il suo ID super amministratore e ti avrà bannato sicuramente :emoji_relieved:
 
Riferimento: Ci sono shell per defacciareforum mybb (altervista.org)

<?php
/**
* Database configuration
*
* Please see the MyBB Wiki for advanced
* database configuration for larger installations
*
Perfavore, Entra oppure Registrati per vedere i Link!

*/

$config['database']['type'] = 'mysqli';
$config['database']['database'] = 'my_sheckforum';
$config['database']['table_prefix'] = 'mybb_';

$config['database']['hostname'] = 'localhost';
$config['database']['username'] = 'ciao';
$config['database']['password'] = 'ciao007';

/**
* Admin CP directory
* For security reasons, it is recommended you
* rename your Admin CP directory. You then need
* to adjust the value below to point to the
* new directory.
*/

$config['admin_dir'] = 'admin';

/**
* Hide all Admin CP links
* If you wish to hide all Admin CP links
* on the front end of the board after
* renaming your Admin CP directory, set this
* to 1.
*/

$config['hide_admin_links'] = 0;

/**
* Data-cache configuration
* The data cache is a temporary cache
* of the most commonly accessed data in MyBB.
* By default, the database is used to store this data.
*
* If you wish to use the file system (cache/ directory), MemCache, xcache, or eAccelerator
* you can change the value below to 'files', 'memcache', 'xcache' or 'eaccelerator' from 'db'.
*/

$config['cache_store'] = 'db';

/**
* Memcache configuration
* If you are using memcache as your data-cache,
* you need to configure the hostname and port
* of your memcache server below.
*
* If not using memcache, ignore this section.
*/

$config['memcache']['host'] = 'localhost';
$config['memcache']['port'] = 11211;

/**
* Super Administrators
* A comma separated list of user IDs who cannot
* be edited, deleted or banned in the Admin CP.
* The administrator permissions for these users
* cannot be altered either.
*/

$config['super_admins'] = '1';

/**
* Database Encoding
* If you wish to set an encoding for MyBB uncomment
* the line below (if it isn't already) and change
* the current value to the mysql charset:
*
Perfavore, Entra oppure Registrati per vedere i Link!

*/

$config['database']['encoding'] = 'utf8';

/**
* Automatic Log Pruning
* The MyBB task system can automatically prune
* various log files created by MyBB.
* To enable this functionality for the logs below, set the
* the number of days before each log should be pruned.
* If you set the value to 0, the logs will not be pruned.
*/

$config['log_pruning'] = array(
'admin_logs' => 365, // Administrator logs
'mod_logs' => 365, // Moderator logs
'task_logs' => 30, // Scheduled task logs
'mail_logs' => 180, // Mail error logs
'user_mail_logs' => 180, // User mail logs
'promotion_logs' => 180 // Promotion logs
);

?>
Come devo fare a me è cosi ma non mi va pannelo admin comunque che faccio? @resicu
 
Ultima modifica:
Riferimento: Ci sono shell per defacciareforum mybb (altervista.org)

<?php
/**
* Database configuration
*
* Please see the MyBB Wiki for advanced
* database configuration for larger installations
*
Perfavore, Entra oppure Registrati per vedere i Link!

*/

$config['database']['type'] = 'mysqli';
$config['database']['database'] = 'my_sheckforum';
$config['database']['table_prefix'] = 'mybb_';

$config['database']['hostname'] = 'localhost';
$config['database']['username'] = 'ciao';
$config['database']['password'] = 'ciao007';

/**
* Admin CP directory
* For security reasons, it is recommended you
* rename your Admin CP directory. You then need
* to adjust the value below to point to the
* new directory.
*/

$config['admin_dir'] = 'admin';

/**
* Hide all Admin CP links
* If you wish to hide all Admin CP links
* on the front end of the board after
* renaming your Admin CP directory, set this
* to 1.
*/

$config['hide_admin_links'] = 0;

/**
* Data-cache configuration
* The data cache is a temporary cache
* of the most commonly accessed data in MyBB.
* By default, the database is used to store this data.
*
* If you wish to use the file system (cache/ directory), MemCache, xcache, or eAccelerator
* you can change the value below to 'files', 'memcache', 'xcache' or 'eaccelerator' from 'db'.
*/

$config['cache_store'] = 'db';

/**
* Memcache configuration
* If you are using memcache as your data-cache,
* you need to configure the hostname and port
* of your memcache server below.
*
* If not using memcache, ignore this section.
*/

$config['memcache']['host'] = 'localhost';
$config['memcache']['port'] = 11211;

/**
* Super Administrators
* A comma separated list of user IDs who cannot
* be edited, deleted or banned in the Admin CP.
* The administrator permissions for these users
* cannot be altered either.
*/

$config['super_admins'] = '1';

/**
* Database Encoding
* If you wish to set an encoding for MyBB uncomment
* the line below (if it isn't already) and change
* the current value to the mysql charset:
*
Perfavore, Entra oppure Registrati per vedere i Link!

*/

$config['database']['encoding'] = 'utf8';

/**
* Automatic Log Pruning
* The MyBB task system can automatically prune
* various log files created by MyBB.
* To enable this functionality for the logs below, set the
* the number of days before each log should be pruned.
* If you set the value to 0, the logs will not be pruned.
*/

$config['log_pruning'] = array(
'admin_logs' => 365, // Administrator logs
'mod_logs' => 365, // Moderator logs
'task_logs' => 30, // Scheduled task logs
'mail_logs' => 180, // Mail error logs
'user_mail_logs' => 180, // User mail logs
'promotion_logs' => 180 // Promotion logs
);

?>
Come devo fare a me è cosi ma non mi va pannelo admin comunque che faccio? @resicu

a regola sei l'user con ID 1 .. quindi sei super admin, in questo caso è impossibile che ti abbia bannato |=O
Vai su altervista.org, accedi, vai su phpmyadmin, esegui il log con i dati altervista, vai sulla cartella mybb_user, modifica il tuo nome, ed inserisci il tuo account nel gruppo admin (inserendo l'id del gruppo) .. se già è fatto, creane un altro :emoji_slight_smile:
 
Riferimento: Ci sono shell per defacciareforum mybb (altervista.org)

Per averti cancellato l'utente devono conoscere le tue credenziali di accesso al Database...