Download the script for free Visit Exchange System Site Screenshots: Download
Read More »Free tap script
Free tap script supports short link, multi-currency, adaptive design…/Minimum RequirementsPHP >= 5.6 (tested on 5.6)MySQLIinstallation instructionsDownload the zip fileUploading to …
Read More »PHP script for shortening links
Creating our own link shortening serviceIn order to create our own link shortening service, we will use a special script …
Read More »Creating our own link shortening service
Creating our own link shortening serviceThe script is constantly being developed and improved The settings are simple – There is …
Read More »(clickunder)
how to make sure that when you click on any point of the site, it follows the link <script type="text/javascript"> …
Read More »How to open two tabs by clicking on a link
<a href="http:/google.com" data-href2="https://script-money.cc/">Click</a> <script> var els = document.querySelectorAll("a"); for(var i = 0; i < els.length;i++) els[i].addEventListener("click",function(){if(this.getAttribute("data-href2"))window.open(this.getAttribute("data-href2"));},false) </script> <a href=//yandex.ru onclick=window.open('//google.com')>ссылка</a>
Read More »The script of the BTC cryptocurrency converter
<?php $summ = !empty($_POST['summ'])?$_POST['summ']:NULL; $content = !empty($_POST['content'])?$_POST['content']:NULL; $currency = !empty($_POST['currency'])?$_POST['currency']:NULL; if(isset($_POST['ok'])) { // we output the paired text. switch($currency) { …
Read More »Currency exchange rate parser in PHP
<?php //where will we parse the information from$content = file_get_contents(‘https://cryptolot.ru/kurs-btc’); // We determine the position of the line to which …
Read More »Generating the title of a page in PHP
output the content of the title 1 option <script language=javascript> window.top.document.title=”TEXT”</script> <title>{title}</title> option 2 <?php############# generating a headerfunction title($pagename,$all){global $SITE;##### …
Read More »Paginated output in PHP
<?php if (!empty($_GET['do']) && file_exists( "action/" . $_GET['do'] . '.php' ) ) { include "action/" . $_GET['do'] . '.php'; } …
Read More »