@vntricky right now the order of input fields is alphabetic so it is still possible to rename it in a way that it would be in a desired order ("1Use Proxy","2Proxy String",etc.) , but what is the order of actions ? @Fox In any case would be good to know how to change the order if it is possible?
How to save all the logs in database together with created accounts information
-
@Dasium create 1 more table in the format base for example:
where at least 2 columns: account id and logs.
by the account identifier, you can find the records of a specific user.
you can also column the time of adding a record to the database -
@tet-vivi I didn't understand.
Let's say I want to create 10 different website accounts, one after an other, using 2 Threads, so each Thread will create 5 accounts.
Let's say After creation I will have in the database 9 accounts, because there was an error with the creation of 1 account.
How can I save on the database the Logs for each website account together with the account email and so to find what happened to the 1 account not created?
Because in the logs windows that I see, all the logs are shown together of all the 10 accounts.
And I cannot identify what are the logs for each account creation and save
Database:
Column A - column B
abc@mail.com - LOGS