Hello.
The page /admin/payment_manage.php has an option to manually log payments, but the form loads all users in a select field. If you have like 50k registered users (that's what most filesharing sites have) you will have a select with 50k lines. A better alternative is to use ajax to load suggestions as you type in a text field.
The page /admin/payment_manage.php has an option to manually log payments, but the form loads all users in a select field. If you have like 50k registered users (that's what most filesharing sites have) you will have a select with 50k lines. A better alternative is to use ajax to load suggestions as you type in a text field.