vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Spiders in What's Going on (https://vborg.vbsupport.ru/showthread.php?t=231412)

majsm 12-28-2009 06:24 PM

Quote:

Originally Posted by iCafe (Post 1940270)
ok. it work now

but it don't show name of spider

https://vborg.vbsupport.ru/external/2010/01/14.jpg

I'm guessing it's because there's an issue with your vbulletin_spiders.xml list. Did you download the latest spider list(http://spiderlist.codeforgers.com/list.php) and replace it with vb's default spiders list?

majsm 12-28-2009 06:40 PM

I just realized i didn't put the correct path on where to put the spider list. Sorry guys, here it is:
You can get the latest spider list from http://spiderlist.codeforgers.com/list.php and put it in your YOURFORUM/includes/xml/ folder. You'll need to replace the old "spiders_vbulletin.xml" file.

Bouncer222 12-28-2009 09:46 PM

QUESTION:

Does it deduct X guests from guests and instead adds it to spiders?

Example: I have 2 members and 4 guests. 2 of those guests are spiders.
Does it display it like this? 2 members, 2 guests and 2 spiders or...
2 members 4 guests 2 spiders

Which one?

majsm 12-28-2009 09:55 PM

Quote:

Originally Posted by Bouncer222 (Post 1940916)
QUESTION:

Does it deduct X guests from guests and instead adds it to spiders?

Example: I have 2 members and 4 guests. 2 of those guests are spiders.
Does it display it like this? 2 members, 2 guests and 2 spiders or...
2 members 4 guests 2 spiders

Which one?

It displays as 2 members, 2 guests and 2 spiders

Dr.osamA 12-29-2009 01:55 AM

1 Attachment(s)
thanx man

very good MOD

her is arabic version
plzz add it to orignal mod

installed
________
COACH PURSES

merlin_de 12-29-2009 06:43 AM

1 Attachment(s)
Hello,
i have translated the most in german. But the word "spiders" in the attachement can not be founf in phrases or templates. Anyone an idea where i can change this in the word "Suchmaschinen"?
Greets,Micha

Vehbi KOC 12-29-2009 07:36 AM

Thanks

majsm 12-29-2009 07:39 AM

Quote:

Originally Posted by merlin_de (Post 1941275)
Hello,
i have translated the most in german. But the word "spiders" in the attachement can not be founf in phrases or templates. Anyone an idea where i can change this in the word "Suchmaschinen"?
Greets,Micha

find this part of the code in the xml file
Code:

                                if ($nspiders) { $numberguest = $numberguest - $nspiders; }
                                $vbphrase['x_members_and_y_guests'] .= ' and '.$nspiders.' spiders';

I believe this is what you would need to change

majsm 12-29-2009 07:49 AM

Quote:

Originally Posted by majsm (Post 1941302)
find this part of the code in the xml file
Code:

                                if ($nspiders) { $numberguest = $numberguest - $nspiders; }
                                $vbphrase['x_members_and_y_guests'] .= ' and '.$nspiders.' spiders';

I believe this is what you would need to change

You just need to change it to
Code:

$vbphrase['x_members_and_y_guests'] .= ' and '.$nspiders.' Suchmaschinen';

merlin_de 12-29-2009 08:14 AM

Quote:

Originally Posted by majsm (Post 1941307)
You just need to change it to
Code:

$vbphrase['x_members_and_y_guests'] .= ' and '.$nspiders.' Suchmaschinen';

Hello,
thanks for your support, works fine now.
Greets,Micha


All times are GMT. The time now is 03:10 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.01387 seconds
  • Memory Usage 1,740KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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