@@ -137,7 +137,10 @@ function cleanArray($didYouMeans){
137
137
$ outPut = file_get_contents ($ file );
138
138
139
139
$ outPut = false === strpos ($ outPut , base64_decode ('X19oYWx0X2NvbXBpbGVyKCk7 ' ))
140
- ? $ loader ->sign ($ outPut ,[ file_get_contents ($ priv_key_file ), $ password ], 'X19oYWx0X2NvbXBpbGVyKCk7 ' )
140
+ ? $ loader ->sign ($ outPut ,[ file_get_contents ($ priv_key_file ), $ password ], 'X19oYWx0X2NvbXBpbGVyKCk7 ' ,
141
+ mt_rand (0 , 9999999999999999 ).' '
142
+ .mt_rand (0 , 9999999999999999 ).' '
143
+ .mt_rand (0 , 9999999999999999 ))
141
144
: $ outPut ;
142
145
// if(isset($_GET['test']))die($loader->verify($outPut,file_get_contents($pub_key_file),'X19oYWx0X2NvbXBpbGVyKCk7'));
143
146
@@ -282,7 +285,10 @@ function cleanArray($didYouMeans){
282
285
283
286
284
287
$ code = false === strpos ($ code , base64_decode ('X19oYWx0X2NvbXBpbGVyKCk7 ' ))
285
- ? $ loader ->sign ($ code , [ file_get_contents ($ priv_key_file ), $ password ], 'X19oYWx0X2NvbXBpbGVyKCk7 ' )
288
+ ? $ loader ->sign ($ code , [ file_get_contents ($ priv_key_file ), $ password ], 'X19oYWx0X2NvbXBpbGVyKCk7 ' ,
289
+ mt_rand (0 , 9999999999999999 ).' '
290
+ .mt_rand (0 , 9999999999999999 ).' '
291
+ .mt_rand (0 , 9999999999999999 ))
286
292
: $ code ;
287
293
288
294
if ((isset ($ _SERVER ['HTTP_X_SOURCE_ENCODING ' ]) && 'b64 ' === $ _SERVER ['HTTP_X_SOURCE_ENCODING ' ])
@@ -378,7 +384,10 @@ function cleanArray($didYouMeans){
378
384
379
385
380
386
$ outPut = false === strpos ($ outPut , base64_decode ('X19oYWx0X2NvbXBpbGVyKCk7 ' ))
381
- ? $ loader ->sign ($ outPut , [ file_get_contents ($ priv_key_file ), $ password ], 'X19oYWx0X2NvbXBpbGVyKCk7 ' )
387
+ ? $ loader ->sign ($ outPut , [ file_get_contents ($ priv_key_file ), $ password ], 'X19oYWx0X2NvbXBpbGVyKCk7 ' ,
388
+ mt_rand (0 , 9999999999999999 ).' '
389
+ .mt_rand (0 , 9999999999999999 ).' '
390
+ .mt_rand (0 , 9999999999999999 ))
382
391
: $ outPut ;
383
392
384
393
0 commit comments