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.

ITQalam 10-21-2011 03:46 AM

How will I arrange the total users?
Admin Control Panel > Fake Users > Add Member > You can increase or decrease the number.

i want to decease the number but
here is not a option in Plugins & Products---->Manage Products----->Add member???????????????????????????????

TheLastSuperman 10-23-2011 03:27 PM

Quote:

Originally Posted by ITQalam (Post 2259629)
How will I arrange the total users?
Admin Control Panel > Fake Users > Add Member > You can increase or decrease the number.

i want to decease the number but
here is not a option in Plugins & Products---->Manage Products----->Add member???????????????????????????????

AdminCP > vBulletin Options > vBulletin Options > *Now look for a title "Fake User Statistics" or similar and then double-click to edit the settings :cool:.

barakuda 11-01-2011 09:36 PM

please update for 4.1.7.thanks

mito22 11-15-2011 01:14 PM

3.8.6 work but don't work with most ever online record.

happiestplace 04-10-2012 09:22 AM

would this work for vb4?

apiasto 04-12-2012 03:45 PM

same problem here it only shows one user group at a time.can this be fixed,thnx

ricardoNJ 05-31-2012 03:36 AM

Nice only "Add visitor number".

paul180 06-26-2012 06:05 PM

An Update to v4.2 Would be awesome. :D

Panzer Max 12-07-2012 01:36 PM

Why is it when viewed with Firefox, all the names are run together without spaces?

This mod is broke for users of Firefox and IE8. Works nice with Chrome.

Wonksta 12-08-2012 02:11 AM

Yes I can also report the above sometimes even in Chrome the users are not seperated by a space or commo and requires the mod to be reinstalled to resolve the issue

crouzmind 06-02-2013 01:46 PM

1 Attachment(s)
yes this mod have many bugs i have installed it in vb 3.8.7 patch 3 and i noticed that some of problems .

1 > its show the fake user's separate with the real online users . see the attachment i have red mark it .

2 > its show the fake usergroup only the first group from the setting menu . if you type 2.11.12.13 etc its show only the user's from group 2 only and if you type 11,2,13,12 then its show only 11 . its mean its show only the first group from setting .

any one have solution of these issue's ?

TheInsaneManiac 06-05-2013 04:31 AM

Any word on 4.20?

WebMonster2013 08-11-2013 07:00 AM

Quote:

Originally Posted by Cky47 (Post 1758740)
Fixed this mod for you... now displays correctly in 3.8.1 with commas. Enjoy ;)

Code:

<?xml version="1.0" encoding="ISO-8859-1"?>

<product productid="fuser" active="1">
        <title>Fake Users</title>
        <description>Fake Users</description>
        <version>2.0.1</version>
        <url>http://www.tvpano.com/</url>
        <versioncheckurl />
        <apm_releasedate>1223874000</apm_releasedate>
        <apm_author>H.Atakan KOC</apm_author>
        <apm_relatedurl />
        <apm_extrainfo>http://www.tvpano.com/</apm_extrainfo>
        <apm_extraedit />
        <dependencies>
        </dependencies>
        <codes>
        </codes>
        <templates>
        </templates>
        <plugins>
                <plugin active="1" executionorder="5">
                        <title>Fake Users</title>
                        <hookname>forumhome_complete</hookname>
                        <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>
                </plugin>
        </plugins>
        <phrases>
                <phrasetype name="vBulletin Settings" fieldname="vbsettings">
                        <phrase name="setting_xfakemn_desc" date="0" username="" version=""><![CDATA[xx member]]></phrase>
                        <phrase name="setting_xfakemn_title" date="0" username="" version=""><![CDATA[Add member number]]></phrase>
                        <phrase name="setting_xfakemv_desc" date="0" username="" version=""><![CDATA[xx visitor]]></phrase>
                        <phrase name="setting_xfakemv_title" date="0" username="" version=""><![CDATA[Add visitor number]]></phrase>
                        <phrase name="setting_xfakeonoff_desc" date="0" username="" version=""><![CDATA[Mods on= yes /off = no]]></phrase>
                        <phrase name="setting_xfakeonoff_title" date="0" username="" version=""><![CDATA[Fake Users On/Off]]></phrase>
                        <phrase name="setting_xfakeug_desc" date="1211186206" username="Atakan KOC" version="1.0.0"><![CDATA[User Groups<br /><br />e.g 1,5,8]]></phrase>
                        <phrase name="setting_xfakeug_title" date="1211186206" username="Atakan KOC" version="1.0.0"><![CDATA[Select User Groups]]></phrase>
                        <phrase name="settinggroup_fuserx" date="0" username="" version=""><![CDATA[Fake Users]]></phrase>
                </phrasetype>
        </phrases>
        <options>
                <settinggroup name="fuserx" displayorder="65535">
                        <setting varname="xfakeonoff" displayorder="10">
                                <datatype>boolean</datatype>
                                <optioncode>yesno</optioncode>
                                <defaultvalue>1</defaultvalue>
                        </setting>
                        <setting varname="xfakemn" displayorder="20">
                                <datatype>number</datatype>
                                <defaultvalue>100</defaultvalue>
                        </setting>
                        <setting varname="xfakemv" displayorder="30">
                                <datatype>number</datatype>
                                <defaultvalue>50</defaultvalue>
                        </setting>
                        <setting varname="xfakeug" displayorder="40">
                                <datatype>free</datatype>
                                <defaultvalue>2</defaultvalue>
                        </setting>
                </settinggroup>
        </options>
        <helptopics>
        </helptopics>
        <cronentries>
        </cronentries>
        <faqentries>
        </faqentries>
</product>


thank you, works great

john7911 06-04-2014 07:31 PM

Does it work for vb4?
Thank you.

Homie22 07-08-2014 10:28 AM

does this work with vb 4


All times are GMT. The time now is 02:46 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.01400 seconds
  • Memory Usage 1,807KB
  • 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_code_printable
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (25)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