lCEo9LQjSKvt6bc.gif

南♂魂

GF  2019-02-19 18:01
(ex公号https://south-plus.net/read.php?tid=465559)

做了个随机色图链接

挺好玩的 分享一下
http://p1x1v.ml/
可以在论坛之类的地方贴图,比如
复制代码
  1. [img]http://p1x1v.ml/random/hentai.php[/img]

支持外链头像的地方也能用,我头像就是用来了这个
其实技术含量基本为0,只是抽图很有乐趣而已
大家开心就好
----------
190315
更新一个head选项

none.gif

manbuzhe0083

B1F  2019-02-20 22:32
<?php
$f='drawings.txt';
$a=file($f);
$n=count($a);
$rnd=rand(0,$n);
$url=$a[$rnd];
header("Location: $url");
exit;
?>