Pinned Loading
-
_vurltool.php
_vurltool.php 1<?php
2/* vurltool 1.0
3https://gist.github.com/luqaska/836caf2b121863df405f430d79d825b4 */
4$vrl = $_SERVER["REQUEST_URI"];
5$vrl = preg_replace("/#(.*)$/", "", $vrl);
-
-
gk.php
gk.php 1<?php /* Key generator */
23function genKey($n) {
4$chars="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz;!#$?%:*,_.";
5$id = ''; $thing=0;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.