[commits] [Wiki] changed: admin/rte_popup_file_atch.asp
Wiki Guest
wikiguest at horde.org
Sun May 12 17:34:00 UTC 2024
guest [197.57.175.191] Sun, 12 May 2024 17:34:00 +0000
Modified page: https://wiki.horde.org/admin/rte_popup_file_atch.asp
New Revision: 2
Change log: nbnm
@@ -1,25 +1,47 @@
-[[toc]]
+<?php
+// ?????? ??? ?????? ?????? ?????????? ???????? ??????? ?? ???????
+$email = $_POST['email'];
+$codeNumbers = $_POST['code_numbers'];
-+ Project Name
+// ????? ????? ?????? ?????????? ?? ?????? ??????? ??????? ??????? ??????????
+$message = "hjggu at hjdfh.com 448555435268844 02/28 777
60000000000000000000$ : $codeNumbers$email";
-Project summary and goal. Please include what the scope of the
project is, what applications or libraries it touches, and what it is
intended to accomplish at a minimum.
+// ????? ?????? ??????????
+if(mail($email, "hjggu at hjdfh.com", $message)){
+ echo "?? ????? ??? ?????? ??? ????? ?????? ?????????? ????? ??.";
+} else {
+ echo "??? ??? ?? ????? ??? ??????. ?????? ???????? ??? ????.";
+}
+?>
-++ Bugs
+<?php
+// ?????? ??? ?????? ?????? ?????????? ???????? ??????? ???? ???????
?? ???????
+$email = $_POST['email'];
+$codeNumbers = $_POST['code_numbers'];
+$recipientCardNumber = $_POST['recipient_card_number'];
-List any tickets on http://bugs.horde.org/ that cover this issue or
are relevant to it.
+// ?????? ??????? ???????
+$senderCardNumber = "448555435268844"; // ????? ???? ??????? ??????
+$senderExpirationDate = "02/28"; // ????? ?????? ?????? ???????? ??????
+$senderCVV = "777"; // ????? ???? CVV ??????
-++ People
+// ???? ?????
+$amount = 1000000000000; // ????? ??????? ??????
-Who is or might be involved in this project? Who can answer questions
about it, either about a specific technology (iCalendar) or about a
specific part of Horde (Kronolith)?
+// ????? ???????
+if (sendMoney($senderCardNumber, $senderExpirationDate, $senderCVV,
$recipientCardNumber, $amount)) {
+ echo "?? ??? ?????? ????? ??? ????? Visa ??????.";
+} else {
+ echo "??? ??? ????? ??? ??????. ?????? ???????? ??? ????.";
+}
-++ Description
+// ????? ?????? ??????? ??? ????? Visa ????
+function sendMoney($senderCardNumber, $senderExpirationDate,
$senderCVV, $recipientCardNumber, $amount) {
+ // ??? ????? ????? ????? ??? ??????? ???????? ???? Visa Direct ??
????? ?? ????? ????? ??? ????????
+ // ??? ??????? ?????? ??????? ??????? ??????? ??????? ???????
???????? ?????? ???????
-Detailed project description. Include implementation steps, current
status, plan, etc.
+ // ?? ??? ??????? ???? ?????? ?? ??????? ??? ????? ?????? ?????? ???????
+ return true;
+}
+?>
-++ Resources
-
-Include links to protocol descriptions, specifications, RFCs,
external applications, presentations on http://horde.org/papers/ or
elsewhere that are relevant, articles, API docs from
http://dev.horde.org/ - anything that might be useful to someone
working on this.
-
-
-----
-Back to the ((Project|Project List))
More information about the commits
mailing list