anon666
Active member
I would like to know if I can make a copy of my forum to test things, eliminating all the private data of the users.
For example, leaving the email field blank, or putting in all the same email fiction, type test@mydomain.com
To eliminate the IP's I have tried this query and it works for me leaving all the IPs to 1.1.1.1
To delete all private conversations, an @AndyB add-on works very well: https://xenforo.com/community/resources/delete-conversations.6196/
Thank you very much, sorry for this poor translation from Spanish into English with Google's online translator.
For example, leaving the email field blank, or putting in all the same email fiction, type test@mydomain.com
To eliminate the IP's I have tried this query and it works for me leaving all the IPs to 1.1.1.1
SQL:
UPDATE xf_ip SET ip=1;
To delete all private conversations, an @AndyB add-on works very well: https://xenforo.com/community/resources/delete-conversations.6196/
Thank you very much, sorry for this poor translation from Spanish into English with Google's online translator.