Beck_LiveChat - Version 1.5.1

Version Notes

none

Download this release

Release Info

Developer Magento Core Team
Extension Beck_LiveChat
Version 1.5.1
Comparing to
See all releases


Code changes from version 1.5.0 to 1.5.1

Files changed (36) hide show
  1. app/code/community/Beck/LiveChat/Block/Reporting.php +73 -0
  2. app/code/community/Beck/LiveChat/controllers/ReportingController.php +10 -0
  3. app/code/community/Beck/LiveChat/etc/config.xml +10 -1
  4. app/design/adminhtml/default/default/layout/livechat.xml +8 -0
  5. app/design/adminhtml/default/default/template/livechat/reporting.phtml +7 -0
  6. app/etc/modules/ZBeck_LiveChat.xml +1 -1
  7. app/locale/da_DK/Beck_LiveChat.csv +118 -0
  8. app/locale/fr_FR/Beck_LiveChat.csv +5 -1
  9. package.xml +18 -8
  10. skin/adminhtml/default/default/media/livechat/charts.swf +0 -0
  11. skin/adminhtml/default/default/media/livechat/charts_library/ar3d.swf +0 -0
  12. skin/adminhtml/default/default/media/livechat/charts_library/arno.swf +0 -0
  13. skin/adminhtml/default/default/media/livechat/charts_library/ars3.swf +0 -0
  14. skin/adminhtml/default/default/media/livechat/charts_library/arst.swf +0 -0
  15. skin/adminhtml/default/default/media/livechat/charts_library/brfl.swf +0 -0
  16. skin/adminhtml/default/default/media/livechat/charts_library/brno.swf +0 -0
  17. skin/adminhtml/default/default/media/livechat/charts_library/brst.swf +0 -0
  18. skin/adminhtml/default/default/media/livechat/charts_library/buno.swf +0 -0
  19. skin/adminhtml/default/default/media/livechat/charts_library/cl3d.swf +0 -0
  20. skin/adminhtml/default/default/media/livechat/charts_library/clfl.swf +0 -0
  21. skin/adminhtml/default/default/media/livechat/charts_library/clim.swf +0 -0
  22. skin/adminhtml/default/default/media/livechat/charts_library/clno.swf +0 -0
  23. skin/adminhtml/default/default/media/livechat/charts_library/clp3.swf +0 -0
  24. skin/adminhtml/default/default/media/livechat/charts_library/cls3.swf +0 -0
  25. skin/adminhtml/default/default/media/livechat/charts_library/clst.swf +0 -0
  26. skin/adminhtml/default/default/media/livechat/charts_library/cnno.swf +0 -0
  27. skin/adminhtml/default/default/media/livechat/charts_library/dollar.jpg +0 -0
  28. skin/adminhtml/default/default/media/livechat/charts_library/dono.swf +0 -0
  29. skin/adminhtml/default/default/media/livechat/charts_library/lnno.swf +0 -0
  30. skin/adminhtml/default/default/media/livechat/charts_library/mxno.swf +0 -0
  31. skin/adminhtml/default/default/media/livechat/charts_library/pi3d.swf +0 -0
  32. skin/adminhtml/default/default/media/livechat/charts_library/pie.jpg +0 -0
  33. skin/adminhtml/default/default/media/livechat/charts_library/piim.swf +0 -0
  34. skin/adminhtml/default/default/media/livechat/charts_library/pino.swf +0 -0
  35. skin/adminhtml/default/default/media/livechat/charts_library/pono.swf +0 -0
  36. skin/adminhtml/default/default/media/livechat/charts_library/scno.swf +0 -0
app/code/community/Beck/LiveChat/Block/Reporting.php ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Beck_LiveChat_Block_Reporting extends Mage_Adminhtml_Block_Template
4
+ {
5
+ public function getTransformationReporting()
6
+ {
7
+ $chats = Mage::getModel('livechat/archives_session')->getCollection()->load();
8
+ $total_chat = $chats->count();
9
+ $count_order = 0;
10
+ foreach ($chats as $chat)
11
+ {
12
+ if ($chat->getOrder_placed() != '')
13
+ {
14
+ $count_order++;
15
+ }
16
+ }
17
+ $percent_order = $count_order / $total_chat * 100;
18
+ $percent_noorder = ($total_chat - $count_order) / $total_chat * 100;
19
+ $xml = "<chart>
20
+ <chart_data>
21
+ <row>
22
+ <null/>
23
+ <string>".$this->__('Chat with order')."</string>
24
+ <string>".$this->__('Chat without order')."</string>
25
+ </row>
26
+ <row>
27
+ <string></string>
28
+ <number>".$percent_order."</number>
29
+ <number>".$percent_noorder."</number>
30
+ </row>
31
+ </chart_data>
32
+ <chart_grid_h thickness='0' />
33
+ <chart_label shadow='low' color='000000' alpha='65' size='10' position='inside' as_percentage='true' />
34
+ <chart_pref select='false' drag='true' rotation_x='60' min_x='20' max_x='90' />
35
+ <chart_rect x='180' y='40' width='200' height='200' positive_alpha='0' />
36
+ <chart_transition type='spin' delay='.5' duration='0.75' order='category' />
37
+ <chart_type>3d pie</chart_type>
38
+ <draw>
39
+ <rect bevel='bg' layer='background' x='0' y='0' width='400' height='250' fill_color='4c5577' line_thickness='0' />
40
+ <text shadow='low' color='0' alpha='10' size='40' x='0' y='260' width='500' height='50' v_align='middle'>567890123456789012</text>
41
+ <rect shadow='low' layer='background' x='-50' y='70' width='500' height='200' rotation='-5' fill_alpha='0' line_thickness='80' line_alpha='5' line_color='0' />
42
+ </draw>
43
+ <filter>
44
+ <shadow id='low' distance='2' angle='45' color='0' alpha='50' blurX='4' blurY='4' />
45
+ <bevel id='bg' angle='180' blurX='100' blurY='100' distance='50' highlightAlpha='0' shadowAlpha='15' type='inner' />
46
+ <bevel id='bevel1' angle='45' blurX='5' blurY='5' distance='1' highlightAlpha='25' highlightColor='ffffff' shadowAlpha='50' type='inner' />
47
+ </filter>
48
+ <legend bevel='bevel1' transition='dissolve' delay='0' duration='1' x='0' y='45' width='50' height='210' margin='10' fill_color='0' fill_alpha='20' line_color='000000' line_alpha='0' line_thickness='0' layout='horizontal' bullet='circle' size='12' color='ffffff' alpha='85' />
49
+ <series_color>
50
+ <color>00ff88</color>
51
+ <color>ffaa00</color>
52
+ </series_color>
53
+ </chart>";
54
+ $xml = ereg_replace("\n", '', $xml);
55
+ $xml = ereg_replace("\r", '', $xml);
56
+ $xml = ereg_replace("\t", '', $xml);
57
+ return $xml;
58
+ }
59
+
60
+ public function getChart($xml_data, $width = 400, $height = 250)
61
+ {
62
+ $flash_url = $this->getSkinUrl('media/livechat/charts.swf');
63
+ $library_path = $this->getSkinUrl('media/livechat/charts_library/');
64
+ $flash = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,45,0" width="'.$width.'" height="'.$height.'">
65
+ <param name="movie" value="'.$flash_url.'">
66
+ <param name="uality" value="high">
67
+ <param name="wmode" value="transparent">
68
+ <param name="flashvars" value="library_path='.$library_path.'&xml_data='.$xml_data.'">
69
+ <embed src="'.$flash_url.'" flashvars="library_path='.$library_path.'&xml_data='.$xml_data.'" quality="high" wmode="transparent" width="'.$width.'" height="'.$height.'" name="tech" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash pluginspage="http://www.macromedia.com/go/getflashplayer" />
70
+ </object>';
71
+ return $flash;
72
+ }
73
+ }
app/code/community/Beck/LiveChat/controllers/ReportingController.php ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Beck_LiveChat_ReportingController extends Mage_Adminhtml_Controller_Action
4
+ {
5
+ public function indexAction()
6
+ {
7
+ $this->loadLayout();
8
+ $this->renderLayout();
9
+ }
10
+ }
app/code/community/Beck/LiveChat/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Beck_LiveChat>
5
- <version>1.5.0</version>
6
  </Beck_LiveChat>
7
  </modules>
8
  <admin>
@@ -40,6 +40,11 @@
40
  <action>livechat/operator_list</action>
41
  <resource>admin/customer/livechat/operatorlist</resource>
42
  </operatorlist>
 
 
 
 
 
43
  </children>
44
  </livechat>
45
  </children>
@@ -86,6 +91,10 @@
86
  <title>Operators list</title>
87
  <sort_order>810</sort_order>
88
  </operatorlist>
 
 
 
 
89
  </children>
90
  </livechat>
91
  </children>
2
  <config>
3
  <modules>
4
  <Beck_LiveChat>
5
+ <version>1.5.1</version>
6
  </Beck_LiveChat>
7
  </modules>
8
  <admin>
40
  <action>livechat/operator_list</action>
41
  <resource>admin/customer/livechat/operatorlist</resource>
42
  </operatorlist>
43
+ <reporting translate="title" module="livechat">
44
+ <title>Reporting</title>
45
+ <action>livechat/reporting</action>
46
+ <resource>admin/customer/livechat/reporting</resource>
47
+ </reporting>
48
  </children>
49
  </livechat>
50
  </children>
91
  <title>Operators list</title>
92
  <sort_order>810</sort_order>
93
  </operatorlist>
94
+ <reporting translate="title" module="livechat">
95
+ <title>Reporting</title>
96
+ <sort_order>811</sort_order>
97
+ </reporting>
98
  </children>
99
  </livechat>
100
  </children>
app/design/adminhtml/default/default/layout/livechat.xml CHANGED
@@ -45,4 +45,12 @@
45
  <block type="livechat/widget_sessions" name="livechat.sessions.live" />
46
  </reference>
47
  </livechat_session_live_index>
 
 
 
 
 
 
 
 
48
  </layout>
45
  <block type="livechat/widget_sessions" name="livechat.sessions.live" />
46
  </reference>
47
  </livechat_session_live_index>
48
+ <livechat_reporting_index>
49
+ <reference name="head">
50
+ <action method="addJs"><script>livechat/AC_RunActiveContent.js</script></action>
51
+ </reference>
52
+ <reference name="content">
53
+ <block type="livechat/reporting" name="stats" template="livechat/reporting.phtml" />
54
+ </reference>
55
+ </livechat_reporting_index>
56
  </layout>
app/design/adminhtml/default/default/template/livechat/reporting.phtml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <?php
2
+ $xml_data = $this->getTransformationReporting();
3
+
4
+
5
+ ?>
6
+ <h2><?php echo $this->__('Convert rate'); ?></h2>
7
+ <div><?php echo $this->getChart($xml_data); ?></div>
app/etc/modules/ZBeck_LiveChat.xml CHANGED
@@ -5,7 +5,7 @@
5
  <active>true</active>
6
  <codePool>community</codePool>
7
  <depends />
8
- <version>1.5.0</version>
9
  </Beck_LiveChat>
10
  </modules>
11
  </config>
5
  <active>true</active>
6
  <codePool>community</codePool>
7
  <depends />
8
+ <version>1.5.1</version>
9
  </Beck_LiveChat>
10
  </modules>
11
  </config>
app/locale/da_DK/Beck_LiveChat.csv ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Configuration","Konfiguration"
2
+ "General options","Generale indstillinger"
3
+ "Is enabled","Er aktiv"
4
+ "Display options","Vis indstillingerne"
5
+ "Chat label","Chat Emne"
6
+ "LiveChat configuration","LiveChat konfiguration"
7
+ "LiveChat operators","LiveChat operatører"
8
+ "Operators","Operatøre"
9
+ "Operators list","Operatør liste"
10
+ "Create new operator","Lav ny operatør"
11
+ "Operator's data","Operatør data"
12
+ "Password","Kodeord"
13
+ "Name","Navn"
14
+ "Enabled","Aktiv"
15
+ "Disabled","Inaktiv"
16
+ "Save","Gem"
17
+ "Create","Lav"
18
+ "Operator %s has been successfully created.","Operatør %s er nu oprettet."
19
+ "Operator %s has been successfully modified.","Operatør %s er nu ændret."
20
+ "Operator %s has been successfully deleted.","Operatør %s er nu slettet."
21
+ "Edit operator","Ændre operatør"
22
+ "disabled","inaktiv"
23
+ "Send","Send"
24
+ "Chat refresh frequency","Chat opdaterings frekvens"
25
+ "Chat refresh decay","Chat opdaterings "
26
+ "Image style","Billede stil"
27
+ "Get chat list","Hent chat liste"
28
+ "Get chat messages messages","Hent chat beskeder besked"
29
+ "Send message to customer","Send en besked til kunder"
30
+ "Operator disconnection","Operatør går offline"
31
+ "Operator connection","Operatør går online"
32
+ "Title label","Titel emne"
33
+ "Unavailable message","Utilgængelig besked"
34
+ "Default customer name","Default kunde navn"
35
+ "Get new messages","Lav ny besked"
36
+ "Get new sessions","Lav en ny session"
37
+ "System name","System navn"
38
+ "System wait message","System vente besked"
39
+ "Customers chat list","Kunde chat liste"
40
+ "Customer name","Kunde navn"
41
+ "Started at","Startede kl"
42
+ "Dispatched to","Vidresendt til"
43
+ "Store","Butik"
44
+ "State","Stat"
45
+ "Not dispatched","Ikke vidresendt"
46
+ "Closed","Lukket"
47
+ "Close","Luk"
48
+ "Open","Åben"
49
+ "Are you sure ?","Er du sikker?"
50
+ "Total of %d record(s) were successfully deleted","Total %er af det gemte blev slettet"
51
+ "Please select chat(s)","Venligst vælg chat"
52
+ "Status","Status"
53
+ "Online","Online"
54
+ "Disconnected","Offline"
55
+ "Autor","Forfatter"
56
+ "Message","Besked"
57
+ "Placed at","Placeret ved"
58
+ "Please select message(s)","Venligst vælg besked(er)"
59
+ "Delete","Slet"
60
+ "-- Session terminated --","-- Chat afsluttet--"
61
+ "Total of %d record(s) were successfully closed","Total %er af log er lukket"
62
+ "There is no chat available for operator %s","Det er ikke muligt at kontakte denne opratør i %s"
63
+ "This session is closed, you cannot send message.","Denne session er lukket, du kan derfor ikke sende beskeder"
64
+ "Access denied for %s","Adgang nægtet i %s"
65
+ "Operator access","Operatør adgang"
66
+ "Operator %s is now disconnected and no longer appear online.","Operatør %s er nu offline og vises ikke mere online"
67
+ "Operator %s has just been created configure the store allowed for him <a href=\'%s\'>here</a>.","Operatør %s er nu lavet, konfigurer hvilken butik der skal bruges <a href=\'%s\'>here</a>"
68
+ "Admin refresh rate","Admin opdateringshastighed"
69
+ "Behaviour","Opførsel"
70
+ "On Operator disconnect","Når operatør går offline"
71
+ "On chat session close","Når chatten afsluttes"
72
+ "On customer connexion","Når kunde forbinder"
73
+ "Close dispatched chat session","luk afsendte chat sessioner"
74
+ "Undispatch non-closed chat session","ikke afsendte ulukkede chat sessioner"
75
+ "Send a close message","Sen en lukke besked"
76
+ "Allow to reopen a closed chat session","Tillad at åbne for en lukket chat session"
77
+ "Replace the chat session creator name","Ændre Chat sessionens \"ejer\" navn"
78
+ "Replace all customer's messages autor name","Ændre alle \"forfatterens\" besked navn"
79
+ "When the customer sends a message","Når en kunde sender en besked"
80
+ "System message when session is automatically created","System besked når en session automatisk laves"
81
+ "Chat session creation","Chat session tilblivelse"
82
+ "When customer send his first message","Når en kunde sender den første besked"
83
+ "Automatically create a new chatsession for everyone","Lav automatisk en ny chat session for alle"
84
+ "Automatically create a new chat session for every customer logged in","Lav automatisk en ny chat session for all kunder som er logget ind"
85
+ "Customer url","Kunde Url"
86
+ "Total of %d record(s) were successfully opened","Total %s log\'s blev åbnet"
87
+ "Running chat sessions","Åbne chat sessioner"
88
+ "Archived chat sessions","Gennemførte chat sessioner"
89
+ "View archived sessions","Se gennemførte sessioner"
90
+ "View live sessions","Se live sessioner"
91
+ "Back","Tilbage"
92
+ "Messages","Beskeder"
93
+ "Total of %d record(s) were successfully archived","Total %s log\'s af gennemførte"
94
+ "Archive","Gennemførte"
95
+ "Close a session","Luk session"
96
+ "Display LiveChat box in front office.","Vis Livechat boksen i front office"
97
+ "Message refresh interval for customer (in seconds).","Besked opdaterings interval for kunder ( i sekunder )"
98
+ "Admin operator page refresh rate (in seconds).","Admin operatør side opdateringshastighed ( i sekunder )"
99
+ "Message which is displaying when no operator are online.","Viste besked når operatør ikke er online"
100
+ "Name of the customer when not logged in.","Kundens navn når ikke logget ind"
101
+ "Sender name of the automatic messages.","Afsenders navn af automatiske besked"
102
+ "Message sent when a customer has just started a chat session.","Besked afsendt når en kunde starter en chat session"
103
+ "Message sent when a chat has been automatically created.","Besked afsendt nå en chat session laves automatisk"
104
+ "The chat session is closed, so no operator can get it.","Chat sessionen er afsluttet. Operatøren får ikke beskeden."
105
+ "The chat session is released, so another operator can get it.","Chat sessionen er åben, en anden operatør vil få beskeden."
106
+ "If the chat session is not archived the customer can reactivate it by sending a new message.","Hvis beskeden ikke modtages, kan kunden reaktivere chatten ved at sende en ny besked"
107
+ "Archived session are definitevely closed. If not chat sessions are only closed.","Afsluttede sessioner er lukket, hvis ikke lukkes chat sessionerne"
108
+ "Total of %d record(s) were successfully disconnected","Total af %d log\'s er afsluttet"
109
+ "Disconnect","Offline"
110
+ "Update existing sessions","Opdatere denne session"
111
+ "Maximum number of lines displayed","Max antal liner vist"
112
+ "Set 0 to display all lines","Angiv 0 for vis alle linier"
113
+ "When the session expire","Når sessionen udløber"
114
+ "Archivate the session","Log denne session"
115
+ "Session","Session"
116
+ "Sessions Live","Session online"
117
+ "Display only for registered user","Vis kun dette til registrerede brugere"
118
+ "If yes, only connected customer can see the chatbox.","Hvis ja, Er det kun kunder som kan se chatboksen der forbindes"
app/locale/fr_FR/Beck_LiveChat.csv CHANGED
@@ -118,4 +118,8 @@
118
  "Sessions Live","Sessions en cours"
119
  "Display only for registered user","Afficher uniquement pour les utilisateurs enregistr&eacute;"
120
  "If yes, only connected customer can see the chatbox.","Si oui, seuls les clients connect&eacute; peuvent voir la bo&icirc;te de t'chat"
121
- "Display admin tab","Afficher l'encart dans le panneau administration"
 
 
 
 
118
  "Sessions Live","Sessions en cours"
119
  "Display only for registered user","Afficher uniquement pour les utilisateurs enregistr&eacute;"
120
  "If yes, only connected customer can see the chatbox.","Si oui, seuls les clients connect&eacute; peuvent voir la bo&icirc;te de t'chat"
121
+ "Display admin tab","Afficher l'encart dans le panneau administration"
122
+ "Reporting","Statistiques"
123
+ "Convert rate","Taux de transformation"
124
+ "Chat with order","Chat avec commande"
125
+ "Chat without order","Chat sans commande"
package.xml CHANGED
@@ -1,21 +1,31 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Beck_LiveChat</name>
4
- <version>1.5.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>A LiveChat in your Magento Store</summary>
10
- <description>Your customer can ask for help to the store's operators.
11
- You can add one or more operators, each operator can be affected to one or more stores.
12
- Operator can use the windows software LiveChatOperator wich can stay in tray icon and alert you when new chat session is started or when new message incoming.
13
- All is free.</description>
 
 
 
 
 
 
 
 
 
 
14
  <notes>none</notes>
15
  <authors><author><name>Fabrice Beck</name><user>auto-converted</user><email>fabrice.beck@fia-net.com</email></author></authors>
16
- <date>2009-04-17</date>
17
- <time>14:08:02</time>
18
- <contents><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="livechat"><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="chat.png" hash="0b6147abc4b325b6adc53101020214fd"/><file name="close.png" hash="453440e151c84241d7e96fbef87e3ce4"/><file name="close_hover.png" hash="504658759baedc0fae5461fc25d1258d"/></dir></dir><dir name="livechat"><file name="livechat.css" hash="dc9579be4ca477338f78cb63d63dc5f4"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="livechat"><file name="livechat.css" hash="b4e4554301897980dfb271a5f33549b4"/></dir></dir><dir name="images"><dir name="livechat"><file name="ajax-loader.gif" hash="622c5fd994ddbd1dd7295e975a855394"/><file name="chat.png" hash="0b6147abc4b325b6adc53101020214fd"/><file name="livechat_icon_1_offline.gif" hash="6f29645dd823de420f87406adeefbd74"/><file name="livechat_icon_1_online.gif" hash="0fb04fadb0291cae8fb18f077e5cb287"/><file name="livechat_icon_2_offline.gif" hash="ccac8aead3064b6b573b36790c259a4f"/><file name="livechat_icon_2_online.gif" hash="ccffb2ccd56232a48a2886b987095398"/><file name="livechat_icon_3_offline.gif" hash="fee4fd690feaad68955e4d3f17ea61ba"/><file name="livechat_icon_3_online.gif" hash="7218d4f034d4eb13e3d5b0c309687c61"/><file name="livechat_icon_4_offline.gif" hash="17bc9d490e7c66482aaa813c4c542e93"/><file name="livechat_icon_4_online.gif" hash="dd529dbdf1ffc62c593fd6c4548dfd52"/><file name="Thumbs.db" hash="2089b8492f53243c46f05e1d86ae85dc"/></dir></dir></dir><dir name="modern"><dir name="css"><dir name="livechat"><file name="livechat.css" hash="f0595e7964bdae458d1c7fb4a0e71060"/></dir></dir><dir name="images"><dir name="livechat"><file name="ajax-loader.gif" hash="622c5fd994ddbd1dd7295e975a855394"/><file name="chat.png" hash="0b6147abc4b325b6adc53101020214fd"/><file name="livechat_icon_1_offline.gif" hash="6f29645dd823de420f87406adeefbd74"/><file name="livechat_icon_1_online.gif" hash="0fb04fadb0291cae8fb18f077e5cb287"/><file name="livechat_icon_2_offline.gif" hash="ccac8aead3064b6b573b36790c259a4f"/><file name="livechat_icon_2_online.gif" hash="ccffb2ccd56232a48a2886b987095398"/><file name="livechat_icon_3_offline.gif" hash="fee4fd690feaad68955e4d3f17ea61ba"/><file name="livechat_icon_3_online.gif" hash="7218d4f034d4eb13e3d5b0c309687c61"/><file name="livechat_icon_4_offline.gif" hash="17bc9d490e7c66482aaa813c4c542e93"/><file name="livechat_icon_4_online.gif" hash="dd529dbdf1ffc62c593fd6c4548dfd52"/><file name="Thumbs.db" hash="5d6de5587cb6edace482aa9ceb9d5363"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="livechat.xml" hash="4cbf4e1c4552722bbec1828ed58dec76"/></dir><dir name="template"><dir name="livechat"><file name="operator.phtml" hash="7013c5fe4dbd2cba0fe06336dba4c7a7"/><file name="session.phtml" hash="bed057fb47975a3a7a09187b82c76483"/><dir name="notification"><file name="toolbar.phtml" hash="17cf821d5949f14a61fcd5e8b36e5038"/></dir><dir name="session"><file name="detail.phtml" hash="278dbb25de95e687d02b291a67261518"/></dir><dir name="widget"><file name="chatlive.phtml" hash="309a7cfb21f706f63f90d937112d9d26"/><file name="sessionslive.phtml" hash="692226dc8625b3765030d6b48711cea4"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="livechat.xml" hash="7a80c2f0893481af99d2acabf14de075"/></dir><dir name="template"><dir name="livechat"><file name="chat.phtml" hash="9b1d6d6bfdee8d10093efa73143ba096"/></dir></dir></dir><dir name="modern"><dir name="layout"><file name="livechat.xml" hash="37e80dc38dd51095f830c1ca6349cbe5"/></dir><dir name="template"><dir name="livechat"><file name="chat.phtml" hash="9b1d6d6bfdee8d10093efa73143ba096"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Beck"><dir name="LiveChat"><dir name="Block"><file name="Operator.php" hash="359b81c070d1e6599fec6186adbb76cb"/><file name="Session.php" hash="4ef2dd4fbfc349b31acc707882860d9c"/><file name="Template.php" hash="0c074cc3ac23df715131bc5e3be4f043"/><dir name="Notification"><file name="Toolbar.php" hash="4b158993a40a24fe1f355fa8d29623af"/></dir><dir name="Operator"><file name="Edit.php" hash="540a5246fcff5b1a8e821445e07ebd12"/><file name="List.php" hash="e4f392b7522aa002744abcb33fa5ce70"/><dir name="Edit"><file name="Form.php" hash="e97d951a63ed996560cb1526e23cb358"/></dir></dir><dir name="Session"><file name="Detail.php" hash="821d5c92c500cafa72ed50ba29eab352"/><file name="Grid.php" hash="b2116c31cbd297ed046296083bbf2fcf"/><dir name="Detail"><file name="Grid.php" hash="15786bd48ac663b9e9292d0d27fe8a30"/></dir></dir><dir name="Widget"><file name="Chat.php" hash="926f6fc13b7490d2f97035f1276078e7"/><file name="Sessions.php" hash="97e5f2686cc6f2762731b1fa536d91dc"/><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Dispatched.php" hash="9052fa22cd9e07375d0de4f312c8bcf3"/><file name="Online.php" hash="1810c742fe22fd536798f2f76a11479c"/><file name="State.php" hash="c4367ea40d730b6b42e887fb0f57f758"/></dir><dir name="Renderer"><file name="Dispatched.php" hash="21e79c6d3662fd71737f1f6021509883"/><file name="Online.php" hash="e16ef426e2d329986774670c75188901"/><file name="State.php" hash="4efb918376b7b23ec182ad7d1c981ec9"/></dir></dir></dir></dir></dir><dir name="controllers"><file name="ChatController.php" hash="6ec1063832d7133d2f0ad866cc460376"/><file name="OperatorController.php" hash="68e72482a399d247bd8972032c0ea797"/><file name="TestController.php" hash="74a83761b01601c438554d3e5634451e"/><dir name="Operator"><file name="ListController.php" hash="6e82400d65838594f0f139d3884fd75f"/></dir><dir name="Session"><file name="ListController.php" hash="174608c0fb4446193f4ad2dfbbd127f9"/><file name="LiveController.php" hash="d3642bbfca2c6e54bd902187c46c4276"/></dir></dir><dir name="etc"><file name="api.xml" hash="557b013a006d6cb0700b9bd80be41ace"/><file name="config.xml" hash="c7f022cebf248bf8ba7e468644c16b9d"/><file name="system.xml" hash="0ace3cfb75089b603ae902f1d31c0af1"/></dir><dir name="Helper"><file name="Data.php" hash="9b8122364bcd6d142aaf2221229fb79e"/></dir><dir name="Model"><file name="AdminSession.php" hash="c6edda40339ae92777ff627d56fd69f7"/><file name="Api.php" hash="01f3c0a5548787af4f01e6bd24cf847e"/><file name="Event.php" hash="1f9664d6b3455d4bf7e34aa2500163d1"/><file name="Message.php" hash="14b9b7ffef2638e2178ed449945f2189"/><file name="Operator.php" hash="0a79de761f0f1b8b2cfb5318529c6c16"/><file name="Session.php" hash="38e464f28d70d3993d6797cd2a4ed77f"/><dir name="Archives"><file name="Message.php" hash="77405730511ada4e8f973189cc04a70a"/><file name="Session.php" hash="e7e342df2a427a31c6d0392ae230f084"/></dir><dir name="Mysql4"><file name="Message.php" hash="15f54ff4ac2e42d499a465ba02f54545"/><file name="Operator.php" hash="183d4556a4adb362080db8b29b3d363b"/><file name="Session.php" hash="23470233413431cb15fd64d6f6a9e57a"/><dir name="Archives"><file name="Message.php" hash="08a24b0294485713fa948a6bdc321d95"/><file name="Session.php" hash="1e9179810d16098a15e318aec9fecb7d"/><dir name="Message"><file name="Collection.php" hash="312e6198632cc2cbd4fc7b5ace253383"/></dir><dir name="Session"><file name="Collection.php" hash="2f25d488fde87349bfa0e39faa7b6a11"/></dir></dir><dir name="Message"><file name="Collection.php" hash="fe88b353a34e33a8c1dd3ff7fb31dcd4"/></dir><dir name="Operator"><file name="Collection.php" hash="1f85ba68d6c707589b7650fc3fbf1929"/></dir><dir name="Session"><file name="Collection.php" hash="4409f4ba36832a8c0ff8e186b4945de8"/></dir></dir><dir name="Session"><file name="List.php" hash="c97c0507a2ead10e3df948a985f94aae"/></dir><dir name="Source"><file name="Images.php" hash="a78214110d992b5f1267360fac8ffb10"/><file name="Online.php" hash="16a3933b4c4801ce20c714635ea52a47"/><file name="SessionCreation.php" hash="bf20fc0949be23a892b5744e9a68ed4b"/></dir></dir><dir name="sql"><dir name="livechat_setup"><file name="mysql4-install-1.0.0.php" hash="5a967b18d8bc56b345cd3870d1c9ebb7"/><file name="mysql4-upgrade-1.0.0-1.2.4.php" hash="852891c2299a597fe671ca3e06101f82"/><file name="mysql4-upgrade-1.2.4-1.2.9.php" hash="573b71d02e8690e8c4903cf0447a928e"/><file name="mysql4-upgrade-1.2.9-1.3.0.php" hash="d487ca45bb75f68b8f813d4bd3c04ca7"/><file name="mysql4-upgrade-1.3.0-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/><file name="mysql4-upgrade-1.3.1-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/><file name="mysql4-upgrade-1.3.2-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/><file name="mysql4-upgrade-1.3.3-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/><file name="mysql4-upgrade-1.3.4-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Beck_LiveChat.csv" hash="968e7565a2fa038019244d65f6a61622"/></dir><dir name="hu_HU"><file name="Beck_LiveChat.csv" hash="54ac103d11ce3b50f7dea53743f61ed5"/></dir><dir name="lt_LT"><file name="Beck_LiveChat.csv" hash="49c8f61e6d80cf79f52502a268f65aa7"/></dir><dir name="nl_NL"><file name="Beck_LiveChat.csv" hash="8e7fdb53f6bd85f5a5b5a3a2bb0920e7"/></dir><dir name="pt_BR"><file name="Beck_LiveChat.csv" hash="dcc95caec18cf727489eb48a523368fe"/></dir><dir name="vi_VN"><file name="Beck_LiveChat.csv" hash="7174a4d1b4dc358c4246729be74721be"/></dir></target><target name="mage"><dir name="js"><dir name="livechat"><file name="js.js" hash="e2e673b8f54faa02279c669e5db595fa"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ZBeck_LiveChat.xml" hash="097b5b6d0296251f104c14941f1b1797"/></dir></target></contents>
19
  <compatible/>
20
  <dependencies/>
21
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Beck_LiveChat</name>
4
+ <version>1.5.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>A LiveChat in your Magento Store</summary>
10
+ <description>&lt;h3&gt;LiveChat&lt;/h3&gt;
11
+ &lt;strong&gt;This extension is free.&lt;/strong&gt;
12
+ Allow your customer to chat with your store's operators.
13
+ &lt;h3&gt;Features&lt;/h3&gt;
14
+ &lt;ul&gt;&lt;li&gt;Multi operators support&lt;/li&gt;
15
+ &lt;li&gt;Multi Store support&lt;/li&gt;
16
+ &lt;li&gt;Easy to adapt in any template&lt;/li&gt;
17
+ &lt;li&gt;A strong API allow third application to retrieve chat&lt;/li&gt;
18
+ &lt;li&gt;Multipe languages already supported&lt;/li&gt;
19
+ &lt;li&gt;Reporting&lt;/li&gt;
20
+ &lt;li&gt;Tracking : you know if a chat was ended by an order&lt;/li&gt;&lt;/ul&gt;
21
+ &lt;h3&gt;Improve you convert rate&lt;/h3&gt;
22
+ By providing tips online.
23
+ Interact with your customer by sending them link to your product pages.</description>
24
  <notes>none</notes>
25
  <authors><author><name>Fabrice Beck</name><user>auto-converted</user><email>fabrice.beck@fia-net.com</email></author></authors>
26
+ <date>2009-04-30</date>
27
+ <time>08:36:43</time>
28
+ <contents><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="livechat"><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="chat.png" hash="0b6147abc4b325b6adc53101020214fd"/><file name="close.png" hash="453440e151c84241d7e96fbef87e3ce4"/><file name="close_hover.png" hash="504658759baedc0fae5461fc25d1258d"/></dir></dir><dir name="livechat"><file name="livechat.css" hash="dc9579be4ca477338f78cb63d63dc5f4"/></dir><dir name="media"><dir name="livechat"><dir name="charts_library"><file name="ar3d.swf" hash="fb7a5ccea0ef3623a100861ad1b3177f"/><file name="arno.swf" hash="6f456468baea864aacf66638bac2b589"/><file name="ars3.swf" hash="f987c6b33b986081b16ffc7c32816e1c"/><file name="arst.swf" hash="fbea762106f595c8a80d0836765888b0"/><file name="brfl.swf" hash="0f670edbeeb28e39e3bd67af6f2edbe7"/><file name="brno.swf" hash="048dee265c0261516f3d7372ab3be8b5"/><file name="brst.swf" hash="f2dba1bfc8edb0afc338b419fb48e2fa"/><file name="buno.swf" hash="3d9300f94accd4088b35c46aac3e44a4"/><file name="cl3d.swf" hash="ebe6bf32cf48b06471cb6a0573014a1b"/><file name="clfl.swf" hash="7f5f46d5aa493d70ee5c7b2ddbdc78dc"/><file name="clim.swf" hash="36ee76079777bb8e64050b61c4cc1c97"/><file name="clno.swf" hash="deb606ffde80297088a35286e50a9ca3"/><file name="clp3.swf" hash="b341e66d7a3463bfa2e27fbde386df8c"/><file name="cls3.swf" hash="043fcd28ed20a2b1367eb31039caac03"/><file name="clst.swf" hash="c69eed5bbac1cfb3e00a5ce06bf0948e"/><file name="cnno.swf" hash="10b9081bbaac03b8899b2801e949ca78"/><file name="dollar.jpg" hash="2e5353fa0aaff541926f0a90693211fe"/><file name="dono.swf" hash="9d1f9c75850599448c9faed3c050e1af"/><file name="lnno.swf" hash="c23393fe4574aae26d59b9e8f6fb40bf"/><file name="mxno.swf" hash="1f4c2d4283fa10f48a3b92562a59c0a2"/><file name="pi3d.swf" hash="bcb13d2e348979745c11a9368a24d2ff"/><file name="pie.jpg" hash="b1c6fc913c3b3a8ef5d674be32bffe0f"/><file name="piim.swf" hash="83ca329f031841560721ffd3ca4473ed"/><file name="pino.swf" hash="2c9b396e3b5194380d78a0331cd2ec37"/><file name="pono.swf" hash="3cdef367c4ff70b4772d64e48291bc58"/><file name="scno.swf" hash="c50bcebd97ee6def9079a51f54c4db8f"/></dir><file name="charts.swf" hash="2570563b5c23598a97e3c74cf47a2dc8"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="livechat"><file name="livechat.css" hash="b4e4554301897980dfb271a5f33549b4"/></dir></dir><dir name="images"><dir name="livechat"><file name="ajax-loader.gif" hash="622c5fd994ddbd1dd7295e975a855394"/><file name="chat.png" hash="0b6147abc4b325b6adc53101020214fd"/><file name="livechat_icon_1_offline.gif" hash="6f29645dd823de420f87406adeefbd74"/><file name="livechat_icon_1_online.gif" hash="0fb04fadb0291cae8fb18f077e5cb287"/><file name="livechat_icon_2_offline.gif" hash="ccac8aead3064b6b573b36790c259a4f"/><file name="livechat_icon_2_online.gif" hash="ccffb2ccd56232a48a2886b987095398"/><file name="livechat_icon_3_offline.gif" hash="fee4fd690feaad68955e4d3f17ea61ba"/><file name="livechat_icon_3_online.gif" hash="7218d4f034d4eb13e3d5b0c309687c61"/><file name="livechat_icon_4_offline.gif" hash="17bc9d490e7c66482aaa813c4c542e93"/><file name="livechat_icon_4_online.gif" hash="dd529dbdf1ffc62c593fd6c4548dfd52"/><file name="Thumbs.db" hash="2089b8492f53243c46f05e1d86ae85dc"/></dir></dir></dir><dir name="modern"><dir name="css"><dir name="livechat"><file name="livechat.css" hash="f0595e7964bdae458d1c7fb4a0e71060"/></dir></dir><dir name="images"><dir name="livechat"><file name="ajax-loader.gif" hash="622c5fd994ddbd1dd7295e975a855394"/><file name="chat.png" hash="0b6147abc4b325b6adc53101020214fd"/><file name="livechat_icon_1_offline.gif" hash="6f29645dd823de420f87406adeefbd74"/><file name="livechat_icon_1_online.gif" hash="0fb04fadb0291cae8fb18f077e5cb287"/><file name="livechat_icon_2_offline.gif" hash="ccac8aead3064b6b573b36790c259a4f"/><file name="livechat_icon_2_online.gif" hash="ccffb2ccd56232a48a2886b987095398"/><file name="livechat_icon_3_offline.gif" hash="fee4fd690feaad68955e4d3f17ea61ba"/><file name="livechat_icon_3_online.gif" hash="7218d4f034d4eb13e3d5b0c309687c61"/><file name="livechat_icon_4_offline.gif" hash="17bc9d490e7c66482aaa813c4c542e93"/><file name="livechat_icon_4_online.gif" hash="dd529dbdf1ffc62c593fd6c4548dfd52"/><file name="Thumbs.db" hash="5d6de5587cb6edace482aa9ceb9d5363"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="livechat.xml" hash="af3e2fb377187626cb2dd1568b041789"/></dir><dir name="template"><dir name="livechat"><file name="operator.phtml" hash="7013c5fe4dbd2cba0fe06336dba4c7a7"/><file name="reporting.phtml" hash="9d85c067799b93afa051f06c8fe69f91"/><file name="session.phtml" hash="bed057fb47975a3a7a09187b82c76483"/><dir name="notification"><file name="toolbar.phtml" hash="17cf821d5949f14a61fcd5e8b36e5038"/></dir><dir name="session"><file name="detail.phtml" hash="278dbb25de95e687d02b291a67261518"/></dir><dir name="widget"><file name="chatlive.phtml" hash="309a7cfb21f706f63f90d937112d9d26"/><file name="sessionslive.phtml" hash="692226dc8625b3765030d6b48711cea4"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="livechat.xml" hash="7a80c2f0893481af99d2acabf14de075"/></dir><dir name="template"><dir name="livechat"><file name="chat.phtml" hash="9b1d6d6bfdee8d10093efa73143ba096"/></dir></dir></dir><dir name="modern"><dir name="layout"><file name="livechat.xml" hash="37e80dc38dd51095f830c1ca6349cbe5"/></dir><dir name="template"><dir name="livechat"><file name="chat.phtml" hash="9b1d6d6bfdee8d10093efa73143ba096"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Beck"><dir name="LiveChat"><dir name="Block"><file name="Operator.php" hash="359b81c070d1e6599fec6186adbb76cb"/><file name="Reporting.php" hash="f648e735daf17a99b56f64c173dd2e71"/><file name="Session.php" hash="4ef2dd4fbfc349b31acc707882860d9c"/><file name="Template.php" hash="0c074cc3ac23df715131bc5e3be4f043"/><dir name="Notification"><file name="Toolbar.php" hash="4b158993a40a24fe1f355fa8d29623af"/></dir><dir name="Operator"><file name="Edit.php" hash="540a5246fcff5b1a8e821445e07ebd12"/><file name="List.php" hash="e4f392b7522aa002744abcb33fa5ce70"/><dir name="Edit"><file name="Form.php" hash="e97d951a63ed996560cb1526e23cb358"/></dir></dir><dir name="Session"><file name="Detail.php" hash="821d5c92c500cafa72ed50ba29eab352"/><file name="Grid.php" hash="b2116c31cbd297ed046296083bbf2fcf"/><dir name="Detail"><file name="Grid.php" hash="15786bd48ac663b9e9292d0d27fe8a30"/></dir></dir><dir name="Widget"><file name="Chat.php" hash="926f6fc13b7490d2f97035f1276078e7"/><file name="Sessions.php" hash="97e5f2686cc6f2762731b1fa536d91dc"/><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Dispatched.php" hash="9052fa22cd9e07375d0de4f312c8bcf3"/><file name="Online.php" hash="1810c742fe22fd536798f2f76a11479c"/><file name="State.php" hash="c4367ea40d730b6b42e887fb0f57f758"/></dir><dir name="Renderer"><file name="Dispatched.php" hash="21e79c6d3662fd71737f1f6021509883"/><file name="Online.php" hash="e16ef426e2d329986774670c75188901"/><file name="State.php" hash="4efb918376b7b23ec182ad7d1c981ec9"/></dir></dir></dir></dir></dir><dir name="controllers"><file name="ChatController.php" hash="6ec1063832d7133d2f0ad866cc460376"/><file name="OperatorController.php" hash="68e72482a399d247bd8972032c0ea797"/><file name="ReportingController.php" hash="4b4ed6c8ae7d765e173c5befd0f40fea"/><file name="TestController.php" hash="74a83761b01601c438554d3e5634451e"/><dir name="Operator"><file name="ListController.php" hash="6e82400d65838594f0f139d3884fd75f"/></dir><dir name="Session"><file name="ListController.php" hash="174608c0fb4446193f4ad2dfbbd127f9"/><file name="LiveController.php" hash="d3642bbfca2c6e54bd902187c46c4276"/></dir></dir><dir name="etc"><file name="api.xml" hash="557b013a006d6cb0700b9bd80be41ace"/><file name="config.xml" hash="f6d575e711afc8897f99c735bc5e8d3f"/><file name="system.xml" hash="0ace3cfb75089b603ae902f1d31c0af1"/></dir><dir name="Helper"><file name="Data.php" hash="9b8122364bcd6d142aaf2221229fb79e"/></dir><dir name="Model"><file name="AdminSession.php" hash="c6edda40339ae92777ff627d56fd69f7"/><file name="Api.php" hash="01f3c0a5548787af4f01e6bd24cf847e"/><file name="Event.php" hash="1f9664d6b3455d4bf7e34aa2500163d1"/><file name="Message.php" hash="14b9b7ffef2638e2178ed449945f2189"/><file name="Operator.php" hash="0a79de761f0f1b8b2cfb5318529c6c16"/><file name="Session.php" hash="38e464f28d70d3993d6797cd2a4ed77f"/><dir name="Archives"><file name="Message.php" hash="77405730511ada4e8f973189cc04a70a"/><file name="Session.php" hash="e7e342df2a427a31c6d0392ae230f084"/></dir><dir name="Mysql4"><file name="Message.php" hash="15f54ff4ac2e42d499a465ba02f54545"/><file name="Operator.php" hash="183d4556a4adb362080db8b29b3d363b"/><file name="Session.php" hash="23470233413431cb15fd64d6f6a9e57a"/><dir name="Archives"><file name="Message.php" hash="08a24b0294485713fa948a6bdc321d95"/><file name="Session.php" hash="1e9179810d16098a15e318aec9fecb7d"/><dir name="Message"><file name="Collection.php" hash="312e6198632cc2cbd4fc7b5ace253383"/></dir><dir name="Session"><file name="Collection.php" hash="2f25d488fde87349bfa0e39faa7b6a11"/></dir></dir><dir name="Message"><file name="Collection.php" hash="fe88b353a34e33a8c1dd3ff7fb31dcd4"/></dir><dir name="Operator"><file name="Collection.php" hash="1f85ba68d6c707589b7650fc3fbf1929"/></dir><dir name="Session"><file name="Collection.php" hash="4409f4ba36832a8c0ff8e186b4945de8"/></dir></dir><dir name="Session"><file name="List.php" hash="c97c0507a2ead10e3df948a985f94aae"/></dir><dir name="Source"><file name="Images.php" hash="a78214110d992b5f1267360fac8ffb10"/><file name="Online.php" hash="16a3933b4c4801ce20c714635ea52a47"/><file name="SessionCreation.php" hash="bf20fc0949be23a892b5744e9a68ed4b"/></dir></dir><dir name="sql"><dir name="livechat_setup"><file name="mysql4-install-1.0.0.php" hash="5a967b18d8bc56b345cd3870d1c9ebb7"/><file name="mysql4-upgrade-1.0.0-1.2.4.php" hash="852891c2299a597fe671ca3e06101f82"/><file name="mysql4-upgrade-1.2.4-1.2.9.php" hash="573b71d02e8690e8c4903cf0447a928e"/><file name="mysql4-upgrade-1.2.9-1.3.0.php" hash="d487ca45bb75f68b8f813d4bd3c04ca7"/><file name="mysql4-upgrade-1.3.0-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/><file name="mysql4-upgrade-1.3.1-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/><file name="mysql4-upgrade-1.3.2-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/><file name="mysql4-upgrade-1.3.3-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/><file name="mysql4-upgrade-1.3.4-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="da_DK"><file name="Beck_LiveChat.csv" hash="cc3e27db788935eb162d3bf2b45b289a"/></dir><dir name="fr_FR"><file name="Beck_LiveChat.csv" hash="34e520dc019a8824be7d55f833005406"/></dir><dir name="hu_HU"><file name="Beck_LiveChat.csv" hash="54ac103d11ce3b50f7dea53743f61ed5"/></dir><dir name="lt_LT"><file name="Beck_LiveChat.csv" hash="49c8f61e6d80cf79f52502a268f65aa7"/></dir><dir name="nl_NL"><file name="Beck_LiveChat.csv" hash="8e7fdb53f6bd85f5a5b5a3a2bb0920e7"/></dir><dir name="pt_BR"><file name="Beck_LiveChat.csv" hash="dcc95caec18cf727489eb48a523368fe"/></dir><dir name="vi_VN"><file name="Beck_LiveChat.csv" hash="7174a4d1b4dc358c4246729be74721be"/></dir></target><target name="mage"><dir name="js"><dir name="livechat"><file name="js.js" hash="e2e673b8f54faa02279c669e5db595fa"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ZBeck_LiveChat.xml" hash="24f150aed1934c2b875f717b349df1e7"/></dir></target></contents>
29
  <compatible/>
30
  <dependencies/>
31
  </package>
skin/adminhtml/default/default/media/livechat/charts.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/ar3d.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/arno.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/ars3.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/arst.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/brfl.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/brno.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/brst.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/buno.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/cl3d.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/clfl.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/clim.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/clno.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/clp3.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/cls3.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/clst.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/cnno.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/dollar.jpg ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/dono.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/lnno.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/mxno.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/pi3d.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/pie.jpg ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/piim.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/pino.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/pono.swf ADDED
Binary file
skin/adminhtml/default/default/media/livechat/charts_library/scno.swf ADDED
Binary file