On this page, you can view and download all the validated plugins that work with current version of
CoolMap.
Download the conpressed file from this page and unzip it as a folder and then place the folder into
CoolMap/plugins/.
New features of the plugin will become available after restart.
connect_error) {
// redirect to server error page
} else {
$sql = "SELECT * FROM plugins";
if ($result = $conn->query($sql)) {
$count = 0;
$box_class = 'light-box';
while ($row = $result->fetch_array(MYSQLI_ASSOC)) {
$plugin_name = $row['plugin_name'];
$author_name = $row['author_name'];
$author_email = $row['author_email'];
$description = $row['description'];
$plugin_url = $row['plugin_url'];
$tags = $row['tags'];
if ($count % 2 == 0) {
echo "