Przejdź do głównej zawartości

Posty

Wyświetlam posty z etykietą blockchain

block chain js

Block chain js to skrypt zabezpieczający komunikację między użytkownikiem, a serwerem. Skrypt szyfruje wpisane dane z formularza po stronie użytkownika i przesyła w postaci zaszyfrowanych bloków na serwer. Pamiętaj aby dokonać odpowiednich modyfikacji kodu dostosowując formularz html do skryptu js. Formularz html <meta name="viewport" content="width=device-width, initial-scale=1"> <title>blockchain.js sample form</title> <div><a href="/">main page</a></div> select the level of blockchain dispersion <select id="level" name="level" style="display:block;width:100%;margin:3px;"> <option value="">select level</opiton> <option value="0">all in get</option> <option value="1">chain in cookie, blocks in get</option> </select> type a chain, should contain all string elements, unless you don't want to <inpu...

block chain php

komendy wywołujące include('blockchain.php'); $run = new shell_exec; $string=$run->ini_set('blocks',0,0,'chain'); $block=$run->ini_set('string',0,1,'chain'); $block=$run->ini_set('string',1,1,'chain'); $block=$run->ini_set('string',2,1,'chain'); kod blockchain.php class shell_exec { private $string; private $type; private $action; private $net; private $position; private $output; public function ini_set($string, $type, $action, $net)  { if((isset($string))&&(isset($type))&&(isset($action))&&(isset($net))) { $this->string = $string; $this->type = $type; $this->action = $action; $this->net = $net; $this->position = NULL; if(self::catch())  { $output = self::catch(); $this->output = $output; return $this->output; }  else  { return false;  } } else  { return false; ...