Page 1 of 1

Differences in language, send email, footer

Posted: Sun Sep 14, 2008 10:10 pm
by mr.root
--

Script URL: www.ksa-966.com/Customer_Service
Version of script: Last Version - 0941
Hosting company: xroot'team
URL of phpinfo.php: 5
URL of session_test.php: null


Write your message below:

Hello all '

I bought a license to the Script is working well. But ...

I have 3 questions

------------------------------------------------------------------------------------
About Messege Title In Email /


1- I am working on the script in Arabic

When I send an email message, to hotmail

the title does not appear in Arabic ...

show is like :

Code: Select all

'ظ„ظ† طھطھظ…ظƒظ† ظ…ظ† ط­ظپط¸ ط¥ط¹ط¯ط§ط¯ط§طھظƒ ط§ظ„ط§ ط§ط°ط§ ظ
but .. Contents of the letter appears to function properly

How can I remedy this :?:

------------------------------------------------------------------------------------
About Message Side In Email /


2-Mail message reach biased to the left side
<<

Should appear biased letter to the right side.
>>

How can I remedy this :?:

------------------------------------------------------------------------------------
About Footer Copyright /

3- the last question regarding the rights, you remove the human PHPJUNK

How do I add my rights now in the footer :?:



Thank you for your help I hope the answer soon as possible

Posted: Mon Sep 15, 2008 6:57 pm
by Klemen
N1 and 2: I'm not sure how arabic encoding works, but you will probably need to add some encoding to the e-mails. Try something like this, but with your own encoding:
viewtopic.php?t=2012&highlight=email+subject

N3: just upload the license file and it will remove the "Powered by" link. You can add your own code in the footer.txt file.

Thank u Kelmen

Posted: Tue Sep 16, 2008 10:25 pm
by mr.root
Dear Kelmen /

footer problem has been resolved .

Email problem remained. 've Tested solutions. But not useful.
Not sure for Arabic language, but you can try adding this code after every line that starts with Code:
@mail(
inside submit_ticket.php, reply_ticket.php and admin_reply_ticket.php: Code:
$headers.="Content-type: text/plain; charset=iso-8859-1";


Change iso-8859-1 to the charset you use for Arabic fonts.
my charset is = windows-1256 , but is not work .

Are there other solutions proposed please ?

This is very important for me .

Posted: Fri Sep 19, 2008 6:11 pm
by mr.root
please :(

Posted: Fri Sep 19, 2008 6:52 pm
by Klemen
Well the only way I can think off to make Arabic text to work is by using the correct charset. If that doesn't work I really don't know what to suggest, unfortunately I have no experience with Arabic text and its' specific features (like right-to-left instead of left-to-right alignment).

Re: Differences in language, send email, footer

Posted: Sun Jun 04, 2023 6:03 am
by ra2020sh
any body help please

Re: Differences in language, send email, footer

Posted: Sun Jun 04, 2023 6:35 am
by ra2020sh
its work when press CTRL + Right_Shit

Re: Differences in language, send email, footer

Posted: Sun Jun 04, 2023 7:18 am
by ra2020sh
Unfortunately after submit same issue Appear :cry:

Re: Differences in language, send email, footer

Posted: Sun Jun 04, 2023 3:36 pm
by ra2020sh
i just add dir="rtl" into in div. into admin_ticket.php in line 706 and its work :D