Auguria_Sponsorship - Version 1.0.10

Version Notes

If you have ideas for improvements or find bugs, please send them to Franck Charpentier at www.auguria.net, with Auguria LastReviews as part of the subject line.

Download this release

Release Info

Developer Magento Core Team
Extension Auguria_Sponsorship
Version 1.0.10
Comparing to
See all releases


Code changes from version 1.0.9 to 1.0.10

app/code/community/Auguria/Sponsorship/Block/Sponsorship.php CHANGED
@@ -23,7 +23,7 @@ class Auguria_Sponsorship_Block_Sponsorship extends Mage_Core_Block_Template
23
 
24
  public function getMaxRecipients()
25
  {
26
- return Mage::getStoreConfig('sponsorship/invitation_email/max_recipients');
27
  }
28
 
29
  public function getUserName()
23
 
24
  public function getMaxRecipients()
25
  {
26
+ return Mage::getStoreConfig('sponsorship/invitation/max_recipients');
27
  }
28
 
29
  public function getUserName()
app/code/community/Auguria/Sponsorship/Helper/Mail.php CHANGED
@@ -249,11 +249,12 @@ class Auguria_Sponsorship_Helper_Mail extends Mage_Core_Helper_Abstract
249
  "recipient_email" => $recipient_email,
250
  "sponsorship_url" => $mail["sponsorship_url"]
251
  ));
 
252
  $mailTemplate->setDesignConfig(array('area' => 'fronted'))
253
  ->setReplyTo($sender_email)
254
  ->setReturnPath($sender_email)
255
  ->sendTransactional(
256
- Mage::getStoreConfig('sponsorship/invitation_email/email_template'),
257
  $sender,
258
  $recipient_email,
259
  $recipient,
249
  "recipient_email" => $recipient_email,
250
  "sponsorship_url" => $mail["sponsorship_url"]
251
  ));
252
+
253
  $mailTemplate->setDesignConfig(array('area' => 'fronted'))
254
  ->setReplyTo($sender_email)
255
  ->setReturnPath($sender_email)
256
  ->sendTransactional(
257
+ Mage::getStoreConfig('sponsorship/invitation/template'),
258
  $sender,
259
  $recipient_email,
260
  $recipient,
app/code/community/Auguria/Sponsorship/Model/AutoBoost.php CHANGED
@@ -19,8 +19,8 @@ class Auguria_Sponsorship_Model_AutoBoost
19
  ->from(Array("s"=>$resource->getTableName('sponsorship/sponsorship')),
20
  Array("*"=>"s.*"))
21
  ->where('isnull(datetime_boost)')
22
- ->where('TO_DAYS(NOW()) - TO_DAYS(datetime) >= ?', Mage::getStoreConfig('sponsorship/invitation_email/time_before_boost'))
23
- ->where('TO_DAYS(NOW()) - TO_DAYS(datetime) <= ?', Mage::getStoreConfig('sponsorship/invitation_email/sponsor_invitation_validity'));
24
 
25
  $resultats = $read->fetchAll($select);
26
  foreach ($resultats as $resultat)
19
  ->from(Array("s"=>$resource->getTableName('sponsorship/sponsorship')),
20
  Array("*"=>"s.*"))
21
  ->where('isnull(datetime_boost)')
22
+ ->where('TO_DAYS(NOW()) - TO_DAYS(datetime) >= ?', Mage::getStoreConfig('sponsorship/invitation/time_before_boost'))
23
+ ->where('TO_DAYS(NOW()) - TO_DAYS(datetime) <= ?', Mage::getStoreConfig('sponsorship/invitation/sponsor_invitation_validity'));
24
 
25
  $resultats = $read->fetchAll($select);
26
  foreach ($resultats as $resultat)
app/code/community/Auguria/Sponsorship/controllers/FidelitypointsController.php CHANGED
@@ -252,12 +252,12 @@ class Auguria_Sponsorship_FidelitypointsController extends Mage_Core_Controller_
252
  "coupon_code" => $couponCode,
253
  "store_name" => Mage::helper('sponsorship/mail')->getStoreName()
254
  ));
255
-
256
- $mailTemplate->setDesignConfig(array('area' => 'fronted'))
257
  ->setReplyTo($sender_email)
258
  //->setReturnPath($sender_email)
259
  ->sendTransactional(
260
- "sponsorship_email_coupon",
261
  $sender,
262
  $recipient_email,
263
  $customer->getFirstname().' '.$customer->getLastname(),
252
  "coupon_code" => $couponCode,
253
  "store_name" => Mage::helper('sponsorship/mail')->getStoreName()
254
  ));
255
+
256
+ $mailTemplate->setDesignConfig(array('area' => 'frontend'))
257
  ->setReplyTo($sender_email)
258
  //->setReturnPath($sender_email)
259
  ->sendTransactional(
260
+ Mage::getStoreConfig('sponsorship/coupon/template'),
261
  $sender,
262
  $recipient_email,
263
  $customer->getFirstname().' '.$customer->getLastname(),
app/code/community/Auguria/Sponsorship/controllers/SponsorpointsController.php CHANGED
@@ -253,11 +253,11 @@ class Auguria_Sponsorship_SponsorpointsController extends Mage_Core_Controller_F
253
  "store_name" => Mage::helper('sponsorship/mail')->getStoreName()
254
  ));
255
 
256
- $mailTemplate->setDesignConfig(array('area' => 'fronted'))
257
  ->setReplyTo($sender_email)
258
  //->setReturnPath($sender_email)
259
  ->sendTransactional(
260
- "sponsorship_email_coupon",
261
  $sender,
262
  $recipient_email,
263
  $customer->getFirstname().' '.$customer->getLastname(),
253
  "store_name" => Mage::helper('sponsorship/mail')->getStoreName()
254
  ));
255
 
256
+ $mailTemplate->setDesignConfig(array('area' => 'frontend'))
257
  ->setReplyTo($sender_email)
258
  //->setReturnPath($sender_email)
259
  ->sendTransactional(
260
+ Mage::getStoreConfig('sponsorship/coupon/template'),
261
  $sender,
262
  $recipient_email,
263
  $customer->getFirstname().' '.$customer->getLastname(),
app/code/community/Auguria/Sponsorship/etc/config.xml CHANGED
@@ -10,7 +10,7 @@
10
  <config>
11
  <modules>
12
  <Auguria_Sponsorship>
13
- <version>1.0.9</version>
14
  </Auguria_Sponsorship>
15
  </modules>
16
  <frontend>
@@ -315,22 +315,28 @@
315
  </helpers>
316
  <template>
317
  <email>
318
- <sponsorship_email_invitation translate="label" module="sponsorship">
319
- <label>Sponsorship invitation</label>
320
- <file>sponsorship_invitation.html</file>
321
- <type>html</type>
322
- </sponsorship_email_invitation>
323
- <sponsorship_email_coupon translate="label" module="sponsorship">
324
  <label>Sponsorship coupon</label>
325
  <file>sponsorship_coupon.html</file>
326
  <type>html</type>
327
- </sponsorship_email_coupon>
 
 
 
 
 
328
  </email>
329
  </template>
330
  </global>
331
 
332
  <default>
333
  <sponsorship>
 
 
 
 
 
 
334
  <sponsor>
335
  <sponsor_enabled>1</sponsor_enabled>
336
  <sponsor_cash>1</sponsor_cash>
@@ -345,12 +351,6 @@
345
  <sponsor_percent>50</sponsor_percent>
346
  <godson_first_order_points>0</godson_first_order_points>
347
  </sponsor>
348
- <invitation_email>
349
- <sponsor_invitation_validity>365</sponsor_invitation_validity>
350
- <time_before_boost>7</time_before_boost>
351
- <max_recipients>20</max_recipients>
352
- <email_template>sponsorship_email_invitation</email_template>
353
- </invitation_email>
354
  <fidelity>
355
  <fidelity_enabled>1</fidelity_enabled>
356
  <fidelity_cash>1</fidelity_cash>
@@ -362,9 +362,9 @@
362
  <newsletter_points>0</newsletter_points>
363
  <first_order_points>0</first_order_points>
364
  </fidelity>
365
- <change>
366
- <email_template_coupon>sponsorship_email_coupon</email_template_coupon>
367
- </change>
368
  <open_inviter>
369
  <open_inviter_enabled>0</open_inviter_enabled>
370
  <username></username>
10
  <config>
11
  <modules>
12
  <Auguria_Sponsorship>
13
+ <version>1.0.10</version>
14
  </Auguria_Sponsorship>
15
  </modules>
16
  <frontend>
315
  </helpers>
316
  <template>
317
  <email>
318
+ <sponsorship_coupon_template translate="label" module="sponsorship">
 
 
 
 
 
319
  <label>Sponsorship coupon</label>
320
  <file>sponsorship_coupon.html</file>
321
  <type>html</type>
322
+ </sponsorship_coupon_template>
323
+ <sponsorship_invitation_template translate="label" module="sponsorship">
324
+ <label>Sponsorship invitation</label>
325
+ <file>sponsorship_invitation.html</file>
326
+ <type>html</type>
327
+ </sponsorship_invitation_template>
328
  </email>
329
  </template>
330
  </global>
331
 
332
  <default>
333
  <sponsorship>
334
+ <invitation>
335
+ <template>sponsorship_invitation_template</template>
336
+ <sponsor_invitation_validity>365</sponsor_invitation_validity>
337
+ <time_before_boost>7</time_before_boost>
338
+ <max_recipients>20</max_recipients>
339
+ </invitation>
340
  <sponsor>
341
  <sponsor_enabled>1</sponsor_enabled>
342
  <sponsor_cash>1</sponsor_cash>
351
  <sponsor_percent>50</sponsor_percent>
352
  <godson_first_order_points>0</godson_first_order_points>
353
  </sponsor>
 
 
 
 
 
 
354
  <fidelity>
355
  <fidelity_enabled>1</fidelity_enabled>
356
  <fidelity_cash>1</fidelity_cash>
362
  <newsletter_points>0</newsletter_points>
363
  <first_order_points>0</first_order_points>
364
  </fidelity>
365
+ <coupon>
366
+ <template>sponsorship_coupon_template</template>
367
+ </coupon>
368
  <open_inviter>
369
  <open_inviter_enabled>0</open_inviter_enabled>
370
  <username></username>
app/code/community/Auguria/Sponsorship/etc/system.xml CHANGED
@@ -226,7 +226,7 @@
226
  </first_order_points>
227
  </fields>
228
  </fidelity>
229
- <invitation_email translate="label">
230
  <label>Sponsorship mail options</label>
231
  <frontend_type>text</frontend_type>
232
  <sort_order>3</sort_order>
@@ -261,21 +261,18 @@
261
  <show_in_website>1</show_in_website>
262
  <show_in_store>1</show_in_store>
263
  </max_recipients>
264
- <email_template translate="label">
265
- <label>Email Template</label>
266
- <frontend_type>text</frontend_type>
267
- <!--
268
  <frontend_type>select</frontend_type>
269
  <source_model>adminhtml/system_config_source_email_template</source_model>
270
- -->
271
  <sort_order>20</sort_order>
272
  <show_in_default>1</show_in_default>
273
  <show_in_website>1</show_in_website>
274
  <show_in_store>1</show_in_store>
275
- </email_template>
276
  </fields>
277
- </invitation_email>
278
- <change translate="label">
279
  <label>Voucher exchange mail options</label>
280
  <frontend_type>text</frontend_type>
281
  <sort_order>4</sort_order>
@@ -283,16 +280,17 @@
283
  <show_in_website>1</show_in_website>
284
  <show_in_store>1</show_in_store>
285
  <fields>
286
- <email_template_coupon translate="label">
287
- <label>Email Template</label>
288
- <frontend_type>text</frontend_type>
 
289
  <sort_order>1</sort_order>
290
  <show_in_default>1</show_in_default>
291
  <show_in_website>1</show_in_website>
292
  <show_in_store>1</show_in_store>
293
- </email_template_coupon>
294
  </fields>
295
- </change>
296
  <open_inviter translate="label comment">
297
  <label>Open Inviter options</label>
298
  <sort_order>5</sort_order>
226
  </first_order_points>
227
  </fields>
228
  </fidelity>
229
+ <invitation translate="label">
230
  <label>Sponsorship mail options</label>
231
  <frontend_type>text</frontend_type>
232
  <sort_order>3</sort_order>
261
  <show_in_website>1</show_in_website>
262
  <show_in_store>1</show_in_store>
263
  </max_recipients>
264
+ <template translate="label">
265
+ <label>Email Template</label>
 
 
266
  <frontend_type>select</frontend_type>
267
  <source_model>adminhtml/system_config_source_email_template</source_model>
 
268
  <sort_order>20</sort_order>
269
  <show_in_default>1</show_in_default>
270
  <show_in_website>1</show_in_website>
271
  <show_in_store>1</show_in_store>
272
+ </template>
273
  </fields>
274
+ </invitation>
275
+ <coupon translate="label">
276
  <label>Voucher exchange mail options</label>
277
  <frontend_type>text</frontend_type>
278
  <sort_order>4</sort_order>
280
  <show_in_website>1</show_in_website>
281
  <show_in_store>1</show_in_store>
282
  <fields>
283
+ <template translate="label">
284
+ <label>Email Template</label>
285
+ <frontend_type>select</frontend_type>
286
+ <source_model>adminhtml/system_config_source_email_template</source_model>
287
  <sort_order>1</sort_order>
288
  <show_in_default>1</show_in_default>
289
  <show_in_website>1</show_in_website>
290
  <show_in_store>1</show_in_store>
291
+ </template>
292
  </fields>
293
+ </coupon>
294
  <open_inviter translate="label comment">
295
  <label>Open Inviter options</label>
296
  <sort_order>5</sort_order>
app/code/community/Auguria/Sponsorship/sql/sponsorship_setup/mysql4-upgrade-1.0.8-1.0.9.php ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Resolve bug to display customer eav attribute in admin form
4
+ * @category Auguria
5
+ * @package Auguria_Sponsorship
6
+ * @author Auguria
7
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
8
+ */
9
+ $installer = new Mage_Eav_Model_Entity_Setup('core_setup');
10
+
11
+ $installer->startSetup();
12
+
13
+ Mage::getSingleton( 'eav/config' )
14
+ ->getAttribute( 'customer', 'sponsor' )
15
+ ->setData( 'used_in_forms', array( 'adminhtml_customer' ) )
16
+ ->save();
17
+
18
+ Mage::getSingleton( 'eav/config' )
19
+ ->getAttribute( 'customer', 'fidelity_points' )
20
+ ->setData( 'used_in_forms', array( 'adminhtml_customer' ) )
21
+ ->save();
22
+
23
+ Mage::getSingleton( 'eav/config' )
24
+ ->getAttribute( 'customer', 'sponsor_points' )
25
+ ->setData( 'used_in_forms', array( 'adminhtml_customer' ) )
26
+ ->save();
27
+
28
+ $installer->updateAttribute('customer', 'sponsor', 'group', 'Default');
29
+ $installer->updateAttribute('customer', 'fidelity_points', 'group', 'Default');
30
+ $installer->updateAttribute('customer', 'sponsor_points', 'group', 'Default');
31
+
32
+ $installer->updateAttribute('customer', 'sponsor', 'sort_order', 250);
33
+ $installer->updateAttribute('customer', 'fidelity_points', 'sort_order', 251);
34
+ $installer->updateAttribute('customer', 'sponsor_points', 'sort_order', 252);
35
+
36
+ $installer->endSetup();
app/locale/de_DE/Auguria_Sponsorship.csv ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Action","Aktion"
2
+ ":You will receive an email with the discount code you can use on your next order.",": Sie erhalten ein Mail mit Ihrem Gutschein-Code für den nächsten Einkauf."
3
+ "%s' is not a valid number.","%s' ist keine gültige Nummer."
4
+ "%s' is not an integer.","%s' ist keine Zahl."
5
+ "%s' is not greater than 0.","%s' ist nicht größer als 0."
6
+ "%s is already an email to our customers","%s ist bereits als Kundenadresse hinterlegt."
7
+ "%s points exchange for customer (%s)","Einlösung %s Punkte für Kunden (%s)"
8
+ "%s vouchers points exchange","Einlösung von %s Punkten aus Gutscheinen"
9
+ "<a href='%s'>%s</a>","<a href='%s'>%s</a>"
10
+ "A value is required.","Ein Wert ist erforderlich."
11
+ "Activated","Aktiviert"
12
+ "Active godsons:","Aktive Freundeswerbungen:"
13
+ "Add a change","Einlösung hinzufügen"
14
+ "Add a provider","Anbieter hinzufügen"
15
+ "Add a sponsorship","Freundeswerbung hinzufügen"
16
+ "Add an invitation","Einladung hinzufügen"
17
+ "Add recipients","Empfänger hinzufügen"
18
+ "Add recipients.","Empfänger hinzufügen"
19
+ "Address book provider:","Adressbuchanbieter:"
20
+ "Allow to send invitations to customers who have never ordered","Einladungsversand an Kunden ohne Bestellungen erlauben"
21
+ "Allows customers to import addressbook/contacts from different email providers like Yahoo, Gmail, Hotmail, Live etc. using different CMS software like Drupal, Joomla etc. or forum software like PHPBB, SMF etc. Learn more on <a href='http://openinviter.com'>openinviter.com</a>","Kunden den Import von Adressbüchern/Kontakten aus Yahoo, Gmail, Hotmail, Live etc. erlauben. Nähere Details unter: <a href='http://openinviter.com'>openinviter.com</a>"
22
+ "Amount of winning points for first order","Punktgewinn bei erster Bestellung"
23
+ "Amount of winning points for the first godson order","Punktgewinn bei erster Bestellung des Freundes"
24
+ "Amount of winning points when subscribe to newsletter on account creation","Punktgewinn für Abonnieren des Newsletters bei Kontoerstellung"
25
+ "An error occurred while saving your request.","Beim Speichern Ihrer Anfrage trat ein Fehler auf."
26
+ "An error occurred while sending mail.","Beim Versand Ihres/r Mails trat ein Fehler auf."
27
+ "An error occurred, the mail to %s could not be delivred.","Ein Fehler trat auf, Ihr Mail an %s konnte nicht zugestellt werden."
28
+ "An exception occured !","Ein Fehler trat auf!"
29
+ "And it ends as follows:","Mit folgender Endung:"
30
+ "Are you sure to process mass action?","Möchten Sie diese Massenaktualisierung wirklich vornehmen?"
31
+ "But it could not be saved.","Die Speicherung schlug jedoch fehl."
32
+ "Calculation period of the maximum allowed for an individual (days)","Berechnungsperiode des Maximalbetrags für einzelne Kunden (Tage)"
33
+ "Campany number","Firmennummer"
34
+ "Canceled","Storniert"
35
+ "Cash","Bar"
36
+ "cash","bar"
37
+ "Cash exchange enabled","Barablöse aktiviert"
38
+ "Change information","Einlösungsinformationen"
39
+ "Change your points into:","Punkte umtauschen in:"
40
+ "Check or uncheck all","Alle wählen/abwählen"
41
+ "Choose your provider","Wählen Sie Ihren Anbieter"
42
+ "Conversion rate of points in currency","Wechselkurs für Punkte zu Währung"
43
+ "coupon","Gutschein"
44
+ "Creation date","Erstellungsdatum"
45
+ "Credit fidelity points","Treuepunkte"
46
+ "Credit sponsor points","Werbungspunkte"
47
+ "Customer","Kunde"
48
+ "Customer ID","ID Kunde"
49
+ "Customer name","Name Kunde"
50
+ "Date","Datum"
51
+ "Date first invitation","Datum der ersten Einladung"
52
+ "Date last mail","Datum des letzten Mails"
53
+ "Dear %s %s,","Hallo %s %s,"
54
+ "Details","Details"
55
+ "Edit","Bearbeiten"
56
+ "Edition of the change '%s'","Einlösung '%s' bearbeiten"
57
+ "Edition of the invitation '%s'","Einladung '%s' bearbeiten"
58
+ "Edition of the Open inviter provider '%s'","Anbieter OpenInviter bearbeiten '%s'"
59
+ "Edition of the sponsorship '%s'","Freundeswerbung '%s' bearbeiten"
60
+ "Email missing !","Die E-Mail-Adresse fehlt!"
61
+ "Email Providers","Email-Provider"
62
+ "emptyResults","Leeres Resultat."
63
+ "Enter the cash you want.","Wählen Sie den gewünschten Betrag."
64
+ "Enter the points you want to convert.","Wählen Sie die einzulösenden Punkte."
65
+ "errorData","Eingabefehler"
66
+ "errorURL","Fehler URL"
67
+ "Exchange detail","Einlösungsdetails"
68
+ "Exchange of your %s points into %s","Einlösung Ihrer %s Punkte in %s"
69
+ "Exported","Exportiert"
70
+ "Fidelity","Treue"
71
+ "fidelity","treue"
72
+ "Fidelity and Sponsorship","Treuepunkte und Freundeswerbung"
73
+ "Fidelity balance:","Treuepunkte Stand:"
74
+ "Fidelity module activated","Treuepunkte-Modul aktiviert"
75
+ "Fidelity options","Treuepunkteoptionen"
76
+ "Fidelity points","Treuepunkte"
77
+ "Fidelity points by fixed amount","Treuepunkte nach fixem Betrag"
78
+ "Fidelity points by fixed amount for whole cart","Treuepunkte nach fixem Betrag für gesamten Warenkorb"
79
+ "Fidelity points by percentage of the original price","Treuepunkte als Prozentsatz des Originalpreises"
80
+ "Fidelity points:","Treuepunkte:"
81
+ "filterLabel","Spalte filtern :"
82
+ "First name","Vorname"
83
+ "First name:","Vorname:"
84
+ "gift","Geschenk"
85
+ "Gift exchange enabled","Geschenkaustausch aktiviert"
86
+ "Gifts","Geschenke"
87
+ "Godson","Freund"
88
+ "Godson ID","ID Freund"
89
+ "Godson name","Name des Freundes"
90
+ "Guest first name","Vorname Gast"
91
+ "Guest last name","Nachname Gast"
92
+ "Guest mail","E-Mail Gast"
93
+ "Guest name","Name des Gastes"
94
+ "IBAN","IBAN"
95
+ "ID","ID"
96
+ "Import Contacts","Kontakte importieren"
97
+ "Import selected contacts","Ausgewählte Kontakte importieren"
98
+ "Inactivity time before removal of the sponsorship link (days)","Inaktivitätszeitraum vor Entfernung des Freundeswerbungs-Links (Tage)"
99
+ "Invalid IBAN code ""%s""","Der IBAN ""%s"" ist ungültig"
100
+ "Invitation detail","Datum der Einladung"
101
+ "Invitation does not exist","Diese Einladung existiert nicht."
102
+ "Invitation information","Informationen zur Einladung"
103
+ "Invitation to %s","Einladung %s"
104
+ "Invitation was successfully saved","Die Einladung wurde erfolgreich gespeichert"
105
+ "Invitations list","Einladungsliste"
106
+ "Last name","Name"
107
+ "Last name:","Name:"
108
+ "Last order date","Datum der letzten Bestellung"
109
+ "Listing date","Datum der Eintragung"
110
+ "loading","Laden"
111
+ "Login failed. Please check the email and password you have provided and try again later !","Ihre Anmeldung schlug fehl. Bitte überprüfen Sie E-Mail und Passwort und versuchen Sie es erneut."
112
+ "Max invitations","Maximale Einladungsanzahl"
113
+ "Maximum amount permitted without company number","Maximale Einladungsanzahl ohne Firmennummer"
114
+ "Maximum levels of sponsorship","Maximale Anzahl an Freundeswerbungsschichten (Levels)"
115
+ "Message","Nachricht"
116
+ "Module","Modul"
117
+ "Number of sponsorships","Anzahl der Freundeswerbungen"
118
+ "Once you will have points, you can change them into:","Nach dem Erhalt von Punkten können Sie diese eintauschen gegen:"
119
+ "Open inviter providers","OpenInviter Anbieter"
120
+ "Or add recipient manually.","Oder fügen Sie manuell Empfänger hinzu"
121
+ "paginationFirst","Erste"
122
+ "paginationLast","Letzte"
123
+ "paginationNext","Nächste"
124
+ "paginationOf"," von "
125
+ "paginationPages","Seite(n)"
126
+ "paginationPrev","Vorige"
127
+ "Password missing !","Das Passwort fehlt."
128
+ "Please check the form fields.","Bitte überprüfen Sie die Formularfelder."
129
+ "Please enter the full email, not just the username","Bitte geben Sie die vollständige E-Mail-Adresse an (nicht nur den Benutzernamen)"
130
+ "Please select changes","Bitte wählen Sie die Einlösung"
131
+ "Points","Punkte"
132
+ "Points exchanges list","Liste der Punkteeinlösungen"
133
+ "Points to exchange:","Einzulösende Punkte:"
134
+ "Principles of Sponsorship","Regeln der Freundeswerbung"
135
+ "Provider detail","Anbieterinformationen"
136
+ "Provider missing !","Der Anbieter fehlt!"
137
+ "Provider was successfully deleted","Der Anbieter wurde erfolgreich gelöscht."
138
+ "Provider was successfully saved","Der Anbieter wurde erfolgreich gespeichert."
139
+ "Ratio applied from level 2 to calculate the points of the sponsor (in percentage)","Verhältnis ab Stufe 2 für Berechnung der Werbungspunkte (in Prozent)"
140
+ "Recall","Erinnnerung"
141
+ "Recall %s %s","Erinnerung von %s %s"
142
+ "Recipients:","Empfänger:"
143
+ "Recovery date","Datum der Erinnerung"
144
+ "Related ID","ID Werbender"
145
+ "Related mail","E-Mail Werbender"
146
+ "Related name","Name des Werbenden"
147
+ "Remove Recipient","Empfänger entfernen"
148
+ "searchLabel","Suche"
149
+ "Select recipients from your address book:","Wählen Sie Empfänger aus Ihrem Adressbuch:"
150
+ "Select recipients from your address book.","Wählen Sie Empfänger aus Ihrem Adressbuch:"
151
+ "Select your provider and sign in:","Wählen Sie Ihren Anbieter und melden Sie sich an:"
152
+ "Send email","E-Mail senden"
153
+ "Social Networks","Soziale Netzwerke"
154
+ "Solved","Gelöst"
155
+ "Special Rate","Besondere Rate"
156
+ "Sponsor","Werbender"
157
+ "sponsor","Werbender"
158
+ "Sponsor friends","Geworbene Freunde"
159
+ "Sponsor ID","ID Werbender"
160
+ "Sponsorship","Freundeswerbung"
161
+ "Sponsorship balance:","Stand Freundeswerbungen:"
162
+ "Sponsorship coupon","Gutschein aus Freundeswerbung"
163
+ "Sponsorship date","Datum der Freundeswerbung"
164
+ "Sponsorship detail","Details Freundeswerbung"
165
+ "Sponsorship information","Informationen zur Freundeswerbung"
166
+ "Sponsorship invitation","Einladung der Freundeswerbung"
167
+ "Sponsorship mail options","Mail-Optionen Freundeswerbung"
168
+ "Sponsorship module activated","Freundeswerbungsmodul aktiviert"
169
+ "Sponsorship options","Optionen der Freundeswerbung"
170
+ "Sponsorship points","Punkte aus Freundeswerbung"
171
+ "Sponsorship points by fixed amount","Punkte aus Freundeswerbung nach fixem Betrag"
172
+ "Sponsorship points by fixed amount for whole cart","Punkte aus Freundeswerbung nach festem Betrag für gesamten Warenkorb"
173
+ "Sponsorship points by percentage of the original price","Punkte aus Freundeswerbung als Prozentsatz des Originalpreises"
174
+ "Sponsorship points:","Punkte aus Freundeswerbung"
175
+ "Sponsorship was successfully saved","Die Freundeswerbung wurde erfolgreich gespeichert"
176
+ "Sponsorships list","List der Freundeswerbungen"
177
+ "Status","Stuats"
178
+ "Subject:","Betreff:"
179
+ "The change has been successfully recorded","Die Einlösung wurde erfolgreich erfasst"
180
+ "The exchange of %s points in %s is disabled.","Die Einlösung von %s Punkten in %s ist deaktiviert."
181
+ "The gifts exchange is not yet implemented.","Die Geschenkseinlösung ist noch nicht implementiert."
182
+ "This change doesn't exist","Diese Einlösung existiert nicht."
183
+ "This sponsorship doesn't exist","Diese Freundeswerbung existiert nicht."
184
+ "Time to send it automatically (days)","Zeit vor automatischem Versand (Tage)"
185
+ "Time validity invitations (days)","Zeit der Gültigkeit von Einladungen (Tage)"
186
+ "To change more cash, you must specify a company number.","Für die Einlösung höherer Beträge benötigen Sie eine Firmennummer."
187
+ "To change your points into cash, you must indicate your IBAN.","Um Ihre Punkte barabzulösen, benötigen Sie eine IBAN."
188
+ "Type","Typ"
189
+ "Unable to find change to save","Kein Einlösung zur Speicherung gefunden."
190
+ "Unable to find invitation to save","Keine Einladung zur Speicherung gefunden."
191
+ "Unable to find sponsorship to save","Keine Freundeswerbung zur Speicherung gefunden."
192
+ "Unable to get contacts !","Konnte Kontakte nicht abrufen."
193
+ "Update status","Status ändern"
194
+ "Use of your fidelity points","Treuepunkte einlösen"
195
+ "Use of your sponsorship points","Punkte aus Freundeswerbung einlösen"
196
+ "Validate","Prüfen"
197
+ "Value","Wert"
198
+ "Voucher exchange enabled","Gutscheineinlösung aktiviert"
199
+ "Voucher exchange mail options","Gutscheineinlösung Mail-Optionen"
200
+ "Vouchers","Gutscheine"
201
+ "Vouchers:","Gutscheine:"
202
+ "Waiting","Wartend"
203
+ "Winning","Gewonnene Punkte"
204
+ "You do not have active godson.","Sie haben keine aktiven Freundeswerbungen."
205
+ "You do not have as many points.","Sie haben nicht genügend Punkte."
206
+ "You do not have yet send invit.","Sie haben noch keine Einladung versandt."
207
+ "You have %d points.","Sie verfügen über %d Punkte."
208
+ "You must already have purchased to sponsor.","Um Freunde werben zu können, müssen Sie selbst bereits bestellt haben."
209
+ "You should visit this website. It offers interesting products.","Sie sollten diese Website besuchen, sie bietet eine interessante Auswahl."
210
+ "Your email has been successfully sent.","Ihr Mail wurde erfolgreich versandt."
211
+ "Your godsons","Ihre Freundeswerbungen"
212
+ "Your invitations","Ihre Einladungen"
213
+ "Your lastest orders","Ihre letzten Bestellungen"
214
+ "Your login:","Ihre Benutzername:"
215
+ "Your mail has not been sent, please try again later.","Ihre Mail konnte nicht versandt werden. Bitte versuchen Sie es später erneut."
216
+ "Your message","Ihre Nachricht"
217
+ "Your message will be preceded by:","Der Einleitungstext Ihrer Nachricht:"
218
+ "Your message will ends as follows:","Der Schlussteil Ihrer Nachricht:"
219
+ "Your message:","Ihre Nachricht:"
220
+ "Your points exchanges:","Ihre Punkteeinlösungen:"
221
+ "Your request has been submitted, you will soon receive an email confirmation.","Ihre Anfrage wurde entgegengenommen, Sie erhalten in Kürze eine Bestätigung per E-Mail."
app/locale/de_DE/template/email/sponsorship_coupon.html ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {* This is a comment block
2
+
3
+ @category Auguria
4
+ @package Auguria_Sponsorship
5
+ @author Auguria
6
+ @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+
8
+ Available vars in sponsorship template:
9
+ subject
10
+ sender_id
11
+ sender_name
12
+ sender_email
13
+ sender_name
14
+ sender_email
15
+ recipient_firstname
16
+ recipient_lastname
17
+ discount_amount
18
+ coupon_code
19
+
20
+ *}<!--@subject {{var data.subject}} @-->
21
+
22
+ Hallo {{var data.recipient_firstname}} {{var data.recipient_lastname}},
23
+
24
+ Ihre Punkte wurden erfolgreich in einen Gutschein umgewandelt.
25
+
26
+ Sie verfügen ab sofort über ein Guthaben von {{var data.discount_amount}} Euro, welches Sie über die Eingabe folgenden Codes im Zuge Ihrer nächsten Bestellung einlösen können:
27
+
28
+ {{var data.coupon_code}}
29
+
30
+ {{store url=""}}
31
+
32
+ --BOUNDARY_TEXT_OF_CHOICE_FOR_AUGURIA_SPONSORSHIP
33
+
34
+ <style type="text/css">
35
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
36
+ </style>
37
+
38
+ <div style="font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;">
39
+ <table cellspacing="0" cellpadding="0" border="0" width="98%" style="margin-top:10px; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; margin-bottom:10px;">
40
+ <tr>
41
+ <td align="center" valign="top">
42
+ <!-- [ header starts here] -->
43
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
44
+ <tr>
45
+ <td valign="top">
46
+ <a href="{{store url=""}}">
47
+ <img src="{{skin url="images/logo_email.gif" _area='frontend'}}" alt="{{var data.store_name}}" style="margin-bottom:10px;" border="0"/>
48
+ </a>
49
+ </td>
50
+ </tr>
51
+ </table>
52
+
53
+ </td>
54
+ </tr>
55
+ <tr>
56
+ <td align="center" valign="top">
57
+ <!-- [ middle starts here] -->
58
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
59
+ <tr>
60
+ <td valign="top">
61
+ <p><strong>Hallo {{var data.recipient_firstname}} {{var data.recipient_lastname}}</strong>,</p>
62
+ <p>Ihre Punkte wurden erfolgreich in einen Gutschein umgewandelt.</p>
63
+ <p>Sie verfügen ab sofort über ein Guthaben von <strong>{{var data.discount_amount}} Euro</strong>, welches Sie über die Eingabe folgenden Codes im Zuge Ihrer nächsten Bestellung einlösen können:</p>
64
+ <h1 align="center">{{var data.coupon_code}}</h1>
65
+ </td>
66
+ </tr>
67
+ <tr>
68
+ <td valign="top">
69
+ <a href="{{store url=""}}">{{var data.store_name}}</a>
70
+ </td>
71
+ </tr>
72
+ </table>
73
+ </td>
74
+ </tr>
75
+ </table>
76
+ </div>
app/locale/de_DE/template/email/sponsorship_invitation.html ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {* This is a comment block
2
+
3
+ @category Auguria
4
+ @package Auguria_Sponsorship
5
+ @author Auguria
6
+ @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+
8
+ Available vars in sponsorship template:
9
+ data.sender_name
10
+ data.sender_email
11
+ data.subject
12
+ data.html_message
13
+ data.text_message
14
+ data.html_footer
15
+ data.text_footer
16
+ data.recipient_email
17
+ data.sponsorship_url
18
+
19
+ *}<!--@subject {{var data.subject}} @-->
20
+ {{var data.text_message}}
21
+ {{var data.text_footer}}
22
+
23
+ --BOUNDARY_TEXT_OF_CHOICE_FOR_AUGURIA_SPONSORSHIP
24
+
25
+ <style type="text/css">
26
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
27
+ </style>
28
+
29
+ <div style="font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;">
30
+ <table cellspacing="0" cellpadding="0" border="0" width="98%" style="margin-top:10px; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; margin-bottom:10px;">
31
+ <tr>
32
+ <td align="center" valign="top">
33
+ <!-- [ header starts here] -->
34
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
35
+ <tr>
36
+ <td valign="top">
37
+ <a href="{{var data.sponsorship_url}}">
38
+ <img src="{{skin url="images/logo_email.gif" _area='frontend'}}" alt="{{var order.getStoreGroupName()}}" style="margin-bottom:10px;" border="0"/>
39
+ </a>
40
+ </td>
41
+ </tr>
42
+ </table>
43
+
44
+ </td>
45
+ </tr>
46
+ <tr>
47
+ <td align="center" valign="top">
48
+ <!-- [ middle starts here] -->
49
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
50
+ <tr>
51
+ <td valign="top">
52
+ <pre>{{var data.html_message}}</pre>
53
+ <pre>{{var data.html_footer}}</pre>
54
+ </td>
55
+ </tr>
56
+ </table>
57
+ </td>
58
+ </tr>
59
+ </table>
60
+ </div>
package.xml CHANGED
@@ -1,15 +1,12 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Auguria_Sponsorship</name>
4
- <version>1.0.9</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL 3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Add possibility to :
10
- - Add fidelity points to the customer if customer subscribe to the newletter on registration
11
- - Add fidelity points on first order payment
12
- -Add sponso points on first godson order payment</summary>
13
  <description>The module consists of :
14
  - A form to send invitations: when an invitation is sent, the guest mail is registered , and the customer id too.
15
  - A system of affiliation: The link sent through invitations refer to a controller that will create a cookie and a session to identify a person invited. We can equally put such links on third party sites.
@@ -26,9 +23,9 @@ Once installed, you must:
26
  - If you enable automatic sponsorship recall, activate magento cron</description>
27
  <notes>If you have ideas for improvements or find bugs, please send them to Franck Charpentier at www.auguria.net, with Auguria LastReviews as part of the subject line.</notes>
28
  <authors><author><name>Auguria</name><user>auto-converted</user><email>magento@auguria.net</email></author></authors>
29
- <date>2010-12-30</date>
30
- <time>10:49:29</time>
31
- <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="sponsorship.xml" hash="934da279981ddb250e116b956a262c0c"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="sponsorship.xml" hash="b4e501c7d1d4bbd3f4c8db7e9fd936da"/></dir><dir name="template"><dir name="sponsorship"><dir name="customer"><dir name="account"><dir name="dashboard"><file name="fidelity_points.phtml" hash="afbada11c6c7819daa7a74c0ef186a1b"/><file name="sponsor_points.phtml" hash="a19f3594bfe1b4491bc8f906e08f86bf"/></dir><file name="dashboard.phtml" hash="a42e17c3f2458fdeb19a59c97e88a464"/><file name="fidelitypointsdetail.phtml" hash="c1a018f8c0f4d1859c7a79558ef33712"/><file name="sponsorpointsdetail.phtml" hash="bb957c677b95d359ea3281bdbd53ea3a"/></dir><dir name="form"><dir name="pointschange"><file name="pointschange_cash.phtml" hash="58adf546a6e8aa93b340a2d1aab50e73"/><file name="pointschange_coupon.phtml" hash="0190f17418f5f5b3ffa128e09ffa375e"/><file name="pointschange_gift.phtml" hash="29a244c931252894b98e1a9bf1c40fc4"/></dir><file name="boost.phtml" hash="cf19f616a64094c4ac23a635f83a67d7"/><file name="edit.phtml" hash="bc0b34815ddf80c519a61e3b24838212"/><file name="pointschange.phtml" hash="98fced0f1ac113b79e14521fea151afc"/><file name="register.phtml" hash="ec19e985600c3377a746f3a4e358d2dd"/></dir><dir name="widget"><file name="name.phtml" hash="bfb8c2e90a4e5af55a6479cc122d67b1"/><file name="virement.phtml" hash="74b9c05d0242aa06b6cc35a9abc23751"/></dir></dir><file name="openinviter.phtml" hash="b239707ebefe243d1b072a59f25b0a0b"/><file name="openinviterimport.phtml" hash="8e468750660c4b2556f4f1e1b50bfafb"/><file name="sponsorship.phtml" hash="a39616946d2f49fa0e5b55a74415628f"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Auguria_Sponsorship.xml" hash="2ace21d88c17b2636514543e866169eb"/></dir></dir></dir><dir name="js"><dir name="tableorderer"><file name="table_orderer.js" hash="f23c21e5031d7218f83c9117cf7442eb"/></dir></dir></target><target name="magecommunity"><dir name="Auguria"><dir name="Sponsorship"><dir name="Block"><dir name="Adminhtml"><dir name="Change"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="cd94427577e45107683ea305a557f9d8"/></dir><file name="Form.php" hash="ae7412b583874b8fffc05cc3897f1a2b"/><file name="Tabs.php" hash="14027188a77ed427a54211d61471c962"/></dir><file name="Edit.php" hash="5c266273137c23f763d39d93f5ef82b4"/><file name="Grid.php" hash="9962a69732ae93157eb99ff663608203"/></dir><dir name="Link"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="98a2a13987cb165ee5233dcef0927daa"/></dir><file name="Form.php" hash="e6e087ae96b24d4edbe9e1f578e7a55a"/><file name="Tabs.php" hash="7d67a25094cf51ced551a8b3e21155c1"/></dir><file name="Edit.php" hash="bb82a0a9cd963648d7e6e34c616a0122"/><file name="Grid.php" hash="8703f106255a7f89a4e19d18e57c7209"/></dir><dir name="Openinviter"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="195714b736feb365b208346ab8323385"/></dir><file name="Form.php" hash="b4bdc64549563f0117f65c66f97d0fb8"/><file name="Tabs.php" hash="41a6ef79001601dacba231c9eefd4749"/></dir><file name="Edit.php" hash="2297909cf7059abd6b15080abe9dc586"/><file name="Grid.php" hash="d7c4af65017cbcb83831af451b1488ce"/></dir><dir name="Sponsorship"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="686b9a9a14d57e0f2e7edcf3d4e0416a"/></dir><file name="Form.php" hash="a3a2352db1c72663af0caa289287a9d2"/><file name="Tabs.php" hash="257863f6b317e37110dacc86b783565b"/></dir><file name="Edit.php" hash="40ea8077f12545878ddc0cd0ad2f8cad"/><file name="Grid.php" hash="83a98d5005f4b89dfa275ddea3355c16"/></dir><dir name="Widget"><dir name="Grid"><file name="Renderer.php" hash="35c8a336e1a0e2dcc8d48b558cee9253"/></dir></dir><file name="Change.php" hash="bec41dc1406063e264b15c9755cf3a5c"/><file name="Link.php" hash="922a5716b419d7becb0150cae3bda3de"/><file name="Openinviter.php" hash="291020a06d499b7b12e37e53e1963a08"/><file name="Sponsorship.php" hash="634e37981a47519ba1063be166fc511f"/></dir><dir name="Customer"><dir name="Account"><file name="PointsDetail.php" hash="2975bcbfe44640ebf90e6417941f0e12"/></dir><dir name="Form"><file name="Boost.php" hash="33cd49ab1ceed2816feb1d45b1c7a69b"/><file name="PointsChange.php" hash="92a71fe4f081b6c3b85cc645419fac04"/></dir><dir name="Widget"><file name="Name.php" hash="3c82b2d67f219ae56ac37526f72268fe"/><file name="Virement.php" hash="ba25badce7295811fe5deeafa284c114"/></dir></dir><dir name="Promo"><dir name="Catalog"><dir name="Edit"><dir name="Tab"><file name="Actions.php" hash="f5926196fd291cb45c13b5a8e1c018b6"/></dir></dir></dir><dir name="Quote"><dir name="Edit"><dir name="Tab"><file name="Actions.php" hash="4ff4de9b5e4d5200111d602625f91362"/></dir></dir></dir></dir><file name="Openinviter.php" hash="3051e44a791ccab457a37cef01357bd5"/><file name="Sponsorship.php" hash="40c257095b22fe117401af276b1f4bd7"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ChangeController.php" hash="73c1db83413cdf077562f8fb8d4bd8ec"/><file name="LinkController.php" hash="e800d6add6c1b5362cc736f4e5c77e7a"/><file name="OpeninviterController.php" hash="82c2500286cb627c56d8655b79380d77"/><file name="SponsorshipController.php" hash="fff66a866f773ed8f6d3708c9e0d644f"/></dir><dir name="Customer"><file name="AccountController.php" hash="3589ee3b09c3d441e024dc5289b84394"/></dir><file name="BoostController.php" hash="c23cca5dfd34c8975f785e7973aa4d79"/><file name="FidelitypointsController.php" hash="2da584308b4c6b36978acc1b3674a43b"/><file name="IndexController.php" hash="37f688e9c6c4901e70d4d8caca157447"/><file name="OpeninviterController.php" hash="f7268aa63f3248a4c1c4a61b26990d87"/><file name="SponsorController.php" hash="b81147d898f8903d5167ab0eed14a8ed"/><file name="SponsorpointsController.php" hash="a75460b9177c6d7dc602bad6431f1dde"/></dir><dir name="etc"><file name="config.xml" hash="e1dba790dccfff6e3924f8334a0e52fb"/><file name="system.xml" hash="a2d63a978b99f8566422268771f86dcd"/></dir><dir name="Helper"><file name="Data.php" hash="277563504bc31f781436af2db0331fe5"/><file name="Mail.php" hash="e9dd8fa60f21637e982f685f5baddd57"/></dir><dir name="Lib"><dir name="OpenInviter"><dir name="conf"><file name="abv.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="aol.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="apropo.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="atlas.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="aussiemail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="azet.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="badoo.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="bebo.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="bigstring.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="bookcrossing.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="bordermail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="brazencareerist.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="canoe.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="care2.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="clevergo.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="cyworld.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="doramail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="eons.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="evite.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="facebook.conf" hash="12cfb187449596c39774c4ac193295cc"/><file name="faces.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="famiva.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="fastmail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="fdcareer.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="flickr.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="flingr.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="flixster.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="fm5.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="freemail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="friendfeed.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="friendster.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="gawab.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="gmail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="gmx_net.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="graffiti.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="hi5.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="hotmail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="hushmail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="hyves.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="inbox.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="india.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="indiatimes.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="inet.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="interia.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="katamail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="kids.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="kincafe.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="konnects.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="koolro.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="lastfm.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="libero.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="linkedin.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="livejournal.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="lovento.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="lycos.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="mail2world.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="mail_com.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="mail_in.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="mail_ru.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="meinvz.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="meta.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="mevio.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="motortopia.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="msn.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="multiply.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="mycatspace.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="mydogspace.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="mynet.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="myspace.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="netaddress.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="netlog.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="ning.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="nz11.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="o2.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="operamail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="orkut.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="perfspot.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="plaxo.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="plazes.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="plurk.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="pochta.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="popstarmail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="rambler.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="rediff.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="sapo.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="skyrock.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="tagged.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="techemail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="terra.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="twitter.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="uk2.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="vimeo.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="virgilio.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="vkontakte.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="walla.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="web_de.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="wpl.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="xanga.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="xing.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="xuqa.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="yahoo.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="yandex.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="youtube.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="zapak.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="_hosted.conf" hash="1d09309103e660729b492433acda9822"/></dir><dir name="images"><file name="ers.gif" hash="cccdfd4ed0795b767d2a01f531781c10"/><file name="oks.gif" hash="6b4b170c9f10a0fa4b25307dd8f47e5b"/></dir><dir name="plugins"><file name="abv.plg.php" hash="1685755eae909c468055b9b36c915822"/><file name="aol.plg.php" hash="dd3522033c2cafeb62fd0beed5949bcf"/><file name="apropo.plg.php" hash="4426f976c1953383cf9d1f892aa9576e"/><file name="atlas.plg.php" hash="0b8e4237970ae54ff20187f5e861f972"/><file name="aussiemail.plg.php" hash="d40188b33455b3fd2e88cbde25f61709"/><file name="azet.plg.php" hash="e4a7c19450ca1ad84783a06ae3b1d61f"/><file name="badoo.plg.php" hash="b1d4863a173a80fc9d77331f1e60f2df"/><file name="bebo.plg.php" hash="2d7db898c660380ee74963667bec6bae"/><file name="bigstring.plg.php" hash="7de7a5516a8f0c71580970d8da4121eb"/><file name="bookcrossing.plg.php" hash="212a53a3a95659c56e15d6848549e25e"/><file name="bordermail.plg.php" hash="30190fa3da58d63ddd7e30e6ab0190dc"/><file name="brazencareerist.plg.php" hash="c68f39b6d7a07550abd63ed044ad85c2"/><file name="canoe.plg.php" hash="7737d89b163689cb793f0f37f6028efb"/><file name="care2.plg.php" hash="c066e81973194cca90036c37c7740937"/><file name="clevergo.plg.php" hash="9bd12fea0eb7f60043bcdca9116cb1bc"/><file name="cyworld.plg.php" hash="588dfdddcc2bc9ab2ff26c4616e0a42c"/><file name="doramail.plg.php" hash="81037085958f90a05111ad030c5a72f8"/><file name="eons.plg.php" hash="35009d6e25ae5584c554808b50145a19"/><file name="evite.plg.php" hash="d6c8acf7c24c2848eccedb269928d6eb"/><file name="facebook.plg.php" hash="6a1cfdc0dfc76b3dc3781aa2327ee833"/><file name="faces.plg.php" hash="d0affdf4e73ff6134acfaae5fda29323"/><file name="famiva.plg.php" hash="eee1c0a9a6d645baf014245ca2e9c3e9"/><file name="fastmail.plg.php" hash="da86fea25210ed40258ae2a107dcfe8f"/><file name="fdcareer.plg.php" hash="aad3d525fe09269de056f8ec03e43104"/><file name="flickr.plg.php" hash="055d1e64f116113379e3192b23dc84fc"/><file name="flingr.plg.php" hash="c2b415851babadb8048609874b411979"/><file name="flixster.plg.php" hash="773fad1c2c1775fcb74fb33f51d1fa24"/><file name="fm5.plg.php" hash="0576df91534edaab3d6b333d1968781a"/><file name="freemail.plg.php" hash="142951e9c20ce4447f44c6db7e5cc2e8"/><file name="friendfeed.plg.php" hash="399c987766110735fdd301979997fe48"/><file name="friendster.plg.php" hash="8b3402876a73bf91a84d3a6d8dbb1951"/><file name="gawab.plg.php" hash="c4cb42d893a99b370d9597f20da5c01e"/><file name="gmail.plg.php" hash="83d92f7f75e048210aec2fdecdbd67e0"/><file name="gmx_net.plg.php" hash="218b73370a1367455aeee09695bc4e2a"/><file name="graffiti.plg.php" hash="36f6a6f03fceb9b0e008c1a281a17eb2"/><file name="hi5.plg.php" hash="ba133ae4e865c10f6ce3ddc738751374"/><file name="hotmail.plg.php" hash="ef3241a0a43020412162d8f6dd9dd206"/><file name="hushmail.plg.php" hash="d3f9f339ac03c8aa2426f7a2fe4f2606"/><file name="hyves.plg.php" hash="4dca8f35b17070c42bd16fd86352baf3"/><file name="inbox.plg.php" hash="34066ac6458b6506921e11dde302e3c2"/><file name="india.plg.php" hash="cdd4e86f5b21122b2ebf898eb78b0311"/><file name="indiatimes.plg.php" hash="bbbda190c92579f469f0b4712ba9806f"/><file name="inet.plg.php" hash="6bc3da45b492ba41012b25e501c05273"/><file name="interia.plg.php" hash="3fb3cb41913d12228f162ac32539a848"/><file name="katamail.plg.php" hash="2c2c85f1cab23f236295e5340da10511"/><file name="kids.plg.php" hash="5fae2d825799b0793e2b131162ec8e07"/><file name="kincafe.plg.php" hash="39f0d662293f3db3bd9b0bb9e57b8e27"/><file name="konnects.plg.php" hash="0fd4bc3f8361fb7e5f04d277b4f7f121"/><file name="koolro.plg.php" hash="ebc1936657a99eb8b96ee178d9b7e15c"/><file name="lastfm.plg.php" hash="a293d4bde8a36b1868ddc432e1f201e6"/><file name="libero.plg.php" hash="29cbf372f39d77fd0b62d0777ded4317"/><file name="linkedin.plg.php" hash="a705475d12bb2458d9bad14497211a14"/><file name="livejournal.plg.php" hash="c9c4bd30963d28eee5038841a7d7c788"/><file name="lovento.plg.php" hash="e26c7fe712efdd69fe3788b02ebf514b"/><file name="lycos.plg.php" hash="41a133d41ef4627b353b0f33149629c0"/><file name="mail2world.plg.php" hash="5737b208425e9d03988303d1c20baac6"/><file name="mail_com.plg.php" hash="5d2c20c61d5ba58c4e4c4fc6e162cb20"/><file name="mail_in.plg.php" hash="bf443e42022a368819bcbb788baaa095"/><file name="mail_ru.plg.php" hash="64b7d2daef963b4fd7e72dd969a04cd2"/><file name="meinvz.plg.php" hash="409380a6ca5c70f8f7ae998d37195115"/><file name="meta.plg.php" hash="17bd2e282a8509a14c2d440ea02d8961"/><file name="mevio.plg.php" hash="d175cd50dc07d749e7118a3a3b836800"/><file name="motortopia.plg.php" hash="507c050bb6e0cc73884c427d4745c7a0"/><file name="msn.plg.php" hash="2a205b0556aa7b8908dca3b15017db4f"/><file name="multiply.plg.php" hash="22e5d241084c259a79330eebff508d95"/><file name="mycatspace.plg.php" hash="1282b9619ddfcba5d924c0e31ea74cc7"/><file name="mydogspace.plg.php" hash="be44672096adbe4e2532d0a9df027b5f"/><file name="mynet.plg.php" hash="a2a38a688707957e216d3868c8b1741e"/><file name="myspace.plg.php" hash="bfcabb115825937a9ed4f9745f52ca7e"/><file name="netaddress.plg.php" hash="8e2ccf82123f831b2616c8d3a80f579f"/><file name="netlog.plg.php" hash="246411cc237ef587d31003c03c61b05b"/><file name="ning.plg.php" hash="e59cb73b203a22978ead363c49e48d3d"/><file name="nz11.plg.php" hash="b94995c177198c061b628ddc82d4c7fc"/><file name="o2.plg.php" hash="8e44c5027c493fff7be428ff034f0466"/><file name="operamail.plg.php" hash="5e3a90f0be46b03bcde54eebd76371c9"/><file name="orkut.plg.php" hash="1a291548a82889b36f976bd091260aa5"/><file name="perfspot.plg.php" hash="9d4a9b33f8cf809e5c73bfc517af53db"/><file name="plaxo.plg.php" hash="d640845713388d7c87a206b3f51060f2"/><file name="plazes.plg.php" hash="f6d71432926c126d7f165e6c83a16854"/><file name="plurk.plg.php" hash="e780f5cdd31029cc1b153a1c5b14a965"/><file name="pochta.plg.php" hash="b5732832c05bf982a5950fa32ee4d62a"/><file name="popstarmail.plg.php" hash="a36517a17fa2a461ab890861a4c452fd"/><file name="rambler.plg.php" hash="148cfdfa5b4e5eb2479692dd9f1533a7"/><file name="rediff.plg.php" hash="5679b17973310ecf1ba8b097d3acffaa"/><file name="sapo.plg.php" hash="2bd76d540c454da5f014eba59074e835"/><file name="skyrock.plg.php" hash="1d6113c0c726f48c250160bcc7826aa2"/><file name="tagged.plg.php" hash="1a88811dfd57937db6aece3026f7f99a"/><file name="techemail.plg.php" hash="9894baf3c22e835dbcf62796327d9f99"/><file name="terra.plg.php" hash="094ae4ab8e63dd0f075a860c9aba2094"/><file name="twitter.plg.php" hash="a385725eb41c3cc003c52429295d1355"/><file name="uk2.plg.php" hash="ca5238d090e6a65709302a149caf5ffb"/><file name="vimeo.plg.php" hash="de5ab46f0cc5919b242c5b200f0ef724"/><file name="virgilio.plg.php" hash="38df3729142bd2b40792b7a1793446b7"/><file name="vkontakte.plg.php" hash="7db9b7a03e8f4ee2d2d7f5192ec18912"/><file name="walla.plg.php" hash="5340dda0d54849d2e313ab97015db215"/><file name="web_de.plg.php" hash="d3ed9a0c556f08bc5c67f978c7be4727"/><file name="wpl.plg.php" hash="b151407c39c360f49ffb9ca9fd73b32b"/><file name="xanga.plg.php" hash="89b5c2c3db98e735e4d1f19fb1c81786"/><file name="xing.plg.php" hash="4f89f01bb8bcbc856441cb6ecb2fbe60"/><file name="xuqa.plg.php" hash="1219e94f6ef0919025b2c93741e55fbd"/><file name="yahoo.plg.php" hash="f2953a803d0d61ffce2c9136d1706758"/><file name="yandex.plg.php" hash="2c211df8b0511fb8c832a00976f2cee1"/><file name="youtube.plg.php" hash="fc05c436e6c2dd1c6c8fa336e7e893c5"/><file name="zapak.plg.php" hash="2274bd725d3bda8df0ae9d45d3ce1470"/><file name="_base.php" hash="79459bef6fcea96f6a7d4a584add9052"/><file name="_hosted.plg.php" hash="69514e56e1833df16884b6762bc620ce"/></dir><file name="autoupdate.php" hash="df781d645e37271f23432bb82b3360a2"/><file name="config.php" hash="6c16534afd6e50dfda0c5be417bd6fe7"/><file name="LICENSE.txt" hash="277c3d400c7488e54746141297a952cb"/><file name="notifier.php" hash="88e3be687de995aae52a8ce248c49bce"/><file name="openinviter.php" hash="d2c0237f86cd7c21dadc2c441e73abb1"/><file name="POLICY.txt" hash="6262372bc84e172c7fd89d9ac61f9794"/><file name="stats.php" hash="5af8362ab3e9f89f5e8560b2623f767a"/></dir><file name="Html2Text.php" hash="4bd5cf3bd59121ffa9d15b9a60a56ca4"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Backend"><dir name="Sponsorship"><file name="Entier.php" hash="cb45db31cab4b797103d686e03404d6d"/><file name="Float.php" hash="35b76ecdc9065ae9aef1acdee66ab57c"/><file name="NaturalNumber.php" hash="62f38f42436a148ae272068d649cf1f5"/><file name="Openinviter.php" hash="b4ac237d528a505bb389f9b29d2ec486"/></dir></dir></dir></dir></dir><dir name="Core"><dir name="Email"><file name="Template.php" hash="9394636054f6709f0a41bec9f471b577"/></dir></dir><dir name="Customer"><file name="Customer.php" hash="1ee0fbe7c2ce96fac9f7dfc97e179a9e"/></dir><dir name="Mysql4"><dir name="CatalogFidelityPoint"><file name="Collection.php" hash="b151b96d8370ea1fe9e309559fb04573"/></dir><dir name="CatalogSponsorPoint"><file name="Collection.php" hash="a56b2950a04ae446dcf82ad4bdfadb07"/></dir><dir name="Change"><file name="Collection.php" hash="99a67418cc7b573f285c04a5d7f6020d"/></dir><dir name="FidelityLog"><file name="Collection.php" hash="7230b303a336da8167709168410c0531"/></dir><dir name="Sponsorlog"><file name="Collection.php" hash="8efa2fb23ec7a6ad2373395ff4739f1e"/></dir><dir name="Sponsorship"><file name="Collection.php" hash="bea288d9bdc6faee88795895eb5bd6ee"/></dir><dir name="Sponsorshipopeninviter"><file name="Collection.php" hash="02d068c627dcfde82019855510d33c1f"/></dir><file name="CatalogFidelityPoint.php" hash="ab4402569102622be8264d135768afbc"/><file name="CatalogSponsorPoint.php" hash="f34d98e76da49afe1e2049dcb3c73626"/><file name="Change.php" hash="fcc6ad58aae6b4051fa997c03b5b5756"/><file name="Fidelitylog.php" hash="47a37a5374c82d3428a6bcc301316ce8"/><file name="Rule.php" hash="2ee2d8879d6ac0be3432e1e5334d77cf"/><file name="Sponsorlog.php" hash="97bde1eef9156b5a20f5f2f92a6fee03"/><file name="Sponsorship.php" hash="2c6d63261112e53a9c442ea3568e2e32"/><file name="Sponsorshipopeninviter.php" hash="ad84d61baa3a105b6f9ff469ca4ba08a"/></dir><dir name="SocialBookmarking"><file name="Urls.php" hash="8507b7302d5aa76c9b6bc8e1e92e0598"/></dir><file name="AutoBoost.php" hash="ddfbf1197531a3b531ee93a5eaae1b22"/><file name="Change.php" hash="c4e3f0cd6077fab4ebc7e078d031fc3d"/><file name="Changestatut.php" hash="21106c8021072b8f8cf8419fec0ad0a9"/><file name="Fidelitylog.php" hash="1644dc508b0a1c4d06397a48509f652c"/><file name="Observer.php" hash="c90f4d1e30cbd919d237630570877857"/><file name="Openinviter.php" hash="a10e89360e9d94d46afc69b7c13fc047"/><file name="Sponsorlog.php" hash="834b0e8e29eff5061abb18621a22ddb5"/><file name="Sponsorship.php" hash="acd91d3c6a6dbe801e7dde41a8d2fb06"/><file name="Sponsorshipopeninviter.php" hash="9b2af360ba8b4c6b233697d2bf8b8798"/><file name="Status.php" hash="ad5779cf7a0887635315b74827780063"/><file name="Validator.php" hash="87d39a07bff5133894f8334f9f5fe967"/></dir><dir name="sql"><dir name="sponsorship_setup"><file name="mysql4-install-0.1.0.php" hash="cde2a97370601a046bcc559e22a7cdb8"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="99c4e9b7ab6d3aab2477195310482242"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="08dc31268dcb35b68abbc4c179f7ed03"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="9966b88c1e297dd4cae297859e4034a0"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="0d55e5801c8e4031aeece7787ffc94c1"/><file name="mysql4-upgrade-0.1.4-0.1.5.php" hash="6de811c47e0031c134a8343e230ca451"/><file name="mysql4-upgrade-0.1.5-0.1.6.php" hash="d6f43e969bf07f5859b1f251540c358d"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="5289d74fa889d0046a19d9714df5572b"/><file name="mysql4-upgrade-0.1.7-0.1.8.php" hash="89acdec2f7785fc2e6e82ff6265e439a"/><file name="mysql4-upgrade-0.1.8-0.1.9.php" hash="02158b6524f5d24c8e9d07022da2aa27"/><file name="mysql4-upgrade-0.1.10-0.1.11.php" hash="b29284b6cf0df556810ed3bdb47fd7dc"/><file name="mysql4-upgrade-1.0.3-1.0.4.php" hash="d6bd4428ca5918e44603d7dbcff23e74"/><file name="mysql4-upgrade-1.0.7-1.0.8.php" hash="54d2e16a888361b67d5640072e3ddc76"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><file name="sponsorship_coupon.html" hash="0ca5d0c23070e0a6a9f9822ad9612678"/><file name="sponsorship_invitation.html" hash="30fe91c3b83ee223f6bffb3dd779dd26"/></dir></dir></dir><dir name="es_ES"><dir name="template"><dir name="email"><file name="sponsorship_coupon.html" hash="5918b7eba6d7cdeb8f410de14e7f2329"/><file name="sponsorship_invitation.html" hash="30fe91c3b83ee223f6bffb3dd779dd26"/></dir></dir><file name="Auguria_Sponsorship.csv" hash="e060bf41dc40cafa679e324a530dfa0d"/></dir><dir name="fr_FR"><dir name="template"><dir name="email"><file name="sponsorship_coupon.html" hash="265d0d49f825eeb40b6c6c3d74ac4dab"/><file name="sponsorship_invitation.html" hash="30fe91c3b83ee223f6bffb3dd779dd26"/></dir></dir><file name="Auguria_Sponsorship.csv" hash="7eb6e58b58abf61a7ceb53df33e9c24f"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="tableorderer.css" hash="30454132306ff6ac4dcf190aa922b7cc"/></dir><dir name="images"><dir name="tableorderer"><file name="asc.gif" hash="a54846803de3cc786eec3d69f9ac2d38"/><file name="bg.gif" hash="c01ad2e7c59d1a20a433cb873c21bd88"/><file name="bkg_toolbar.gif" hash="fb7ed019476eaa1643af922b59ede4fb"/><file name="desc.gif" hash="f8a1940c9cf44ab8870319169f3a14ff"/></dir></dir></dir></dir></dir></target><target name="magemedia"><dir name="sponsorship"><dir name="openinviter"><file name="logo_auguria.png" hash="cdbd00ab6efa0ff8e3ce6eaaa07c53ce"/></dir></dir></target></contents>
32
  <compatible/>
33
  <dependencies/>
34
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Auguria_Sponsorship</name>
4
+ <version>1.0.10</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL 3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>This release add german translation, ability to use transactional email and fix bug that doesn't display customer attributes on magento 1.4.2</summary>
 
 
 
10
  <description>The module consists of :
11
  - A form to send invitations: when an invitation is sent, the guest mail is registered , and the customer id too.
12
  - A system of affiliation: The link sent through invitations refer to a controller that will create a cookie and a session to identify a person invited. We can equally put such links on third party sites.
23
  - If you enable automatic sponsorship recall, activate magento cron</description>
24
  <notes>If you have ideas for improvements or find bugs, please send them to Franck Charpentier at www.auguria.net, with Auguria LastReviews as part of the subject line.</notes>
25
  <authors><author><name>Auguria</name><user>auto-converted</user><email>magento@auguria.net</email></author></authors>
26
+ <date>2011-04-07</date>
27
+ <time>15:32:57</time>
28
+ <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="sponsorship.xml" hash="934da279981ddb250e116b956a262c0c"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="sponsorship.xml" hash="b4e501c7d1d4bbd3f4c8db7e9fd936da"/></dir><dir name="template"><dir name="sponsorship"><dir name="customer"><dir name="account"><dir name="dashboard"><file name="fidelity_points.phtml" hash="afbada11c6c7819daa7a74c0ef186a1b"/><file name="sponsor_points.phtml" hash="a19f3594bfe1b4491bc8f906e08f86bf"/></dir><file name="dashboard.phtml" hash="a42e17c3f2458fdeb19a59c97e88a464"/><file name="fidelitypointsdetail.phtml" hash="c1a018f8c0f4d1859c7a79558ef33712"/><file name="sponsorpointsdetail.phtml" hash="bb957c677b95d359ea3281bdbd53ea3a"/></dir><dir name="form"><dir name="pointschange"><file name="pointschange_cash.phtml" hash="58adf546a6e8aa93b340a2d1aab50e73"/><file name="pointschange_coupon.phtml" hash="0190f17418f5f5b3ffa128e09ffa375e"/><file name="pointschange_gift.phtml" hash="29a244c931252894b98e1a9bf1c40fc4"/></dir><file name="boost.phtml" hash="cf19f616a64094c4ac23a635f83a67d7"/><file name="edit.phtml" hash="bc0b34815ddf80c519a61e3b24838212"/><file name="pointschange.phtml" hash="98fced0f1ac113b79e14521fea151afc"/><file name="register.phtml" hash="ec19e985600c3377a746f3a4e358d2dd"/></dir><dir name="widget"><file name="name.phtml" hash="bfb8c2e90a4e5af55a6479cc122d67b1"/><file name="virement.phtml" hash="74b9c05d0242aa06b6cc35a9abc23751"/></dir></dir><file name="openinviter.phtml" hash="b239707ebefe243d1b072a59f25b0a0b"/><file name="openinviterimport.phtml" hash="8e468750660c4b2556f4f1e1b50bfafb"/><file name="sponsorship.phtml" hash="a39616946d2f49fa0e5b55a74415628f"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Auguria_Sponsorship.xml" hash="2ace21d88c17b2636514543e866169eb"/></dir></dir></dir><dir name="js"><dir name="tableorderer"><file name="table_orderer.js" hash="f23c21e5031d7218f83c9117cf7442eb"/></dir></dir></target><target name="magecommunity"><dir name="Auguria"><dir name="Sponsorship"><dir name="Block"><dir name="Adminhtml"><dir name="Change"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="cd94427577e45107683ea305a557f9d8"/></dir><file name="Form.php" hash="ae7412b583874b8fffc05cc3897f1a2b"/><file name="Tabs.php" hash="14027188a77ed427a54211d61471c962"/></dir><file name="Edit.php" hash="5c266273137c23f763d39d93f5ef82b4"/><file name="Grid.php" hash="9962a69732ae93157eb99ff663608203"/></dir><dir name="Link"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="98a2a13987cb165ee5233dcef0927daa"/></dir><file name="Form.php" hash="e6e087ae96b24d4edbe9e1f578e7a55a"/><file name="Tabs.php" hash="7d67a25094cf51ced551a8b3e21155c1"/></dir><file name="Edit.php" hash="bb82a0a9cd963648d7e6e34c616a0122"/><file name="Grid.php" hash="8703f106255a7f89a4e19d18e57c7209"/></dir><dir name="Openinviter"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="195714b736feb365b208346ab8323385"/></dir><file name="Form.php" hash="b4bdc64549563f0117f65c66f97d0fb8"/><file name="Tabs.php" hash="41a6ef79001601dacba231c9eefd4749"/></dir><file name="Edit.php" hash="2297909cf7059abd6b15080abe9dc586"/><file name="Grid.php" hash="d7c4af65017cbcb83831af451b1488ce"/></dir><dir name="Sponsorship"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="686b9a9a14d57e0f2e7edcf3d4e0416a"/></dir><file name="Form.php" hash="a3a2352db1c72663af0caa289287a9d2"/><file name="Tabs.php" hash="257863f6b317e37110dacc86b783565b"/></dir><file name="Edit.php" hash="40ea8077f12545878ddc0cd0ad2f8cad"/><file name="Grid.php" hash="83a98d5005f4b89dfa275ddea3355c16"/></dir><dir name="Widget"><dir name="Grid"><file name="Renderer.php" hash="35c8a336e1a0e2dcc8d48b558cee9253"/></dir></dir><file name="Change.php" hash="bec41dc1406063e264b15c9755cf3a5c"/><file name="Link.php" hash="922a5716b419d7becb0150cae3bda3de"/><file name="Openinviter.php" hash="291020a06d499b7b12e37e53e1963a08"/><file name="Sponsorship.php" hash="634e37981a47519ba1063be166fc511f"/></dir><dir name="Customer"><dir name="Account"><file name="PointsDetail.php" hash="2975bcbfe44640ebf90e6417941f0e12"/></dir><dir name="Form"><file name="Boost.php" hash="33cd49ab1ceed2816feb1d45b1c7a69b"/><file name="PointsChange.php" hash="92a71fe4f081b6c3b85cc645419fac04"/></dir><dir name="Widget"><file name="Name.php" hash="3c82b2d67f219ae56ac37526f72268fe"/><file name="Virement.php" hash="ba25badce7295811fe5deeafa284c114"/></dir></dir><dir name="Promo"><dir name="Catalog"><dir name="Edit"><dir name="Tab"><file name="Actions.php" hash="f5926196fd291cb45c13b5a8e1c018b6"/></dir></dir></dir><dir name="Quote"><dir name="Edit"><dir name="Tab"><file name="Actions.php" hash="4ff4de9b5e4d5200111d602625f91362"/></dir></dir></dir></dir><file name="Openinviter.php" hash="3051e44a791ccab457a37cef01357bd5"/><file name="Sponsorship.php" hash="aeda9a7b60354970689701acd1ea0013"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ChangeController.php" hash="73c1db83413cdf077562f8fb8d4bd8ec"/><file name="LinkController.php" hash="e800d6add6c1b5362cc736f4e5c77e7a"/><file name="OpeninviterController.php" hash="82c2500286cb627c56d8655b79380d77"/><file name="SponsorshipController.php" hash="fff66a866f773ed8f6d3708c9e0d644f"/></dir><dir name="Customer"><file name="AccountController.php" hash="3589ee3b09c3d441e024dc5289b84394"/></dir><file name="BoostController.php" hash="c23cca5dfd34c8975f785e7973aa4d79"/><file name="FidelitypointsController.php" hash="3a6afcb0fe13c4430592e986730cf4f4"/><file name="IndexController.php" hash="37f688e9c6c4901e70d4d8caca157447"/><file name="OpeninviterController.php" hash="f7268aa63f3248a4c1c4a61b26990d87"/><file name="SponsorController.php" hash="b81147d898f8903d5167ab0eed14a8ed"/><file name="SponsorpointsController.php" hash="adac90799f072ea4fc11b42494b1b5fb"/></dir><dir name="etc"><file name="config.xml" hash="26ba3f9e0245a2bd7dce39d130acba34"/><file name="system.xml" hash="d23aeba936562241b58245fd16a7ddf1"/></dir><dir name="Helper"><file name="Data.php" hash="277563504bc31f781436af2db0331fe5"/><file name="Mail.php" hash="7de003c732cb57b2f19352e81aec16b9"/></dir><dir name="Lib"><dir name="OpenInviter"><dir name="conf"><file name="abv.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="aol.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="apropo.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="atlas.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="aussiemail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="azet.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="badoo.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="bebo.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="bigstring.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="bookcrossing.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="bordermail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="brazencareerist.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="canoe.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="care2.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="clevergo.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="cyworld.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="doramail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="eons.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="evite.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="facebook.conf" hash="12cfb187449596c39774c4ac193295cc"/><file name="faces.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="famiva.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="fastmail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="fdcareer.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="flickr.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="flingr.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="flixster.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="fm5.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="freemail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="friendfeed.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="friendster.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="gawab.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="gmail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="gmx_net.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="graffiti.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="hi5.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="hotmail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="hushmail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="hyves.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="inbox.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="india.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="indiatimes.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="inet.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="interia.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="katamail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="kids.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="kincafe.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="konnects.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="koolro.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="lastfm.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="libero.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="linkedin.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="livejournal.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="lovento.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="lycos.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="mail2world.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="mail_com.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="mail_in.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="mail_ru.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="meinvz.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="meta.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="mevio.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="motortopia.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="msn.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="multiply.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="mycatspace.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="mydogspace.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="mynet.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="myspace.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="netaddress.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="netlog.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="ning.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="nz11.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="o2.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="operamail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="orkut.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="perfspot.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="plaxo.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="plazes.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="plurk.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="pochta.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="popstarmail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="rambler.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="rediff.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="sapo.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="skyrock.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="tagged.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="techemail.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="terra.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="twitter.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="uk2.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="vimeo.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="virgilio.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="vkontakte.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="walla.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="web_de.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="wpl.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="xanga.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="xing.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="xuqa.conf" hash="6e2fad3c6d126d7da250cb8976a9ad4f"/><file name="yahoo.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="yandex.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="youtube.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="zapak.conf" hash="42ed0b97cb6919d0cd402831bccc1ea3"/><file name="_hosted.conf" hash="1d09309103e660729b492433acda9822"/></dir><dir name="images"><file name="ers.gif" hash="cccdfd4ed0795b767d2a01f531781c10"/><file name="oks.gif" hash="6b4b170c9f10a0fa4b25307dd8f47e5b"/></dir><dir name="plugins"><file name="abv.plg.php" hash="1685755eae909c468055b9b36c915822"/><file name="aol.plg.php" hash="dd3522033c2cafeb62fd0beed5949bcf"/><file name="apropo.plg.php" hash="4426f976c1953383cf9d1f892aa9576e"/><file name="atlas.plg.php" hash="0b8e4237970ae54ff20187f5e861f972"/><file name="aussiemail.plg.php" hash="d40188b33455b3fd2e88cbde25f61709"/><file name="azet.plg.php" hash="e4a7c19450ca1ad84783a06ae3b1d61f"/><file name="badoo.plg.php" hash="b1d4863a173a80fc9d77331f1e60f2df"/><file name="bebo.plg.php" hash="2d7db898c660380ee74963667bec6bae"/><file name="bigstring.plg.php" hash="7de7a5516a8f0c71580970d8da4121eb"/><file name="bookcrossing.plg.php" hash="212a53a3a95659c56e15d6848549e25e"/><file name="bordermail.plg.php" hash="30190fa3da58d63ddd7e30e6ab0190dc"/><file name="brazencareerist.plg.php" hash="c68f39b6d7a07550abd63ed044ad85c2"/><file name="canoe.plg.php" hash="7737d89b163689cb793f0f37f6028efb"/><file name="care2.plg.php" hash="c066e81973194cca90036c37c7740937"/><file name="clevergo.plg.php" hash="9bd12fea0eb7f60043bcdca9116cb1bc"/><file name="cyworld.plg.php" hash="588dfdddcc2bc9ab2ff26c4616e0a42c"/><file name="doramail.plg.php" hash="81037085958f90a05111ad030c5a72f8"/><file name="eons.plg.php" hash="35009d6e25ae5584c554808b50145a19"/><file name="evite.plg.php" hash="d6c8acf7c24c2848eccedb269928d6eb"/><file name="facebook.plg.php" hash="6a1cfdc0dfc76b3dc3781aa2327ee833"/><file name="faces.plg.php" hash="d0affdf4e73ff6134acfaae5fda29323"/><file name="famiva.plg.php" hash="eee1c0a9a6d645baf014245ca2e9c3e9"/><file name="fastmail.plg.php" hash="da86fea25210ed40258ae2a107dcfe8f"/><file name="fdcareer.plg.php" hash="aad3d525fe09269de056f8ec03e43104"/><file name="flickr.plg.php" hash="055d1e64f116113379e3192b23dc84fc"/><file name="flingr.plg.php" hash="c2b415851babadb8048609874b411979"/><file name="flixster.plg.php" hash="773fad1c2c1775fcb74fb33f51d1fa24"/><file name="fm5.plg.php" hash="0576df91534edaab3d6b333d1968781a"/><file name="freemail.plg.php" hash="142951e9c20ce4447f44c6db7e5cc2e8"/><file name="friendfeed.plg.php" hash="399c987766110735fdd301979997fe48"/><file name="friendster.plg.php" hash="8b3402876a73bf91a84d3a6d8dbb1951"/><file name="gawab.plg.php" hash="c4cb42d893a99b370d9597f20da5c01e"/><file name="gmail.plg.php" hash="83d92f7f75e048210aec2fdecdbd67e0"/><file name="gmx_net.plg.php" hash="218b73370a1367455aeee09695bc4e2a"/><file name="graffiti.plg.php" hash="36f6a6f03fceb9b0e008c1a281a17eb2"/><file name="hi5.plg.php" hash="ba133ae4e865c10f6ce3ddc738751374"/><file name="hotmail.plg.php" hash="ef3241a0a43020412162d8f6dd9dd206"/><file name="hushmail.plg.php" hash="d3f9f339ac03c8aa2426f7a2fe4f2606"/><file name="hyves.plg.php" hash="4dca8f35b17070c42bd16fd86352baf3"/><file name="inbox.plg.php" hash="34066ac6458b6506921e11dde302e3c2"/><file name="india.plg.php" hash="cdd4e86f5b21122b2ebf898eb78b0311"/><file name="indiatimes.plg.php" hash="bbbda190c92579f469f0b4712ba9806f"/><file name="inet.plg.php" hash="6bc3da45b492ba41012b25e501c05273"/><file name="interia.plg.php" hash="3fb3cb41913d12228f162ac32539a848"/><file name="katamail.plg.php" hash="2c2c85f1cab23f236295e5340da10511"/><file name="kids.plg.php" hash="5fae2d825799b0793e2b131162ec8e07"/><file name="kincafe.plg.php" hash="39f0d662293f3db3bd9b0bb9e57b8e27"/><file name="konnects.plg.php" hash="0fd4bc3f8361fb7e5f04d277b4f7f121"/><file name="koolro.plg.php" hash="ebc1936657a99eb8b96ee178d9b7e15c"/><file name="lastfm.plg.php" hash="a293d4bde8a36b1868ddc432e1f201e6"/><file name="libero.plg.php" hash="29cbf372f39d77fd0b62d0777ded4317"/><file name="linkedin.plg.php" hash="a705475d12bb2458d9bad14497211a14"/><file name="livejournal.plg.php" hash="c9c4bd30963d28eee5038841a7d7c788"/><file name="lovento.plg.php" hash="e26c7fe712efdd69fe3788b02ebf514b"/><file name="lycos.plg.php" hash="41a133d41ef4627b353b0f33149629c0"/><file name="mail2world.plg.php" hash="5737b208425e9d03988303d1c20baac6"/><file name="mail_com.plg.php" hash="5d2c20c61d5ba58c4e4c4fc6e162cb20"/><file name="mail_in.plg.php" hash="bf443e42022a368819bcbb788baaa095"/><file name="mail_ru.plg.php" hash="64b7d2daef963b4fd7e72dd969a04cd2"/><file name="meinvz.plg.php" hash="409380a6ca5c70f8f7ae998d37195115"/><file name="meta.plg.php" hash="17bd2e282a8509a14c2d440ea02d8961"/><file name="mevio.plg.php" hash="d175cd50dc07d749e7118a3a3b836800"/><file name="motortopia.plg.php" hash="507c050bb6e0cc73884c427d4745c7a0"/><file name="msn.plg.php" hash="2a205b0556aa7b8908dca3b15017db4f"/><file name="multiply.plg.php" hash="22e5d241084c259a79330eebff508d95"/><file name="mycatspace.plg.php" hash="1282b9619ddfcba5d924c0e31ea74cc7"/><file name="mydogspace.plg.php" hash="be44672096adbe4e2532d0a9df027b5f"/><file name="mynet.plg.php" hash="a2a38a688707957e216d3868c8b1741e"/><file name="myspace.plg.php" hash="bfcabb115825937a9ed4f9745f52ca7e"/><file name="netaddress.plg.php" hash="8e2ccf82123f831b2616c8d3a80f579f"/><file name="netlog.plg.php" hash="246411cc237ef587d31003c03c61b05b"/><file name="ning.plg.php" hash="e59cb73b203a22978ead363c49e48d3d"/><file name="nz11.plg.php" hash="b94995c177198c061b628ddc82d4c7fc"/><file name="o2.plg.php" hash="8e44c5027c493fff7be428ff034f0466"/><file name="operamail.plg.php" hash="5e3a90f0be46b03bcde54eebd76371c9"/><file name="orkut.plg.php" hash="1a291548a82889b36f976bd091260aa5"/><file name="perfspot.plg.php" hash="9d4a9b33f8cf809e5c73bfc517af53db"/><file name="plaxo.plg.php" hash="d640845713388d7c87a206b3f51060f2"/><file name="plazes.plg.php" hash="f6d71432926c126d7f165e6c83a16854"/><file name="plurk.plg.php" hash="e780f5cdd31029cc1b153a1c5b14a965"/><file name="pochta.plg.php" hash="b5732832c05bf982a5950fa32ee4d62a"/><file name="popstarmail.plg.php" hash="a36517a17fa2a461ab890861a4c452fd"/><file name="rambler.plg.php" hash="148cfdfa5b4e5eb2479692dd9f1533a7"/><file name="rediff.plg.php" hash="5679b17973310ecf1ba8b097d3acffaa"/><file name="sapo.plg.php" hash="2bd76d540c454da5f014eba59074e835"/><file name="skyrock.plg.php" hash="1d6113c0c726f48c250160bcc7826aa2"/><file name="tagged.plg.php" hash="1a88811dfd57937db6aece3026f7f99a"/><file name="techemail.plg.php" hash="9894baf3c22e835dbcf62796327d9f99"/><file name="terra.plg.php" hash="094ae4ab8e63dd0f075a860c9aba2094"/><file name="twitter.plg.php" hash="a385725eb41c3cc003c52429295d1355"/><file name="uk2.plg.php" hash="ca5238d090e6a65709302a149caf5ffb"/><file name="vimeo.plg.php" hash="de5ab46f0cc5919b242c5b200f0ef724"/><file name="virgilio.plg.php" hash="38df3729142bd2b40792b7a1793446b7"/><file name="vkontakte.plg.php" hash="7db9b7a03e8f4ee2d2d7f5192ec18912"/><file name="walla.plg.php" hash="5340dda0d54849d2e313ab97015db215"/><file name="web_de.plg.php" hash="d3ed9a0c556f08bc5c67f978c7be4727"/><file name="wpl.plg.php" hash="b151407c39c360f49ffb9ca9fd73b32b"/><file name="xanga.plg.php" hash="89b5c2c3db98e735e4d1f19fb1c81786"/><file name="xing.plg.php" hash="4f89f01bb8bcbc856441cb6ecb2fbe60"/><file name="xuqa.plg.php" hash="1219e94f6ef0919025b2c93741e55fbd"/><file name="yahoo.plg.php" hash="f2953a803d0d61ffce2c9136d1706758"/><file name="yandex.plg.php" hash="2c211df8b0511fb8c832a00976f2cee1"/><file name="youtube.plg.php" hash="fc05c436e6c2dd1c6c8fa336e7e893c5"/><file name="zapak.plg.php" hash="2274bd725d3bda8df0ae9d45d3ce1470"/><file name="_base.php" hash="79459bef6fcea96f6a7d4a584add9052"/><file name="_hosted.plg.php" hash="69514e56e1833df16884b6762bc620ce"/></dir><file name="autoupdate.php" hash="df781d645e37271f23432bb82b3360a2"/><file name="config.php" hash="6c16534afd6e50dfda0c5be417bd6fe7"/><file name="LICENSE.txt" hash="277c3d400c7488e54746141297a952cb"/><file name="notifier.php" hash="88e3be687de995aae52a8ce248c49bce"/><file name="openinviter.php" hash="d2c0237f86cd7c21dadc2c441e73abb1"/><file name="POLICY.txt" hash="6262372bc84e172c7fd89d9ac61f9794"/><file name="stats.php" hash="5af8362ab3e9f89f5e8560b2623f767a"/></dir><file name="Html2Text.php" hash="4bd5cf3bd59121ffa9d15b9a60a56ca4"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Backend"><dir name="Sponsorship"><file name="Entier.php" hash="cb45db31cab4b797103d686e03404d6d"/><file name="Float.php" hash="35b76ecdc9065ae9aef1acdee66ab57c"/><file name="NaturalNumber.php" hash="62f38f42436a148ae272068d649cf1f5"/><file name="Openinviter.php" hash="b4ac237d528a505bb389f9b29d2ec486"/></dir></dir></dir></dir></dir><dir name="Core"><dir name="Email"><file name="Template.php" hash="9394636054f6709f0a41bec9f471b577"/></dir></dir><dir name="Customer"><file name="Customer.php" hash="1ee0fbe7c2ce96fac9f7dfc97e179a9e"/></dir><dir name="Mysql4"><dir name="CatalogFidelityPoint"><file name="Collection.php" hash="b151b96d8370ea1fe9e309559fb04573"/></dir><dir name="CatalogSponsorPoint"><file name="Collection.php" hash="a56b2950a04ae446dcf82ad4bdfadb07"/></dir><dir name="Change"><file name="Collection.php" hash="99a67418cc7b573f285c04a5d7f6020d"/></dir><dir name="FidelityLog"><file name="Collection.php" hash="7230b303a336da8167709168410c0531"/></dir><dir name="Sponsorlog"><file name="Collection.php" hash="8efa2fb23ec7a6ad2373395ff4739f1e"/></dir><dir name="Sponsorship"><file name="Collection.php" hash="bea288d9bdc6faee88795895eb5bd6ee"/></dir><dir name="Sponsorshipopeninviter"><file name="Collection.php" hash="02d068c627dcfde82019855510d33c1f"/></dir><file name="CatalogFidelityPoint.php" hash="ab4402569102622be8264d135768afbc"/><file name="CatalogSponsorPoint.php" hash="f34d98e76da49afe1e2049dcb3c73626"/><file name="Change.php" hash="fcc6ad58aae6b4051fa997c03b5b5756"/><file name="Fidelitylog.php" hash="47a37a5374c82d3428a6bcc301316ce8"/><file name="Rule.php" hash="2ee2d8879d6ac0be3432e1e5334d77cf"/><file name="Sponsorlog.php" hash="97bde1eef9156b5a20f5f2f92a6fee03"/><file name="Sponsorship.php" hash="2c6d63261112e53a9c442ea3568e2e32"/><file name="Sponsorshipopeninviter.php" hash="ad84d61baa3a105b6f9ff469ca4ba08a"/></dir><dir name="SocialBookmarking"><file name="Urls.php" hash="8507b7302d5aa76c9b6bc8e1e92e0598"/></dir><file name="AutoBoost.php" hash="4295a1eaaf2bfd3935d4601ed7d0f1c9"/><file name="Change.php" hash="c4e3f0cd6077fab4ebc7e078d031fc3d"/><file name="Changestatut.php" hash="21106c8021072b8f8cf8419fec0ad0a9"/><file name="Fidelitylog.php" hash="1644dc508b0a1c4d06397a48509f652c"/><file name="Observer.php" hash="c90f4d1e30cbd919d237630570877857"/><file name="Openinviter.php" hash="a10e89360e9d94d46afc69b7c13fc047"/><file name="Sponsorlog.php" hash="834b0e8e29eff5061abb18621a22ddb5"/><file name="Sponsorship.php" hash="acd91d3c6a6dbe801e7dde41a8d2fb06"/><file name="Sponsorshipopeninviter.php" hash="9b2af360ba8b4c6b233697d2bf8b8798"/><file name="Status.php" hash="ad5779cf7a0887635315b74827780063"/><file name="Validator.php" hash="87d39a07bff5133894f8334f9f5fe967"/></dir><dir name="sql"><dir name="sponsorship_setup"><file name="mysql4-install-0.1.0.php" hash="cde2a97370601a046bcc559e22a7cdb8"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="99c4e9b7ab6d3aab2477195310482242"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="08dc31268dcb35b68abbc4c179f7ed03"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="9966b88c1e297dd4cae297859e4034a0"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="0d55e5801c8e4031aeece7787ffc94c1"/><file name="mysql4-upgrade-0.1.4-0.1.5.php" hash="6de811c47e0031c134a8343e230ca451"/><file name="mysql4-upgrade-0.1.5-0.1.6.php" hash="d6f43e969bf07f5859b1f251540c358d"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="5289d74fa889d0046a19d9714df5572b"/><file name="mysql4-upgrade-0.1.7-0.1.8.php" hash="89acdec2f7785fc2e6e82ff6265e439a"/><file name="mysql4-upgrade-0.1.8-0.1.9.php" hash="02158b6524f5d24c8e9d07022da2aa27"/><file name="mysql4-upgrade-0.1.10-0.1.11.php" hash="b29284b6cf0df556810ed3bdb47fd7dc"/><file name="mysql4-upgrade-1.0.3-1.0.4.php" hash="d6bd4428ca5918e44603d7dbcff23e74"/><file name="mysql4-upgrade-1.0.7-1.0.8.php" hash="54d2e16a888361b67d5640072e3ddc76"/><file name="mysql4-upgrade-1.0.8-1.0.9.php" hash="6b65268dde1a93b43bc808345ef5900a"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="de_DE"><dir name="template"><dir name="email"><file name="sponsorship_coupon.html" hash="087a9a72f7f7c63d4136ff498730382f"/><file name="sponsorship_invitation.html" hash="30fe91c3b83ee223f6bffb3dd779dd26"/></dir></dir><file name="Auguria_Sponsorship.csv" hash="db9b02ed8a00479a96bb83a0a5b9f293"/></dir><dir name="en_US"><dir name="template"><dir name="email"><file name="sponsorship_coupon.html" hash="0ca5d0c23070e0a6a9f9822ad9612678"/><file name="sponsorship_invitation.html" hash="30fe91c3b83ee223f6bffb3dd779dd26"/></dir></dir></dir><dir name="es_ES"><dir name="template"><dir name="email"><file name="sponsorship_coupon.html" hash="5918b7eba6d7cdeb8f410de14e7f2329"/><file name="sponsorship_invitation.html" hash="30fe91c3b83ee223f6bffb3dd779dd26"/></dir></dir><file name="Auguria_Sponsorship.csv" hash="e060bf41dc40cafa679e324a530dfa0d"/></dir><dir name="fr_FR"><dir name="template"><dir name="email"><file name="sponsorship_coupon.html" hash="265d0d49f825eeb40b6c6c3d74ac4dab"/><file name="sponsorship_invitation.html" hash="30fe91c3b83ee223f6bffb3dd779dd26"/></dir></dir><file name="Auguria_Sponsorship.csv" hash="7eb6e58b58abf61a7ceb53df33e9c24f"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="tableorderer.css" hash="30454132306ff6ac4dcf190aa922b7cc"/></dir><dir name="images"><dir name="tableorderer"><file name="asc.gif" hash="a54846803de3cc786eec3d69f9ac2d38"/><file name="bg.gif" hash="c01ad2e7c59d1a20a433cb873c21bd88"/><file name="bkg_toolbar.gif" hash="fb7ed019476eaa1643af922b59ede4fb"/><file name="desc.gif" hash="f8a1940c9cf44ab8870319169f3a14ff"/></dir></dir></dir></dir></dir></target><target name="magemedia"><dir name="sponsorship"><dir name="openinviter"><file name="logo_auguria.png" hash="cdbd00ab6efa0ff8e3ce6eaaa07c53ce"/></dir></dir></target></contents>
29
  <compatible/>
30
  <dependencies/>
31
  </package>