Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vB Global Translator - Multiply your indexed pages & put search traffic on autopilot Details »»
vB Global Translator - Multiply your indexed pages & put search traffic on autopilot
Version: 2.4, by Dave Hybrid Dave Hybrid is offline
Developer Last Online: Dec 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.8.x Rating:
Released: 06-27-2009 Last Update: 07-07-2009 Installs: 67
Uses Plugins Template Edits
Additional Files  
No support by the author.

**Text Removed**

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #532  
Old 07-27-2009, 08:01 AM
CThiessen CThiessen is offline
 
Join Date: May 2007
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
it ist working on my site.
http://brasil-web.de/forum/28018-unt...are.html?hl=pl

I do have:
(Hook) : global_complete
execution order
vBSEO Global Hook : 15
vB Global Translator: 50

Greetings
Christian
Reply With Quote
  #533  
Old 07-27-2009, 09:28 PM
Sweeks Sweeks is offline
 
Join Date: Jul 2008
Posts: 633
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have been following this mod right from the start and I must say, yes it is great!!!

I have a small problem, I would like the mod to ignore a section of code so it is untranslated. I am sure I have seen how to do it at some point in this thread, is there any chance if this is possible you could add it to the first post so it is easy to find
Reply With Quote
  #534  
Old 07-28-2009, 09:03 AM
imported_silkroad imported_silkroad is offline
 
Join Date: Dec 2003
Posts: 563
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Dave!

We are definately seeking results (sooner than expected, BTW), so I will be sending some PayPal coin your way.

I have a question on overloadcache.txt in translate.php:

Our load average on linux is above 1.5 most of the weekday(s) but I have never seen translate.php create overloadcache.txt (GoogleBot is pulling 150 pages per second much of the time these days).

Does that mean there is a bug in translate.php ?
Reply With Quote
  #535  
Old 07-28-2009, 09:43 AM
NLP-er's Avatar
NLP-er NLP-er is offline
 
Join Date: Aug 2008
Location: Wrocław
Posts: 1,353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by imported_silkroad View Post
Hi Dave!

We are definately seeking results (sooner than expected, BTW), so I will be sending some PayPal coin your way.

I have a question on overloadcache.txt in translate.php:

Our load average on linux is above 1.5 most of the weekday(s) but I have never seen translate.php create overloadcache.txt (GoogleBot is pulling 150 pages per second much of the time these days).

Does that mean there is a bug in translate.php ?
No it was disabled. In translate.php You can find:
Code:
//MY CODE TO DISABLE SERVER LOAD CHEcKING
  return 1;
//END
Just remove it to enable load checking. I disabled it when working on cache, I don't know does it goes to release by mistake or it was Dave decision - ask Dave
Reply With Quote
  #536  
Old 07-28-2009, 12:46 PM
vividbreeze vividbreeze is offline
 
Join Date: Sep 2007
Posts: 265
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you install this mod for me?
Reply With Quote
  #537  
Old 07-28-2009, 03:21 PM
Manoel J?nior Manoel J?nior is offline
 
Join Date: Feb 2009
Location: SP / Brasil
Posts: 778
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vividbreeze View Post
Can you install this mod for me?
paid service?
Reply With Quote
  #538  
Old 07-28-2009, 03:33 PM
imported_silkroad imported_silkroad is offline
 
Join Date: Dec 2003
Posts: 563
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NLP-er View Post
No it was disabled. In translate.php You can find:
Code:
//MY CODE TO DISABLE SERVER LOAD CHEcKING
  return 1;
//END
Just remove it to enable load checking. I disabled it when working on cache, I don't know does it goes to release by mistake or it was Dave decision - ask Dave
OK, thanks (Should have noticed that!)

I commented out your return 1 and changed the loadavg amount from 1.5 to 5.5 in the condition check, if(floatval(getServerLoad()) >= 5.5)

I think I will also change the function getServerLoad() to return $load[1] instead of $load[0], to smooth things (remove noise) a bit.

Cheers and thanks for the reply.
Reply With Quote
  #539  
Old 07-28-2009, 03:42 PM
NLP-er's Avatar
NLP-er NLP-er is offline
 
Join Date: Aug 2008
Location: Wrocław
Posts: 1,353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vividbreeze View Post
Can you install this mod for me?
PM Dave or me
Reply With Quote
  #540  
Old 07-28-2009, 03:56 PM
Dave Hybrid's Avatar
Dave Hybrid Dave Hybrid is offline
 
Join Date: Mar 2007
Posts: 463
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by imported_silkroad View Post
Hi Dave!

We are definately seeking results (sooner than expected, BTW), so I will be sending some PayPal coin your way.

I have a question on overloadcache.txt in translate.php:

Our load average on linux is above 1.5 most of the weekday(s) but I have never seen translate.php create overloadcache.txt (GoogleBot is pulling 150 pages per second much of the time these days).

Does that mean there is a bug in translate.php ?
It is old code, ignore it.
Reply With Quote
  #541  
Old 07-28-2009, 03:59 PM
imported_silkroad imported_silkroad is offline
 
Join Date: Dec 2003
Posts: 563
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dave Hybrid View Post
It is old code, ignore it.
I assume it does not work, right?

So, we should comment it out and not use it?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:36 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.05138 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete