MyBB Community Forums

Full Version: auto create thread by bot
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i am searching for a plugin for bots to create auto threads/topics
I don't think there is a plugin for that
Something like RSS Feed Poster?
i have tried and old script but i don't found the updated functions for 1.8
and i have an other issue
views count doubled;
here code bellow:
parents = explode(",", $forum['parentlist']);
	foreach($parents as $parentfid)
	{
		updateforumcount($parentfid);
	}
	$cache->updatestats();
	updatethreadcount($tid);
1 bug / 1 help request => 1 thread.
don't mix several questions when they are not related
What does it need to post?

Check into this plugin:
https://community.mybb.com/mods.php?action=view&pid=1