$post_id, 'provider' => $provider]); return 0; } $att_id = self::attach($path, $post_id, $title); if (!$att_id) @unlink($path); return $att_id; } /* ---- Providers ---- */ private static function fetch_pollinations(string $title, string $style): string|false { $map = ['photo'=>'realistic high quality photo','illustration'=>'digital illustration', 'artistic'=>'artistic painting','3d'=>'3D render','flat'=>'flat design vector art']; $clean = preg_replace('/[^\p{L}\p{N}\s]/u', ' ', mb_substr($title, 0, 80)); $prompt = ($map[$style] ?? 'realistic high quality photo') . ', ' . trim($clean) . ', professional, no text, no watermark'; $seed = abs(crc32($title . time())) % 99999; $url = self::POLLINATIONS_BASE . urlencode($prompt) . '?seed=' . $seed . '&width=1200&height=630&nologo=true&model=flux'; return self::download_image($url, $title); } private static function fetch_unsplash(string $title, string $api_key): string|false { if (!$api_key) { ACI_Logger::warn('ImageGen: Unsplash API key missing'); return false; } $keyword = urlencode(mb_substr($title, 0, 50)); $api_url = "https://api.unsplash.com/photos/random?query={$keyword}&orientation=landscape&content_filter=high"; $resp = wp_remote_get($api_url, [ 'timeout' => 20, 'sslverify' => false, 'headers' => ['Authorization' => 'Client-ID ' . $api_key, 'Accept-Version' => 'v1'], ]); if (is_wp_error($resp)) { ACI_Logger::error('ImageGen Unsplash', ['err' => $resp->get_error_message()]); return false; } $data = json_decode(wp_remote_retrieve_body($resp), true); $img_url = $data['urls']['regular'] ?? ($data['urls']['full'] ?? ''); if (!$img_url) { ACI_Logger::warn('ImageGen: Unsplash no URL', ['resp' => substr(wp_remote_retrieve_body($resp), 0, 200)]); return false; } return self::download_image($img_url, $title); } private static function fetch_pexels(string $title, string $api_key): string|false { if (!$api_key) { ACI_Logger::warn('ImageGen: Pexels API key missing'); return false; } $keyword = urlencode(mb_substr($title, 0, 50)); $api_url = "https://api.pexels.com/v1/search?query={$keyword}&per_page=1&orientation=landscape"; $resp = wp_remote_get($api_url, [ 'timeout' => 20, 'sslverify' => false, 'headers' => ['Authorization' => $api_key], ]); if (is_wp_error($resp)) { ACI_Logger::error('ImageGen Pexels', ['err' => $resp->get_error_message()]); return false; } $data = json_decode(wp_remote_retrieve_body($resp), true); $img_url = $data['photos'][0]['src']['large2x'] ?? ($data['photos'][0]['src']['large'] ?? ''); if (!$img_url) { ACI_Logger::warn('ImageGen: Pexels no URL', ['resp' => substr(wp_remote_retrieve_body($resp), 0, 200)]); return false; } return self::download_image($img_url, $title); } /* ---- Shared helpers ---- */ private static function download_image(string $url, string $title): string|false { $resp = wp_remote_get($url, [ 'timeout' => 45, 'redirection' => 10, 'sslverify' => false, 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36', 'headers' => ['Accept' => 'image/webp,image/png,image/jpeg,image/*'], ]); if (is_wp_error($resp)) { ACI_Logger::error('ImageGen download', ['err' => $resp->get_error_message()]); return false; } if ((int)wp_remote_retrieve_response_code($resp) !== 200) { ACI_Logger::warn('ImageGen: non-200', ['code' => wp_remote_retrieve_response_code($resp)]); return false; } $body = wp_remote_retrieve_body($resp); if (strlen($body) < 1000) return false; $ext = self::detect_ext($body); if (!$ext) return false; $upload = wp_upload_dir(); if (!empty($upload['error']) || !wp_mkdir_p($upload['path'])) return false; $slug = sanitize_title(mb_substr($title, 0, 40)) ?: 'image'; $path = trailingslashit($upload['path']) . $slug . '-' . time() . '.' . $ext; if (file_put_contents($path, $body) === false) return false; return $path; } private static function detect_ext(string $body): string|false { $h = substr($body, 0, 12); if (str_starts_with($h, "\xFF\xD8\xFF")) return 'jpg'; if (str_starts_with($h, "\x89PNG\r\n\x1A\n")) return 'png'; if (str_starts_with($h, 'RIFF') && substr($h, 8, 4) === 'WEBP') return 'webp'; if (str_starts_with($h, 'GIF8')) return 'gif'; return false; } private static function attach(string $path, int $post_id, string $title): int { require_once ABSPATH . 'wp-admin/includes/image.php'; require_once ABSPATH . 'wp-admin/includes/file.php'; require_once ABSPATH . 'wp-admin/includes/media.php'; $upload = wp_upload_dir(); $filetype = wp_check_filetype(basename($path)); if (empty($filetype['type'])) $filetype['type'] = 'image/jpeg'; $att_id = wp_insert_attachment([ 'post_mime_type' => $filetype['type'], 'post_title' => sanitize_text_field($title), 'post_content' => '', 'post_status' => 'inherit', 'guid' => str_replace($upload['basedir'], $upload['baseurl'], $path), ], $path, $post_id); if (is_wp_error($att_id)) { ACI_Logger::error('ImageGen attach', ['err' => $att_id->get_error_message()]); return 0; } $meta = wp_generate_attachment_metadata($att_id, $path); if ($meta) wp_update_attachment_metadata($att_id, $meta); set_post_thumbnail($post_id, $att_id); return $att_id; } } ]) } } ]) } ]) } ]) } } } } } island – InKend https://www.inkend.com in what to do Sun, 07 Jun 2026 18:10:47 +0000 en-US hourly 1 https://wordpress.org/?v=7.0 Kedrai – Kedreai, Kedreiai – Sedir Island Trip https://www.inkend.com/holiday/kedrai-kedreai-kedreiai-sedir-island-trip-2_2270/ https://www.inkend.com/holiday/kedrai-kedreai-kedreiai-sedir-island-trip-2_2270/#respond Sun, 07 Jun 2026 18:10:47 +0000 https://www.inkend.com/holiday/kedrai-kedreai-kedreiai-sedir-island-trip-2_2270/ HomeHoliday-TravelKedrai – Kedreai, Kedreiai – Sedir Island Trip

Kedrai – Kedreai, Kedreiai – Sedir Island Trip

April 6, 2022

Kedrai, (Kedreai, Kedreiai, Sedir Island) is on Sedir (Sedre) Island on the east coast of Keramos Bay (sinus ceramicus) (now Gökova). It should be noted that the most important feature of Kedrai is its sands. These are not actually sand, but were formed after a chemical reaction of precipitated seashells, and they are found in 1-2 other places in the world.

They develop in the shallow bottom of warm seas, in waters saturated with Calcium Carbonate, and in the turbulent zone near the coast. They are in the form of shells wrapped in layers like a hailstone. Each membrane-thin shell is formed by the arrangement of many needle-like calcite (aragonite) crystals side by side.

Carbonate precipitation occurs at the bottom when carbon dioxide, which is dissolved in calcium bicarbonate fresh groundwater and plays a role in dissolving limestone, turns into gas during wave turbulence and leaves the environment. Aragonite crystals, which develop as needles in water, are wrapped around the sand grain. Frictions turn these substances into a polished state.

This is how these wonderfully beautiful tiny marbles, which do not resemble sand, which is the greatest feature of Sedir Island, are formed. This exquisite formation, which until ten years ago reached the entire coast and even the ancient settlement inside, can only be seen in the sea today. Unfortunately, that white foamy beach has turned into soil today.

It is thought that the word Kedrai comes from the Luwian language. Most likely, it changed to Kedrai or Kadrai in the Hellenic language, meaning “the city of the people of Kadra”. Information about the history and foundation of this city, whose people were described by Xenephon as “half Greek and half Barbarian”, is limited.

Hekataios of Miletos mentions the settlement here in the 6th century BC. The city joined the Carian Union in 404-428 BC, then Attica joined the Delian League and paid annual dues of 3000 drachmas. In 439, this dues decreased to 2000. In the Athens-Sparta war in 405-406 BC, Xenophon besieged the Spartan commander Lysandros Kedrai and captured the city, which sided with the Athenians. He sold his people in the slave market to punish them.

After this incident, Kedrai could never regain its former glory.

During the time of Xenephon, there were also some Carians among the old inhabitants of the city. The city came under the rule of Rhodes in the 2nd century BC, which caused a change in religious belief. In the II-I century BC, two important cults, Apollo Pythios and Apollo Kedrieus, were led by the same priest. After 170 BC, an important person from the Rhodes peraia administered two cults at the same time.

Kedrai under Roman rule also gave a rank of honor to Emperor Vespasian as an expression of their gratitude.

The city walls, Temple of Apollo, Theater, Agora and necropolis area have survived from Kedrai to the present day. Among these, the city walls surround almost the entire coast, starting from the east of the island. The rectangular prism-shaped city walls are in very good condition. The walls were reinforced with square planned bastions.

Among these, a monumental bastion reflecting the most beautiful workmanship of the Hellenistic period, sitting on a four-tiered base on the south side of the island, stands out from the others with its careful workmanship. Not all of the walls were built in the same period.

The temple of Apollo, on a platform supported by terrace walls in the east of the city, is in the Doric style. It is understood from the foundation ruins that have survived to the present day in good condition and the architectural pieces scattered around. This temple is located in the middle of a sacred area surrounded by a perimeter wall. A number of pedestals can be seen next to the thresholds and corners of the entrance doors of this sacred area. The inscriptions have been so damaged that they cannot be read.

Traces of three cylindrical altars can be seen, two of which have garlands on them and one of which has a snake relief. According to mythology, the snake is an animal related to Apollo. Based on this, it can be said that this temple was dedicated to Apollo Kadrieus (Apollon Pythos). During the early Byzantine period, a church on the basilica plan was built over the temple.

We see pieces containing the Jesus monogram and a cross from this period.

There is a theater on the slope in the east of the island, which has survived to the present day. Limestone was used in this building, as in the others. The cavea section and seating levels are in very good condition. Its plan is shaped like a horseshoe, which is considerably larger than a semicircle. What is striking here is that it is quite large for a small city. From this we can assume that a large number of spectators from the surrounding area come to the plays held here from time to time.

The non-symmetrical parados walls were made with very careful workmanship. Skene, on the other hand, remained completely underground.

It is possible that the Agora was on the beach; Because here, pieces such as postales and Ionic style column bases processed with good stone workmanship are found. There is also a B.C. monument built here with meticulous workmanship. There is also a wall fragment that may date back to the 4th century.

The city’s necropolis is on the mainland opposite the island. The vast majority of these are sarcophagi. In addition, pits and burial chambers are also seen. adakedrairesimessedirtravelholiday

A Favor

A person who does not make the world better is not human.

Post navigation
PrevNext

Similar Articles

Uşak Ancient City – Blaundos (Blaunda)

Knidos Datça Travel Guide

Ancient Cities Around Bodrum Travel Guide

Iasos Ancient City Milas Travel Guide

Leave a replyCancel replyYour email address will not be published.

Required fields are marked *Comment * Name *
Email *
website

Δ
document.getElementById( “ak_js_1” ).setAttribute( “value”, ( new Date() ).getTime() );

Good Introduction

Log in

Username:

Password:

remember me

Log in

Sign up

lost password

New Articles

subartramer

How to Make an Open Computer Case?

TRANSPORT OF RESPIRATORY GASES (O2-CO2) IN BLOOD

HIP JOINT: BONES AND LIGAMENTOUS SYSTEM

OVERVIEW OF CELL STRUCTURE

Current issues

I am a 4th year midwifery student and I need a scholarship.

All mimsy were the borogoves, And the mome raths outgrabe. http://biriyilik.com

Kayseri Kahraman Maraş Malatya Adıyaman Gazi Antep Urfa Earthquake Risk

Possible Earthquake in the Sea of Marmara May Affect Depending on Its Size

Live Earthquake Information

Forums

Those Who Want to Stay in Nature

Literature Club

Those Who Ask Where Is The Old Music?

News

Homework Resource Repository

Travel Routes

Technology and Science Club

Those who want to help

Help Requests

Assistance Requests

Those Who Want to Help

]]>
https://www.inkend.com/holiday/kedrai-kedreai-kedreiai-sedir-island-trip-2_2270/feed/ 0
Kedrai – Kedreai, Kedreiai – Sedir Island Travel Guide Turkiye https://www.inkend.com/holiday/places/kedrai-kedreai-kedreiai-sedir-island-travel-guide-turkiye_2167/ https://www.inkend.com/holiday/places/kedrai-kedreai-kedreiai-sedir-island-travel-guide-turkiye_2167/#respond Wed, 06 Apr 2022 19:54:06 +0000 https://www.inkend.com/?p=2167

Kedrai (Kedreai, Kedreiai, Sedir Island) is on Sedir (Sedre) Island on the east coast of Keramos Bay (sinus ceramicus) (present-day Gökova). It should be noted that the biggest feature of Kedrai is its sands. These are not actually sand, but formed after the precipitated seashells underwent a chemical reaction, and there are 1-2 more places in the world. They grow in the shallow bottom of warm seas, in waters saturated with Calcium Carbonate, in turbulent belts near the coast. They are in the form of shells wrapped in layers like a hailstone, each membrane-thin shell formed by the juxtaposition of numerous needle-like calcite (aragonite) crystals.

Carbonate precipitation occurs at the bottom when carbon dioxide, which is dissolved in the calcium bicarbonate fresh groundwater and plays a role in dissolving the limestone, turns into gas during the wave turbulence and leaves the environment. Aragonite crystals, which develop in the form of needles in water, are wrapped on a grain of sand. The frictions put these materials in a polished state. This is how these tiny marbles, which are not like sand, which are the biggest feature of the cedar island, are formed. This magnificent formation, which reached the entire coast and even the ancient settlement inside ten years ago, can only be seen in the sea today. Unfortunately, that white foamy beach has turned into soil today.

The word Kedrai is thought to come from the Luwian language. It probably changed to Kedrai or Kadrai in the Hellenic language, meaning “city of the people of Kadra”. The information about the history and establishment of this city, whose people are described by Xenephon as “half Greek half Barbarian”, is limited.

Hekataios of Miletos talks about the settlement here in the VI century BC. The city joined the Caria Union in 404-428 BC, and then joined the Attica Delos Marine Union and gave an annual fee of 3000 drachmas. In 439, this fee was reduced to 2000. Xenophon besieged the Spartan commander Lysandros Kedrai in the Athens-Sparta war in 405-406 BC, and captured the city, which was next to the Athenians. He also sold his people in the slave market to punish them. After this incident, Kedrai never regained his former glory.

In the time of Xenephon, there were also some Carians, other than the old inhabitants of the city. The city came under the rule of Rhodes in the 2nd century BC, this situation caused a change in religious belief. In the II-I century BC, the cults of Apollon Pythios and Apollon Kedrieus, two important cults, were administered by the same priest. After 170 BC, an important person from Peraia of Rhodes also administered two cults at the same time. As an expression of their gratitude to the Kedrai Emperor Vespasianus under Roman rule, they also gave an honorary title.

The city walls, the Temple of Apollo, the Theatre, the Agora and the necropolis area have survived from Kedrai. Of these, the city walls surround almost the entire coast, starting from the east of the island. The rectangular prism-shaped fortification stones are in very good condition. The walls are reinforced with square bastions. Among these, a monumental bastion that reflects the most beautiful workshop of the Hellenistic period, sitting on a four-level pedestal on the south side of the island, is distinguished from the others with its careful workmanship. Not all of the walls were built at the same time.

In the east of the city, the temple of Apollo on the platform supported by the terrace walls is in the Doric style. This temple is located in the middle of a sacred ground surrounded by a perimeter wall. Some pedestals can be seen next to the thresholds and sills of the entrance doors of this sacred site. The inscriptions have been damaged so much that they cannot be read. There are traces of 3 cylindrical altars, two of them with garlands and one with a snake relief. The snake is an animal related to Apollo according to mythology. Based on this, it can be said that this temple was dedicated to Apollon Kadrieus (Apollo Pythos). In the early Byzantine period, a basilica-plan church was built over the temple. We see pieces containing the cross with the monogram of Jesus from this period.

On the eastern slope of the island, there is a theater that has survived to the present day. Limestone was used in this building as in the others. The cavea part and the seating levels are in very good condition. Its plan is in the shape of a horseshoe, considerably larger than a semicircle. The point that draws attention here is that it is quite large for a small city. From this, we can think that a large number of spectators came to the games held here from time to time. The unsymmetrical parados walls were made with a very meticulous craftsmanship. Skene, on the other hand, remained completely underground.

The Agora is likely to be on the beach; because there are pieces such as postaments and Ionic column bases, which were worked with a good stonework. There is also a BC, made with meticulous workmanship here. There is also a wall fragment that may belong to the 4th century.

The necropolis of the city is on the mainland opposite the island. Most of them are sarcophagi. In addition, pits and burial chambers can also be seen.

]]>
https://www.inkend.com/holiday/places/kedrai-kedreai-kedreiai-sedir-island-travel-guide-turkiye_2167/feed/ 0
Avsa Island – Balikesir / Turkey https://www.inkend.com/holiday/places/avsa-island-balikesir-turkey-2_1037/ https://www.inkend.com/holiday/places/avsa-island-balikesir-turkey-2_1037/#respond Fri, 12 Feb 2021 23:36:38 +0000 https://www.inkend.com/?p=1037 Island Location
There are 3 large (Marmara, Avşa, Paşalimanı) and 9 small (Ekinlik, Koyun, Mamalı, Hasır, Pale, Fener, Asmalı and Paşalimanı Bay) islands in the southwest of the Marmara Sea. These islands, which are named Marmara Islands, are in terms of structure and shape. They are the extension of the Kapıdağ Peninsula in the Marmara Sea 4 As a result of the rise of the sea level and the flooding of the low parts at the end of the time, they have taken their present shape by separating from the mainland Kapıdağ Peninsula and each other.The depth of Avşa Island with Marmara and other islands is 16-35 meters Since only the land that joins Ekinlik Island is at a depth of 1-4 meters, it is possible to follow this connection in calm weather.The length of the island is 9 km and its width is 4 km. Total area is 36 km².

Natural Structure
The island is generally covered with sandy soils consisting of granite and granodiorite bedrock The rate of sand is quite high Granite stones are scattered almost on the surface texture of the island The wide alluvial coastal plain is located in the western part and a partly wooded part is located in the eastern part of the island’s villages (Türkeli and Yiğitler Villages)

Flora
Trees have been cut due to the low agricultural culture and widespread viticulture Viticulture is very developed Most of the island is filled with vines.

]]>
https://www.inkend.com/holiday/places/avsa-island-balikesir-turkey-2_1037/feed/ 0
Avsa Island – Balikesir / Turkey https://www.inkend.com/holiday/places/avsa-island-balikesir-turkey_568/ https://www.inkend.com/holiday/places/avsa-island-balikesir-turkey_568/#respond Fri, 05 Feb 2021 23:05:12 +0000 https://www.inkend.com/?p=568 Avşa Island is one of the islands that form the archipelago known as the Marmara Islands, located in the south-west of the Marmara Sea. Its area is 20.6 km² and the total length of its coasts is 27.5 km. Ekinlik Island to the north, Marmara Island to the north-east, Koyun Island and Paşalimanı Island to the east. Among the archipelago, it comes after the Marmara and Paşalimanı Islands in terms of the area it covers.

Our island, which has unique opportunities in terms of entertainment and recreation, is 72 nautical miles from Istanbul and can be reached in 2 hours and 45 minutes by sea bus.

Our island is 18 miles from Erdek and can be reached in about 2 hours by ship. During the summer season, there are daily sea bus and boat trips from Istanbul, and additional trips are available on weekends. In addition, large motors that make Tekirdağ – Avşa, Şarköy – Avşa trips will take you to the pier of our island in two hours.

Avşa Island is almost entirely around the beach. One of the cleanest places to swim in Marmara is Avşa Island. Numerous hotels, motels, pensions, restaurants and bars serve our guests to have a pleasant time. Fish and locally produced wines of our island can be tasted in restaurants. Our nights are also very colorful. There is entertainment with live music in many bars, discos and restaurants. Our dolmuş type excursion motors organize tours to island villages such as Ekinlik, Marmara Island and Çınarlı.

Where is Avsa

]]>
https://www.inkend.com/holiday/places/avsa-island-balikesir-turkey_568/feed/ 0