
Originally Posted by
quikned
1) The ZIP files extracts all directories in the correct structure... so why not tell the user to upload the extracted directories to the root web directory of the server and not "rearrange" the exctracted directory structure? That eliminates a lot of explanations
I've rewritten the documentation for 2.16b. It's posted now. I think you'll like what you see.

Originally Posted by
quikned
2) Why keep the graphics in additional /separate ZIP files??? Why not just leave them as folders in the correct location in the directories and explain what they are?
The graphics are optional samples. They are not necessary. They are simply useful for some people who may chose to implement the script in that way.
But... unzipping them isn't a bad idea. I'll give that a try. I also moved them under the translate directory so they don't accidentally overwrite anything else on the website.
Of course, we provide two sets of sample graphics, so people will still need to make a choice as to which set they want to use on their web site.

Originally Posted by
quikned
3) The SHTML files need to be explained as to what they are... I am not sure why they are SHTML files and yet they have PHP code inside of it. A lot of servers dont' complie PHP code in HTML or SHTML files. Why not just tell people to copy/paste the code into their site files?
Only a small portion of people use PHP files. Perhaps you could write a guide to implementing the translation script just for those people?

Originally Posted by
quikned
4) Why is your report.sh file written for HTML files as a default instead of PHP files? If you copy the code fromt he SHTML files, into a HTML file it will be useless becasue the PHP code won't be compiled...
If I switched the default to PHP files, people who used HTML files would complain.
People who can't edit a text file are not the target users for this script.

Originally Posted by
quikned
5) Why are there no working examples that I can see? If you posted YOUR OWN site as an example, we could see that it works..
Check Be a Private Investigator for a reference implementation.

Originally Posted by
quikned
You could even post a comment on the site that gives updates to us all (such as... "hey... Google changed their translation script again... and v2.16 does not work"...)
That's what this forum is for. 

Originally Posted by
quikned
I am having a problem with my code.
Beach Carousel Motel - Virginia Beach, VA
If I go to this URL it indeed looks like the script is not being reached:
Code:
http://www.beachcarousel.com/lang/de/index_new.php
Thinking this through...
This means that lang/.htacess must be working.
It looks like translate/.htaccess does not exist or is not being called properly by Apache.
Also, did you edit your site_url into tr_config.php?

Originally Posted by
quikned
What error messages are you seeing in your Apache server logs?
None... it's just not translating anything.
The script logs an enormous amount of data to the Apache logs. I would edit translate/tr_config.php to set $log_level to LOG_DEBUG just to make certain nothing is happening.
If nothing is being logged, then the script is not being reached.
Also in translate/tr_config.php, please set write_raw_content to true. That will keep some temporary files in your cache directory.
Finally, it is possible to enable enhanced mod_rewrite logging by placing the following lines in the Apache configuration for your vhost:RewriteLog "location_where_you_want_the_rewrite_log_store d"
RewriteLogLevel 9
Then, please send me a few of those cache files and a good excerpt from your Apache logs and the rewrite logs.
Thanks man!
Bookmarks