MyBB Community Forums

Full Version: Make a user appear online 24/7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am running a chatroom which has a trivia bot, I have also made a profile for this bot. The bot is connected 24/7 and I would also like it to appear online 24/7 on the mybb forum.

How would I go about this?
First one that comes to mind:

Add this as a cron job in your hosting panel:

curl -b "mybbuser=botsmybbusercookie" http://yoursite.com/forum/index.php

I actually have a script that makes a user crawl around the forum if you want it.
(2012-08-18, 12:13 AM)Paul H. Wrote: [ -> ]First one that comes to mind:

Add this as a cron job in your hosting panel:

curl -b "mybbuser=botsmybbusercookie" http://yoursite.com/forum/index.php

I actually have a script that makes a user crawl around the forum if you want it.

Sorry to ask this question, but how exactly i add the Cronjob? im right now in the AdminCP, but i dont find it :L
Quote:Add this as a cron job in your hosting panel:
(2014-04-15, 08:00 PM)Nathan Malcolm Wrote: [ -> ]
Quote:Add this as a cron job in your hosting panel:

Define "Hosting Panel" :3

EDIT: Seems my Forum provider didnt enabled Cronjobs, since the taskmanager tab isnt shown.
What ever that may be - cPanel, DirectAdmin, etc.

The MyBB ACP isn't the same as your host's control panel. If you're using a free host such as CreateMyBB3, you won't be able to create cronjobs.