first commit

This commit is contained in:
Erreur32 2020-06-25 11:25:37 +02:00
parent 4e150b6db9
commit d953909c59
2 changed files with 7 additions and 9 deletions

View File

@ -87,7 +87,7 @@ list-style-type: none;
background-position-y: center;*/
}
.success:after {
content: "Copied!";
content: "Copied";
/* color: #fff;
height: 20%;*/
color: #000;

View File

@ -513,9 +513,7 @@ $geoip_longitude = getenv('GEOIP_LONGITUDE');
<span class="list-heading00" style="color: #cc0000;text-shadow: 1px 1px 1px #000;"><?php echo "$ipaddress";?></span> / <span class="list-heading0" style="color: #cc0000;text-shadow: 1px 1px 1px #000;"> <?php $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); echo "$hostname"; ?></span> <br>
<ul><br>
<li>
<div class="copy-content">
<div class="hit-the-floor"><p><span><?php echo "$ipaddress";?></span></p></div>
</div>
<div class="hit-the-floor copy-content"><?php echo "$ipaddress";?></div>
<button class="copy-btn"></button>
</li>
</ul>
@ -528,7 +526,7 @@ $geoip_longitude = getenv('GEOIP_LONGITUDE');
<div style="position:relative;">
<div style="color:#ddd;background-color:#282E34;text-align:center;padding:50px 80px;">
<h2 class="post-title"> IP locale (lan) <span style="color: #cc0000;text-shadow: -1px -1px 2px #000;"> <?php echo "$ipaddress"; ?> </span> </h2>
<h2 style="text-align:center;"> Hostname: <span style="color: #cc0000;text-shadow: -1px -1px 2px #000;"> <?php $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); echo "$hostname"; ?></h2>
<h2 style="text-align:center;"> Hostname: <span style="color: #cc0000;text-shadow: -1px -1px 2px #000;"> <?php $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); echo "$hostname"; ?> </span></h2>
</div>
</div>
</section>
@ -571,16 +569,16 @@ echo 'Longitude: <span style="color:#cc0000;text-shadow: -1px -1px 2px #000;">'
<!-- <i class="icon icon-location" style="color:#7FFF00;"></i>-->
<i class="icon icon-location" style="color:#777;"></i>
<h2><span style="text-shadow: -1px -1px 1px #000;"><?php echo "$geoip_city"; ?></span></h2>
<iframe style="height: 35%; width: 60%" scrolling="no" frameborder="0" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?key=AIzaSyCRTD-ARSWquI_i1P0AlZrRPxnzmtIntd4&q=<?php echo "$geoip_latitude"?>,<?php echo "$geoip_longitude"?>&zoom=12" allowfullscreen></iframe>
<iframe style="height: 35%;width: 60%;border:none;" scrolling="no" frameborder="0" src="https://www.google.com/maps/embed/v1/place?key=AIzaSyCRTD-ARSWquI_i1P0AlZrRPxnzmtIntd4&q=<?php echo "$geoip_latitude"?>,<?php echo "$geoip_longitude"?>&zoom=12" allowfullscreen></iframe>
<br /><br />
<span class="label label-rounded label-error"> NEW </span>
<a href="Info"> <h2>Your IP image.</h2> </a>
<br>
<a href="Info/">
<div id="img">
<a href="https://ip.echosystem.fr/Info/"><img src="Info/image.php"></a>
<a href="https://ip.echosystem.fr/Info/"><img src="Info/image.php"></a>
</div>
</a>
<!--
<picture>
<source srcset="Info/image.php" media="(min-width: 768px)">