We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0e8bc commit ad8d037Copy full SHA for ad8d037
pay/back.php
@@ -241,12 +241,13 @@ function doAction($payRowId, $gateType){
241
if($portType == "auto"){
242
$port++;
243
}else{
244
- $port = rand(1111,65000);
+ $port = rand(12222,65000);
245
}
246
247
- // $remark = "{$srv_remark}-{$last_num}";
248
- $rnd = RandomString(4);
249
- $remark = "{$srv_remark}-{$user_id}-{$rnd}";
+ //$remark = "{$srv_remark}-{$last_num}";
+ //$rnd = RandomString(2);
+ $randadad = rand(1000,99000);
250
+ $remark = "{$srv_remark}-{$randadad}";
251
252
file_put_contents('../temp.txt',$port.'-'.$last_num);
253
0 commit comments