LiveOptim_free - Version 1.0.1

Version Notes

Liveoptim est une extension qui vous simplifiera la vie.

Download this release

Release Info

Developer Erwan Milbéo
Extension LiveOptim_free
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/code/local/Mkt/LiveOptim/lib/actions/inscription.php CHANGED
@@ -1,53 +1,54 @@
1
- <?php
2
-
3
- require_once('Mkt/LiveOptim/lib/base/conteneurParametres.class.php');
4
- if($_SERVER['REQUEST_METHOD']=='POST'){
5
-
6
- //Apel vers serveur LO
7
- $url=$_POST['url'];
8
- $pass = $_POST['pass'];
9
- $email = $_POST['mail'];
10
-
11
- $options = array(
12
- 'http'=>array(
13
- 'method'=>"POST",
14
- 'header'=>
15
- "Accept-language: en\r\n"."Accept-language: es\r\n"."Accept-language: pt\r\n".
16
- "Content-type: application/x-www-form-urlencoded\r\n",
17
- 'content'=>http_build_query(array('url' =>$url=$_POST['url'],'pass' => $pass,'email'=>$email,'cms'=>'magento'))
18
- ));
19
-
20
- $context = stream_context_create($options);
21
-
22
-
23
- if ( !$responce = @file_get_contents('http://www.liveoptim.com/service/inscription', false, $context ) ) {
24
- $responce = 'erreur:file_get_contents';
25
- echo $responce;
26
- }else{
27
- $erreur=$responce;
28
- //var_dump($responce);
29
- $responce = explode('|||', $responce);
30
- //echo $responce[0];
31
- if($responce[0]!="1"){
32
- $erreur=$responce[1];
33
-
34
- $this->lang();
35
- $this->loadLayout();
36
- $this->getLayout()->getBlock('head')->setTitle('LiveOptim - '.$this->__('inscription_titre'));
37
- $this->getLayout()->getBlock('inscription')->assign('erreur',$erreur);
38
- $this->renderLayout();
39
- }else{
40
- $conteneurParam=ConteneurParametres::getInstance();
41
- $conteneurParam->setInscription(true);
42
-
43
- $this->_redirect('*/*/index');
44
- }
45
- }
46
-
47
- }else{
48
- $this->lang();
49
- $this->loadLayout();
50
- $this->getLayout()->getBlock('head')->setTitle('LiveOptim - '.$this->__('inscription_titre'));
51
- $this->renderLayout();
52
- }
 
53
  ?>
1
+ <?php
2
+
3
+ require_once('Mkt/LiveOptim/lib/base/conteneurParametres.class.php');
4
+ if($_SERVER['REQUEST_METHOD']=='POST'){
5
+
6
+ //Apel vers serveur LO
7
+ $url=$_POST['url'];
8
+ $pass = $_POST['pass'];
9
+ $email = $_POST['mail'];
10
+ $lang = $_POST['lang'];
11
+
12
+ $options = array(
13
+ 'http'=>array(
14
+ 'method'=>"POST",
15
+ 'header'=>
16
+ "Accept-language: en\r\n"."Accept-language: es\r\n"."Accept-language: pt\r\n".
17
+ "Content-type: application/x-www-form-urlencoded\r\n",
18
+ 'content'=>http_build_query(array('url' =>$url=$_POST['url'],'pass' => $pass,'email'=>$email,'lang'=>$lang,'cms'=>'magento'))
19
+ ));
20
+
21
+ $context = stream_context_create($options);
22
+
23
+
24
+ if ( !$responce = @file_get_contents('http://www.liveoptim.com/service/inscription', false, $context ) ) {
25
+ $responce = 'erreur:file_get_contents';
26
+ echo $responce;
27
+ }else{
28
+ $erreur=$responce;
29
+ //var_dump($responce);
30
+ $responce = explode('|||', $responce);
31
+ //echo $responce[0];
32
+ if($responce[0]!="1"){
33
+ $erreur=$responce[1];
34
+
35
+ $this->lang();
36
+ $this->loadLayout();
37
+ $this->getLayout()->getBlock('head')->setTitle('LiveOptim - '.$this->__('inscription_titre'));
38
+ $this->getLayout()->getBlock('inscription')->assign('erreur',$erreur);
39
+ $this->renderLayout();
40
+ }else{
41
+ $conteneurParam=ConteneurParametres::getInstance();
42
+ $conteneurParam->setInscription(true);
43
+
44
+ $this->_redirect('*/*/index');
45
+ }
46
+ }
47
+
48
+ }else{
49
+ $this->lang();
50
+ $this->loadLayout();
51
+ $this->getLayout()->getBlock('head')->setTitle('LiveOptim - '.$this->__('inscription_titre'));
52
+ $this->renderLayout();
53
+ }
54
  ?>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>LiveOptim_free</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.gnu.org/licenses/gpl.html">GPL v3</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Improve your SEO without manual intervention at your site : save precious time ! LiveOptim instantly processes 100% of your content and adds links &amp; HTML tags around your keywords to go : 100% Google Friendly.</summary>
10
- <description>Improve your SEO without manual intervention at your site : save precious time ! LiveOptim instantly processes 100% of your content and adds links &amp; HTML tags around your keywords to go : 100% Google Friendly.</description>
11
- <notes>Improve your SEO without manual intervention at your site : save precious time ! LiveOptim instantly processes 100% of your content and adds links &amp; HTML tags around your keywords to go : 100% Google Friendly.</notes>
12
- <authors><author><name>Erwan Milb&#xE9;o</name><user>LiveOptimplugin</user><email>smo@adequat-mkt.com</email></author></authors>
13
- <date>2014-02-07</date>
14
- <time>17:41:06</time>
15
- <contents><target name="magelocal"><dir name="Mkt"><dir name="LiveOptim"><dir name="Block"><dir name="Adminhtml"><file name="Accueil.php" hash="5a22739c0a69060726e1848442fab0ed"/><file name="Balise.php" hash="6ab2910265f264d5c5e2bb5076bdc71e"/><file name="Cible.php" hash="e7757187475d77f6f751a2391cc19d6a"/><file name="Config.php" hash="2097ffc830c57888060549dcc985e56d"/><file name="Header.php" hash="47aaeffb391cf577f28082c795572359"/><file name="Home.php" hash="ab1002791adaf3df05009e14c03eae40"/><file name="Inscription.php" hash="a64dec3099a997e1d0f857dfc32f8835"/><file name="Motcle.php" hash="d8ff3a07c0cea3f6ca5f0113b18a41eb"/><file name="Pagesrestriction.php" hash="0d15106095be1fae4d61462cdcd46284"/><file name="Parametres.php" hash="649ceb6285c19659aedce2f760f3f285"/><file name="Pattern.php" hash="818558c701cbbd7750b31e8871ff72c4"/><file name="Patterncible2.php" hash="58d7d7492ffd1292fbc3728bed44aa07"/><file name="Tuto.php" hash="34d756a381db6130d2df927e8d2ec802"/><file name="Tutoriel.php" hash="d08bdf63ec98430e54068a7228681984"/></dir><file name="LiveOptim.php" hash="2245f2feef0153b7cdf4f2577ea5274f"/></dir><dir name="Helper"><file name="Data.php" hash="bcf0cc3c5f782fc36b4f517eab6a0a31"/></dir><dir name="Model"><file name="Baliseignore.php" hash="943c6382228ec9c6cda8b90e474e47a9"/><file name="Baliseignorer.php" hash="3eb7aef78dd3dd1171580843edcabd7e"/><file name="Capping.php" hash="c018a85a1d6e956105ae4712ecc8c519"/><file name="Motcle.php" hash="883eafaf2083677511bd9d5d698f5179"/><dir name="Mysql4"><dir name="ActionsReactions"><file name="Collection.php" hash="68c44eabb763153f343f156fb438f673"/></dir><dir name="Baliseignore"><file name="Collection.php" hash="0e9d26640420713bde774b7d06633c23"/></dir><file name="Baliseignore.php" hash="cdcb3d68d30e52e2423203beb987760b"/><dir name="Capping"><file name="Collection.php" hash="379b7c82649e57915fd1ecced41ca002"/></dir><file name="Capping.php" hash="e30d1c7f7f490746aa0e5f7e51731c28"/><dir name="LiveMotCles"><file name="Collection.php" hash="6a4add0f2a0554eb6c35aa8ff1ef877e"/></dir><dir name="LiveOptimPackage"><file name="Collection.php" hash="1996ec6b97a96315d3c1be1931571d50"/></dir><dir name="Motcle"><file name="Collection.php" hash="feb55a1c8d01b9bf54949417cb2ae4b7"/></dir><file name="Motcle.php" hash="0167c3960c3c61f095f4faabc8f0cec3"/><dir name="Pagesrestriction"><file name="Collection.php" hash="ff3b0c9d3d1d530236639d4a476acbfe"/></dir><file name="Pagesrestriction.php" hash="07d513325e9a047581aa825662e1f769"/><dir name="Parametres"><file name="Collection.php" hash="7e16794f92f7e9dbb129ef097a7323e4"/></dir><file name="Parametres.php" hash="dce76966f0e73cd9a64712ef38208e11"/><dir name="Pattern"><file name="Collection.php" hash="6d0a8877ef7c8389e28a55e3d5ceb335"/></dir><file name="Pattern.php" hash="f0de6c69d28ae5b086864690231e3525"/><dir name="Patterncible"><file name="Collection.php" hash="ea0cacd8cc56ba82777b51681c105b28"/></dir><file name="Patterncible.php" hash="dd9109d257643645c2096ac33fadfd75"/><dir name="codesHttp"><file name="Collection.php" hash="4a457a9b2579005d16bb08a2ebd933c8"/></dir></dir><file name="Observer.php" hash="10706023f55b100dabb62d08d32cb2d1"/><file name="Pagesrestriction.php" hash="05b8edd9cadf836228d3b8bfa87c20c8"/><file name="Parametres.php" hash="45b6d3300346c76510c5c03f3bcabcb6"/><file name="Pattern.php" hash="5c2b6b6f354475dcd1e7ec419a07bdab"/><file name="Patterncible.php" hash="ec9f6f78e45e4ab37fae1a8527a62e58"/><file name="Status.php" hash="e2b6ab14ab5bce6144dd1f5c9a7aaea5"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="LiveoptimController.php" hash="d9b73d1fbf604df2b9d8b4a140f68ac4"/></dir></dir><dir name="etc"><file name="config.xml" hash="cf022f1c2267f66086bca308fcbf446b"/></dir><dir name="lib"><dir name="actions"><dir name="baliseIgnore"><file name="listerBaliseIgnore.php" hash="91071e9b4394c346a1525a35836a3bbf"/></dir><dir name="codeHTTP"><file name="code401.php" hash="1e17a8d1979922c7bfcdc31c4f56ac4f"/><file name="code403.php" hash="d4c01158fc473f0f4fdc4de3d7d78d07"/><file name="code404.php" hash="59fb45bd6be59632c164622cf1009ed7"/></dir><dir name="config"><file name="config.php" hash="a9d93155716412547d51dce44103bd7e"/><file name="modifierConfig.php" hash="abac43a99fd882b78d474c87d8928a97"/><file name="zipConfig.php" hash="201ab551cc4b3ee1daf370514790c7f3"/></dir><file name="inscription.php" hash="0b8c5ffcc118f190ee6744cd4e819c1b"/><dir name="motCle"><file name="creerMotCle.php" hash="e98165d885b7949b6552dcee0e08dd0a"/><file name="deplacerMotCle.php" hash="36c303e0bc7d6f1252cc7f0021fafbf7"/><file name="enleverMotCle.php" hash="5bf919cad955a7f988ea567ed7fc30b0"/><file name="index.html" hash="4bc588543cce98c48136c541a8c73c0b"/><file name="listerMotCle.php" hash="542a6b9e9d6995ab53846564df496270"/><file name="modifierMotCle.php" hash="14e931ebfcc70f390e300dd85a0c5962"/></dir><dir name="pagesRestreintes"><file name="listerPagesRestreintes.php" hash="dd8258b63d4131f0160603b849597b58"/></dir><dir name="pattern"><file name="listerPattern.php" hash="493190ccb2716813ad0876ba682ee1d7"/></dir><dir name="patternCible"><file name="listerPatternCible.php" hash="500f291f84fc91f32ed96dde884cd53e"/></dir><file name="tutoriel.php" hash="8bd97258c2e8f4c0c25ffd8a9884816d"/><file name="update.php" hash="e64a9299cc6e083c5e5cf88e754e46d2"/></dir><dir name="base"><file name="conteneurBaliseIgnore.class.php" hash="7b6427f3dde5c36bffd5f07dd76c0ce2"/><file name="conteneurConfig.class.php" hash="46beb2f12698801e5be364baf6f91245"/><file name="conteneurMotCle.class.php" hash="d0502686ece4e287264ce8f3912644f3"/><file name="conteneurParametres.class.php" hash="a5b38db949e0e4d81d06115d070e4f4e"/></dir><dir name="lib"><file name="CleMKT.class.php" hash="02f08861d153ee08baacdb4de258f8ff"/><file name="generiqueAction.php" hash="79f1292c593ade12e98df218d1036ccc"/><file name="helper.php" hash="e404c684af357fcdc47c4cb695fc9806"/><file name="liveoptim.php" hash="3e451a460da78e6b418aa6b88a16a002"/><file name="liveoptim.php.old" hash="cce09190f09a4698249cb22bab15b049"/></dir></dir><dir name="sql"><dir name="liveoptim_setup"><file name="mysql4-install-1.0.0.php" hash="49c02e9045584c94d1e3315ab2fad4b6"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mkt_LiveOptim.xml" hash="59c1c88b6a53ef63720431008d4f7bd7"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="liveoptim.xml" hash="2d984067c496a515c66fd44ee7c141b4"/></dir><dir name="template"><dir name="liveoptim"><file name="accueil.php" hash="11bb5841b32749ca4d72c850b7890f73"/><dir name="codeHttp"><file name="code401.php" hash="6415ee723d257e4897d3b640ed4dd3d9"/><file name="code403.php" hash="9294f9a11728738d82b902efc9506ae1"/><file name="code404.php" hash="312c9befb7343028099b556d0a944858"/></dir><file name="config.php" hash="03935d6bb2bed7f6b46ff6cf2bef825a"/><file name="header.php" hash="d7fd876016509358e3bf17a72a75e0ee"/><file name="inscription.php" hash="c912981f11630cb1ff50430a51e71acf"/><file name="listerBaliseIgnore.php" hash="d21a87d9dd11cd4b3120f10f957108ac"/><file name="listerMotCle.php" hash="d323b715385034f71e8fb7a70447bbc7"/><file name="listerPattern.php" hash="1b0726426e03c07a1497efa7a17d204e"/><file name="listerPatternCible.php" hash="ab62dbce512cf053369eafd50689cba0"/><file name="pagesRestriction.php" hash="2d2a78e239083510a245fd050b92c4cc"/><file name="tutoriel.php" hash="b42d8d4558b00bc25f21b1677b7d43bd"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="base"><dir name="default"><dir><dir name="css"><file name="liveoptim_style.css" hash="caff90bf78f6c08132eea9605cce2136"/><file name="liveoptim_style0.css" hash="3b3f9b121ed2d8aa682c684d7ceb5353"/><file name="style.css" hash="54568606ee47ade877952f527df54c47"/></dir><dir name="img"><file name="DL.png" hash="88fc5eba6355be8b53bb8cff3b45d9f1"/><file name="Flechecentrale.png" hash="3f6715175de96781e48335b5643bfd21"/><file name="Flechedroite.png" hash="33902e901de904ebbbffadfe9f06eeed"/><file name="Flechegauche.png" hash="08843a97dc99dbce7ea7948a2678ae25"/><file name="PictoValid.png" hash="61b46dc31d3c694775c60a0a404a4492"/><file name="PopUpLO_PartieD.png" hash="258879410e793920434180c0224f2093"/><file name="Thumbs.db" hash="0ba68c8b972f627dd24a9c6713685ecd"/><file name="actif.png" hash="b75b387dfb249d46b7434402e7e5de80"/><file name="ajouter.png" hash="1261800a93a5b686994e1d53883f8ad4"/><file name="bottom-center.png" hash="eac26d8199666980e0e190e4988c6437"/><file name="bouton-prenuim-popup.png" hash="15519be2876e85d1161cb16e740e4a89"/><file name="bouton-prenuim.png" hash="eb659b8628c5c0596d43ea0a95f6a4ae"/><file name="bouton-ranking.png" hash="07df12fd49cdf30316126bc16562a63e"/><file name="boutonMAJ.png" hash="b1bdc93dab265695b223b5689fa96462"/><file name="boutonachat.png" hash="0c9424a3c267742f59d668d4390090d1"/><file name="close.png" hash="dfad17a7524422e82c0a0abbbdc482fe"/><file name="corner-bottom-left.png" hash="68e48b7d19d42641cc09c38ecb56af04"/><file name="corner-bottom-right.png" hash="374a3a5c639ef20da547e549b9e3dac8"/><file name="fleche-bas.gif" hash="872cc3233829f3bb8457b0044a02d53e"/><file name="fleche-haut.gif" hash="07debb491600c82de5d993c4acf0d261"/><file name="fleche_verte.png" hash="947f1ec9701c02f4b1a522d1b0a30cf8"/><file name="hint.png" hash="1ea722978df5073280b1aea004349909"/><file name="inactif.png" hash="c9f26c9922e00695087a9020d01239fb"/><file name="logo-30-jours-gratuit.png" hash="f038136606dfa753a3c42d692eb9a803"/><file name="logo-LO-premium.png" hash="d74bbef1ca210f10dc665da7a3001c6e"/><file name="logo-mkt-popup.png" hash="4c8aa1c275a6c0c0fe9f6e99761d3595"/><file name="middle-left.png" hash="c7aa0441e0900bf4e7baa67e8ff60aca"/><file name="middle-right.png" hash="fe929225092ad81d74ea81e61be3dd62"/><file name="modifier.gif" hash="7dc3edc626a1c741a1a7f895b37d511b"/><file name="off.png" hash="20e9e8683f5727464053c86ca9cae022"/><file name="on.png" hash="6c1385e7259fefca9f31e920cdc3c002"/><file name="paiement.png" hash="e45cc381b3a0a8ec125d32ecfedd7dcc"/><file name="picto_h1.png" hash="8c5ad8f44ee8046cd2ebc5c9a9749726"/><file name="puce.png" hash="2cca67c1a8a55ed7c05de71fe6413c28"/><file name="supprimer.gif" hash="dd19324d4303c5128ebd698961ec5e20"/><file name="top-center.png" hash="723bc09bc1819206bad94b12d006d524"/><file name="top-left.png" hash="f09c5d3d55c1d9a32adfb5a8fa0b98ed"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="liveoptim"><file name="script.js" hash="d7d73c36d0fb11429f78b4ae86ebe254"/><file name="jquery-1.10.2.min.js" hash="628072e7212db1e8cdacb22b21752cda"/></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Mkt_LiveOptim.csv" hash="f2bba648d539c06f3c51066f9a75aad4"/></dir><dir name="fr_FR"><file name="Mkt_LiveOptim.csv" hash="7d8c28550008ea09e2cb2a4801f533a7"/></dir><dir name="en_GB"><file name="Mkt_LiveOptim.csv" hash="f2bba648d539c06f3c51066f9a75aad4"/></dir><dir name="es_ES"><file name="Mkt_LiveOptim.csv" hash="3088afb56c2c9b547be0497ff3bd2785"/></dir><dir name="pt_BR"><file name="Mkt_LiveOptim.csv" hash="e3662b20f52f65726f632651fea835e8"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>LiveOptim_free</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.gnu.org/licenses/gpl.html">GPL v3</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>Liveoptim est une extension qui vous simplifiera la vie.</summary>
10
+ <description>Liveoptim est une extension qui vous simplifiera la vie.</description>
11
+ <notes>Liveoptim est une extension qui vous simplifiera la vie.</notes>
12
+ <authors><author><name>Erwan Milb&#xE9;o</name><user>liveoptim</user><email>contact@liveoptim.com</email></author></authors>
13
+ <date>2014-06-30</date>
14
+ <time>11:49:04</time>
15
+ <contents><target name="magelocal"><dir name="Mkt"><dir name="LiveOptim"><dir name="Block"><dir name="Adminhtml"><file name="Accueil.php" hash="5a22739c0a69060726e1848442fab0ed"/><file name="Balise.php" hash="6ab2910265f264d5c5e2bb5076bdc71e"/><file name="Cible.php" hash="e7757187475d77f6f751a2391cc19d6a"/><file name="Config.php" hash="2097ffc830c57888060549dcc985e56d"/><file name="Header.php" hash="47aaeffb391cf577f28082c795572359"/><file name="Home.php" hash="ab1002791adaf3df05009e14c03eae40"/><file name="Inscription.php" hash="a64dec3099a997e1d0f857dfc32f8835"/><file name="Motcle.php" hash="d8ff3a07c0cea3f6ca5f0113b18a41eb"/><file name="Pagesrestriction.php" hash="0d15106095be1fae4d61462cdcd46284"/><file name="Parametres.php" hash="649ceb6285c19659aedce2f760f3f285"/><file name="Pattern.php" hash="818558c701cbbd7750b31e8871ff72c4"/><file name="Patterncible2.php" hash="58d7d7492ffd1292fbc3728bed44aa07"/><file name="Tuto.php" hash="34d756a381db6130d2df927e8d2ec802"/><file name="Tutoriel.php" hash="d08bdf63ec98430e54068a7228681984"/></dir><file name="LiveOptim.php" hash="2245f2feef0153b7cdf4f2577ea5274f"/></dir><dir name="Helper"><file name="Data.php" hash="bcf0cc3c5f782fc36b4f517eab6a0a31"/></dir><dir name="Model"><file name="Baliseignore.php" hash="943c6382228ec9c6cda8b90e474e47a9"/><file name="Baliseignorer.php" hash="3eb7aef78dd3dd1171580843edcabd7e"/><file name="Capping.php" hash="c018a85a1d6e956105ae4712ecc8c519"/><file name="Motcle.php" hash="883eafaf2083677511bd9d5d698f5179"/><dir name="Mysql4"><dir name="ActionsReactions"><file name="Collection.php" hash="68c44eabb763153f343f156fb438f673"/></dir><dir name="Baliseignore"><file name="Collection.php" hash="0e9d26640420713bde774b7d06633c23"/></dir><file name="Baliseignore.php" hash="cdcb3d68d30e52e2423203beb987760b"/><dir name="Capping"><file name="Collection.php" hash="379b7c82649e57915fd1ecced41ca002"/></dir><file name="Capping.php" hash="e30d1c7f7f490746aa0e5f7e51731c28"/><dir name="LiveMotCles"><file name="Collection.php" hash="6a4add0f2a0554eb6c35aa8ff1ef877e"/></dir><dir name="LiveOptimPackage"><file name="Collection.php" hash="1996ec6b97a96315d3c1be1931571d50"/></dir><dir name="Motcle"><file name="Collection.php" hash="feb55a1c8d01b9bf54949417cb2ae4b7"/></dir><file name="Motcle.php" hash="0167c3960c3c61f095f4faabc8f0cec3"/><dir name="Pagesrestriction"><file name="Collection.php" hash="ff3b0c9d3d1d530236639d4a476acbfe"/></dir><file name="Pagesrestriction.php" hash="07d513325e9a047581aa825662e1f769"/><dir name="Parametres"><file name="Collection.php" hash="7e16794f92f7e9dbb129ef097a7323e4"/></dir><file name="Parametres.php" hash="dce76966f0e73cd9a64712ef38208e11"/><dir name="Pattern"><file name="Collection.php" hash="6d0a8877ef7c8389e28a55e3d5ceb335"/></dir><file name="Pattern.php" hash="f0de6c69d28ae5b086864690231e3525"/><dir name="Patterncible"><file name="Collection.php" hash="ea0cacd8cc56ba82777b51681c105b28"/></dir><file name="Patterncible.php" hash="dd9109d257643645c2096ac33fadfd75"/><dir name="codesHttp"><file name="Collection.php" hash="4a457a9b2579005d16bb08a2ebd933c8"/></dir></dir><file name="Observer.php" hash="10706023f55b100dabb62d08d32cb2d1"/><file name="Pagesrestriction.php" hash="05b8edd9cadf836228d3b8bfa87c20c8"/><file name="Parametres.php" hash="45b6d3300346c76510c5c03f3bcabcb6"/><file name="Pattern.php" hash="5c2b6b6f354475dcd1e7ec419a07bdab"/><file name="Patterncible.php" hash="ec9f6f78e45e4ab37fae1a8527a62e58"/><file name="Status.php" hash="e2b6ab14ab5bce6144dd1f5c9a7aaea5"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="LiveoptimController.php" hash="d9b73d1fbf604df2b9d8b4a140f68ac4"/></dir></dir><dir name="etc"><file name="config.xml" hash="cf022f1c2267f66086bca308fcbf446b"/></dir><dir name="lib"><dir name="actions"><dir name="baliseIgnore"><file name="listerBaliseIgnore.php" hash="91071e9b4394c346a1525a35836a3bbf"/></dir><dir name="codeHTTP"><file name="code401.php" hash="1e17a8d1979922c7bfcdc31c4f56ac4f"/><file name="code403.php" hash="d4c01158fc473f0f4fdc4de3d7d78d07"/><file name="code404.php" hash="59fb45bd6be59632c164622cf1009ed7"/></dir><dir name="config"><file name="config.php" hash="a9d93155716412547d51dce44103bd7e"/><file name="modifierConfig.php" hash="abac43a99fd882b78d474c87d8928a97"/><file name="zipConfig.php" hash="201ab551cc4b3ee1daf370514790c7f3"/></dir><file name="inscription.php" hash="fada3346e5db4758b79b9ceb1d460c0a"/><dir name="motCle"><file name="creerMotCle.php" hash="e98165d885b7949b6552dcee0e08dd0a"/><file name="deplacerMotCle.php" hash="36c303e0bc7d6f1252cc7f0021fafbf7"/><file name="enleverMotCle.php" hash="5bf919cad955a7f988ea567ed7fc30b0"/><file name="index.html" hash="4bc588543cce98c48136c541a8c73c0b"/><file name="listerMotCle.php" hash="542a6b9e9d6995ab53846564df496270"/><file name="modifierMotCle.php" hash="14e931ebfcc70f390e300dd85a0c5962"/></dir><dir name="pagesRestreintes"><file name="listerPagesRestreintes.php" hash="dd8258b63d4131f0160603b849597b58"/></dir><dir name="pattern"><file name="listerPattern.php" hash="493190ccb2716813ad0876ba682ee1d7"/></dir><dir name="patternCible"><file name="listerPatternCible.php" hash="500f291f84fc91f32ed96dde884cd53e"/></dir><file name="tutoriel.php" hash="8bd97258c2e8f4c0c25ffd8a9884816d"/><file name="update.php" hash="e64a9299cc6e083c5e5cf88e754e46d2"/></dir><dir name="base"><file name="conteneurBaliseIgnore.class.php" hash="7b6427f3dde5c36bffd5f07dd76c0ce2"/><file name="conteneurConfig.class.php" hash="46beb2f12698801e5be364baf6f91245"/><file name="conteneurMotCle.class.php" hash="d0502686ece4e287264ce8f3912644f3"/><file name="conteneurParametres.class.php" hash="a5b38db949e0e4d81d06115d070e4f4e"/></dir><dir name="lib"><file name="CleMKT.class.php" hash="02f08861d153ee08baacdb4de258f8ff"/><file name="generiqueAction.php" hash="79f1292c593ade12e98df218d1036ccc"/><file name="helper.php" hash="e404c684af357fcdc47c4cb695fc9806"/><file name="liveoptim.php" hash="3e451a460da78e6b418aa6b88a16a002"/><file name="liveoptim.php.old" hash="cce09190f09a4698249cb22bab15b049"/></dir></dir><dir name="sql"><dir name="liveoptim_setup"><file name="mysql4-install-1.0.0.php" hash="49c02e9045584c94d1e3315ab2fad4b6"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mkt_LiveOptim.xml" hash="59c1c88b6a53ef63720431008d4f7bd7"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="liveoptim.xml" hash="2d984067c496a515c66fd44ee7c141b4"/></dir><dir name="template"><dir name="liveoptim"><file name="accueil.php" hash="11bb5841b32749ca4d72c850b7890f73"/><dir name="codeHttp"><file name="code401.php" hash="6415ee723d257e4897d3b640ed4dd3d9"/><file name="code403.php" hash="9294f9a11728738d82b902efc9506ae1"/><file name="code404.php" hash="312c9befb7343028099b556d0a944858"/></dir><file name="config.php" hash="03935d6bb2bed7f6b46ff6cf2bef825a"/><file name="header.php" hash="d7fd876016509358e3bf17a72a75e0ee"/><file name="inscription.php" hash="c912981f11630cb1ff50430a51e71acf"/><file name="listerBaliseIgnore.php" hash="d21a87d9dd11cd4b3120f10f957108ac"/><file name="listerMotCle.php" hash="d323b715385034f71e8fb7a70447bbc7"/><file name="listerPattern.php" hash="1b0726426e03c07a1497efa7a17d204e"/><file name="listerPatternCible.php" hash="ab62dbce512cf053369eafd50689cba0"/><file name="pagesRestriction.php" hash="2d2a78e239083510a245fd050b92c4cc"/><file name="tutoriel.php" hash="b42d8d4558b00bc25f21b1677b7d43bd"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="base"><dir name="default"><dir><dir name="css"><file name="liveoptim_style.css" hash="caff90bf78f6c08132eea9605cce2136"/><file name="liveoptim_style0.css" hash="3b3f9b121ed2d8aa682c684d7ceb5353"/><file name="style.css" hash="54568606ee47ade877952f527df54c47"/></dir><dir name="img"><file name="DL.png" hash="88fc5eba6355be8b53bb8cff3b45d9f1"/><file name="Flechecentrale.png" hash="3f6715175de96781e48335b5643bfd21"/><file name="Flechedroite.png" hash="33902e901de904ebbbffadfe9f06eeed"/><file name="Flechegauche.png" hash="08843a97dc99dbce7ea7948a2678ae25"/><file name="PictoValid.png" hash="61b46dc31d3c694775c60a0a404a4492"/><file name="PopUpLO_PartieD.png" hash="258879410e793920434180c0224f2093"/><file name="Thumbs.db" hash="0ba68c8b972f627dd24a9c6713685ecd"/><file name="actif.png" hash="b75b387dfb249d46b7434402e7e5de80"/><file name="ajouter.png" hash="1261800a93a5b686994e1d53883f8ad4"/><file name="bottom-center.png" hash="eac26d8199666980e0e190e4988c6437"/><file name="bouton-prenuim-popup.png" hash="15519be2876e85d1161cb16e740e4a89"/><file name="bouton-prenuim.png" hash="eb659b8628c5c0596d43ea0a95f6a4ae"/><file name="bouton-ranking.png" hash="07df12fd49cdf30316126bc16562a63e"/><file name="boutonMAJ.png" hash="b1bdc93dab265695b223b5689fa96462"/><file name="boutonachat.png" hash="0c9424a3c267742f59d668d4390090d1"/><file name="close.png" hash="dfad17a7524422e82c0a0abbbdc482fe"/><file name="corner-bottom-left.png" hash="68e48b7d19d42641cc09c38ecb56af04"/><file name="corner-bottom-right.png" hash="374a3a5c639ef20da547e549b9e3dac8"/><file name="fleche-bas.gif" hash="872cc3233829f3bb8457b0044a02d53e"/><file name="fleche-haut.gif" hash="07debb491600c82de5d993c4acf0d261"/><file name="fleche_verte.png" hash="947f1ec9701c02f4b1a522d1b0a30cf8"/><file name="hint.png" hash="1ea722978df5073280b1aea004349909"/><file name="inactif.png" hash="c9f26c9922e00695087a9020d01239fb"/><file name="logo-30-jours-gratuit.png" hash="f038136606dfa753a3c42d692eb9a803"/><file name="logo-LO-premium.png" hash="d74bbef1ca210f10dc665da7a3001c6e"/><file name="logo-mkt-popup.png" hash="4c8aa1c275a6c0c0fe9f6e99761d3595"/><file name="middle-left.png" hash="c7aa0441e0900bf4e7baa67e8ff60aca"/><file name="middle-right.png" hash="fe929225092ad81d74ea81e61be3dd62"/><file name="modifier.gif" hash="7dc3edc626a1c741a1a7f895b37d511b"/><file name="off.png" hash="20e9e8683f5727464053c86ca9cae022"/><file name="on.png" hash="6c1385e7259fefca9f31e920cdc3c002"/><file name="paiement.png" hash="e45cc381b3a0a8ec125d32ecfedd7dcc"/><file name="picto_h1.png" hash="8c5ad8f44ee8046cd2ebc5c9a9749726"/><file name="puce.png" hash="2cca67c1a8a55ed7c05de71fe6413c28"/><file name="supprimer.gif" hash="dd19324d4303c5128ebd698961ec5e20"/><file name="top-center.png" hash="723bc09bc1819206bad94b12d006d524"/><file name="top-left.png" hash="f09c5d3d55c1d9a32adfb5a8fa0b98ed"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="liveoptim"><file name="script.js" hash="d7d73c36d0fb11429f78b4ae86ebe254"/><file name="jquery-1.10.2.min.js" hash="628072e7212db1e8cdacb22b21752cda"/></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Mkt_LiveOptim.csv" hash="f2bba648d539c06f3c51066f9a75aad4"/></dir><dir name="fr_FR"><file name="Mkt_LiveOptim.csv" hash="7d8c28550008ea09e2cb2a4801f533a7"/></dir><dir name="en_GB"><file name="Mkt_LiveOptim.csv" hash="f2bba648d539c06f3c51066f9a75aad4"/></dir><dir name="es_ES"><file name="Mkt_LiveOptim.csv" hash="3088afb56c2c9b547be0497ff3bd2785"/></dir><dir name="pt_BR"><file name="Mkt_LiveOptim.csv" hash="e3662b20f52f65726f632651fea835e8"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>