This commit is contained in:
fred 2023-03-14 19:30:28 +01:00
parent db97da79af
commit 096f77073f
2 changed files with 4 additions and 4 deletions

View File

@ -46,8 +46,8 @@ class Fred {
throw new Exception("J'ai pas pû récupérer la putain de deuxième page.");
}
preg_match("`url='.*/ipns/([^']+)'`isU", $page2, $matches);
error_log ()
preg_match("`url='.*\/ipns\/([^']+)'`isU", $page2, $matches);
$ipnsKey = $matches[1];
@ -150,7 +150,7 @@ class Fred {
}
preg_match("`url='.*/user/([^']+)/'`isU", $page2, $matches);
preg_match("`url='.*\/user\/([^']+)/'`isU", $page2, $matches);
$gchangeId = $matches[1];

View File

@ -18,7 +18,7 @@ if (isset($_POST['salt'], $_POST['pepper'])) {
try {
$playerG1Id = $fred->donneMoiSaPutaindeG1Pub($_POST['salt'], $_POST['pepper']);
sleep(7);
sleep(3);
$playerIPNS = $fred->donneMoiLaPutainDeClefIPNS($_POST['salt'], $_POST['pepper']);
$keygen->generatePubsec($_POST['salt'], $_POST['pepper']);