Jump to content

Add fake members in the online list 1.0.0


Faqole

Recommended Posts

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.

Link to comment
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?

 

Link to comment
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!

Link to comment
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.

Link to comment

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

 

Link to comment
  • 4 months later...
  • 1 month later...
  • 5 months later...
  • 5 weeks later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
×
×
  • Create New...