News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Advance Fake Users and Guests Online for SMF

Started by Ricky., February 19, 2012, 06:10:51 AM

Previous topic - Next topic

NiceCarvings

Quote from: Ricky. on July 27, 2012, 12:36:02 AM
Nice to know it helped your forum, you simply uninstall mod and it should remove that.

Well when I click uninstall it says package not found. Is there another way to remove it in the credits page?

Ricky.

You may have removed package from packages folder, you may upload fresh package file and then try to uninstall it.

Ricky.

Quote from: -♦-Zeum-♦- on October 28, 2012, 04:49:36 PM
would it be possible to code in something so when a user clicks there name on the online list it says something like, "you are not allowed to view this profile" ?

Ya, it can be done, will implement something similar as of now on next update.

CreativeITWorld.com

A bit of code I have made use of in the past that might assist the mod's author or ambitious admin.

function randomGen($min, $max)
{
    // setup our seed
    srand((float) microtime() * 10000000);
    // Generate the number
    $random = rand($min,$max);
   // Return the number
    return $random;
}
/*adjust these numbers to display a random number within a range-
make sure the low number is on the left.*/

$random_number = randomGen(10,25);
echo "<br/>There are " .$random_number. " visitors online";

CreativeITWorld.com

Quote from: Ricky. on October 31, 2012, 07:12:04 AM
Quote from: -♦-Zeum-♦- on October 28, 2012, 04:49:36 PM
would it be possible to code in something so when a user clicks there name on the online list it says something like, "you are not allowed to view this profile" ?

Ya, it can be done, will implement something similar as of now on next update.

<file name="Themes/default/languages/Errors.english.php">
<operation>
<search position="replace"><![CDATA[The user whose profile you are trying to view does not exist.]]></search>
<add><![CDATA[You do not have permission to view this profile.]]></add>
</operation>
</file>


engrz


David111567

Waiting for the next release of this mod.  This thing is awesome.

engrz


rubbishnor

How to change color of fake user to another color

engrz

how to make is possible to work in smf 2.0.4? this is not working in smf 2.0.4?

Ricky.

Use version emulation , btw, new version is under testing, shall role out soon.

engrz


abelcarreto

Ricky, thanks for this awesome mod. Have you tested if it's working using TinyPortal mod? It's because on my frontpage, I'm showing up a block with connected users. Your mod is working on board index, but not in my TP block. ¿Any help?
Thanks for your time :)

Arantor

It would likely require changing the TP block.

Ricky.

May be because TP portal block takes data from SSI.php and I have not touched that for this mod.

abelcarreto

ok, thanks for you answer and, again, thanks for your work! :)

Burke ♞ Knight

I have this mod working nicely on 2 sites. On a 3rd site, I tried, and the settings in Admin did not show up.
Now, when I tried to look at the settings on the other 2 sites, they also were not showing up.
The mod is still doing what I set it to do before, but now I can't change the settings.
I looked through ManageSettings.php and there is nothing there for the mod.

I had seen here that someone had an issue about this, and then found out that the setting vanished, so thought you might want to know. Maybe another mod took it out, maybe the hook failed, I have no idea.

Ricky.

May be hook file is missing or something. Can't say without looking further like what mod you installed after this mod or what was the most recent mod you installed , anything you see in admin error log ?  Little busy (as usual) , will however try to look into it.

infinix

please can i get this mod to work on smf version 1.1.18??

Advertisement: