Initial commit

This commit is contained in:
gh0stl1ne
2019-10-21 22:38:10 +02:00
committed by GitHub
commit cfee12351a
47 changed files with 7365 additions and 0 deletions

8
www/startsession.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
echo ("<html><head><!--CRS-game-start-->");
echo ("<META HTTP-EQUIV=Content-Type CONTENT=text/html;CHARSET=EUC-JP></head>");
echo ("<!--result--><!--connection id--><!--start the game url--><!--exit game url-->");
echo ("<!--<CSV>\"OK\",\"".$_GET["sessid"]."\",");
echo ("\"https://www01.kddi-mmbb.jp/00000002/enterareas.html\",");
echo ("\"https://www01.kddi-mmbb.jp/00000002/login.php\",</CSV>--></html>");
?>