vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Who Was Online Today on forums (https://vborg.vbsupport.ru/showthread.php?t=59579)

Bigwrenn 08-21-2004 03:29 PM

It looks that way........................

RetroDreams 08-21-2004 05:58 PM

Quote:

Originally Posted by Bigwrenn
It looks that way........................

I installed the one by vbDev. It works well so far.

Bigwrenn 08-21-2004 06:08 PM

Really, I'll have to give it a go.

Watson 08-28-2004 01:12 AM

will give this a whirl

Mosh 09-07-2004 10:08 PM

Gary,

I was testing this on my test site, worked great to start of with, staff loved it, but the same problem, resets itself and there are now no statistics and the max ever in 1 day has reset to zero, so having the same as most of the recent posters here, so I am going to remove it from the test site.

I would really have liked this to have worked, but it seems to not be supported anymore.

One question - can anybody tell me what SQL query I need to run to remove the entry that was originally inserted in to my database when I installed this hack?

Thanks,

JD. :)

Edric 09-12-2004 01:34 PM

Quote:

Originally Posted by Zelda-King
Mods and admins don't show in formatted text (bold/italic).

Simple but very useful hack. Great work. Thanks.

[size]Installed.[/size]

Bigwrenn 09-13-2004 12:08 AM

Quote:

Originally Posted by jdsinclair
Gary,

I was testing this on my test site, worked great to start of with, staff loved it, but the same problem, resets itself and there are now no statistics and the max ever in 1 day has reset to zero, so having the same as most of the recent posters here, so I am going to remove it from the test site.

I would really have liked this to have worked, but it seems to not be supported anymore.

One question - can anybody tell me what SQL query I need to run to remove the entry that was originally inserted in to my database when I installed this hack?

Thanks,

JD. :)

If you have access to your database via phpmyadmin you can look into your datastore table and find "todaymaxonline". At that point you can manually remove or drop that query. Do this after you remove all file and template edits because if you don't it can cause a database error across your forums. Hope this helps.

BTW- Don't forget to remove all phrases that were added for this hack! ;)

Bigwrenn

Markro 09-20-2004 03:00 PM

I'm having troubles with the phrases, how do they work?

Mosh 09-21-2004 02:27 PM

Quote:

Originally Posted by Bigwrenn
If you have access to your database via phpmyadmin you can look into your datastore table and find "todaymaxonline". At that point you can manually remove or drop that query. Do this after you remove all file and template edits because if you don't it can cause a database error across your forums. Hope this helps.

BTW- Don't forget to remove all phrases that were added for this hack! ;)

Bigwrenn

I don't have access via phpMyAdmin, I just wanted the Query that I could run via the AdminCP as my SQL is not the best and I am still learning. It is a good thing I tested this at my test forum first. I am having no problems with it, but now it is a bit reduntant as nothing references it now. I had already removed all modifications before posting my request for the SQL query. Thanks anyway for trying to help. JD. :)

Takamine334 09-23-2004 11:18 PM

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /www/g/groove_salad/htdocs/msgboard/index.php on line 32

???

Warlord 09-29-2004 12:23 AM

*clicks install

Thanks for the vb3 version :)

Mosh 09-30-2004 01:05 AM

Quote:

Originally Posted by Takamine334
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /www/g/groove_salad/htdocs/msgboard/index.php on line 32



???

You need to check that you altered this bit properly (especially the , after the 'mailqueue' entry):

Code:

OPEN index.php AND FIND
******************************
        'mailqueue'
******************************
REPLACE WITH
******************************
        'mailqueue',
        'todaymaxonline'

Hope this helps,

JD. :)

KarateKid 09-30-2004 08:59 AM

Does the newpage version of this hack work with 3.0.3 ?

Neutral Singh 10-09-2004 04:22 AM

Gr8 Hack!! Aman click *Installed*

I find that there are so many guests that visit my site without registering...:tired: I would love to show under this hack information about how many guests visited my site on a one given day... that would make the whole statistic pretty awesome for the visitors as well members. It does not matter that many guests are indeed serach engine spiders. ;)

So, is there any hack which makes it possible to also show how many guests were online today along with active members.

Best Regards

180967 10-10-2004 04:35 AM

It didnt work for us with 3.03.

Quote:

Originally Posted by KarateKid
Does the newpage version of this hack work with 3.0.3 ?


h75 10-10-2004 12:18 PM

Hello. I would like to use this Hack on the portal vBadvanced 1.0.0 :nervous:
Could someone help me, plz. I only find broken links in this Thread.

h75 10-13-2004 09:31 AM

Quote:

Originally Posted by h75
Hello. I would like to use this Hack on the portal vBadvanced 1.0.0 :nervous:
Could someone help me, plz. I only find broken links in this Thread.

Plz help me.....

Chadi 10-16-2004 01:35 AM

Please look here
www.talkjesus.com

I have the same row twice. Why? :)

shadiguy1 10-16-2004 10:26 PM

will this work with 3.0.3 please let me know.

h75 10-17-2004 03:52 AM

Quote:

Originally Posted by chadi
I have the same row twice. Why? :)

have you added $todayloggedinusers 2 times in Template FORUMHOME ? :rolleyes:

dstr 10-17-2004 08:24 AM

Quote:

Originally Posted by shadiguy1
will this work with 3.0.3 please let me know.

i just installed it on 3.0.3 without any problems.

Chadi 10-17-2004 03:55 PM

Can someone please help me here. How do I remove the 2nd same row? www.talkjesus.com

Thanks.

Chadi 10-17-2004 03:56 PM

Quote:

Originally Posted by h75
have you added $todayloggedinusers 2 times in Template FORUMHOME ? :rolleyes:

Weird..somehow I did lol. Fixed. Thanks.

Mosh 10-19-2004 09:47 AM

Quote:

Originally Posted by jdsinclair
Quote:

Originally Posted by Bigwrenn
If you have access to your database via phpmyadmin you can look into your datastore table and find "todaymaxonline". At that point you can manually remove or drop that query. Do this after you remove all file and template edits because if you don't it can cause a database error across your forums. Hope this helps.

BTW- Don't forget to remove all phrases that were added for this hack!

Bigwrenn

I don't have access via phpMyAdmin, I just wanted the Query that I could run via the AdminCP as my SQL is not the best and I am still learning. It is a good thing I tested this at my test forum first. I am having no problems with it, but now it is a bit reduntant as nothing references it now. I had already removed all modifications before posting my request for the SQL query. Thanks anyway for trying to help. JD. :)

For those who want to know how to get rid of the original query, then the Query to run is: DROP TABLE todaymaxonline;

Thanks to Bigwrenn for pointing it out, just did not know that I had to use the DROP command :)

JD :)

AloneEagle 10-21-2004 08:39 AM

******************************
RUN THIS QUERY (IF YOU HAVEN'T RAN
THE INSTALLER.PHP FILE BEFORE)
******************************
INSERT INTO datastore (title, data) VALUES ('todaymaxonline', 'a:2:{s:14:\"todaymaxonline\";i:1;s:18:\"todaymaxo nlinedate\";i:1070000000;}')
******************************

I don't understand that step... Can you please explain it more clearly?
Thanks

AloneEagle 10-21-2004 09:00 AM

SQL-query : [Edit] [Create PHP Code]
INSERT INTO datastore( title,
DATA )
VALUES (
'todaymaxonline', 'a:2:{s:14:\"todaymaxonline\";i:1;s:18:\"todaymaxo nlinedate\";i:1070000000;}'
)

this is what I got after I try to insert that into the database. Did I do it correct?

pseudocode 10-23-2004 01:23 PM

I'm getting the following error unless I REM out 'todaymaxonline' in index.php:

Quote:

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/georgia/public_html/forums/index.php on line 32
Any thoughts?

Mosh 10-23-2004 03:10 PM

Quote:

Originally Posted by pseudocode
I'm getting the following error unless I REM out 'todaymaxonline' in index.php:

Quote:

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/georgia/public_html/forums/index.php on line 32
Any thoughts?

Read this post in this thread for a possible solution - https://vborg.vbsupport.ru/showpost....&postcount=412

pseudocode 10-24-2004 02:29 PM

Quote:

Originally Posted by jdsinclair
Read this post in this thread for a possible solution - https://vborg.vbsupport.ru/showpost....&postcount=412


That did it! I can't believe I missed something that simple. D'oh!

Thank you!!!!!

Mosh 10-25-2004 04:17 AM

Quote:

Originally Posted by pseudocode
That did it! I can't believe I missed something that simple. D'oh!

Thank you!!!!!

Glad to be some help to you :)

jd :)

Number9 10-25-2004 05:12 AM

Quote:

Originally Posted by RetroDreams
So I take it that I should avoid this hack?

YES!

jpt62089 10-25-2004 06:07 AM

Edit: NVM you can delete this... I found a better WWOT

BeatificFaith 10-25-2004 01:31 PM

How can I remove the SQL that I inserted for this hack? Is there a remove code or do I have to remove it manually?

Bigwrenn 10-25-2004 11:27 PM

Run this query: DROP TABLE todaymaxonline;

shadiguy1 10-29-2004 03:52 PM

i installed everything as stated in install file for normal install and nothing is showing up at all please let me know if osmeone can take a look for me thanks..

AloneEagle 11-04-2004 06:33 AM

Quote:

Originally Posted by shadiguy1
will this work with 3.0.3 please let me know.

Its work :).

ProXie 11-06-2004 01:44 PM

Not for me:
http://www.blizzcenter.com/forums.php

I followed the instructions completely.

Viks 11-09-2004 03:18 AM

wud like 2 use but found instructions normal.txt tooo complicated to follow.

Viks 11-09-2004 05:07 AM

i dont get this part --------------------------

RUN THIS QUERY (IF YOU HAVEN'T RAN
THE INSTALLER.PHP FILE BEFORE)
******************************
INSERT INTO datastore (title, data) VALUES ('todaymaxonline', 'a:2:{s:14:\"todaymaxonline\";i:1;s:18:\"todaymaxo nlinedate\";i:1070000000;}')

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

which installer.php?

where is the datastore?

Sergio68 11-11-2004 07:41 AM

I apologise if this is a repeated question but I wasn't able to find an answer here neither in the istructions.

How can I change the setting of this hack from TODAY to Last 24 Hours ?
Thx.


All times are GMT. The time now is 07:25 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.01744 seconds
  • Memory Usage 1,828KB
  • 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
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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