![]() |
Installed. But can you make the hack also for CMPS 3.0RC1? It only shows the fake stats in the forum and not the CMPS page.
|
POSSIBLE SOLUTION UNTESTED!
If you use this hack along with the other fake suer hack available on this forum it could work. The other hack allows you to select how many extra members are online so you select 20 extra members. The limitation of that hack is that if you want to display these members you need to enter random name and even though they show up when clicked it takes you to a blank page. This hack allows you to sue current members so you can click on their names and reach their profiles but it does not add them to the users online: list. Using the two together should work.... |
Quote:
|
Quote:
|
sue was supposed to be use (i think, thats the way i read it) must be using the same keyboard as me:D
Quote:
|
It was meant to say user and I can confirm now that it actually works!
|
is it possible to add fake posts n threads to it, comes on handy after pruning the board
|
this hack just suddenly stopped working.
|
TO have it where your guest will always be a random number? Like I have it set to 137 right now, but it will be that all the time unless I go back into AdminCP and change it...
Random would be good..... Now, the other question is... the members what it is using, everytime a person returns to the site, are those members still on or are they random????? And again..if not, could or how would you make it so?????? Thanks. Love it so far....:up: |
problem the guests are not showing up on the whos online
and to get your members using there group colours do the following in plugin FAKE USERS Find: PHP Code:
PHP Code:
|
This is great, the only idea I have is to make the number change depending on the time of day, could I modify your code to do that?
|
Interesting this would explain how websites that are no where near popular get so many online every day...
|
To get it working in CMPS I put the plugin code below into ./modules/online.php and it showed up. I did it like this because I have no idea how vbadvanced works, so just use it or don't.
Code:
if ($vbulletin->options['xfakeonoff']) { |
Oh, and if you want a random number of users online and guests online, just modify the code to pick a random number of online and guests from the number you specify in the vbulletin options
To randomise the number of online members to show between zero and the number you input in the vbulletin options -> Fake Users Go to AdminCP -> Plugin Manager -> Fake Users (forumhome_complete) -> Edit For number of online members: FIND Code:
$xsayi1 = $vbulletin->options['xfakemn']; Code:
$xsayi1 = rand(0, $vbulletin->options['xfakemn']); FIND Code:
$numberguest = $numberguest + $vbulletin->options['xfakemv']; Code:
$numberguest = $numberguest + rand(0, $vbulletin->options['xfakemv']); A random number of users between 30 and 40 is more realistic than two members online one minute and a full hundred the next ;) Thanks for this mod, btw! My site is just starting off, and it's the best way for it not to look dead all the time. |
Unfortuantely after installing I found 2 things. First the members I added don't show in the "who's online page" thus it's obvious they aren't in the forum. The second is that I have colored usergroups for all members and the added users come up with no colors..thus also a problem. I might install it if these issues can be fixed.
|
Here is an example for putting 3 users up and put it in logged in user list box.
Code:
<a href="http://www.yourwebsite.com/forums/members/user1.html"><span style="color:red;"><b>user1</b></a></span>, <a href="http://www.yourwebsite.com/forums/members/user2.html"><span style="color:green;"><b>user2</b></a></span>, <a href="http://www.yourwebsite.com/forums/members/user3"><span style="color:orange;"><b>user3</b></a></span> |
Quote:
Does it matter where you place this code. I couldn't get it to work for CMPS. Works fine with the forum. |
Quote:
Actually, the file changed between v2.2.x and v3.0 so I've no idea how it should work in 3.0 Technically you should just be able to paste that code I wrote above somewhere in the middle of the file (you'd need to know a little bit about the brackets in code to make sure you're placing it in a good place). |
Does this work with 3.7??
|
Quote:
|
Great this works with 3.7
But my question is why is 3.7 version of this in graveyard and not this version? |
funny mode I like it.. I don't think I will be installing it but maybe for the laugh
what about picking users from the ban list? (I am sure we all have a ban list), this way noone will be seen online when they shouldn't be or find them selves online as they come on. or see last time on etc. etc. |
Quote:
|
Quote:
Quote:
Otherwise, great idea for a hack. |
Quote:
|
Quote:
|
I am using VB 3.8.3, It is working fine.
But only problem is if I set up users online 10 guests 11 In real I have 1 user and 1 guest, it will show up current active users 2 (11 users and 12 guest) Thansk in advance for your time. |
Please, I need your help.
|
Wrong Mod!
|
Thank you very much.
|
merciiiii
|
Doet it work with 4.X?
|
Quote:
|
I have it working on vB 3.8.4 @ the Modern Warfare 3 forum, but the users online lists now shows two commas (, ,) as opposed to one. How do I reduce this back down to one?
|
Can you please make for vB 4.2???
|
Quote:
|
All times are GMT. The time now is 01:30 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|