NetBuilders

You are welcome to look around. You will have to register before you can post a message, create a blog, chat live with our members, or add a site to our directory.




Reply Unblock Facebook
Old 10 January, 2009, 00:09 AM   #1 (permalink)
Gozer
 
Will.Spencer's Avatar
 
Location: Singapore
iTrader: (45)
Blog Entries: 1
Thanked 1,622 Times in 890 Posts
Posts: 4,958
$NetBucks: 8,563
Join Date: Dec 2008
Last Online: Today 08:07 AM
Default Translation Script Version 2.15

Version 2.15 of the translation script is now available.

2.15 is a fix for a change in the code which Google injects into translated pages.

Upgrading to this newest release is highly recommended.

Last edited by Will.Spencer; 23 April, 2009 at 22:59 PM..
  Reply With Quote
Thanked by:
Old 1 February, 2009, 18:04 PM   #2 (permalink)
Net Builder
 
iTrader: (0)
Thanked 22 Times in 14 Posts
Posts: 151
$NetBucks: 0
Join Date: Dec 2008
Last Online: 18 August, 2009 11:11 AM
Default

Can I please have a document or maybe some URL which explain features, and working process of this script?
__________________
Need some time to handle deferred joining date by three big IT companies.

If your work is still pending, I'll soon get in touch.
  Reply With Quote
Old 1 February, 2009, 18:31 PM   #3 (permalink)
Gozer
 
Will.Spencer's Avatar
 
Location: Singapore
iTrader: (45)
Blog Entries: 1
Thanked 1,622 Times in 890 Posts
Posts: 4,958
$NetBucks: 8,563
Join Date: Dec 2008
Last Online: Today 08:07 AM
Default

Quote:
Originally Posted by mixke View Post
Can I please have a document or maybe some URL which explain features, and working process of this script?
Take a look at the other stickies in the Translation Script Support Forum.
  Reply With Quote
Old 2 February, 2009, 17:25 PM   #4 (permalink)
Net Builder
 
iTrader: (0)
Thanked 22 Times in 14 Posts
Posts: 151
$NetBucks: 0
Join Date: Dec 2008
Last Online: 18 August, 2009 11:11 AM
Default

Quote:
Originally Posted by Will.Spencer View Post
Take a look at the other stickies in the Translation Script Support Forum.
Thanks for pointing the thread, I missed it among others. Anyways, I've more questions.

The thread says script works automatically.

How are the pages published on the site?
I get the control to publish them on my own wish or everything (finding new page, translation, publishing) is automated?
I get the control to use it for specific categories on the blog or it will translate every new page?

Phew! This translation thing sounds interesting but I need to understand the working more clearly
__________________
Need some time to handle deferred joining date by three big IT companies.

If your work is still pending, I'll soon get in touch.
  Reply With Quote
Old 2 February, 2009, 18:49 PM   #5 (permalink)
Gozer
 
Will.Spencer's Avatar
 
Location: Singapore
iTrader: (45)
Blog Entries: 1
Thanked 1,622 Times in 890 Posts
Posts: 4,958
$NetBucks: 8,563
Join Date: Dec 2008
Last Online: Today 08:07 AM
Default

Quote:
Originally Posted by mixke View Post
I get the control to publish them on my own wish or everything (finding new page, translation, publishing) is automated?
It's all automated.

Quote:
Originally Posted by mixke View Post
I get the control to use it for specific categories on the blog or it will translate every new page?
You can block directories and file types from being translated by editing ~/translate/.htaccess:
Code:
# Directories that are not translated
RewriteRule ^[^/]+/[^/]+/(bookstore)/(.*)$     ../$1/$2 [L]
RewriteRule ^[^/]+/[^/]+/(store)/(.*)$     ../$1/$2 [L]
RewriteRule ^[^/]+/[^/]+/(graphics)/(.*)$     ../$1/$2 [L]
RewriteRule ^[^/]+/[^/]+/(forum)/(.*)$     ../$1/$2 [L]
RewriteRule ^[^/]+/[^/]+/(icons)/(.*)$     ../$1/$2 [L]
RewriteRule ^[^/]+/[^/]+/(wallpapers)/(.*)$     ../$1/$2 [L]
RewriteRule ^[^/]+/[^/]+/(avatars)/(.*)$     ../$1/$2 [L]
RewriteRule ^[^/]+/[^/]+/(clip-art)/(.*)$     ../$1/$2 [L]
RewriteRule ^[^/]+/[^/]+/(show)/(.*)$     ../$1/$2 [L]
RewriteRule ^[^/]+/[^/]+/(free-fonts)/(.*)$     ../$1/$2 [L]


# Various file extensions that are not translated
RewriteRule ^[^/]+/[^/]+/(.*)\.(dll|zip|sit|hqx|rar|asp|js|php|pdf|xls|gif|png|jpg|bmp|css|ico|GIF|JPG|PNG)$     ../$1.$2 [L]
  Reply With Quote
Old 3 February, 2009, 02:33 AM   #6 (permalink)
Newbie Net Builder
 
MeetHere's Avatar
 
iTrader: (17)
Blog Entries: 1
Thanked 26 Times in 23 Posts
Posts: 450
$NetBucks: 500
Join Date: Dec 2008
Last Online: 16 March, 2010 10:48 AM
Default

what is the upgrade procedure ?

Replace the needed files OR it's automatic ?
  Reply With Quote
Old 3 February, 2009, 03:14 AM   #7 (permalink)
Gozer
 
Will.Spencer's Avatar
 
Location: Singapore
iTrader: (45)
Blog Entries: 1
Thanked 1,622 Times in 890 Posts
Posts: 4,958
$NetBucks: 8,563
Join Date: Dec 2008
Last Online: Today 08:07 AM
Default

To upgrade, just replace the old files with the new files and make the configuration changes for your site.
  Reply With Quote
Old 7 February, 2009, 02:42 AM   #8 (permalink)
Unknown Net Builder
 
iTrader: (0)
Thanked 0 Times in 0 Posts
Posts: 2
$NetBucks: 0
Join Date: Feb 2009
Last Online: 7 February, 2009 04:53 AM
Default

thanks alot! i think i have used an older version on my sites and am quite pleased w/ translation function!
  Reply With Quote
Old 15 April, 2009, 09:05 AM   #9 (permalink)
Unknown Net Builder
 
iTrader: (0)
Thanked 0 Times in 0 Posts
Posts: 1
$NetBucks: 0
Join Date: Apr 2009
Last Online: 15 April, 2009 09:05 AM
Default

I have done everything (apparently not) It appears to be working and redirects from Main Page
to
http://www.chaseswork.com/lang/es/blog/Main-Page.php
but once there I no longer see anything. What did I forget to do? My php info has safe mode off and cUrl mode is enabled. I am running translate ver 2.15

I have also removed php from the list of extensions not translated. everything appears to be working im just not sure why i am only seeing white once i click the spanish flag in the nav bar.

thanks in adavance for your help.
  Reply With Quote
Old 15 April, 2009, 09:15 AM   #10 (permalink)
Gozer
 
Will.Spencer's Avatar
 
Location: Singapore
iTrader: (45)
Blog Entries: 1
Thanked 1,622 Times in 890 Posts
Posts: 4,958
$NetBucks: 8,563
Join Date: Dec 2008
Last Online: Today 08:07 AM
Default

What does the error log for your Apache virtual host show when you click the Spanish flag?

Last edited by Will.Spencer; 8 May, 2009 at 13:51 PM..
  Reply With Quote
Reply

Bookmarks

Tags
215, script, translation, version


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with this Translation Script! coder77 Translation Script Support 1 26 February, 2009 20:05 PM


All times are GMT. The time now is 10:03 AM.
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.1
vBAdvertise v1.0.0 Copyright ©2009, PixelFX Studios
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios