mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Bug with variables replacement and Crowdin localization fix.
This commit is contained in:
parent
8bf313d474
commit
b73d4cf490
169 changed files with 337 additions and 338 deletions
|
@ -1,4 +1,4 @@
|
|||
<div id="infobox-body">
|
||||
<h2 class="bold">Advertising on <a href="http://<?php echo ($bb_cfg['server_port'] != 80) ? "{$bb_cfg['server_name']}:{$bb_cfg['server_port']}" : $bb_cfg['server_name']; ?>"><?php echo $bb_cfg['sitename']?></a></h2>
|
||||
<p>For advertising please contact: <strong><a href="mailto:<?php echo $bb_cfg['adv_email']; ?>" class="gen"><?php echo $bb_cfg['adv_email']; ?></a></strong></p>
|
||||
<h2 class="bold">Advertising on <?= $bb_cfg['sitename'] ?></h2>
|
||||
<p>For advertising please contact: <strong><a href="mailto:<?= $bb_cfg['adv_email']; ?>" class="gen"><?= $bb_cfg['adv_email']; ?></a></strong></p>
|
||||
</div><!--/infobox-body-->
|
||||
|
|
|
@ -18,15 +18,15 @@ which indicated to us the following information:</p>
|
|||
|
||||
<p>3. Direct links to pages that contain references to data that must be removed.</p>
|
||||
|
||||
<p>Links should be view <strong>http://<?php echo $_SERVER['SERVER_NAME']?>/viewtopic.php?t=XXXXX</strong> or something similar.</p>
|
||||
<p>Links should be view <strong>http://<?= $_SERVER['SERVER_NAME']?>/viewtopic.php?t=XXXXX</strong> or something similar.</p>
|
||||
|
||||
<p>After that in 48 hours, we will remove interesting you links from the site.</p>
|
||||
|
||||
<p class="bold">Our email: <strong><a href="mailto:<?php echo $bb_cfg['abuse_email']; ?>" class="gen"><?php echo $bb_cfg['abuse_email']; ?></a></strong></p>
|
||||
<p class="bold">Our email: <strong><a href="mailto:<?= $bb_cfg['abuse_email']; ?>" class="gen"><?= $bb_cfg['abuse_email']; ?></a></strong></p>
|
||||
|
||||
<p>WARNING!</p>
|
||||
|
||||
<p>a) We reserve the right to publish on the site of any information sent to us by mail <strong><a href="mailto:<?php echo $bb_cfg['abuse_email']; ?>" class="gen"><?php echo $bb_cfg['abuse_email']; ?></a></strong></p>
|
||||
<p>a) We reserve the right to publish on the site of any information sent to us by mail <strong><a href="mailto:<?= $bb_cfg['abuse_email']; ?>" class="gen"><?= $bb_cfg['abuse_email']; ?></a></strong></p>
|
||||
|
||||
<p>b) We have no control over the actions of users who may be re-post links to information, which is the object of your copyright. Any information the forum, place automatically, without any control from any quarter whatsoever, which corresponds to the generally accepted international practice of placing information on the Internet. However, in any case, we consider all your queries regarding the reference to the information that violates your rights.</p>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<p><h3>ABOUT SITE</h3></p>
|
||||
|
||||
<p>Internet - resource (website) <a href="http://<?php echo ($bb_cfg['server_port'] != 80) ? "{$bb_cfg['server_name']}:{$bb_cfg['server_port']}" : $bb_cfg['server_name']; ?>"><?php echo $bb_cfg['sitename']?></a> (hereinafter - Resource) is an internet site that allows users to share information with each other via bit-torrent, as well as in free form, and provides a means to monitor the integrity of information transmitted (via hash-files).</p>
|
||||
<p>Internet - resource (website) <?= $bb_cfg['sitename'] ?> (hereinafter - Resource) is an internet site that allows users to share information with each other via bit-torrent, as well as in free form, and provides a means to monitor the integrity of information transmitted (via hash-files).</p>
|
||||
|
||||
<ol>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue