[OzzModz] User Fake Activity

[OzzModz] User Fake Activity [Paid] 2.0.3 Patch Level 1

No permission to buy ($10.00)

Ozzy47

Well-known member
Ozzy47 submitted a new resource:

[OzzModz] User Fake Activity - Adds fake visitors to your forum who view random pages.

Requirements:
XenForo 2.2.0+

Description:

Adds fake visitors to your forum who view random pages.

Features:
  • Flexible setup of fake activity launch triggers
  • Configurable time frame within which the activity will be launched
  • Configurable trigger run interval
  • Customizable activity start and end dates
  • Min & max current online conditions (the trigger is not activated if the condition is not met)

For the activity of users (not guests), you...

Read more about this resource...
 
No, I would not touch his code with a 10' pole.
Cracking Up Lol GIF by HULU
 
I get an error during installation:

  • XF\Db\InvalidQueryException: xf_ozzmodz_ufa_trigger: MySQL statement prepare error [1101]: BLOB/TEXT column 'options' can't have a default value
  • src/XF/Db/AbstractStatement.php:230
CREATE TABLE xf_ozzmodz_ufa_trigger (
trigger_id INT UNSIGNED NOT NULL AUTO_INCREMENT,
title VARCHAR(150) NOT NULL DEFAULT '',
start_date INT UNSIGNED NOT NULL DEFAULT '0',
end_date INT UNSIGNED NOT NULL DEFAULT '0',
start_time MEDIUMINT UNSIGNED NOT NULL DEFAULT '0',
end_time MEDIUMINT UNSIGNED NOT NULL DEFAULT '0',
run_interval INT UNSIGNED NOT NULL DEFAULT '60',
last_run INT UNSIGNED NOT NULL DEFAULT '0',
next_run INT UNSIGNED NOT NULL DEFAULT '0',
handler_id VARBINARY(50) NOT NULL,
min_online INT UNSIGNED NOT NULL DEFAULT '0',
max_online INT UNSIGNED NOT NULL DEFAULT '0',
active TINYINT UNSIGNED NOT NULL DEFAULT '0',
options BLOB NOT NULL DEFAULT '0',
PRIMARY KEY (trigger_id)
) ENGINE = INNODB CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci
------------

#0 src/XF/Db/Mysqli/Statement.php(198): XF\Db\AbstractStatement->getException('MySQL statement...', 1101, '42000')
#1 src/XF/Db/Mysqli/Statement.php(41): XF\Db\Mysqli\Statement->getException('MySQL statement...', 1101, '42000')
#2 src/XF/Db/Mysqli/Statement.php(56): XF\Db\Mysqli\Statement->prepare()
#3 src/XF/Db/AbstractAdapter.php(96): XF\Db\Mysqli\Statement->execute()
#4 src/XF/Db/Schema/AbstractDdl.php(158): XF\Db\AbstractAdapter->query('CREATE TABLE `x...')
#5 src/XF/Db/SchemaManager.php(185): XF\Db\Schema\AbstractDdl->apply()
#6 src/addons/OzzModz/UserFakeActivity/Setup.php(25): XF\Db\SchemaManager->createTable('xf_ozzmodz_ufa_...', Object(Closure))
#7 src/XF/AddOn/StepRunnerInstallTrait.php(62): OzzModz\UserFakeActivity\Setup->installStep1(Array)
#8 src/XF/AddOn/StepRunnerInstallTrait.php(29): OzzModz\UserFakeActivity\Setup->installStepRunner(1, Array)
#9 src/XF/Admin/Controller/AddOn.php(419): OzzModz\UserFakeActivity\Setup->install(Array)
#10 src/XF/Mvc/Dispatcher.php(352): XF\Admin\Controller\AddOn->actionInstall(Object(XF\Mvc\ParameterBag))
#11 src/XF/Mvc/Dispatcher.php(259): XF\Mvc\Dispatcher->dispatchClass('XF:AddOn', 'Install', Object(XF\Mvc\RouteMatch), Object(ThemeHouse\InstallAndUpgrade\XF\Admin\Controller\AddOn), NULL)
#12 src/XF/Mvc/Dispatcher.php(115): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(ThemeHouse\InstallAndUpgrade\XF\Admin\Controller\AddOn), NULL)
#13 src/XF/Mvc/Dispatcher.php(57): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#14 src/XF/App.php(2352): XF\Mvc\Dispatcher->run()
#15 src/XF.php(524): XF\App->run()
#16 admin.php(13): XF::runApp('XF\\Admin\\App')
#17 {main}
array(4) {
["url"] => string(51) "/admin.php?add-ons/OzzModz-UserFakeActivity/install"
["referrer"] => string(69) "https://xxxxxxxxx.com/admin.php?add-ons/OzzModz-UserFakeActivity/install"
["_GET"] => array(1) {
["add-ons/OzzModz-UserFakeActivity/install"] => string(0) ""
}
["_POST"] => array(7) {
["_xfProcessing"] => string(1) "1"
["continue"] => string(1) "1"
["confirm"] => string(1) "1"
["params"] => string(2) "[]"
["count"] => string(1) "1"
["finished"] => string(1) "0"
["_xfToken"] => string(8) "********"
}
}
 
Ozzy47 updated [OzzModz] User Fake Activity with a new update entry:

[OzzModz] User Fake Activity for XenForo 2.2+ Update 2.1.0 Beta 4

2.0.1:
  • Added filter by username for public page view handler
  • Fixed add-on install error (BLOB "options" column can't have a default value)
  • Removed unused "refine search" menu
  • Fixed "any" usergroups criteria does not work for public page view
  • Fixed handler class caching
  • Added more detailed trigger options descriptions

Read the rest of this update entry...
 
Hi,

I just purchased and installed the addon: User Fake Activity 2.0.1 4.
But I cannot see the options to configure, I have latest Xenforo 2.2.10 patch 1 installed.
Please help.

Thanks
 
But I cannot see the options to configure, I have latest Xenforo 2.2.10 patch 1 installed.
Please help.
There are no global options for the add-on
All settings are set in special fake activity triggers which are located on the "Users" menu in ACP:

1660299564048.webp
 
The above addon is not working with xenforo 2.2.10 patch 1.
I asked for support and the developer not at all responding. Can i have the refund back?
 
Top Bottom