when i select the source and destination language it opens up as should and then when i edit and save i see the the Hebrew letters but when i edit again the old edit getting scrummble and sometimes i see ???? instead Hebrew latter
i believe the problem is in the saving process which convert the Hebrew letters to something else.
p.s
i open a ticket at your site
Hosting, Domains, Soft, Web Design
Atmark.Ru
The error message specifically created.
The problem is that in the string of your language uses just two types of quotes. Single and double.
Single quotes (apostrophes) are used in speech
n'avez & l'exactitude
Double in the \ "CSR \"
Since the the words can not replace an apostrophe, you must replace the double quotes \ "CSR \"
on the 'CSR'
or ' ' C S R ' ' (spaces between the symbols for clarity) (if you want to have the appearance of the double quotes)
Solutions for processing in a row <input> entry form immediately double and single quotes I have not found.
I would be happy for your tips.
Last edited by atmark; 04-16-12 at 03:45 PM.
Hosting, Domains, Soft, Web Design
Atmark.Ru
The main problems arise when using the addon due to lack of server module installed MBSTRING.
Please check the installation MBSTRING before using addon.
http://php.net/manual/en/book.mbstring.php
thank you
Hosting, Domains, Soft, Web Design
Atmark.Ru
Problem solved
Thank you @atmark for your help
Great support
here is the solution as @atmark recommend
1> in the .htaccess file add the line:
2> in the configuration.php file add this :Code:AddDefaultCharset UTF-8
Code:mb_internal_encoding("UTF-8"); mb_regex_encoding("UTF-8");
Hi
Can you please renew addon download link
Thank you very much
Hi!
Link to page Addon Translate
http://atmark.ru/client/whmcs_transl...nguage=English
Download Link at bottom of page.
Hosting, Domains, Soft, Web Design
Atmark.Ru
my configuration.php looks liek this:
so how exactly should my new configuration look like, because i am having problems with utf-8 šđžčć characters.?Code:<?php $mod_translate['backup'] = 'yes'; // yes | no // create backup copy $mod_translate['format'] = 'Y-m-d_H:i:s'; // format name backup copy file. //See - http://ru2.php.net/manual/en/function.date.php $mod_translate['field'] = 90; // field width $mod_translate['page'] = 25; // rows per page $license = 'fdfsdfdsf5455445'; $db_host = 'localhost'; $db_username = 'username_whmcs'; $db_password = 'myownpassword'; $db_name = 'name_whmcs'; $cc_encryption_hash = '3g4j3g23jh53jh52jj525g235h2hj5g235g23jh52g35g2h352h3j'; $templates_compiledir = '/home2/username/templates_c/'; $mysql_charset = 'utf8'; $attachments_dir = '/home2/username/attachments/'; $downloads_dir = '/home2/username/downloads/'; ?>
Thank you in advance
Dan
Addon is ready to use in V5,2+
Registration required for download
http://atmark.ru/whmcs/
http://atmark.ru/soft/whmcs/translate/
Last edited by atmark; 03-21-13 at 12:52 AM.
Hosting, Domains, Soft, Web Design
Atmark.Ru
Hi,
I have downloaded the new addon for 5.2
and I have a problem with finding the "API key BING"
Bing site redirect me to: datamarket.azure
and when I put the Account Key, Example: txfJ***W8gVk***Bh*I6U*b+h+H****w+l1C****674=
It doesn't translate and give me an AppID Error when I click on the play button.
Thanks in advanced,
Martin
Hi!
Thank you for your post.
I got my key still in 2011 and no longer looked on the site microsofttranslate.
The old API key still works.
I got a new key and added the opportunity to use them.
Please, download a new release.
Please inform about your a result work.
Hosting, Domains, Soft, Web Design
Atmark.Ru
Hello,
if I want to register for the Bing API then I always get displayed "page not available" Is there a possibility? And how do I run the script?