mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-09 14:16:08 +00:00
Pyapal email
@iopietro : can you check why that email doesn`t change from configuration file ? If i press buy website redirect to paypal to pay at mail that i put on install , but in files remain old email
This commit is contained in:
@@ -112,7 +112,7 @@ $golds1 = mysqli_fetch_array($MyGold);
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.com') ?>">our billing address</a>.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'novgorodschi@icloud.com') ?>">our billing address</a>.</p>
|
||||
|
||||
<?php
|
||||
|
||||
@@ -160,7 +160,7 @@ $golds1 = mysqli_fetch_array($MyGold);
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.com') ?>">our billing address</a>.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'novgorodschi@icloud.com') ?>">our billing address</a>.</p>
|
||||
<?php
|
||||
|
||||
}
|
||||
@@ -207,7 +207,7 @@ $golds1 = mysqli_fetch_array($MyGold);
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.com') ?>">our billing address</a>.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'novgorodschi@icloud.com') ?>">our billing address</a>.</p>
|
||||
<?php
|
||||
|
||||
}
|
||||
@@ -301,7 +301,7 @@ $golds1 = mysqli_fetch_array($MyGold);
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.com') ?>">our billing address</a>.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'novgorodschi@icloud.com') ?>">our billing address</a>.</p>
|
||||
<?php
|
||||
}
|
||||
if ($amount == 0)
|
||||
@@ -322,7 +322,7 @@ $golds1 = mysqli_fetch_array($MyGold);
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="desc"><b> Current account balance</b></td>
|
||||
<td class="desc"><b>Current account balance</b></td>
|
||||
<td class="desc"><div style="text-align: center"> </div></td>
|
||||
<td class="desc"><div style="text-align: center"><b>Account inquiry</b></div></td>
|
||||
<td class="desc"><div style="text-align: center"><?php echo $golds['6']; ?></div></td>
|
||||
@@ -330,7 +330,7 @@ $golds1 = mysqli_fetch_array($MyGold);
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.com') ?>">our billing address</a>.</p>
|
||||
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'novgorodschi@icloud.com') ?>">our billing address</a>.</p>
|
||||
<?php
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user