Differences in language, send email, footer

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
mr.root
Posts: 3
Joined: Sun Sep 14, 2008 9:18 pm

Differences in language, send email, footer

Post 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
- Designer -
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
mr.root
Posts: 3
Joined: Sun Sep 14, 2008 9:18 pm

Thank u Kelmen

Post 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 .
- Designer -
mr.root
Posts: 3
Joined: Sun Sep 14, 2008 9:18 pm

Post by mr.root »

please :(
- Designer -
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post 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).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
ra2020sh
Posts: 10
Joined: Tue May 30, 2023 3:05 pm

Re: Differences in language, send email, footer

Post by ra2020sh »

any body help please
ra2020sh
Posts: 10
Joined: Tue May 30, 2023 3:05 pm

Re: Differences in language, send email, footer

Post by ra2020sh »

its work when press CTRL + Right_Shit
ra2020sh
Posts: 10
Joined: Tue May 30, 2023 3:05 pm

Re: Differences in language, send email, footer

Post by ra2020sh »

Unfortunately after submit same issue Appear :cry:
ra2020sh
Posts: 10
Joined: Tue May 30, 2023 3:05 pm

Re: Differences in language, send email, footer

Post by ra2020sh »

i just add dir="rtl" into in div. into admin_ticket.php in line 706 and its work :D
Post Reply