vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Spider Watcher (https://vborg.vbsupport.ru/showthread.php?t=104582)

nicedreams 02-16-2006 09:45 PM

There is a html coding error in the template.

There is a <thead> but not used or needed towards the top of the template.

Jim

kenanulas 02-16-2006 10:21 PM

how ı can ı put it into footer

Mudvayne 02-17-2006 02:50 AM

Quote:

Originally Posted by kenanulas
how ı can ı put it into footer

in ur footer template search for..
HTML Code:

                                <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
& add just above.. ( for all user )
HTML Code:

<a href="$vboptions[homeurl]/forum/spiders.php">Spider Activity</a>
or for just admin..
HTML Code:

                                <if condition="$permissions['adminpermissions']"><a href="$vboptions[homeurl]/forum/spiders.php">Spider Activity</a>  </if> |

Murty 02-19-2006 10:26 AM

If anyone is interested. If you would only like admins to be able to view the 'Spiders' link in the navbar. Do the following.

1. Locate the 'Navbar' template.
2. Find:

<td class="vbmenu_control"><a href="spiders.php$session[sessionurl_q]">Spiders</a></td>

3. Replace with:

<if condition="$show['admincplink']"><td class="vbmenu_control"><a href="spiders.php$session[sessionurl_q]">Spiders</a></td></if>

Should work.

Mudvayne 02-19-2006 12:49 PM

Quote:

Originally Posted by Murty
3. Replace with:

<if condition="$show['admincplink']"><td class="vbmenu_control"><a href="spiders.php$session[sessionurl_q]">Spiders</a></td></if>

Should work.

Yes.. It 'll work.. But its not the proper way I guess..

nicedreams 02-19-2006 02:41 PM

No known spiders have shown up since i've upgraded to beta 7.

Jim

mikelbeck 02-19-2006 04:32 PM

Beta 8 is now available.

1.0.0 Beta 8 - 02/19/2006
- Change the display of IP addresses to be a pop-up so they're all not displayed on the main page.
- Combined the spiders that have the same name but different user agents.

Upgrade Instructions
1. Upload (and overwrite) spiders to the root of your forum.
2. Import the file product-spiderwatcher.xml using the Manage Products module. Make sure the "Allow Overwrite" option is set to "Yes".
3. Add a link to spiders.php on your navbar or footer.

***UPGRADE NOTE***
When you upgrade from version 1.0.0 Beta 7 to 1.0.0 Beta 8 your existing spider data will be lost!

To make sure that you can decode the maximum amount of spiders, you should grab the latest spiderlist.xml and replace the spiders_vbulletin.xml file in your forumhome/includes/xml/ directory with the one from this thread: http://www.vbulletin.com/forum/showthread.php?t=76662

mikelbeck 02-19-2006 04:34 PM

Quote:

Originally Posted by nicedreams
There is a html coding error in the template.

There is a <thead> but not used or needed towards the top of the template.

Jim

This has been corrected in Beta 8. Thanks for letting me know about it.

Guest210212002 02-19-2006 05:56 PM

DB error importing the update.

Quote:

Database error in vBulletin 3.5.3:

Invalid SQL:
INSERT INTO vb3_spider_watcher (nice_bot, bot, ip_address, page, type, timestamp) VALUES ('Unknown Spider','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1','1113786890','showthread','', NOW());

MySQL Error : Table mydatabasename-removed.vb3_spider_watcher' doesn't exist
Error Number : 1146
Date : Sunday, February 19th 2006 @ 02:54:15 PM
Username : Unregistered
Classname : vb_database

mikelbeck 02-19-2006 07:34 PM

Quote:

Originally Posted by Chris-777
DB error importing the update.

When you installed it, did you "allow overwrite"?

Can you try to re-install it?


All times are GMT. The time now is 04: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.01779 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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