Kayako Logo
Modifications & Addon Releases Modification guides and addons are posted here to share with the community. Do not post requests in here!

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#46) Old
Siora Online
Member
 
Siora's Avatar
 
Posts: 1,258
Join Date: Apr 2007
Location: Toronto Canada

SupportSuite
Owned License
25-03-2008, 05:13 PM

Quote:
Originally Posted by Matthew View Post
Possibly, possibly... But it sure doesn't hurt to see if anyone else on this big forum is using the mod and has discovered a simple solution for the problem, does it?
No it doesn't, I think Craig was simply informing you of what he's noticed regarding SoftAir since your post was directed at SoftAir and not the general public of this forum.


Mehul
Siora Solutions Inc.
www.sioraIT.com
   
Reply With Quote
  (#47) Old
Matthew Offline
Member
 
Matthew's Avatar
 
Posts: 137
Join Date: Oct 2007
Location: Jakarta, Indonesia

SupportSuite
Owned License

25-03-2008, 05:41 PM

Let's spend the rest of this thread splitting hairs, shall we Siora? Goodness knows there's never quite enough of it on the Kayako forums.

Would anyone else like an answer to my question? Does anyone else use this mod and have an issue with CC and BCC recipients?


Matthew Arciniega
The Precision Group

+ Holiday schedules, attachable to work and staff schedules
+ No more HTML parsing bugs
   
Reply With Quote
  (#48) Old
Dewak Offline
Member
 
Dewak's Avatar
 
Posts: 119
Join Date: Feb 2008

SupportSuite
Owned License
25-03-2008, 05:50 PM

Matthew I have been using this module for a long time and unfortunately the CC and BCC recipients will always receive the URL with the password.

What you can do is to recode the modification and send the password md5 hashed on the link, modify the login code and authenticate directly with md5. This way BCC and CC recipients will still receive the link but they won't be able to see the unencripted password.

Best


Andres Berdugo
Email & MSN: andres[at]dewak.com
Skype: andres.dewak
Dewak: Kayako Development, Consultancy and Support
http://www.dewak.com
   
Reply With Quote
  (#49) Old
Siora Online
Member
 
Siora's Avatar
 
Posts: 1,258
Join Date: Apr 2007
Location: Toronto Canada

SupportSuite
Owned License
25-03-2008, 06:01 PM

Quote:
Originally Posted by Matthew View Post
Let's spend the rest of this thread splitting hairs, shall we Siora? Goodness knows there's never quite enough of it on the Kayako forums.
LOL....We're hear to help and have helped many however sometimes a little clarification is needed when on occasion we read posts that seem sarcastic and unwarranted.


Mehul
Siora Solutions Inc.
www.sioraIT.com
   
Reply With Quote
  (#50) Old
Matthew Offline
Member
 
Matthew's Avatar
 
Posts: 137
Join Date: Oct 2007
Location: Jakarta, Indonesia

SupportSuite
Owned License

26-03-2008, 01:25 AM

Quote:
Originally Posted by Dewak View Post
What you can do is to recode the modification and send the password md5 hashed on the link, modify the login code and authenticate directly with md5. This way BCC and CC recipients will still receive the link but they won't be able to see the unencripted password.
Thanks for you help Andres. I confess the coding of that is slightly beyond me. Can you give a hint as to how it is done? Or would you be willing to post the code for the autologin.php and the bit that needs to go into the ticket reply template?

If only there was a boolean like $hasCCRecipients that could be checked in an IF statement when the email is generated...


Matthew Arciniega
The Precision Group

+ Holiday schedules, attachable to work and staff schedules
+ No more HTML parsing bugs
   
Reply With Quote
  (#51) Old
Dewak Offline
Member
 
Dewak's Avatar
 
Posts: 119
Join Date: Feb 2008

SupportSuite
Owned License
26-03-2008, 03:15 AM

Quote:
Originally Posted by Matthew View Post
If only there was a boolean like $hasCCRecipients that could be checked in an IF statement when the email is generated...
Matthew I think your idea is better, let me check how to do it and I'll paste the code when I figure it out.


Andres Berdugo
Email & MSN: andres[at]dewak.com
Skype: andres.dewak
Dewak: Kayako Development, Consultancy and Support
http://www.dewak.com
   
Reply With Quote
  (#52) Old
spoon Offline
New Member
 
Posts: 3
Join Date: Apr 2008

SupportSuite
Monthly Leased License
no link in staff reply - 03-04-2008, 12:26 PM

I installed the autologon files which I acquired from the Softair site. I am running 3.20.02 of supportsuite. I have checked all the right files are in the right places.

BUT

I get the link for autologon in the autoresponder e-mail, but not in the staff reply. Can anyone tell me how to fix this.

Thanks

Nick
   
Reply With Quote
  (#53) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,353
Join Date: Aug 2006
Location: Mumbai, India

SupportSuite
Owned License
03-04-2008, 01:29 PM

Did you edit the email_staffreply template as well?



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#54) Old
spoon Offline
New Member
 
Posts: 3
Join Date: Apr 2008

SupportSuite
Monthly Leased License
No link in staff reply - 03-04-2008, 01:36 PM

Hello,

Yes I did. Here is the code I used

<{if $ishtml == true}><font face="Verdana, Arial, Helvetica" size="2"><{$contentshtml}>
<BR><BR>
<fieldset style="margin-bottom: 6px; color: #333333;FONT: 11px Verdana, Tahoma;PADDING:3px;">
<legend><{$language[ticketdetails]}></legend><BR>
<{$language[articketid]}><{$ticket[fticketid]}><BR>
<{$language[ardepartment]}><{$ticket[department]}><BR>
<{$language[arpriority]}><font color="<{$priority[frcolorcode]}>"><{$ticket[priority]}></font><BR>
<{$language[arstatus]}><font color="<{$status[statuscolor]}>"><{$ticket[status]}></font><BR>
<{$language[arsubfooter]}><a href="<{$swiftpath}>autologon.php?loginemail=<{$ti cket[email]}>&ticketid=<{$ticket[ticketid]}>&loginpassword=<{$user[userpasswordtxt]}>&swiftpath=<{$swiftpath}>">Hello<{$swiftpath}></a><BR>
</fieldset>
</font><{else}><{$contentstext}>
<{$language[ticketdetails]}>
===================
<{$language[articketid]}><{$ticket[fticketid]}>
<{$language[ardepartment]}><{$ticket[department]}>
<{$language[arpriority]}><{$ticket[priority]}>
<{$language[arstatus]}><{$ticket[status]}>
<{$language[arsubfooter]}><{$swiftpath}>autologon.php?loginemail=<{$ticke t[email]}>&loginpassword=<{$user[userpasswordtxt]}>&ticketid=<{$ticket[ticketid]}>&swiftpath=<{$swiftpath}>
<{/if}>
   
Reply With Quote
  (#55) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,353
Join Date: Aug 2006
Location: Mumbai, India

SupportSuite
Owned License
03-04-2008, 01:42 PM

The mod may not be working with the latest build. You need to confirm it from SoftAir



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#56) Old
Siora Online
Member
 
Siora's Avatar
 
Posts: 1,258
Join Date: Apr 2007
Location: Toronto Canada

SupportSuite
Owned License
03-04-2008, 02:00 PM

Quote:
Originally Posted by supportskins View Post
The mod may not be working with the latest build. You need to confirm it from SoftAir
Good luck getting a hold of someone there.


Mehul
Siora Solutions Inc.
www.sioraIT.com
   
Reply With Quote
  (#57) Old
Matthew Offline
Member
 
Matthew's Avatar
 
Posts: 137
Join Date: Oct 2007
Location: Jakarta, Indonesia

SupportSuite
Owned License

09-04-2008, 08:20 AM

Quote:
Originally Posted by Dewak View Post
Matthew I think your idea is better, let me check how to do it and I'll paste the code when I figure it out.
Still wondering if this is possible with a bit of hackety-hack.


Matthew Arciniega
The Precision Group

+ Holiday schedules, attachable to work and staff schedules
+ No more HTML parsing bugs
   
Reply With Quote
  (#58) Old
Racked Hosting Offline
Member
 
Posts: 344
Join Date: Mar 2006
Location: Manipal

SupportSuite
Owned License
09-04-2008, 11:51 AM

The mod still works for me. I am on the stable build.
   
Reply With Quote
  (#59) Old
Matthew Offline
Member
 
Matthew's Avatar
 
Posts: 137
Join Date: Oct 2007
Location: Jakarta, Indonesia

SupportSuite
Owned License

10-04-2008, 04:08 AM

Quote:
Originally Posted by Racked Hosting View Post
The mod still works for me. I am on the stable build.
Yes, it still works. What we've been talking about is how to prevent the password from being sent in the link in cleartext. Coding an MD5 hash is beyond me, frankly, so I'm wondering if anyone out there has coded the solution already and wouldn't mind sharing.


Matthew Arciniega
The Precision Group

+ Holiday schedules, attachable to work and staff schedules
+ No more HTML parsing bugs
   
Reply With Quote
  (#60) Old
pol67 Offline
New Member
 
Posts: 17
Join Date: May 2007

SupportSuite
Monthly Leased License
Angry 20-05-2008, 10:59 PM

The modification does not work in the version 3.20.02.
See here: Submit ticket - syntax error
   
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB 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
News search inclusion (Free Download) jc11 Modifications & Addon Releases 2 22-11-2006 09:59 PM
Color Palette for admin and staff CP (download here) jc11 Modifications & Addon Releases 0 22-11-2006 01:09 AM
Small IP Mod - Link to DNSStuff Racked Hosting Modifications & Addon Releases 0 13-11-2006 11:38 AM
Google Translation Mod ServerTweak.com Modifications & Addon Releases 14 31-10-2006 01:22 AM
Branding free is NOT Branding Free! NC Software SupportSuite, eSupport and LiveResponse 10 29-09-2006 04:33 PM



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

Kayako provides online help desk software and support solutions; enabling companies to improve their support and reduce costs.

Our three main products include: SupportSuite, eSupport and LiveResponse



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46