←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

Inny
[problem]Dodawanie Glownego Admina

  • +
  • -
fabian3579's Photo fabian3579 31.12.2013

Mam problem z dodaniem sobie glownego administratora forum.Slyszalem ze mozna to zrobic przez phpmyadmin.proszę o pomoc z gory dziekuje

Quote

  • +
  • -
corel's Photo corel 31.12.2013

a podpowiesz jaki skrypt ? Czy może mamy zgadywać :giggle:

Quote

  • +
  • -
fabian3579's Photo fabian3579 31.12.2013

Wybaczcie skypt MyBB hosting Proserwer.pl

 

Quote

  • +
  • -
fabian3579's Photo fabian3579 31.12.2013

Dodam że problem polega na tym że nikt nie ma dostepu do ACP

Quote

  • +
  • -
fabian3579's Photo fabian3579 31.12.2013

ok znalazlem ale skąd wiedziec kto jakie ma id?

 

Quote

  • +
  • -
corel's Photo corel 31.12.2013

Wejdź w swój profil na forum i masz coś takiego :

/member.php?action=profile&uid=2

2 oznacza twoje id

Quote

  • +
  • -
fabian3579's Photo fabian3579 31.12.2013

Dobra tylko ejst taki problem ze forum jest OFF czyli w nic wejsc nie moge

Quote

  • +
  • -
corel's Photo corel 31.12.2013

Nie wiem tutaj już raczej nic nie poradze. Z pustego nawet Salomon nie naleje :)

Quote

  • +
  • -
fabian3579's Photo fabian3579 31.12.2013

Dobra znalazlem moj id tylko to nie dziala dalem swoj numer id i nic ;/

Quote

  • +
  • -
corel's Photo corel 31.12.2013

podaj cały plik config.php i swoje id z forum


Edited by corel, 31.12.2013 13:32.
Quote

  • +
  • -
fabian3579's Photo fabian3579 31.12.2013

/**
 * 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,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:
 *  http://dev.mysql.com/doc/refman/5.1/en/charset-mysql.html
 */

$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
);

?>

Moje id: 1


Edited by fabian3579, 31.12.2013 13:34.
Quote

  • +
  • -
corel's Photo corel 31.12.2013

zamiast tego : $config['super_admins'] = '1,1';

daj to : $config['super_admins'] = '1';

Quote

  • +
  • -
fabian3579's Photo fabian3579 31.12.2013

zrobilem reloga i nadal nic ;/

Quote

  • +
  • -
corel's Photo corel 31.12.2013

Nie wiem w czy może tkwić problem, ale nie masz dostępu do ACP czy jak ?

Quote

  • +
  • -
fabian3579's Photo fabian3579 31.12.2013

nie mam dostepu do acp.Masz cos takiego jak Glowna grupa i wyswietlana.Chcialem sb dac wyswietlana jako user a dalem sb glowna i nie mam dostepu

Quote

  • +
  • -
corel's Photo corel 31.12.2013

Sprawdź to i daj znać czy pomogło :

https://forum.mybboa...dla-grupy_39397

Quote

  • +
  • -
fabian3579's Photo fabian3579 31.12.2013

Dobra dziala wielkie dzięki ;)

Quote