Skip to content

Commit

Permalink
Update back.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wizwizdev authored Apr 15, 2023
1 parent ab0e8bc commit ad8d037
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pay/back.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,13 @@ function doAction($payRowId, $gateType){
if($portType == "auto"){
$port++;
}else{
$port = rand(1111,65000);
$port = rand(12222,65000);
}

// $remark = "{$srv_remark}-{$last_num}";
$rnd = RandomString(4);
$remark = "{$srv_remark}-{$user_id}-{$rnd}";
//$remark = "{$srv_remark}-{$last_num}";
//$rnd = RandomString(2);
$randadad = rand(1000,99000);
$remark = "{$srv_remark}-{$randadad}";

file_put_contents('../temp.txt',$port.'-'.$last_num);

Expand Down

0 comments on commit ad8d037

Please sign in to comment.