vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - Spider Display (https://vborg.vbsupport.ru/showthread.php?t=171322)

ChurchMedia 02-25-2008 04:40 AM

Cool! I just had to uninstall the 3.6 version. I'll install this tomorrow. Keep pumping them out, Boofo! :)

Magnumutz 02-25-2008 12:46 PM

Yup... you were right Icy... i had edited the config but forgot to upload it :p


But now i'm getting this error:
Code:

Database error in vBulletin 3.7.0 Beta 4:

Invalid SQL:

        SELECT useragent
        FROM session
        WHERE lastactivity >
        AND userid = 0;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND userid = 0' at line 4
Error Number  : 1064
Date          : Monday, February 25th 2008 @ 08:58:56 AM
Script        : http://www.arcademania.ro/
Referrer      : *****
IP Address    : *****
Username      : Unregistered
Classname    : *****
MySQL Version :
=====================================================


JD45 02-25-2008 05:11 PM

Quote:

Originally Posted by Magnumutz (Post 1450630)
Yup... you were right Icy... i had edited the config but forgot to upload it :p


But now i'm getting this error:
Code:

Database error in vBulletin 3.7.0 Beta 4:

Invalid SQL:

        SELECT useragent
        FROM session
        WHERE lastactivity >
        AND userid = 0;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND userid = 0' at line 4
Error Number  : 1064
Date          : Monday, February 25th 2008 @ 08:58:56 AM
Script        : http://www.arcademania.ro/
Referrer      : *****
IP Address    : *****
Username      : Unregistered
Classname    : *****
MySQL Version :
=====================================================


I was getting the SAME exact error as well. I had to remove this and it went away. Something with the config.php mod perhaps?

Magnumutz 02-25-2008 05:26 PM

Donno for sure... Boofo's gotta help us out :)

Boofo 02-25-2008 05:30 PM

What exact code are you putting in the config.php and exactly where?

JD45 02-25-2008 05:42 PM

Code:

if(THIS_SCRIPT == 'index')
{
global $specialtemplates;
$specialtemplates = array_merge($specialtemplates, array('wol_spiders'));
}

Right before the closing php tag.

Boofo 02-25-2008 05:48 PM

What version of MySQL and PHP is your server using?

And move the code above the bottom box.

Magnumutz 02-25-2008 05:52 PM

I've got
Code:

if(THIS_SCRIPT == 'index')
{
global $specialtemplates;
$specialtemplates = array_merge($specialtemplates, array('wol_spiders'));
}

Before the bottom box.

PHP 4.4.6 & MySQL 4.1.22.

Boofo 02-25-2008 07:11 PM

Try uninstalling it and re-installing it again.

Bounce 02-25-2008 07:48 PM

I had same database error and had to remove the hack :(

code was before the end box in config

PHP 5.2.5 - MySQL Version 5.0.45

Boofo 02-25-2008 07:59 PM

You must have something interfering with it then. I can't see why it would work for all but 2 or 3 people. Unless I missed something. I will see what I can figure out amd let you know.

Dream 02-25-2008 08:56 PM

Hey Boofo,

Does this removes the number of spiders from the visitors count on the Who's Online section? Is it like:

Online Users: 130 (7 members, 5 spiders and 118 visitors)

Or something else?

Boofo 02-25-2008 09:40 PM

Yes.

Magnumutz 02-26-2008 02:49 AM

Thanks for the PM Boofo, it fixed it for me.

Great support !!

Boofo 02-26-2008 02:56 AM

Great! I will release the update shortly.

mariocaz 02-26-2008 03:13 AM

To update it only we have to upload again the product file ? and that is all ?

Mario

Magnumutz 02-26-2008 03:24 AM

Yes, upload the new xml product and make sure to check the "Overwrite" box.

mariocaz 02-26-2008 03:42 AM

Okidoki thank you a lot!
Doing that right now.

Icy 02-26-2008 05:45 AM

Quote:

Originally Posted by hIBEES (Post 1450938)
PHP 5.2.5

Don't use PHP 5.2.5. Downgrade to PHP 5.2.4 & wait for PHP 5.2.6 though it has nothing to do with this modification. Just FYI

Azhrialilu 02-26-2008 08:57 AM

Hey Boofo, been ages since I saw you online! Nice mod :)

Boofo 02-26-2008 12:47 PM

Hey, Lee, how' it going? It has been a while, I guess. ;)

Taragon 02-26-2008 08:48 PM

Quote:

Version 1.0.3 --Fixed the leading comma issue when there were no members online.
Thanks!

mariocaz 02-26-2008 09:21 PM

Updated!

Mrquarter 02-26-2008 09:44 PM

Thank you so much for this.

*Marks as installed*

Freesteyelz 02-27-2008 02:22 AM

Thank you, BOOFO! Hehe. :)

Boofo 02-27-2008 02:45 AM

Hey, stranger, where have you been hiding? You're missing the best ones. ;)

KURTZ 02-27-2008 02:05 PM

Bobby i don't understand ... the "whosonline" and "forumdisplay" needs the edits or not?

Boofo 02-27-2008 02:07 PM

The forumhome and whosonline templates need the edits. No file edits except the config.php.

KURTZ 02-27-2008 02:08 PM

OK thx ... now it's clear :)

edit: just wondering, have you tested this with the Track Visits Guests by Paul?

Boofo 02-27-2008 02:09 PM

Then hit install on your way out. ;)

KURTZ 02-27-2008 02:11 PM

I really think that your hacks are very good ... but i'm too lazy to do the template edits :D

anyway i follow (and test) your jobs always ... :)

Boofo 02-27-2008 02:13 PM

You don't know what you are missing, my friend. If there are any updates, you will never know. ;)

Mrquarter 02-27-2008 02:21 PM

Very nice, I did the Update. Thanks!

KURTZ 02-27-2008 04:10 PM

Quote:

Originally Posted by Boofo (Post 1452139)
You don't know what you are missing, my friend. If there are any updates, you will never know. ;)

you're right Bobby, but at this time i won't put many hacks on my boards ... i'm waiting for the Gold 3.7.x ... when it comes out i must review all your hacks :)

Boofo 02-27-2008 04:20 PM

To each his own, I guess. ;)

Freesteyelz 02-27-2008 11:00 PM

Quote:

Originally Posted by Boofo (Post 1451831)
Hey, stranger, where have you been hiding? You're missing the best ones. ;)


I keep up but not someone who install mods just for the sake of. I install mods with purpose. :up:

I've just been working on the new site: Adding content and refining the niche. In time I'll start promoting it. :)

Boofo 02-27-2008 11:42 PM

I still need to get with you on the privacy policy stuff yet. You could stop by and say hi every now and then, you know, busy or not. ;)

Bounce 02-28-2008 10:55 PM

Excellent,thanks for the PM B

Works a treat so far :D

*Installed* :D

Boofo 02-29-2008 06:25 AM

Glad to hear it, sir. ;)

loonytune15 02-29-2008 09:55 AM

Thanks, its good to see this hack updated.

Should be part of the default system...


All times are GMT. The time now is 11:44 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.01389 seconds
  • Memory Usage 1,791KB
  • 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
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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