Server IP : 213.176.29.180 / Your IP : 3.141.25.100 Web Server : Apache System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64 User : webtaragh ( 1001) PHP Version : 8.3.14 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/webtaragh/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
PK Ĥ$Z�.]�� � * google-authenticator/sample/tmpl/login.phpnu �[��� <h1>please login</h1> <p> <form method="post" action="./"> username: <input name="username"/><br/> password: <input name="password" type="password"/><br/> <input type="submit"/> </form> PK Ĥ$Z � � , google-authenticator/sample/tmpl/show-qr.phpnu �[��� <h1>Please scan this </h1> <p> with <a href="http://www.google.com/support/a/bin/answer.py?hl=en&answer=1037451">the Google Authenticator App</a></p> <p> <?php $link = \Sonata\GoogleAuthenticator\GoogleQrUrl::generate($user->getUsername(), $secret, 'GoogleAuthenticatorExample'); ?> <a href="<?php echo $link; ?>"><img style="border: 0; padding:10px" src="<?php echo $link; ?>"/></a> </p> PK Ĥ$Z�p�R R 0 google-authenticator/sample/tmpl/login-error.phpnu �[��� <p> Wrong username or password or token. </p> <p> <a href="./">try again</a> </p> PK Ĥ$Z���� � - google-authenticator/sample/tmpl/loggedin.phpnu �[��� <p> Hello <?php echo $user->getUsername(); ?> </p> <?php if (!isset($_GET['showqr'])) { ?> <p> <a href="?showqr=1">Show QR Code</a> </p> <?php } ?> <p> <a href="?logout=1">Logout</a> </p> PK Ĥ$Z`a�+ + 0 google-authenticator/sample/tmpl/ask-for-otp.phpnu �[��� <h1>please otp</h1> <p> <form method="post" action="./"> <?php if ($debug) { ?> <br/> (Set $debug in index.php to false, if you don't want to have the OTP prefilled (for real life application, for example ;))<br/> <?php } ?> otp: <input name="otp" value="<?php if ($debug) { $g = new GoogleAuthenticator(); echo $g->getCode($user->getSecret()); } ?>"/><br/> <input type="checkbox" name="remember" id="remember" /><label for="remember"> Remember verification for this computer for 1 day.</label> <br/> <input type="submit"/> </form> PK Ĥ$Z��_�� � '