![]() |
Quote:
|
Quote:
Yeah, seems even better than before. |
Also; as you can see 717 pages indexed. site:www.teenforumz.com inurl:?hl=
If you want to see how many translated pages you have indexed goto google and type; site:domain.com inurl:?hl= Thanks. |
Nice one, thanks for the query Dave :up: hope more gain indexing too :)
|
Quote:
|
What I supposed to do to,, run the following query's to import the tables. '' in PhP My admin? I'm a noob I dont understand,can someone explain :)
LE: Dont need hely anymore regarding this matter Now I dont understand this.. :( Quote:
|
Hi,
@ 2TX will you do an Update of your code for the current version 2.3? I try to merge that on my own but I had no success. The chages with: <!--nttart--> Do not translate this text <!--ntend--> and with the API Key. What I did: I put in: <if condition="(THIS_SCRIPT == 'showthread')"> for the flags The I go to the showthread Template an add on top <!--nttart--> and at the end <!--ntend--> The I edit the Postbit/Postbit Lagacy Template an ad before the content <!--ntend--> an after the content <!--nttart-->. So only the "real" Content will be translated. This works very fast. Show some strange Letters in the not translated parts but I don't care, I i thing Google don't care becuse most of the not translatetd words are not importet for the Content. As I work with the marcoH1 Add on, I do the same tere so the Headlines will bo alsos transtated. But this stops working with the Update 2.2 If you may post the code for the current version I realy apriciate. Thanks Christian |
Quote:
<meta http-equiv="Content-Type" content="text/html; charset=THIS-IS-YOUR-ORIGINALENCODING" /> |
Updated.
site:galaxyofstars.co.uk inurl:?hl= ^^ 533 indexed. :) |
Quote:
|
Quote:
Code:
delete from wt_cache_short where originaltext like '% %'; X X X So for same X translation you can have many data in DB. Making mentioned change makes it works faster, and DB is smaller. Also executing those queries on DB will remove all data like listed above and bellow, X will be translated again and after that work without dummy DB filling, and unnecessary querying google for translations. Also indexes should be smaller and faster because there is less common prefixes in originaltext. Also in my forum many sites have translations like: Posts: X Y So now you have translations like i.e. Posts: 1 213 Posts: 1 6 Posts: 2 213 Posts: 2 6 Posts: 1 100 Posts: 2 100 Posts: 3 100 Posts: 3 213 Posts: 3 6 After my changes you will have less translations. For mentioned examples it will be only: Posts: 1 Posts: 2 Posts: 3 213 100 6 Once again - I advice those changes |
Hi;
works pretty good: Googel.de Quote:
Quote:
Christian |
Quote:
And what I should add here.. from here,I dont understand,I know,noob question maybe All the flags are on separate lines in alpha order, find your language and add <!-- to the start and --> to the end of the line. eg; <!-- language flag code --> <a rel="novbseo"href="<?php echo (strstr($_SERVER["VBSEO_URI"],'?hl='.@$_GET['hl'])) ? str_replace('?hl='.@$_GET['hl'], '', $_SERVER["VBSEO_URI"]) . '?hl=en' : str_replace('?hl='.@$_GET['hl'], '', $_SERVER["VBSEO_URI"]) . "?hl=en"; ?>"><img src="/flags/United States.gif" alt="English" border="0" /></a> |
I notice that for some data cache is not used, translation is made again and again cache is populated. So there can be data duplication in DB. It is rare and didn't find out why yet (1 clue - working on that).
If you would like to check do you have data duplication in your cache execute those queries. Execute one by one - each one works on other cache table and tells you how many times and which data is duplicated (1st column duplication counter, 2nd for which originaltext, 3rd for which language): Code:
select count(*) counter, originaltext, tl from wt_cache_short group by originaltext, tl having count(*) > 1 order by counter desc; So till it will be solved you can just clear data duplications. I can share my queries to do that, but be aware that those can evaluating for some time and I had to connect by some mysql client on my comp, because by www client server was passing away before query finished it's job. So if you want to delete data duplication first need to create 2 tables for temporary data: Code:
CREATE TABLE saver ( Code:
delete from cleaner; |
Quote:
|
My forum dont load now,I see just a blank page,what happens?
LE: I found if I upload file translateflags.php forum doesnt load anymore,if I delete the file from the server it works. |
Quote:
Thanks! S-MAN |
v2.3a Official Release
* Small fix to avoid translation of non braking spaces to normal spaces To upgrade; find in Global Translator Plugin: Code:
require_once("translate.php"); Code:
$output = str_replace(" ", "< >", $output); Code:
delete from wt_cache_short where originaltext like '% %'; |
Been watching this develop, so just one tweak is needed for vBseo?
How many languages will be used all 28? Or do I chose them? |
Great addition, but im getting this problem
Installed yesterday... and i understand its got loads pages to translate... If i translate home page... works fine... but if i try a forum or forum page all i get is (French One) Forum spécifié non valide. Si vous avez suivi un lien valide, s'il vous plaît aviser le administrateur Translates into Not valid specified forum. If you followed a link validates, please to notify the administrator Is it a case of just waiting or is there a problem.... its been installed near 20 hours so far Cheers |
Quote:
|
I will PM you m8.... with test account
|
Hi,
Users don?t like to wait for an translation and I don?t know how long Google will wait for the translated page. Maybe if Google followed the first time a link an ever get the same timestamp in the sitemap it will take a while until Google crawl this site again. So the best thing might be to put all the old sites in the database. I used XLink to check my links but it doesn?t work with not translated pages if its nessary to wait for the Translation. The result is a time out. So I check some other Link Checkers an I am satisfied with CyberSpyder Link Test. So how to put all old pages in the databse. You need:
Be passion and enjoy the result. Christian |
Maybe I'd overlooked..., but I have not translated Relevant Replacements set in vBseo (H1, H2)
Any solution? ps. vbSEO 1.0 style |
Quote:
Great work Dave and Thanks |
Quote:
You have vbseo but are still running the standard vbulleting url type. |
Quote:
|
if we are upgrading from the old version.. can u give us the steps or u want us to remove everything then start from 0 ?
|
Quote:
The second post here details from v1 to v2 Then the various v2 upgrades are scattered in the thread. |
Quote:
|
Hi,
I got it working on my site but check out what it looks like when I translate to Japanese? www.gupshupp.com |
Quote:
Looks perfectly fine to me. |
Quote:
|
Quote:
I think it works fine with google and people how has JP language . |
Hello Dave ,
" $enablesession " Not work with me now .. Can you check on it ? |
Quote:
|
Quote:
" $enablesession " save the session in the visitor language . isn't ? |
Quote:
I don't want to do this because afraid of errors when 2nd translation will be inserted. Because I cannot reproduce it in browser, I don't know how it will behave. Possible behavior is that 2nd translation just get error during insertion and just go further and everything is fine for end user (spider). But other possibility is that during that error 2nd page generation will fail (i.e. white screen). Note that even in this situation it can happen only once per page, and only when we have this hazard situation. So does someone knows what really will happen (white page, error on page, or just silent mysql error and normal generation)? :) |
Ok - already found good solution for that :) So I will give you better solution today :)
|
It seems to have ceased working for me, I may try a reinstall, what is best Dave? Thanks :up:
|
All times are GMT. The time now is 10:26 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|