KpuBexa Posted February 28, 2018 Share Posted February 28, 2018 (edited) Добрый день. подскажите, как называется таблица в БД, в которой хранятся все ай пи пользователей за всю историю. если еще точнее, с какой таблицы или таблиц идет выборка для этой страницы в админке Edited February 28, 2018 by KpuBexa Link to comment Share on other sites More sharing options...
newbie Posted February 28, 2018 Share Posted February 28, 2018 'admin_logs' 'dnames_change' 'members' 'message_posts' 'moderator_logs' 'posts' 'member_status_updates' 'profile_ratings' 'topic_ratings' 'validating' 'voters' 'error_logs' +дополнительные таблицы приложений (если реализовано)\admin\applications_addon\ips\%appdir%\extensions\coreExtensions.php\admin\applications_addon\other\%appdir%\extensions\coreExtensions.php Пример для Downloads \admin\applications_addon\ips\downloads\extensions\coreExtensions.php/** * Find ip address extension * */ class downloads_findIpAddress { /** * Return ip address lookup tables * * @access public * @return array Table lookups */ public function getTables() { return array( 'downloads_files' => array( 'file_submitter', 'file_ipaddress', 'file_submitted' ), 'downloads_comments' => array( 'comment_mid', 'ip_address', 'comment_date' ), 'downloads_downloads' => array( 'dmid', 'dip', 'dtime' ), ); } } Link to comment Share on other sites More sharing options...
KpuBexa Posted February 28, 2018 Author Share Posted February 28, 2018 Ай пи при написании сообщений нашел) а из тех таблиц, что вы перечислили где ай пи при регистрации? Link to comment Share on other sites More sharing options...
KpuBexa Posted February 28, 2018 Author Share Posted February 28, 2018 а хотя понял. это в таблице members. я почему то думал, что там указан ай пи последней сессии. а оказалось что это ай пи регистрации Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now