Jump to content

Add fake members in the online list 1.0.0


Faqole

Recommended Posts

11 hours ago, EmpireKickass said:

Nice plugin. Does this work to bring in more real life people? looks good but unsure about it

That is the whole idea behind this concept. By making your forum appear busy, it can attract real members to join and participate.

8 hours ago, MediaDIGI.com said:

Does this plugin modify the last login of the user? I mean after I deactivate it I will see the last REAL date when he logged in or not ?

Yes, it does. The last visit date on the fake user profile will be the one from the fake visit. That is if the user does not log in anymore. If they do log in for real afterwards, the last visit time will reflect that.

Link to comment
  • 1 month later...

I will probably need this application since this is the only one that I've seen on the marketplace.
Do all those fake avatars logged in are always in ? cause that's very suspicious in front of real customers. Can they log in and disconnect from time to time ?

If I could add a suggestion and wishlist :sweat:  It would be great with 1 feature:

The idea is to create a new group in the admin CP "fake accounts", for example.  Add a bunch of users to that group, but as secondary group. Not Main Group.
Then the plugin should log in randomly those accounts. 
As admin, I can't stay 24/7 not even 10 hours, logging in and out users, but if the system can pick up names from a secondary group, keep them logged in for 40 minutes and then log them out,  Wow, ,that would be cool.  Realistic too

Link to comment
  • 3 weeks later...

Can i make a suggestion to add?

Perhaps have it so the fake members, when enabled, are not always on the board.  As thought its real people logging in, browsing and checking stuff, then logging out.  Then maybe back in again some random time in the future after the logout?

Does this make sense? :)  

Link to comment
  • 3 months later...

Hi, this is causing errors in the Admin Panel in 4.2 when you try to set the users online.  Any chance of a fix?

INSERT INTO `ozc_core_sessions` ( `id`, `member_name`, `seo_name`, `member_id`, `ip_address`, `browser`, `running_time`, `login_type`, `member_group`, `data`, `current_appcomponent`, `current_module`, `current_controller`, `uagent_key`, `uagent_version`, `uagent_type`, `location_url`, `location_lang`, `location_data`, `current_id` ) VALUES ( 'e48cdbd082a0996c38d6b8430c70af05', 'AnnaBodanna', 'annabodanna', 16, '210.16.181.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36', 1501401290, 0, 3, NULL, 'forums', 'forums', 'topic', NULL, '', 'browser', IPS\Http\Url\Friendly::__set_state(array(
   'base' => 'front',
   'seoTemplate' => 'forums_topic',
   'seoTitles' => 
  array (
    0 => 'please-welcome-kangu',
  ),
   'friendlyUrlComponent' => 'forums/topic/191-please-welcome-kangu',
   'isInternal' => true,
   'isFriendly' => true,
   'url' => 'https://****************/forums/topic/191-please-welcome-kangu/',
   'data' => 
  array (
    'scheme' => 'https',
    'host' => '****************',
    'port' => NULL,
    'user' => NULL,
    'pass' => NULL,
    'path' => '/forums/topic/191-please-welcome-kangu/',
    'query' => '',
    'fragment' => NULL,
  ),
   'queryString' => 
  array (
  ),
   'hiddenQueryString' => 
  array (
    'app' => 'forums',
    'module' => 'forums',
    'controller' => 'topic',
    'id' => '191',
  ),
)), 'loc_forums_viewing_topic', '{"Please welcome Kangu":false}', 0 )
IPS\Db\Exception: Column 'uagent_key' cannot be null (1048)
#0 /home/****************/system/Db/Db.php(807): IPS\_Db->preparedQuery('/*IPS\\core\\modu...', Array)
#1 /home/****************/init.php(447) : eval()'d code(59): IPS\_Db->insert('core_sessions', Array)
#2 /home/****************/system/Dispatcher/Controller.php(85): IPS\core\modules\admin\members\hook236->fakeUsersOnline()
#3 /home/****************/system/Dispatcher/Dispatcher.php(146): IPS\Dispatcher\_Controller->execute()
#4 /home/****************/admin/index.php(13): IPS\_Dispatcher->run()
#5 {main}

 

Link to comment
1 hour ago, Adam_S said:

Hi, this is causing errors in the Admin Panel in 4.2 when you try to set the users online.  Any chance of a fix?


INSERT INTO `ozc_core_sessions` ( `id`, `member_name`, `seo_name`, `member_id`, `ip_address`, `browser`, `running_time`, `login_type`, `member_group`, `data`, `current_appcomponent`, `current_module`, `current_controller`, `uagent_key`, `uagent_version`, `uagent_type`, `location_url`, `location_lang`, `location_data`, `current_id` ) VALUES ( 'e48cdbd082a0996c38d6b8430c70af05', 'AnnaBodanna', 'annabodanna', 16, '210.16.181.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36', 1501401290, 0, 3, NULL, 'forums', 'forums', 'topic', NULL, '', 'browser', IPS\Http\Url\Friendly::__set_state(array(
   'base' => 'front',
   'seoTemplate' => 'forums_topic',
   'seoTitles' => 
  array (
    0 => 'please-welcome-kangu',
  ),
   'friendlyUrlComponent' => 'forums/topic/191-please-welcome-kangu',
   'isInternal' => true,
   'isFriendly' => true,
   'url' => 'https://****************/forums/topic/191-please-welcome-kangu/',
   'data' => 
  array (
    'scheme' => 'https',
    'host' => '****************',
    'port' => NULL,
    'user' => NULL,
    'pass' => NULL,
    'path' => '/forums/topic/191-please-welcome-kangu/',
    'query' => '',
    'fragment' => NULL,
  ),
   'queryString' => 
  array (
  ),
   'hiddenQueryString' => 
  array (
    'app' => 'forums',
    'module' => 'forums',
    'controller' => 'topic',
    'id' => '191',
  ),
)), 'loc_forums_viewing_topic', '{"Please welcome Kangu":false}', 0 )
IPS\Db\Exception: Column 'uagent_key' cannot be null (1048)
#0 /home/****************/system/Db/Db.php(807): IPS\_Db->preparedQuery('/*IPS\\core\\modu...', Array)
#1 /home/****************/init.php(447) : eval()'d code(59): IPS\_Db->insert('core_sessions', Array)
#2 /home/****************/system/Dispatcher/Controller.php(85): IPS\core\modules\admin\members\hook236->fakeUsersOnline()
#3 /home/****************/system/Dispatcher/Dispatcher.php(146): IPS\Dispatcher\_Controller->execute()
#4 /home/****************/admin/index.php(13): IPS\_Dispatcher->run()
#5 {main}

 

I have not tested it with 4.2. yet. I will look into it soon though, thank you for reporting this error.

Link to comment
  • 1 month later...

Same issue here with 4.2 with users not actually added to online list. Error below:

INSERT INTO `core_sessions` ( `id`, `member_name`, `seo_name`, `member_id`, `ip_address`, `browser`, `running_time`, `login_type`, `member_group`, `data`, `current_appcomponent`, `current_module`, `current_controller`, `uagent_key`, `uagent_version`, `uagent_type`, `location_url`, `location_lang`, `location_data`, `current_id` ) VALUES ( '130776f884e1d2cd7fe5a95695a19809', '4casterKDIX', '4casterkdix', 63, '108.5.50.23', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17', 1506130517, 0, 3, NULL, 'forums', 'forums', 'index', NULL, '', 'browser', IPS\Http\Url\Friendly::__set_state(array(
   'base' => 'front',
   'seoTemplate' => 'forums',
   'seoTitles' => 
  array (
  ),
   'friendlyUrlComponent' => '',
   'isInternal' => true,
   'isFriendly' => true,
   'url' => 'http://www.33andrain.com',
   'data' => 
  array (
    'scheme' => 'http',
    'host' => 'www.33andrain.com',
    'port' => NULL,
    'user' => NULL,
    'pass' => NULL,
    'path' => '',
    'query' => '',
    'fragment' => NULL,
  ),
   'queryString' => 
  array (
  ),
   'hiddenQueryString' => 
  array (
    'app' => 'forums',
    'module' => 'forums',
    'controller' => 'index',
  ),
)), 'loc_forums_index', '[]', 0 )
IPS\Db\Exception: Column 'uagent_key' cannot be null (1048)
#0 /var/www/html/r273943/system/Db/Db.php(807): IPS\_Db->preparedQuery('/*IPS\\core\\modu...', Array)
#1 /var/www/html/r273943/init.php(448) : eval()'d code(59): IPS\_Db->insert('core_sessions', Array)
#2 /var/www/html/r273943/system/Dispatcher/Controller.php(85): IPS\core\modules\admin\members\hook198->fakeUsersOnline()
#3 /var/www/html/r273943/system/Dispatcher/Dispatcher.php(146): IPS\Dispatcher\_Controller->execute()
#4 /var/www/html/r273943/admin/index.php(13): IPS\_Dispatcher->run()
#5 {main}

 

Link to comment
On 23-9-2017 at 3:34 AM, 33andrain said:

Same issue here with 4.2 with users not actually added to online list. Error below:


INSERT INTO `core_sessions` ( `id`, `member_name`, `seo_name`, `member_id`, `ip_address`, `browser`, `running_time`, `login_type`, `member_group`, `data`, `current_appcomponent`, `current_module`, `current_controller`, `uagent_key`, `uagent_version`, `uagent_type`, `location_url`, `location_lang`, `location_data`, `current_id` ) VALUES ( '130776f884e1d2cd7fe5a95695a19809', '4casterKDIX', '4casterkdix', 63, '108.5.50.23', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17', 1506130517, 0, 3, NULL, 'forums', 'forums', 'index', NULL, '', 'browser', IPS\Http\Url\Friendly::__set_state(array(
   'base' => 'front',
   'seoTemplate' => 'forums',
   'seoTitles' => 
  array (
  ),
   'friendlyUrlComponent' => '',
   'isInternal' => true,
   'isFriendly' => true,
   'url' => 'http://www.33andrain.com',
   'data' => 
  array (
    'scheme' => 'http',
    'host' => 'www.33andrain.com',
    'port' => NULL,
    'user' => NULL,
    'pass' => NULL,
    'path' => '',
    'query' => '',
    'fragment' => NULL,
  ),
   'queryString' => 
  array (
  ),
   'hiddenQueryString' => 
  array (
    'app' => 'forums',
    'module' => 'forums',
    'controller' => 'index',
  ),
)), 'loc_forums_index', '[]', 0 )
IPS\Db\Exception: Column 'uagent_key' cannot be null (1048)
#0 /var/www/html/r273943/system/Db/Db.php(807): IPS\_Db->preparedQuery('/*IPS\\core\\modu...', Array)
#1 /var/www/html/r273943/init.php(448) : eval()'d code(59): IPS\_Db->insert('core_sessions', Array)
#2 /var/www/html/r273943/system/Dispatcher/Controller.php(85): IPS\core\modules\admin\members\hook198->fakeUsersOnline()
#3 /var/www/html/r273943/system/Dispatcher/Dispatcher.php(146): IPS\Dispatcher\_Controller->execute()
#4 /var/www/html/r273943/admin/index.php(13): IPS\_Dispatcher->run()
#5 {main}

 

 

On 30-7-2017 at 10:00 AM, Adam_S said:

Hi, this is causing errors in the Admin Panel in 4.2 when you try to set the users online.  Any chance of a fix?


INSERT INTO `ozc_core_sessions` ( `id`, `member_name`, `seo_name`, `member_id`, `ip_address`, `browser`, `running_time`, `login_type`, `member_group`, `data`, `current_appcomponent`, `current_module`, `current_controller`, `uagent_key`, `uagent_version`, `uagent_type`, `location_url`, `location_lang`, `location_data`, `current_id` ) VALUES ( 'e48cdbd082a0996c38d6b8430c70af05', 'AnnaBodanna', 'annabodanna', 16, '210.16.181.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36', 1501401290, 0, 3, NULL, 'forums', 'forums', 'topic', NULL, '', 'browser', IPS\Http\Url\Friendly::__set_state(array(
   'base' => 'front',
   'seoTemplate' => 'forums_topic',
   'seoTitles' => 
  array (
    0 => 'please-welcome-kangu',
  ),
   'friendlyUrlComponent' => 'forums/topic/191-please-welcome-kangu',
   'isInternal' => true,
   'isFriendly' => true,
   'url' => 'https://****************/forums/topic/191-please-welcome-kangu/',
   'data' => 
  array (
    'scheme' => 'https',
    'host' => '****************',
    'port' => NULL,
    'user' => NULL,
    'pass' => NULL,
    'path' => '/forums/topic/191-please-welcome-kangu/',
    'query' => '',
    'fragment' => NULL,
  ),
   'queryString' => 
  array (
  ),
   'hiddenQueryString' => 
  array (
    'app' => 'forums',
    'module' => 'forums',
    'controller' => 'topic',
    'id' => '191',
  ),
)), 'loc_forums_viewing_topic', '{"Please welcome Kangu":false}', 0 )
IPS\Db\Exception: Column 'uagent_key' cannot be null (1048)
#0 /home/****************/system/Db/Db.php(807): IPS\_Db->preparedQuery('/*IPS\\core\\modu...', Array)
#1 /home/****************/init.php(447) : eval()'d code(59): IPS\_Db->insert('core_sessions', Array)
#2 /home/****************/system/Dispatcher/Controller.php(85): IPS\core\modules\admin\members\hook236->fakeUsersOnline()
#3 /home/****************/system/Dispatcher/Dispatcher.php(146): IPS\Dispatcher\_Controller->execute()
#4 /home/****************/admin/index.php(13): IPS\_Dispatcher->run()
#5 {main}

 

 

On 1-10-2017 at 10:00 PM, Petrica said:

I buy this  and won't work on 4.2+   wtf:angry:

 

The hook has been made compatible with the 4.2. version.

Link to comment
  • 3 weeks later...
1 hour ago, Pedro Ibáñez said:

Hi, 

After I installed and tested the fake users disconnected and how to reconnect them?, There is any way to random the fake users to connect / disconnect by themselves?

The fake users will be logged out once the online session time expires. After that you will have to to readd them again.

Link to comment
58 minutes ago, Pedro Ibáñez said:

And I need to open one by one, check "Remove from online list" and check again? There is no way faster?

Yes. Everything is explained on the plugin download page with screenshots and everything. Please take a moment to read it.

Link to comment
Just now, Pedro Ibáñez said:

Sorry I just read it but not understand very well. It say:

whenever an user is set online as fake user, or removed from the online list, it will be logged in the Admin log page

I can't find the Admin log page. Here I can log in them again?

No, that is the admin logs page in your admin where you can see what actions they have performed in the forum.

To log them in again you will have to do it from their profiles in the Admin Panel.

Link to comment
3 minutes ago, Faqole said:

No, that is the admin logs page in your admin where you can see what actions they have performed in the forum.

 

Sorry Faqole I don't find, where is it?

3 minutes ago, Faqole said:

To log them in again you will have to do it from their profiles in the Admin Panel.

59ee39ca6f2e6_Capturadepantalla2017-10-23alas20_48_16.thumb.png.3008805d62ed2850183571b9df62123a.png

Is it the profile of the user? I have to open each one check on the Remove from online list, save, reopen and check again?

Link to comment
1 minute ago, Pedro Ibáñez said:

Sorry Faqole I don't find, where is it?

59ee39ca6f2e6_Capturadepantalla2017-10-23alas20_48_16.thumb.png.3008805d62ed2850183571b9df62123a.png

Is it the profile of the user? I have to open each one check on the Remove from online list, save, reopen and check again?

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. 

Link to comment

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...