I was thinking I could do something like the keydump thing we did when we moved from GRE1 to GRE2.  Then change the address for my payouts on the website. I just did a rebuild of the block index and a -rescan i'm now done syncing and at 192232, the website shows 195041. The website also is listing me in the node list, which if i understand correctly, since i'm not at 195041, makes me a fork. 
I would try using dumpprivkey and importprivkey to import the coins from the old wallet to the new one if you need to.  To get on the right fork I would try using getpeerinfo to see which peers are on the right fork.  Find one that has a startingheight close to the block explorer website and sync to just that peer using the connect=[ip address] command in the config file.  Once you are on the right chain I would remove the connect command from the config file because minting blocks while only connected to one node can cause issues for the network.  You may be able to get on the right chain just by wiping out the block files and rebuilding again without doing anything different but Im not sure.  I hope you get it running.  
It would be nice to have a image saved of the blockchain on cryptochainer.com so we can avoid this issue and more easily all get on the same chain.