IslamChoice Pinoy - TAWHIIDMy Joomla CMShttp://kaligayahan.org/index.php/fatawas/173-current-affairs2025-04-11T21:36:29+00:00IslamPinoyJoomla! - Open Source Content ManagementMusic & Adultery Begins2019-07-03T08:23:34+00:002019-07-03T08:23:34+00:00http://kaligayahan.org/index.php/fatawas/173-current-affairs/1477-music-adultery-beginsAdministrator<p style="text-align: center;"><strong>Music & Adultery Begins</strong></p>
<div align="center">islampinoy.com
<script src="http://dawahoffice.com/uvp/start/java/FWDUVPlayer.js" type="text/javascript"></script>
<!-- Setup video player-->
<script type="text/javascript">// <![CDATA[
FWDUVPUtils.onReady(function() {
FWDUVPlayer.useYoutube = "yes";
new FWDUVPlayer({
//main settings
instanceName: "player1",
parentId: "myDiv",
playlistsId: "playlists",
mainFolderPath: "http://dawahoffice.com/uvp/start/content",
skinPath: "minimal_skin_dark",
displayType: "responsive",
facebookAppId: "1471060049817774",
useDeepLinking: "yes",
rightClickContextMenu: "developer",
addKeyboardSupport: "yes",
autoScale: "yes",
showButtonsToolTip: "yes",
stopVideoWhenPlayComplete: "no",
autoPlay: "no",
loop: "no",
shuffle: "no",
maxWidth: 580,
maxHeight: 352,
buttonsToolTipHideDelay: 1.5,
volume: .8,
backgroundColor: "#000000",
videoBackgroundColor: "#000000",
posterBackgroundColor: "#000000",
buttonsToolTipFontColor: "#5a5a5a",
//logo settings
showLogo: "yes",
hideLogoWithController: "no",
logoPosition: "topRight",
logoLink: "http://www.islampinoy.com ",
logoMargins: 5,
//playlists/categories settings
showPlaylistsButtonAndPlaylists: "no",
showPlaylistsByDefault: "no",
thumbnailSelectedType: "opacity",
startAtPlaylist: 0,
buttonsMargins: 0,
thumbnailMaxWidth: 350,
thumbnailMaxHeight: 350,
horizontalSpaceBetweenThumbnails: 40,
verticalSpaceBetweenThumbnails: 40,
//playlist settings
showPlaylistButtonAndPlaylist: "yes",
playlistPosition: "right",
showPlaylistByDefault: "yes",
showPlaylistName: "yes",
showSearchInput: "yes",
showLoopButton: "yes",
showShuffleButton: "yes",
showNextAndPrevButtons: "yes",
forceDisableDownloadButtonForFolder: "yes",
addMouseWheelSupport: "yes",
startAtRandomVideo: "yes",
folderVideoLabel: "VIDEO ",
playlistRightWidth: 310,
playlistBottomHeight: 299,
startAtVideo: 0,
maxPlaylistItems: 500,
thumbnailWidth: 80,
thumbnailHeight: 60,
spaceBetweenControllerAndPlaylist: 2,
spaceBetweenThumbnails: 2,
scrollbarOffestWidth: 8,
scollbarSpeedSensitivity: .5,
playlistBackgroundColor: "#000000",
playlistNameColor: "#FFFFFF",
thumbnailNormalBackgroundColor: "#1b1b1b",
thumbnailHoverBackgroundColor: "#313131",
thumbnailDisabledBackgroundColor: "#272727",
searchInputBackgroundColor: "#000000",
searchInputColor: "#999999",
youtubeAndFolderVideoTitleColor: "#FFFFFF",
youtubeOwnerColor: "#888888",
youtubeDescriptionColor: "#888888",
//controller settings
showControllerWhenVideoIsStopped: "yes",
showNextAndPrevButtonsInController: "no",
showVolumeButton: "yes",
showTime: "yes",
showYoutubeQualityButton: "yes",
showInfoButton: "yes",
showDownloadButton: "yes",
showFacebookButton: "yes",
showEmbedButton: "yes",
showFullScreenButton: "yes",
repeatBackground: "yes",
controllerHeight: 37,
controllerHideDelay: 3,
startSpaceBetweenButtons: 7,
spaceBetweenButtons: 8,
scrubbersOffsetWidth: 2,
mainScrubberOffestTop: 14,
timeOffsetLeftWidth: 5,
timeOffsetRightWidth: 3,
timeOffsetTop: 0,
volumeScrubberHeight: 80,
volumeScrubberOfsetHeight: 12,
timeColor: "#888888",
youtubeQualityButtonNormalColor: "#888888",
youtubeQualityButtonSelectedColor: "#FFFFFF",
//embed window and info window
embedAndInfoWindowCloseButtonMargins: 0,
borderColor: "#333333",
mainLabelsColor: "#FFFFFF",
secondaryLabelsColor: "#a1a1a1",
shareAndEmbedTextColor: "#5a5a5a",
inputBackgroundColor: "#000000",
inputColor: "#FFFFFF",
//ads
openNewPageAtTheEndOfTheAds: "no",
playAdsOnlyOnce: "no",
adsButtonsPosition: "left",
skipToVideoText: "You can skip to video in: ",
skipToVideoButtonText: "Skip Ad",
adsTextNormalColor: "#888888",
adsTextSelectedColor: "#FFFFFF",
adsBorderNormalColor: "#666666",
adsBorderSelectedColor: "#FFFFFF"
});
registerAPI();
});
//Register API (an setInterval is required because the player is not available until the youtube API is loaded).
var registerAPIInterval;
function registerAPI() {
clearInterval(registerAPIInterval);
if (window.player1) {
player1.addListener(FWDUVPlayer.READY, readyHandler);
player1.addListener(FWDUVPlayer.ERROR, errorHandler);
player1.addListener(FWDUVPlayer.PLAY, playHandler);
player1.addListener(FWDUVPlayer.PAUSE, pauseHandler);
player1.addListener(FWDUVPlayer.STOP, stopHandler);
player1.addListener(FWDUVPlayer.UPDATE, updateHandler);
player1.addListener(FWDUVPlayer.UPDATE_TIME, updateTimeHandler);
player1.addListener(FWDUVPlayer.UPDATE_VIDEO_SOURCE, updateVideoSourceHandler);
player1.addListener(FWDUVPlayer.UPDATE_POSTER_SOURCE, updatePosterSourceHandler);
player1.addListener(FWDUVPlayer.START_TO_LOAD_PLAYLIST, startToLoadPlaylistHandler);
player1.addListener(FWDUVPlayer.LOAD_PLAYLIST_COMPLETE, loadPlaylistCompleteHandler);
player1.addListener(FWDUVPlayer.PLAY_COMPLETE, playCompleteHandler);
} else {
registerAPIInterval = setInterval(registerAPI, 100);
}
};
//API event listeners examples
function readyHandler(e) {
//console.log("API -- ready to use");
}
function errorHandler(e) {
console.log(e.error);
}
function playHandler(e) {
//console.log("API -- play");
}
function pauseHandler(e) {
//console.log("API -- pause");
}
function stopHandler(e) {
//console.log("API -- stop");
}
function updateHandler(e) {
//console.log("API -- update video, percent played: " + e.percent);
}
function updateTimeHandler(e) {
//console.log("API -- update time: " + e.currentTime + "/" + e.totalTime);
}
function updateVideoSourceHandler(e) {
//console.log("API -- video source update: " + player1.getVideoSource());
}
function updatePosterSourceHandler(e) {
//console.log("API -- video source update: " + player1.getPosterSource());
}
function startToLoadPlaylistHandler(e) {
//console.log("API -- start to load playlist: " + player1.getCurCatId());
}
function loadPlaylistCompleteHandler(e) {
//console.log("API -- playlist load complete: " + player1.getCurCatId());
}
function playCompleteHandler(e) {
//console.log("API -- play complete");
}
//API methods examples
function play() {
player1.play();
}
function playNext() {
player1.playNext();
}
function playPrev() {
player1.playPrev();
}
function playShuffle() {
player1.playShuffle();
}
function playVideo(videoId) {
player1.playVideo(videoId);
}
function pause() {
player1.pause();
}
function stop() {
player1.stop();
}
function scrub(percent) {
player1.scrub(percent);
}
function setVolume(percent) {
player1.setVolume(percent);
}
function share() {
player1.share();
}
function download() {
player1.downloadVideo();
}
function goFullScreen() {
player1.goFullScreen();
}
function showCategories() {
player1.showCategories();
}
function loadPlaylist(playlistId) {
player1.loadPlaylist(playlistId);
}
// ]]></script>
<div id="myDiv"> </div>
<div style="max-width: 960px;"> </div>
<!-- Playlists -->
<ul id="playlists" style="display: none;">
<li data-source="list= PLnb1ZY50SrZEWqKsyYd7tlo7D46eRKre1&index=11&t=0s" data-playlist-name="Music & Adultery Begins" data-thumbnail-path="content/thumbnails/large2.jpg">
<p class="minimalDarkCategoriesTitle"><span class="minimialDarkBold">Title: </span>My playlist 2</p>
<p class="minimalDarkCategoriesType"><span class="minimialDarkBold">Type: </span>YOUTUBE</p>
<p class="minimalDarkCategoriesDescription"><span class="minimialDarkBold">Description: </span></p>
</li>
</ul>
</div>
<p> </p>
<p> </p><p style="text-align: center;"><strong>Music & Adultery Begins</strong></p>
<div align="center">islampinoy.com
<script src="http://dawahoffice.com/uvp/start/java/FWDUVPlayer.js" type="text/javascript"></script>
<!-- Setup video player-->
<script type="text/javascript">// <![CDATA[
FWDUVPUtils.onReady(function() {
FWDUVPlayer.useYoutube = "yes";
new FWDUVPlayer({
//main settings
instanceName: "player1",
parentId: "myDiv",
playlistsId: "playlists",
mainFolderPath: "http://dawahoffice.com/uvp/start/content",
skinPath: "minimal_skin_dark",
displayType: "responsive",
facebookAppId: "1471060049817774",
useDeepLinking: "yes",
rightClickContextMenu: "developer",
addKeyboardSupport: "yes",
autoScale: "yes",
showButtonsToolTip: "yes",
stopVideoWhenPlayComplete: "no",
autoPlay: "no",
loop: "no",
shuffle: "no",
maxWidth: 580,
maxHeight: 352,
buttonsToolTipHideDelay: 1.5,
volume: .8,
backgroundColor: "#000000",
videoBackgroundColor: "#000000",
posterBackgroundColor: "#000000",
buttonsToolTipFontColor: "#5a5a5a",
//logo settings
showLogo: "yes",
hideLogoWithController: "no",
logoPosition: "topRight",
logoLink: "http://www.islampinoy.com ",
logoMargins: 5,
//playlists/categories settings
showPlaylistsButtonAndPlaylists: "no",
showPlaylistsByDefault: "no",
thumbnailSelectedType: "opacity",
startAtPlaylist: 0,
buttonsMargins: 0,
thumbnailMaxWidth: 350,
thumbnailMaxHeight: 350,
horizontalSpaceBetweenThumbnails: 40,
verticalSpaceBetweenThumbnails: 40,
//playlist settings
showPlaylistButtonAndPlaylist: "yes",
playlistPosition: "right",
showPlaylistByDefault: "yes",
showPlaylistName: "yes",
showSearchInput: "yes",
showLoopButton: "yes",
showShuffleButton: "yes",
showNextAndPrevButtons: "yes",
forceDisableDownloadButtonForFolder: "yes",
addMouseWheelSupport: "yes",
startAtRandomVideo: "yes",
folderVideoLabel: "VIDEO ",
playlistRightWidth: 310,
playlistBottomHeight: 299,
startAtVideo: 0,
maxPlaylistItems: 500,
thumbnailWidth: 80,
thumbnailHeight: 60,
spaceBetweenControllerAndPlaylist: 2,
spaceBetweenThumbnails: 2,
scrollbarOffestWidth: 8,
scollbarSpeedSensitivity: .5,
playlistBackgroundColor: "#000000",
playlistNameColor: "#FFFFFF",
thumbnailNormalBackgroundColor: "#1b1b1b",
thumbnailHoverBackgroundColor: "#313131",
thumbnailDisabledBackgroundColor: "#272727",
searchInputBackgroundColor: "#000000",
searchInputColor: "#999999",
youtubeAndFolderVideoTitleColor: "#FFFFFF",
youtubeOwnerColor: "#888888",
youtubeDescriptionColor: "#888888",
//controller settings
showControllerWhenVideoIsStopped: "yes",
showNextAndPrevButtonsInController: "no",
showVolumeButton: "yes",
showTime: "yes",
showYoutubeQualityButton: "yes",
showInfoButton: "yes",
showDownloadButton: "yes",
showFacebookButton: "yes",
showEmbedButton: "yes",
showFullScreenButton: "yes",
repeatBackground: "yes",
controllerHeight: 37,
controllerHideDelay: 3,
startSpaceBetweenButtons: 7,
spaceBetweenButtons: 8,
scrubbersOffsetWidth: 2,
mainScrubberOffestTop: 14,
timeOffsetLeftWidth: 5,
timeOffsetRightWidth: 3,
timeOffsetTop: 0,
volumeScrubberHeight: 80,
volumeScrubberOfsetHeight: 12,
timeColor: "#888888",
youtubeQualityButtonNormalColor: "#888888",
youtubeQualityButtonSelectedColor: "#FFFFFF",
//embed window and info window
embedAndInfoWindowCloseButtonMargins: 0,
borderColor: "#333333",
mainLabelsColor: "#FFFFFF",
secondaryLabelsColor: "#a1a1a1",
shareAndEmbedTextColor: "#5a5a5a",
inputBackgroundColor: "#000000",
inputColor: "#FFFFFF",
//ads
openNewPageAtTheEndOfTheAds: "no",
playAdsOnlyOnce: "no",
adsButtonsPosition: "left",
skipToVideoText: "You can skip to video in: ",
skipToVideoButtonText: "Skip Ad",
adsTextNormalColor: "#888888",
adsTextSelectedColor: "#FFFFFF",
adsBorderNormalColor: "#666666",
adsBorderSelectedColor: "#FFFFFF"
});
registerAPI();
});
//Register API (an setInterval is required because the player is not available until the youtube API is loaded).
var registerAPIInterval;
function registerAPI() {
clearInterval(registerAPIInterval);
if (window.player1) {
player1.addListener(FWDUVPlayer.READY, readyHandler);
player1.addListener(FWDUVPlayer.ERROR, errorHandler);
player1.addListener(FWDUVPlayer.PLAY, playHandler);
player1.addListener(FWDUVPlayer.PAUSE, pauseHandler);
player1.addListener(FWDUVPlayer.STOP, stopHandler);
player1.addListener(FWDUVPlayer.UPDATE, updateHandler);
player1.addListener(FWDUVPlayer.UPDATE_TIME, updateTimeHandler);
player1.addListener(FWDUVPlayer.UPDATE_VIDEO_SOURCE, updateVideoSourceHandler);
player1.addListener(FWDUVPlayer.UPDATE_POSTER_SOURCE, updatePosterSourceHandler);
player1.addListener(FWDUVPlayer.START_TO_LOAD_PLAYLIST, startToLoadPlaylistHandler);
player1.addListener(FWDUVPlayer.LOAD_PLAYLIST_COMPLETE, loadPlaylistCompleteHandler);
player1.addListener(FWDUVPlayer.PLAY_COMPLETE, playCompleteHandler);
} else {
registerAPIInterval = setInterval(registerAPI, 100);
}
};
//API event listeners examples
function readyHandler(e) {
//console.log("API -- ready to use");
}
function errorHandler(e) {
console.log(e.error);
}
function playHandler(e) {
//console.log("API -- play");
}
function pauseHandler(e) {
//console.log("API -- pause");
}
function stopHandler(e) {
//console.log("API -- stop");
}
function updateHandler(e) {
//console.log("API -- update video, percent played: " + e.percent);
}
function updateTimeHandler(e) {
//console.log("API -- update time: " + e.currentTime + "/" + e.totalTime);
}
function updateVideoSourceHandler(e) {
//console.log("API -- video source update: " + player1.getVideoSource());
}
function updatePosterSourceHandler(e) {
//console.log("API -- video source update: " + player1.getPosterSource());
}
function startToLoadPlaylistHandler(e) {
//console.log("API -- start to load playlist: " + player1.getCurCatId());
}
function loadPlaylistCompleteHandler(e) {
//console.log("API -- playlist load complete: " + player1.getCurCatId());
}
function playCompleteHandler(e) {
//console.log("API -- play complete");
}
//API methods examples
function play() {
player1.play();
}
function playNext() {
player1.playNext();
}
function playPrev() {
player1.playPrev();
}
function playShuffle() {
player1.playShuffle();
}
function playVideo(videoId) {
player1.playVideo(videoId);
}
function pause() {
player1.pause();
}
function stop() {
player1.stop();
}
function scrub(percent) {
player1.scrub(percent);
}
function setVolume(percent) {
player1.setVolume(percent);
}
function share() {
player1.share();
}
function download() {
player1.downloadVideo();
}
function goFullScreen() {
player1.goFullScreen();
}
function showCategories() {
player1.showCategories();
}
function loadPlaylist(playlistId) {
player1.loadPlaylist(playlistId);
}
// ]]></script>
<div id="myDiv"> </div>
<div style="max-width: 960px;"> </div>
<!-- Playlists -->
<ul id="playlists" style="display: none;">
<li data-source="list= PLnb1ZY50SrZEWqKsyYd7tlo7D46eRKre1&index=11&t=0s" data-playlist-name="Music & Adultery Begins" data-thumbnail-path="content/thumbnails/large2.jpg">
<p class="minimalDarkCategoriesTitle"><span class="minimialDarkBold">Title: </span>My playlist 2</p>
<p class="minimalDarkCategoriesType"><span class="minimialDarkBold">Type: </span>YOUTUBE</p>
<p class="minimalDarkCategoriesDescription"><span class="minimialDarkBold">Description: </span></p>
</li>
</ul>
</div>
<p> </p>
<p> </p>THE RULING ON ATTACKING THE ENEMY BY BLOWING ONESELF UP IN A CAR2019-02-27T09:17:22+00:002019-02-27T09:17:22+00:00http://kaligayahan.org/index.php/fatawas/173-current-affairs/1202-the-ruling-on-attacking-the-enemy-by-blowing-oneself-up-in-a-carAdministrator<p style="text-align: justify;"><span style="color: #0000ff;"><strong><span style="font-size: 12pt;">THE RULING ON ATTACKING THE ENEMY BY BLOWING ONESELF UP IN A CAR</span></strong></span></p>
<p> </p>
<p style="text-align: justify;"><span style="color: #008000;"><strong><span style="font-size: 12pt;">Question:</span></strong></span></p>
<p style="text-align: justify;"><span style="font-size: 12pt;">What is the ruling regarding acts of jihaad by means of suicide, such as attaching explosives to a car and storming the enemy, whereby he knows without a doubt that he shall die as a result of this action?</span></p>
<p style="text-align: justify;"><span style="color: #008000;"><strong><span style="font-size: 12pt;">Answer:</span></strong></span></p>
<p style="text-align: justify;"><span style="font-size: 12pt;">Indeed, my opinion is that he is regarded as one who has killed himself (committed suicide), and as a result he shall be punished in Hell, for that which is authenticated on the authority of the Prophet (sal-Allaahu `alayhe wa sallam).<p style="text-align: justify;"><span style="color: #0000ff;"><strong><span style="font-size: 12pt;">THE RULING ON ATTACKING THE ENEMY BY BLOWING ONESELF UP IN A CAR</span></strong></span></p>
<p> </p>
<p style="text-align: justify;"><span style="color: #008000;"><strong><span style="font-size: 12pt;">Question:</span></strong></span></p>
<p style="text-align: justify;"><span style="font-size: 12pt;">What is the ruling regarding acts of jihaad by means of suicide, such as attaching explosives to a car and storming the enemy, whereby he knows without a doubt that he shall die as a result of this action?</span></p>
<p style="text-align: justify;"><span style="color: #008000;"><strong><span style="font-size: 12pt;">Answer:</span></strong></span></p>
<p style="text-align: justify;"><span style="font-size: 12pt;">Indeed, my opinion is that he is regarded as one who has killed himself (committed suicide), and as a result he shall be punished in Hell, for that which is authenticated on the authority of the Prophet (sal-Allaahu `alayhe wa sallam).SUICIDE IN ISLAAM2019-02-27T09:07:08+00:002019-02-27T09:07:08+00:00http://kaligayahan.org/index.php/fatawas/173-current-affairs/1201-suicide-in-islaamAdministrator<p style="text-align: center;"><span style="color: #0000ff;"><strong><span style="font-size: 12pt;">SUICIDE IN ISLAAM</span></strong></span></p>
<p><span style="color: #008000;"><strong><span style="font-size: 12pt;">Question:</span></strong></span></p>
<p><span style="font-size: 12pt;">What is the ruling regarding suicide in Islaam?</span></p>
<p><span style="color: #008000;"><strong><span style="font-size: 12pt;">Answer:</span></strong></span></p>
<p><span style="font-size: 12pt;">Suicide is when a person kills himself intentionally by whatever means. This is haraam and regarded as amongst the major sins, and likewise included in the general statement of Allaah (Subhaanahu wa Ta'aala):</span><br /><span style="font-size: 12pt;">{And whoever kills a believer intentionally, his recompense is Hell to abide therein, and the Wrath and the Curse of Allaah are upon him, and a great punishment is prepared for him}, [Soorah an-Nisaa, Aayah 93].<p style="text-align: center;"><span style="color: #0000ff;"><strong><span style="font-size: 12pt;">SUICIDE IN ISLAAM</span></strong></span></p>
<p><span style="color: #008000;"><strong><span style="font-size: 12pt;">Question:</span></strong></span></p>
<p><span style="font-size: 12pt;">What is the ruling regarding suicide in Islaam?</span></p>
<p><span style="color: #008000;"><strong><span style="font-size: 12pt;">Answer:</span></strong></span></p>
<p><span style="font-size: 12pt;">Suicide is when a person kills himself intentionally by whatever means. This is haraam and regarded as amongst the major sins, and likewise included in the general statement of Allaah (Subhaanahu wa Ta'aala):</span><br /><span style="font-size: 12pt;">{And whoever kills a believer intentionally, his recompense is Hell to abide therein, and the Wrath and the Curse of Allaah are upon him, and a great punishment is prepared for him}, [Soorah an-Nisaa, Aayah 93].THE VERDICT OF THE SCHOLARS ON A LAND WHICH IMPLEMENTS ISLAAM2019-02-27T08:54:23+00:002019-02-27T08:54:23+00:00http://kaligayahan.org/index.php/fatawas/173-current-affairs/1200-the-verdict-of-the-scholars-on-a-land-which-implements-islaamAdministrator<p style="text-align: justify;"><span style="color: #0000ff;"><strong><span style="font-size: 12pt;">THE VERDICT OF THE SCHOLARS ON A LAND WHICH IMPLEMENTS ISLAAM</span></strong></span></p>
<p> </p>
<p style="text-align: justify;"><span style="font-size: 12pt;">We have investigated/examined the world today. So we have not come to find a State (country) which implements Islaam, as well as holding on firmly to it, and calling to it except this land. Meaning Saudi Arabia.</span></p>
<p> </p>
<p style="text-align: justify;"><span style="font-size: 12pt;">Shaykh Hammaad al-Ansaaree</span><br /><span style="font-size: 12pt;">Majmoo' fee tarjumah Hammaad Al-Ansaaree volume 2 page 693</span><br /><span style="font-size: 12pt;">Translated by Aboo Haatim Muhammad Farooq</span></p><p style="text-align: justify;"><span style="color: #0000ff;"><strong><span style="font-size: 12pt;">THE VERDICT OF THE SCHOLARS ON A LAND WHICH IMPLEMENTS ISLAAM</span></strong></span></p>
<p> </p>
<p style="text-align: justify;"><span style="font-size: 12pt;">We have investigated/examined the world today. So we have not come to find a State (country) which implements Islaam, as well as holding on firmly to it, and calling to it except this land. Meaning Saudi Arabia.</span></p>
<p> </p>
<p style="text-align: justify;"><span style="font-size: 12pt;">Shaykh Hammaad al-Ansaaree</span><br /><span style="font-size: 12pt;">Majmoo' fee tarjumah Hammaad Al-Ansaaree volume 2 page 693</span><br /><span style="font-size: 12pt;">Translated by Aboo Haatim Muhammad Farooq</span></p>THE RETURN OF A MUSLIM STATE RESPONSIBLE FOR SPREADING THE CORRECT 'AQEEDAH2019-02-27T08:43:36+00:002019-02-27T08:43:36+00:00http://kaligayahan.org/index.php/fatawas/173-current-affairs/1199-the-return-of-a-muslim-state-responsible-for-spreading-the-correct-aqeedahAdministrator<p style="text-align: justify;"><strong><span style="font-size: 12pt;">THE RETURN OF A MUSLIM STATE RESPONSIBLE FOR SPREADING THE CORRECT 'AQEEDAH</span></strong></p>
<p> </p>
<p style="text-align: justify;"><span style="font-size: 12pt;">With the concluding of the Abbasid State until a time not long ago, the Islamic states have remained upon the ‘Aqeedah of the Ash’arees and the Mu’tazilah, and due to this we believe that this Saudi state is the first to disseminate the ‘Aqeedah as-Salafiyyah just as the ‘Aqeedah of our righteous Salaf truly was following a period of interruption and remoteness from it, after its having only remained but with a mere group from amongst the masses.</span></p>
<p style="text-align: justify;"><span style="font-size: 12pt;">Shaykh Hammaad al-Ansaaree</span><br /><span style="font-size: 12pt;">Al-Majmoo' fee tarjumah Hamaad Al-Ansaaree volume 2 page 495.</span><br /><span style="font-size: 12pt;">Translated by Aboo Haatim Muhammad Farooq</span></p><p style="text-align: justify;"><strong><span style="font-size: 12pt;">THE RETURN OF A MUSLIM STATE RESPONSIBLE FOR SPREADING THE CORRECT 'AQEEDAH</span></strong></p>
<p> </p>
<p style="text-align: justify;"><span style="font-size: 12pt;">With the concluding of the Abbasid State until a time not long ago, the Islamic states have remained upon the ‘Aqeedah of the Ash’arees and the Mu’tazilah, and due to this we believe that this Saudi state is the first to disseminate the ‘Aqeedah as-Salafiyyah just as the ‘Aqeedah of our righteous Salaf truly was following a period of interruption and remoteness from it, after its having only remained but with a mere group from amongst the masses.</span></p>
<p style="text-align: justify;"><span style="font-size: 12pt;">Shaykh Hammaad al-Ansaaree</span><br /><span style="font-size: 12pt;">Al-Majmoo' fee tarjumah Hamaad Al-Ansaaree volume 2 page 495.</span><br /><span style="font-size: 12pt;">Translated by Aboo Haatim Muhammad Farooq</span></p>THE BELIEFS OF THE ISLAMIC COUNTRIES TODAY; AND THE BEST OF THEM IN THAT2019-02-27T08:37:04+00:002019-02-27T08:37:04+00:00http://kaligayahan.org/index.php/fatawas/173-current-affairs/1198-the-beliefs-of-the-islamic-countries-today-and-the-best-of-them-in-thatAdministrator<p style="text-align: justify;"><span style="color: #0000ff;"><strong><span style="font-size: 12pt;">THE BELIEFS OF THE ISLAMIC COUNTRIES TODAY; AND THE BEST OF THEM IN THAT</span></strong></span></p>
<p> </p>
<p style="text-align: justify;"><span style="font-size: 12pt;">Indeed Ash Shaam has in it many of the innovated sects just like Egypt does. I searched for the Mu’tazilah in Egypt but I did not find anyone from amongst them. </span><br /><span style="font-size: 12pt;">Indeed before its heresy ‘Iraaq had in it the Ash’ariyyah and Maatureediyyah. Yemen has in it the Ash’ariyyah and the Mu’tazilah, and the Zaidiyyah of Yemen are all Mu’tazilah and the Shaafi’iyyah of Yemen are Ash’aree.</span><br /><span style="font-size: 12pt;">Indeed I made a geography (map) of beliefs in the Islamic world; and I placed Saudi Arabia in the middle. For indeed the kingdom of Saudi Arabia is a Salafi State.</span></p>
<p style="text-align: justify;"><span style="font-size: 12pt;">Shaykh Hammaad al-Ansaaree</span><br /><span style="font-size: 12pt;">Majmoo' fee tarjumah Hammaad Al-Ansaaree volume 2 page 530</span><br /><span style="font-size: 12pt;">Translated by Aboo Haatim Muhammad Farooq</span></p><p style="text-align: justify;"><span style="color: #0000ff;"><strong><span style="font-size: 12pt;">THE BELIEFS OF THE ISLAMIC COUNTRIES TODAY; AND THE BEST OF THEM IN THAT</span></strong></span></p>
<p> </p>
<p style="text-align: justify;"><span style="font-size: 12pt;">Indeed Ash Shaam has in it many of the innovated sects just like Egypt does. I searched for the Mu’tazilah in Egypt but I did not find anyone from amongst them. </span><br /><span style="font-size: 12pt;">Indeed before its heresy ‘Iraaq had in it the Ash’ariyyah and Maatureediyyah. Yemen has in it the Ash’ariyyah and the Mu’tazilah, and the Zaidiyyah of Yemen are all Mu’tazilah and the Shaafi’iyyah of Yemen are Ash’aree.</span><br /><span style="font-size: 12pt;">Indeed I made a geography (map) of beliefs in the Islamic world; and I placed Saudi Arabia in the middle. For indeed the kingdom of Saudi Arabia is a Salafi State.</span></p>
<p style="text-align: justify;"><span style="font-size: 12pt;">Shaykh Hammaad al-Ansaaree</span><br /><span style="font-size: 12pt;">Majmoo' fee tarjumah Hammaad Al-Ansaaree volume 2 page 530</span><br /><span style="font-size: 12pt;">Translated by Aboo Haatim Muhammad Farooq</span></p>THE IMPORTANCE OF UNDERSTANDING THESE TIMES THAT WE LIVE IN2019-02-26T09:44:23+00:002019-02-26T09:44:23+00:00http://kaligayahan.org/index.php/fatawas/173-current-affairs/1197-the-importance-of-understanding-these-times-that-we-live-inAdministrator<p style="text-align: justify;"><span style="color: #0000ff;"><strong><span style="font-size: 12pt;">THE IMPORTANCE OF UNDERSTANDING THESE TIMES THAT WE LIVE IN</span></strong></span></p>
<p> </p>
<p style="text-align: justify;"><span style="font-size: 12pt;">Indeed this time that we and you are in is a time from which Allaah’s refuge is to be sought from. For indeed the fitan (trials) within it are not like the fitan of previous times – such as the fitnah of the issue of the Qur’aan being created </span><span style="font-size: 12pt;">and issues of <strong><span style="color: #008000;">ta’weel</span> </strong>(misinterpreting the meanings) </span><span style="font-size: 12pt;">and <strong><span style="color: #008000;">tahreef</span> </strong>(distorting/changing the meanings) </span><span style="font-size: 12pt;">and <strong><span style="color: #008000;">ta’teel</span></strong> (denying the correct meanings) and other than that from innovations. </span></p>
<p> </p>
<p style="text-align: justify;"><span style="font-size: 12pt;">Rather in your time the fitan have indeed begun departing the people from the fold of Al-Islaam – with complete departure. </span><span style="font-size: 12pt;">So it has then left them oscillating between that; neither towards Al-Islaam and neither to other than it – and Allaah’s aid is sought. </span><span style="font-size: 12pt;">The world in which we live in, it is impermissible that you live in it whilst you do not understand it.</span></p>
<p> </p>
<p style="text-align: justify;"><span style="font-size: 12pt;">Shaykh Hammaad al-Ansaaree</span><br /><span style="font-size: 12pt;">Majmoo' fee tarjumah Hammaad Al-Ansaaree volume 2 pages 588 & 690</span><br /><span style="font-size: 12pt;">Translated by Aboo Haatim Muhammad Farooq</span></p><p style="text-align: justify;"><span style="color: #0000ff;"><strong><span style="font-size: 12pt;">THE IMPORTANCE OF UNDERSTANDING THESE TIMES THAT WE LIVE IN</span></strong></span></p>
<p> </p>
<p style="text-align: justify;"><span style="font-size: 12pt;">Indeed this time that we and you are in is a time from which Allaah’s refuge is to be sought from. For indeed the fitan (trials) within it are not like the fitan of previous times – such as the fitnah of the issue of the Qur’aan being created </span><span style="font-size: 12pt;">and issues of <strong><span style="color: #008000;">ta’weel</span> </strong>(misinterpreting the meanings) </span><span style="font-size: 12pt;">and <strong><span style="color: #008000;">tahreef</span> </strong>(distorting/changing the meanings) </span><span style="font-size: 12pt;">and <strong><span style="color: #008000;">ta’teel</span></strong> (denying the correct meanings) and other than that from innovations. </span></p>
<p> </p>
<p style="text-align: justify;"><span style="font-size: 12pt;">Rather in your time the fitan have indeed begun departing the people from the fold of Al-Islaam – with complete departure. </span><span style="font-size: 12pt;">So it has then left them oscillating between that; neither towards Al-Islaam and neither to other than it – and Allaah’s aid is sought. </span><span style="font-size: 12pt;">The world in which we live in, it is impermissible that you live in it whilst you do not understand it.</span></p>
<p> </p>
<p style="text-align: justify;"><span style="font-size: 12pt;">Shaykh Hammaad al-Ansaaree</span><br /><span style="font-size: 12pt;">Majmoo' fee tarjumah Hammaad Al-Ansaaree volume 2 pages 588 & 690</span><br /><span style="font-size: 12pt;">Translated by Aboo Haatim Muhammad Farooq</span></p>