So i've downloaded the code to have a play around.
Im reasonably new at LAMP etc.. but have figured out most of the problems on my own. The thing is I am getting this on the profile page under balance:
Warning: gmp_cmp(): Unable to convert variable to GMP - wrong type in /var/www/bcx/util.php on line 115
Im guessing GMP or something may not be configured properly? Any ideas?

I get that all the time.
It only seems to affect the code that transfers bitcoins from the bitcoin client into the exchange database. I just ignore it, and deposit funds by doing something like:
update purses set amount = 123e8 where uid=99 and type='GBP';
Everything seems to work other than this.