l was looking for zipcodes for germany na dcame across a zip file with all german codes.
The problem is , the databank script for this script is different from the one from dolphins.
It looks like this:
INSERT INTO `orte` VALUES ('','09633','town-name');
whiles dolphin looks like this
INSERT INTO `ZIPCodes` VALUES('09633', NULL, 'town-name', NULL, 'Deutschland', NULL, NULL, NULL, NULL, NULL, NULL, '6.00 pm', NULL, NULL, 507, 841);
Is it possible to let the dolphin script to take the script l have otherwise, l have to rewrite the whole zip codes again, which could take more than 4 months to get them finished.
From looking through boonex site, l came to this link
http://www.boonex.com/trac/dolphin/wiki/ZIPInstall
but was no zip to download.
Any help?
Best Regards.