Ok, I've been messing with the theme commands in x and I wanted to display the server IP address when the user logges into a section of cPanel. I issued the following command in the file: <cpanel print="$DATA{'IP'}"> and it prints the server IP. However, when another user loges in that was transfered from another server some months ago it is displaying that old server's IP. I have not figured out yet where it is pulling this data from. I moved a server from Rackshack to The Plan in Dec so maybe a file got moved over. I don't think it is checking any whois DB.
looks like it is in the /var/cpanel/users directory I opened the "username" and there was the old IP.
Ok, I fixed it with this server so if anybody else is looking for help on this will work. [/var/cpanel/users]# perl -pi -e 's/old_ip/new_ip/' *