Browse Source

added long,random,name

Pheella 3 years ago
parent
commit
e5f310b198
3 changed files with 11 additions and 0 deletions
  1. 4 0
      long.php
  2. 3 0
      name.php
  3. 4 0
      random.php

+ 4 - 0
long.php

@@ -0,0 +1,4 @@
+<?php
+sleep(15);
+echo($_SERVER['CUSTOM_SERVER_NAME']);
+?>

+ 3 - 0
name.php

@@ -0,0 +1,3 @@
+<?php
+echo($_SERVER['CUSTOM_SERVER_NAME']);
+?>

+ 4 - 0
random.php

@@ -0,0 +1,4 @@
+<?php
+sleep(rand(3,15));
+echo($_SERVER['CUSTOM_SERVER_NAME']);
+?>