my game suffered lots of modifications since 2008, added lots of things to the files, so i started to test it with php7 on a test server, it seems that i need to modify every mysql_() , mysql_query to mysqli, as i always used mysql line instead of mysqli .. that's for start :) thanks.