What do you mean by this :
If I want to use a old database from xaseco what must I do so I can use them.Documentation wrote:For converting `Visits` from Records-Eyepiece to UASECO:
UPDATE `players` AS `p` SET `p`.`Visits`=(SELECT `pe`.`Visits` FROM `players_extra` AS `pe` WHERE `p`.`Id` = `pe`.`PlayerId`);
ALTER TABLE `players_extra` DROP `Visits`;
Remember , I'm a noob. ( You already have some postid hanging on youre pc-screen
