You can put this solution on YOUR website! 7^(x+4)=4^4^x
7^(x+4)=256^x
(x+4)*log(7) = x*log(256)
x*log(7) + 4log(7) = x*log(256)
x*(log(256) - log(7)) = log(2401) ---- 7^4 = 2401
x = log(2401)/log(256/7)
============
You can use any base for the logs.