You are likely to have the same or similar code/trojan/virus duplicated elsewhere on your server, even outside of your user account. See advice #3 below.
This is suspiciously looking like a RAT, since it executes the decoded base64_decode by invoking
eval(base64_decode( "whole_bunch_of_obfuscated_stuff"));
As you did not put that file there, zip it immediately!
Further advice:
- Note the creation date/time of this virus ; it will help you detect when/how you got infected.
- ZIP the file rather than deleting it, take it off the server, and send it to dev@thegothicparty.com for a RAT dissection.
- Search for other RAT on your system: execute a
[~] grep -r "base64_decode" . as high up the directory tree as you can. See the article mentioned below for more details.
- Contact your provider. Under certain conditions, such a remote control tool can cross user accounts.
An article dedicated to RAT and Server RAT Infection is located on thegothicparty.com.
You can read it here:
http://thegothicparty.com/dev/article/server-side-virus-rat/