No billy.
When someone uploads a file (being a body, head or shield) it then runs through the code.
View this:
http://loginera1.graalonline.com:8080/submit.html
It checks every player on Era, for the email the user puts in the above website. If it matches the email, it will set 'temp.pl' to that player.
if ([email protected]
If it doesn't find the email, it will also check for the IP address of the person using the website and all the players on Era till it finds a match, once it finds a match, it will then set 'temp.pl' to that player.
(temp.pl==NULL || temp.checkpl.ipaddress==this.ipaddress))
Hope this helps