Code:
############
# transfer #
############
#
# To allow credits transfer over sites
#
# syntax: transfer_site=sitename|ip|port|username|password
# You can use an hostname for the IP field.
# Make sure that all those users can login from this IP.
#
# Enable debug (top of this file) if you have problems to see more info when the command is executed.
transfer_site=testSite1|test.no-ip.org|9999|sitebot|pwd123
If i have 3 sites or more, How do I set transfer?
transfer_site=testSite
1|test
1.no-ip.org|9999|sitebot|pwd123
transfer_site=testSite
2|test
2.no-ip.org|9999|sitebot|pwd123
...
Is it right?