Pedro Ibáñez Posted October 23, 2017 Posted October 23, 2017 19 minutes ago, Faqole said: You are in the right place. That user is already set online. If you click the Remove from online list button, it will log him/her off. Ok and there is any way to log on some users at the same time not one by one? Please can you help me to find the the admin logs? Much thanks!
Faqole Posted October 24, 2017 Author Posted October 24, 2017 16 hours ago, Pedro Ibáñez said: Ok and there is any way to log on some users at the same time not one by one? Please can you help me to find the the admin logs? Much thanks! Users can be logged in individually. But if you want to log in several users, it can be done too, but with a sql query. Let me know if you want to do that and I will send you the query. The admin logs can be found in the Admin Panel. Use the search function there and it will come up.
Pedro Ibáñez Posted October 24, 2017 Posted October 24, 2017 1 hour ago, Faqole said: The admin logs can be found in the Admin Panel. Use the search function there and it will come up. Ok I found it! 1 hour ago, Faqole said: Let me know if you want to do that and I will send you the query Yes please! Thanks by support!
_Mike_ Posted October 31, 2017 Posted October 31, 2017 On 23.10.2017 at 6:52 PM, Faqole said: The fake users will be logged out once the online session time expires. After that you will have to to readd them again. How to increase online session time? can be deleted online session time? On 23.10.2017 at 5:25 PM, Pedro Ibáñez said: There is any way to random the fake users to connect / disconnect by themselves?
Faqole Posted October 31, 2017 Author Posted October 31, 2017 52 minutes ago, Igor Nikolaev said: How to increase online session time? can be deleted online session time? It uses the Ipb session time. So you must increase that. You can remove an user form the the online list from their profile in the Acp.
Adam_S Posted November 2, 2017 Posted November 2, 2017 On 10/24/2017 at 9:56 PM, Faqole said: Users can be logged in individually. But if you want to log in several users, it can be done too, but with a sql query. Let me know if you want to do that and I will send you the query. The admin logs can be found in the Admin Panel. Use the search function there and it will come up. I'd also like to know this SQL query too if you can send it to me, thanks!
Faqole Posted November 2, 2017 Author Posted November 2, 2017 8 hours ago, Adam_S said: I'd also like to know this SQL query too if you can send it to me, thanks! The query is this: UPDATE core_members SET isFake = 1 WHERE member_id IN (x,y); Replace x and y with the ids of the members that you want to set online.
Adam_S Posted November 3, 2017 Posted November 3, 2017 I just tried this SQL query but for some reason the members still aren't showing up online. Any ideas what might be going wrong? My query is: UPDATE core_members SET isFake = 1 WHERE member_id IN (13,14,16,22,23,26,981,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1032,1034,1037,1040,1052,1059);
Pedro Ibáñez Posted November 5, 2017 Posted November 5, 2017 On 3/11/2017 at 12:58 PM, Adam_S said: I just tried this SQL query but for some reason the members still aren't showing up online. Any ideas what might be going wrong? Hi Adam_S did you solved it?. I have the same problem...
Adam_S Posted November 5, 2017 Posted November 5, 2017 No, i haven't yet. Still waiting for @Faqole to respond. My guess is maybe there needs to be another extra SQL query or something to make it work.
Pedro Ibáñez Posted November 5, 2017 Posted November 5, 2017 It's strange because in the AdminCP the state is changing in the user profile using the query but no in the front end...
Adam_S Posted March 14, 2018 Posted March 14, 2018 Hi @Faqole, any update on when this SQL might work?
andrewbiggs Posted November 6, 2018 Posted November 6, 2018 On 5/12/2018 at 11:39 AM, Petrica said: update please for 4.3? Any update for 4.3?
Faqole Posted December 5, 2018 Author Posted December 5, 2018 On 11/6/2018 at 1:20 AM, andrewbiggs said: Any update for 4.3? On 5/12/2018 at 6:39 AM, Petrica said: update please for 4.3? A new version that is compatible with the latest Ipb version is released.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.