MyBB Community Forums
Integration into own Site - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Resources (https://community.mybb.com/forum-8.html)
+--- Forum: Third Party Integration (https://community.mybb.com/forum-132.html)
+--- Thread: Integration into own Site (/thread-143255.html)



Integration into own Site - xcore15 - 2013-07-29

Hey Guys,

I have an Site(head.php) which has included the global.php with this I can output some Variables from MyBB like Name with $mybb->user['username'], UID and so on everything works.

But now I want the Variable for the Who's Online Page not the whole One, the text says:

1 user active in the past 15 minutes (1 member, 0 of whom are invisible, and 0 guests).

I just wan't the 1 User Active Part without time of 15 Minutes or something like that.

But I searched through many Files and the Variables i found didn't work.


RE: Integration into own Site - Lennart Sauter - 2013-08-03

Use a manual SQL query on the MyBB database.