News:

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

Main Menu

Increase Number of Visitors (cheat)

Started by Biology Forums, April 07, 2009, 04:22:50 AM

Previous topic - Next topic

amrik

why you dont  make something can change automatically the number of cheat
Im a Super Noob (I`ve to learn alot from you)

pinoypetfinder

Quote from: akaiphan on April 07, 2009, 07:51:55 PM
^^ in your screenshot, it said 51 guests, but down it said 'most online today: 4'  :P can you also change the bottom line?

uhm yeah. is there a way to automatically change this?

Sabre™

#22
If you're using smf 1.x.x, then you could use the attached package.
You will be redirected to the "features and options" page where you will see the options by scrolling down.


---------------------------------------------------------------------------------------------------


If asked, I will remove the attachment. :)


Attachment removed - Most recent package for SMF 1.1.9 found [HERE]
Do NOT give admin and/or ftp details to just anybody, see if they are trust worthy first!!  Do your homework ;)


pinoypetfinder

thank you! but do i have to uninstall the first package that i installed before installing this?

Sabre™

Yes, or you could use a [Package Parser] and install the additional code manually :)
Do NOT give admin and/or ftp details to just anybody, see if they are trust worthy first!!  Do your homework ;)


pinoypetfinder

awesome! installed it with no prob and it's working on my forum now haha. so cool  :P

S.Nieves

Any idea how to show stats on tinyportal? The forum shows the high stats, but doesn't relate to TP. :)

remi_naija

#27
Is there anyway to add names of members online to this cheat, so if three hundred members are online, 'their names' will show in the 'Users active in the past 15 minutes' display?

The names could be loaded from a text or xml doc.

Please is there a 1.1.9 version of this mod?


Sabre™

Quote from: S.Nieves on June 10, 2009, 11:04:49 PM
Any idea how to show stats on tinyportal? The forum shows the high stats, but doesn't relate to TP. :)

Do you mean to display in a block?
If so, where exactly?  As to display on the front page, or within the forum itself may need slightly different codes.
eg. to display within the forum may need only to copy the code within a block(edits of course), but on the Front Page of TP, will need a different edit.

Someone with more knowledge may know the best way for this, but I will give it a whirl aswell.

Also, for which smf version do you require that for?

Cheers :)
Do NOT give admin and/or ftp details to just anybody, see if they are trust worthy first!!  Do your homework ;)


remi_naija

What changes do I make in my custom theme to install this mod?

neteater

not working for my 2.0 rc1-1 still showing actual number of guests

Sabre™

Quote from: remi_naija on June 13, 2009, 07:05:30 AM
What changes do I make in my custom theme to install this mod?

Your themes BoardIndex.template.php is usually all that needs editing.
Do NOT give admin and/or ftp details to just anybody, see if they are trust worthy first!!  Do your homework ;)


neteater

i have v2.0rc1-1 and it is only increasing number of guest not members

Sabre™

Yeah, that is what the original mod does
"Increase Number of Visitors (cheat)"

It shouldn't be too difficult to work from the package for 1.x.x, and port it to smf2.
Someone with more knowledge on that setup may help you with that, Im only looking into smf2 whenever I have the time.

Good luck :)
Do NOT give admin and/or ftp details to just anybody, see if they are trust worthy first!!  Do your homework ;)


Scratching my Head

This is funny. Thanks to all.

I am using 1.1.9 and a custom theme. Works great.

By the way. Is there a way to change the date of the most online? A date which does
not change may seem odd to a scrutinizing eye. . .  ? 

Any ideas?

Sabre™

Easy enough.

You could go into your BoardIndex.template.php and search for this line
timeformat($modSettings['mostDate'])

And replace it with your own preferred details
eg.
'July 01, 2054, 03:13:37 PM'

Remember to add the single quotes before and after your added details.
You could also make it possible to edit it in the admin section, but this way may suffice.

Good luck :)

Quote from: remi_naija on June 12, 2009, 06:40:17 AM
Is there anyway to add names of members online to this cheat, so if three hundred members are online, 'their names' will show in the 'Users active in the past 15 minutes' display?

Anything is possible ;)
Playing with this just to make it simple, I added 7 rows with saay... 30 members per row(phantom members of course), and have them randomly pick a row via refresh, showing different members each time.. etc etc
This is only viewable to guests of course, as they normally cannot see who is online on my boards.
Then call for it to display on the board.
Obviously these are not clickable, but guests cannot view members profiles on my boards either lol

Hope that helps :)
Do NOT give admin and/or ftp details to just anybody, see if they are trust worthy first!!  Do your homework ;)


Scratching my Head

Quote from: Sabre™ on June 29, 2009, 01:34:56 AM

You could go into your BoardIndex.template.php and search for this line
timeformat($modSettings['mostDate'])

And replace it with your own preferred details
eg.
'July 01, 2054, 03:13:37 PM'

Two instances - change both?

QuoteRemember to add the single quotes before and after your added details.
You could also make it possible to edit it in the admin section, but this way may suffice.


Oh. That would be fun. Editable in the admin section. . . please? Pretty please?

heh.

Anyway, thank you. And if you create a mod for in the admin section - groovy.


Fun!

Sabre™

Remove the installed 1.1.9 version, and install the attached package.
This should do what you ask, but Im not entirely sure, as I have a totally different setup to this now.
If there are any errors with this, then let me know and we'll sort it out.
If not.....  then enjoy :)
Do NOT give admin and/or ftp details to just anybody, see if they are trust worthy first!!  Do your homework ;)


Scratching my Head

#39
Quote from: Sabre™ on June 29, 2009, 09:24:42 AM
Remove the installed 1.1.9 version, and install the attached package.
This should do what you ask, but Im not entirely sure, as I have a totally different setup to this now.
If there are any errors with this, then let me know and we'll sort it out.
If not.....  then enjoy :)


;D That works. And it rawks.

Thanks to you, and thanks to hhy89.

Really a fun mod.

No bugs.

Thanks again.




edit: I found one little nit.

Most Online Today: 12.   Most Online Ever: 136 (September 26, 2008, 07:24:35 PM)

vs.

Most Online Today: 37 Most Online Ever: 666 (Monday, June 29th, 2009, 07:24:35 AM)



I did this:

', $txt['most_online_today'], ': <b>', $toplammost2day = ($modSettings['most2day']),'&nbsp;</b>
    ', $txt['most_online_ever'],




Adding the "&nbsp;", which gives a space.
But I am stuck on how to get the period in there. Little help?


Again: Fine, funny mod. Which may actually be of some use in helping to build
a young community of members who want to think they are a part of something big.
So it's cheating a little bit. So what.

Hats off to the mod authors.



Advertisement: