vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Home Enhancements - Fake User (https://vborg.vbsupport.ru/showthread.php?t=194839)

Arrogant-One 06-28-2010 07:11 AM

Quote:

Originally Posted by Atakan KOC (Post 1654705)
Reserved.

The only issue I have is that if a user is already logged in, and the fake members mod adds users, then that person will show up twice in the Whose Online section. Can that problem be rectified?

buonchit 07-06-2010 03:54 PM

Please update for 4.0.x, thanks.

rose123 07-08-2010 05:51 PM

pkease update for 4.0

NoNickeD 07-14-2010 12:39 PM

Good!

firattetik 12-05-2010 10:50 PM

Atakan Thanks :)

kellyandmark04 12-13-2010 03:32 AM

Quote:

Originally Posted by geda (Post 1789726)
I have added all user groups but its only showing 1 user group online in the forum home page. Anybody know how to fix it?

Thanks in advance

Quote:

Originally Posted by Piratos (Post 1807945)
Comma fixed but i only see one usergroop on whois online!!


it show only usergroup 2
Any help,??

Regards!




Same thing is happening to me and when I remove usegroup 2 nothing shows. I went thru this thread didn't see anything to fix this. Any help??? I have vb 3.8.4 Thanks!

Wonksta 01-28-2011 08:51 PM

Anyone looking at this PHP Code can spot what could be causing two commas separating users when a real user is on?

PHP Code:

<phpcode><![CDATA[if ($vbulletin->options['xfakeonoff']) { 
$numbervisible2 0;
if (
$vbulletin->options['xfakemn']>0)
{
$xsayi1 $vbulletin->options['xfakemn'];
$xsayi2 $vbulletin->options['xfakeug'];
$forumusers $db->query("SELECT *,
IF(displaygroupid=0, usergroupid, displaygroupid) AS displaygroupid
 FROM " 
TABLE_PREFIX "user WHERE usergroupid = '$xsayi2' ORDER BY RAND() LIMIT $xsayi1");
while (
$loggedin $db->fetch_array($forumusers))
{
$numbervisible2++;
fetch_musername($loggedin); 
eval(
'$activeusers .= ", ' fetch_template('forumhome_loggedinuser') . '" ;');

}
}
$totalonline $totalonline $numbervisible2 $vbulletin->options['xfakemv'];
$numberguest $numberguest $vbulletin->options['xfakemv'];
$numberregistered $numberregistered $numbervisible2;
unset(
$forumusers$loggedin$numbervisible2$xsayi1);
$db->free_result($forumusers);
}]]></
phpcode


Cool Dog 01-30-2011 06:34 PM

Can you make a column to add individual user ID's? Also, it does not allow me to add multiple user-groups. When I add them it only shows one user-group.

solinz 06-05-2011 07:37 AM

I got this error !
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: forumhome_loggedinuser in [path]/includes/functions.php on line 4097

Parse error: syntax error, unexpected T_STRING in /home5/qeigflag/public_html/egmazad/forum.php(653) : eval()'d code(14) : eval()'d code on line 1

dizzynation 06-08-2011 03:26 AM

hopefully people dont use this to get more money from there advertisers, that would be fraud.


All times are GMT. The time now is 08:06 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
  • Page Generation 0.01316 seconds
  • Memory Usage 1,748KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete