add basic material

master
hhCandy 5 years ago
parent b614741751
commit b0fbf19fa2
  1. BIN
      css.png
  2. 8
      image.php
  3. BIN
      img/1.png
  4. BIN
      img/10.png
  5. BIN
      img/2.png
  6. BIN
      img/3.png
  7. BIN
      img/4.png
  8. BIN
      img/5.png
  9. BIN
      img/6.png
  10. BIN
      img/7.png
  11. BIN
      img/8.png
  12. BIN
      img/9.png
  13. 35
      index.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

@ -2,11 +2,19 @@
header('content-type:image/png');
//header('Content-type: text/json');
/************END::receive request ***************//***var::$key***/
$img=rand(1,10);
/*************img display***************/
$filename="img/$img.png";
header( "Content-Length: ".filesize($filename));

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

@ -0,0 +1,35 @@
<!DOCTYPE html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<link type="text/css" rel="stylesheet" href="https://cdn.yimian.ac.cn/easyVer/easyVer.min.css">
</head>
<body>
<button onclick="show_easyVer()">Click Me</button>
<div class="verBox"></div>
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="https://cdn.yimian.ac.cn/easyVer/easyVer.min.js"></script>
<script type="text/javascript">
//This is to indicate what js need to do after a user verification
callBackFunctionName="your_callBack_function";
easyVer();
//declaration of your callback function
function your_callBack_function()
{
alert('Verification finished!');
}
</script>
</body>
</html>
Loading…
Cancel
Save