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)
-   -   Show Spiders Online on ForumHome (https://vborg.vbsupport.ru/showthread.php?t=75986)

Caveman2k2 03-25-2005 03:35 AM

Any update on the cmps add in? I'm just waiting for that to install this hack.

Thanks

Polo 03-25-2005 01:41 PM

Quote:

Originally Posted by Shackbase
This wouldn't work for CMPS? bummmer. i was thinking about installing it.

--Tone

I should have read this thread before installing it in my cmps lol :ermm:

amykhar 03-25-2005 02:05 PM

Yep. Especially since the very first post says it doesn't work with portals :D

Polo 03-25-2005 02:18 PM

Quote:

Originally Posted by amykhar
Yep. Especially since the very first post says it doesn't work with portals :D

sorry, but the first post doesnt say it doesnt work...

it says:

Quote:

If you have a portal page that shows online users, you will have to edit it yourself to incorporate the changes.
which is different ;)

I thought I was the first one to give it a try on the cmps... until I read that post by shackbase :)

amykhar 03-25-2005 02:25 PM

Actually, my statement is true. If you want it to work in a portal, you are going to have to add the code to make it work. Once you change the code, it works. :D You just have to take the time to figure out what code to change.

Caveman2k2 03-25-2005 02:37 PM

So, does this mean you're not going to release the code to fix the error people get on vba? If not, that's okay. I'm just wondering if I should keep checking this thread :)

Polo 03-25-2005 02:43 PM

Quote:

Originally Posted by amykhar
Actually, my statement is true. If you want it to work in a portal, you are going to have to add the code to make it work. Once you change the code, it works. :D You just have to take the time to figure out what code to change.

Technically your recent statement is not true... because you are saying:

Quote:

the very first post says it doesn't work with portals
when it says:
Quote:

If you have a portal page that shows online users, you will have to edit it yourself to incorporate the changes.
you are not saying is doesnt work, you are saying that it has to be modified to make it work... ;)

ANYWAYS..... lol

I will keep playing with it, if I find a way to make it work I will post the solution... :)

amykhar 03-25-2005 02:53 PM

Quote:

Originally Posted by Caveman2k2
So, does this mean you're not going to release the code to fix the error people get on vba? If not, that's okay. I'm just wondering if I should keep checking this thread :)

I'm working on it right now.

Polo 03-25-2005 08:07 PM

cool, thanks amykhar... hope you are succesful doing it... because i wasnt lol :( :ermm:

oz_moses 04-04-2005 02:23 PM

I had a go at it also, but again no cigar.

I noticed this thread on Brian's forum which gives a work around, but unfortunately no fix..

oz_moses 04-04-2005 02:28 PM

from what I've seen, it'll be a change to the template adv_portal_onlineusers, which is currently:

Code:

<!-- Online Users Block -->
       
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
        <tr>
                <td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] <a href="$vboptions[bburl]/online.php?$session[sessionurl]">$vbphrase[active_users]</a>: $totalonline</strong></span>
                </td>
        </tr>
        <tr>
                <td class="alt2"><span class="smallfont"><phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase></span></td>
        </tr>
        <tr>
                <td class="alt1"><span class="smallfont">$activeusers</span></td>
        </tr>
       
        <tr>
                <td class="alt2"><span class="smallfont"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></span></td>
        </tr>
</table>
<br />

<!-- End Online Users Block -->

I've made the bit I think we'll have to change bold..

amykhar 04-04-2005 04:50 PM

Changing the template is enough to make it not show the error. But, it's not enough to make it show the spiders. I've been working on it, but for some reason on the portal page it thinks every guest is a spider.

oz_moses 04-04-2005 05:55 PM

that's where I'm at too.. I'm probably just grasping at straws here.. could it be due to the changes that were made in your instructions to index.php ? Perhaps we could include these same changes in \forums\includes\vba_cmps_include_top.php

amykhar 04-04-2005 06:21 PM

Oz, I've been trying to incorporate the changes from index.php. I think the problem has something to do with getting the spiderstring from the datastore. But, I haven't had time to sit down and really see what's going on.

BigIke 04-05-2005 01:14 AM

For some reason I can't edit the phrase x_members_and_y_guests to use the third parameter.. I mean I can click edit, but after I do that, what do I do? My only options are inserting something into the English US translation box. Any ideas?

venomx 04-05-2005 01:35 AM

I put it into the English US translation box and it works :)

Snake 04-05-2005 04:58 PM

Quote:

Originally Posted by bringindaruckus
For some reason I can't edit the phrase x_members_and_y_guests to use the third parameter.. I mean I can click edit, but after I do that, what do I do? My only options are inserting something into the English US translation box. Any ideas?

I'm currently stuck here. What to do next? :ermm:

Snake 04-05-2005 05:41 PM

Oh and one more thing. I think I found a bug in the mod.

At current, it says...

Quote:

Most users ever online was 312, Yesterday at 11:15 PM.
Snake , Uchiha Sasuke , weretere , Gamer , The Great One , Sasuke
Shoudn't it supposed to say/look like this...

Quote:

Snake, Uchiha Sasuke, weretere, Gamer, The Great One, Sasuke

amykhar 04-05-2005 07:58 PM

Quote:

Originally Posted by Snake
I'm currently stuck here. What to do next? :ermm:

Do the English translation is all I can suggest. I don't know why some people have issues editing phrases. It's not a problem with this hack.

amykhar 04-05-2005 07:59 PM

Quote:

Originally Posted by Snake
Oh and one more thing. I think I found a bug in the mod.

At current, it says...



Shoudn't it supposed to say/look like this...

We fixed that problem above. Read the thread. It's just a matter of taking the spaces out of the template for some weird reason.

Snake 04-06-2005 06:30 AM

Thanks, it's all fixed.

subnet_rx 04-07-2005 11:56 PM

I can't find this in the WHOSONLINE template

2="$numberguest"

Snake 04-08-2005 12:36 PM

Are you running vB 3.0.7?

subnet_rx 04-08-2005 05:28 PM

sure am

Snake 04-08-2005 06:09 PM

Okay then look for the following code:

Quote:

<td class="tcat" colspan="$colspan"><div class="smallfont">
<span style="float:$stylevar[right]">
<a href="online.php?$session[sessionurl]order=$sortorder&amp;sort=$sortfield&amp;pp=$perpa ge&amp;page=$pagenumber&amp;who=$who&amp;ua=$showu a"><strong>$vbphrase[reload_this_page]</strong></a>
</span>
You should see it.

BigIke 04-08-2005 09:43 PM

Anyone have any luck with the spiders showing on portal homepages?

venomx 04-08-2005 09:47 PM

Amy was working on one not sure if she still is.

Mosh 04-09-2005 05:02 PM

Thanks Amy, works perfectly :)

TwinsForMe 04-09-2005 06:12 PM

[high]* TwinsForMe clicks install
[/high]

Thanks. :)

General_ 04-10-2005 03:14 PM

Hello,

Here is the German Translation of the Hack
I've translated the Instructions and the phrase at the end. :nervous:
Suggestions to my PM-Box or my Mail Address.

Have Fun.

catocom2 04-11-2005 12:07 AM

Cool!
I've been waiting on this. :)


edit : it seems the spiders are showing up as guests.
gotta track down the prob....

catocom2 04-11-2005 12:16 AM

Quote:

Originally Posted by subnet_rx
I can't find this in the WHOSONLINE template

2="$numberguest"

it is...
2="$numberguests"

catocom2 04-11-2005 12:29 AM

edit for post before last:
I found my problem....
I missed a step in the index.php.

Works great wit 307.
Thanks!

albibak 04-11-2005 09:45 AM

Thanks to share it :)

Polo 04-11-2005 12:16 PM

Quote:

Originally Posted by bringindaruckus
Anyone have any luck with the spiders showing on portal homepages?

yeah... i'm still waiting for this...

Marco van Herwaarden 04-13-2005 06:38 AM

In the installation instructions for this hack you should search in the index.php for:
PHP Code:

// memory saving 

Somebody just pointed out to me that there are 3 instances of this in the init.php.

Amy could you please clarify which instance to use?

TTG 04-13-2005 08:29 AM

Quote:

Originally Posted by MarcoH64
In the installation instructions for this hack you should search in the index.php for:
PHP Code:

// memory saving 

Somebody just pointed out to me that there are 3 instances of this in the init.php.

Amy could you please clarify which instance to use?

If you follow the instructions down the index it takes you to the 3rd reference of "memory saving" .. add above that one

// memory saving
unset($userinfos, $loggedin);

Marco van Herwaarden 04-13-2005 09:52 AM

Quote:

Originally Posted by TTG
If you follow the instructions down the index it takes you to the 3rd reference of "memory saving" .. add above that one

// memory saving
unset($userinfos, $loggedin);

Yes i know that it probably should be the third occurence if you follow all the edits in sequence. But better to update the instructions so that there can be no wrong interpretation.

weaver 04-18-2005 04:22 PM

Amy, are you still working on the vbadvanced add-on? :)

Polo 04-18-2005 04:35 PM

Quote:

Originally Posted by snobbymom
Amy, are you still working on the vbadvanced add-on? :)

I would like to know that too :)


All times are GMT. The time now is 12:00 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.01732 seconds
  • Memory Usage 1,827KB
  • 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
  • (2)bbcode_php_printable
  • (18)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