at first i will make the explanation into two or three parts.
execute this sql in urdatabase sql (localhost/phpmyadmin) then sql section
CREATE TABLE IF NOT EXISTS `znote_player_reports` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(50) NOT NULL,
`posx` int(6) NOT NULL,
`posy` int(6)...