ADVERTISEMENT

Duterte warns BI personnel anew against extortion

Published Sep 29, 2019 03:23 pm
By Genalyn Kabiling President Duterte has warned anew the Bureau of Immigration (BI) against extorting money from foreigners, saying they would be "fired and may be killed." President Rodrigo Duterte (ACE MORANDANTE/PRESIDENTIAL PHOTO/MANILA BULLETIN) President Rodrigo Duterte (ACE MORANDANTE/PRESIDENTIAL PHOTO/MANILA BULLETIN) The President maintained that he appreciated the entry of foreign tourists and investors into the country, and deplores any harassment and extortion against them. Duterte said he “hates" corruption and would "go out of my way to punish people who are into graft and corruption." "This Bureau of Immigration which has control over aliens in the country, they are under strict orders that they will be fired and may be killed afterwards,” Duterte said in a recent business gathering in Parañaque City. "I do not want people destroying the government now because we are improving and that is why you guys are coming here. I want to make a personal guarantee that these things will never happen again just like maybe in the olden times," he added. Duterte also urged foreigners to slap the erring immigration official in the face and report any corruption incident to the proper authorities. He said they should create a scene to cause a "commotion" so such incident would eventually reach his office. "When you enter the Philippines from the airport or even from getting a visa somewhere, and you would want to go to the Philippines just to see as a tourist, just to maybe make some studies, right at the moment at the airport and getting a visa, if you think that there is something wrong or if there is somebody asking for money, you slap him. Tell him that, 'that is the order of your President,'" he said. "And if you create a scene, there will be a commotion and everything, I will know. And if I would come to know about it, then I would call the government official in my office and with you and allow you to slap him," he said. To boost the campaign against corruption, Duterte said he was encouraging Filipinos, as well as foreigners in the country, to take a stand against oppression and other abuses in government. "That is the only way where you can help me and you can help yourself from harassments, from oppressors, extortionists. Be assertive because whether you are a Filipino or an alien, you must stand for your rights," he said. He also encouraged foreigners, who have fallen victim to corrupt public officials, to report the incident to his office. He said he was willing to receive the complainant anytime and summon the concerned public official to his office. "We are trying to do away with this culture of corruption and abuses of government. I would be willing to face you even during the night," he said. "The only reason why there is a lot of corruption in the Philippines is because we are not assertive. And Filipinos if they are asked money by those in government, they easily give because, one, they are afraid of being denied or delayed," he said.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.