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

Notices

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#46) Old
Siora Online
Member
 
Siora's Avatar
 
Posts: 1,283
Join Date: Apr 2007
Location: Toronto Canada
25-03-2008, 06: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.


Siora Solutions Inc.
www.sioraIT.com
   
Reply With Quote
  (#47) Old
Matthew Offline
Member
 
Matthew's Avatar
 
Posts: 195
Join Date: Oct 2007
Location: Jakarta, Indonesia
25-03-2008, 06: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
+ Free: Ticket List & Search Mods
| Dept. Display Names
+ Free: (Almost) Perfect Outlook/HTML Tickets
+ Tutorials: SLA System Explained
| Using Template Groups
Kayako v3.20.02 | PHP: 5.2.6 | MySQL: 5.0.58 | CentOS 4
   
Reply With Quote
  (#48) Old
Dewak Offline
Member
 
Dewak's Avatar
 
Posts: 145
Join Date: Feb 2008
25-03-2008, 06: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,283
Join Date: Apr 2007
Location: Toronto Canada
25-03-2008, 07: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.


Siora Solutions Inc.
www.sioraIT.com
   
Reply With Quote
  (#50) Old
Matthew Offline
Member
 
Matthew's Avatar
 
Posts: 195
Join Date: Oct 2007
Location: Jakarta, Indonesia
26-03-2008, 02: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
+ Free: Ticket List & Search Mods
| Dept. Display Names
+ Free: (Almost) Perfect Outlook/HTML Tickets
+ Tutorials: SLA System Explained
| Using Template Groups
Kayako v3.20.02 | PHP: 5.2.6 | MySQL: 5.0.58 | CentOS 4
   
Reply With Quote
  (#51) Old
Dewak Offline
Member
 
Dewak's Avatar
 
Posts: 145
Join Date: Feb 2008
26-03-2008, 04: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
no link in staff reply - 03-04-2008, 01: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,858
Join Date: Aug 2006
Location: Mumbai, India
03-04-2008, 02: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
No link in staff reply - 03-04-2008, 02: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,858
Join Date: Aug 2006
Location: Mumbai, India
03-04-2008, 02: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,283
Join Date: Apr 2007
Location: Toronto Canada
03-04-2008, 03: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.


Siora Solutions Inc.
www.sioraIT.com
   
Reply With Quote
  (#57) Old
Matthew Offline
Member
 
Matthew's Avatar
 
Posts: 195
Join Date: Oct 2007
Location: Jakarta, Indonesia
09-04-2008, 09: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
+ Free: Ticket List & Search Mods
| Dept. Display Names
+ Free: (Almost) Perfect Outlook/HTML Tickets
+ Tutorials: SLA System Explained
| Using Template Groups
Kayako v3.20.02 | PHP: 5.2.6 | MySQL: 5.0.58 | CentOS 4
   
Reply With Quote
  (#58) Old
Racked Hosting Offline
Member
 
Posts: 353
Join Date: Mar 2006
Location: Manipal
09-04-2008, 12:51 PM

The mod still works for me. I am on the stable build.
   
Reply With Quote
  (#59) Old
Matthew Offline
Member
 
Matthew's Avatar
 
Posts: 195
Join Date: Oct 2007
Location: Jakarta, Indonesia
10-04-2008, 05: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
+ Free: Ticket List & Search Mods
| Dept. Display Names
+ Free: (Almost) Perfect Outlook/HTML Tickets
+ Tutorials: SLA System Explained
| Using Template Groups
Kayako v3.20.02 | PHP: 5.2.6 | MySQL: 5.0.58 | CentOS 4
   
Reply With Quote
  (#60) Old
pol67 Offline
New Member
 
Posts: 19
Join Date: May 2007
Angry 20-05-2008, 11:59 PM

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

Tags
autologon, download, mod

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

BB 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
Free News search inclusion (Free Download) jc11 Modifications & Addon Releases 2 22-11-2006 09:59 PM
Free Color Palette for admin and staff CP (download here) jc11 Modifications & Addon Releases 0 22-11-2006 01:09 AM
Free Small IP Mod - Link to DNSStuff Racked Hosting Modifications & Addon Releases 0 13-11-2006 11:38 AM
Free 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 05:33 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0


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 47