شركة اوريجينال
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي

+2
ahmed hakam
Phinix2891
6 مشترك

اذهب الى الأسفل

كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي Empty كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي

مُساهمة من طرف Phinix2891 الثلاثاء سبتمبر 28, 2010 11:25 pm

كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي 1243966334641


أروع كود لمنتيات أحلى منتدى و منتديات الفيبي وغيرها
كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي
فقط إختر الإذاعة وإضغط على موافق ثم أدعو لي دعوة خير
ملاحظة بالنسبة لمنتديات أحلى منتدى الكود كبير ولا يمكن وضعه إلا بالبوابة





الكود:

<p align="center"><script language="JavaScript">


function changeMute(){
Player.settings.mute = 'true';
mute.innerHTML='<a href="#" onClick="changeMute2();">Mute*</a>';
}

function changeMute2(){
Player.settings.mute = 'false';
mute.innerHTML='<a href="#" onClick="changeMute();">Mute</a>';
}

function initiateStation(){
toPlay = document.getElementById('thisStation')
toPlay = toPlay.options[toPlay.options.selectedIndex].value

    newRadio = "";
    newRadio += "<OBJECT ID='Player' height='50' width='600' CLASSID='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6'>"
    newRadio += "<PARAM name='URL' value='" + toPlay + "' id='insert_1'>"
    newRadio += "<PARAM name='uiMode' value='none'>"
    newRadio += "<PARAM name='mute' value='false'>"
    newRadio += "<PARAM name='ShowControls' value='1'>"
    newRadio += "<PARAM name='ShowStatusBar' value='1'>"
    newRadio += "<PARAM name='ShowDisplay' value='1'>"
    newRadio += "<EMBED type='application/x-mplayer2' "
    newRadio += "pluginspage = 'http://www.microsoft.com/Windows/MediaPlayer/' "
    newRadio += "SRC='" + toPlay + "' "
    newRadio += "name='Player' "
    newRadio += "width='600' "
    newRadio += "height='50' "
    newRadio += "AutoStart='true' "
        newRadio += "Showaudiocontrols='1'"
        newRadio += "showcontrols='1' "
    newRadio += "showstatusbar='1' "
   
    newRadio += "id='insert_2'>"
    newRadio += "</EMBED>"
    newRadio += "</OBJECT>"
   

    document.getElementById('radio').innerHTML = newRadio

}


</script>
</head>
<body>

 content table
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.4 CSS
* Style: 'Default Style'; Style ID: 1
*/
* html , body{
  height: 100%;
  width: 100%;
 
  }
 
.fixed-bottom /* position fixed Bottom */{position:fixed;bottom:0px;top:auto;  width: 100%;}
* html .fixed-bottom /* IE6 position fixed Bottom */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}

.toolbar{
width: 100%;
border: 1px solid #dbdbdb;
background: #fff;
margin:0;
padding:0;
height: 30px;
}
.toolbar ul{
list-style : none;

margin :0;
padding:0;   
}
.toolbar ul li{
float: right;
border: 1px solid #dbdbdb;
margin: 2px 1px 2px 15px;
padding: 4px; 
position: relative; 
cursor: pointer;
}
.tools{
padding: 3px;
margin: 1px;
height: 20px;
color: #fff;
background: #064476;
opacity:0.6;
filter:alpha(opacity=60);
}
.tools a , .tools a:link , .tools a:hover ,  .tools a:visited , .tools a:active{
color: #fff;   
text-decoration:  none;
}

.opener , .chatli {
font-size: 9pt;   
font-weight: bold;
width: 141px;
text-align: right; 
padding-right: 10px;
}
.tab{
float:  left;
list-style : none;
margin :0;
padding:0;
}
.tab li{
width: 100px;   
border: 1px solid #dbdbdb;
margin: 2px 1px 2px 15px;
padding: 4px;
margin-left: 10px;

cursor: pointer;
}

.tab-box{
position: absolute;
right: 1px;
bottom: 32px;
height: 200px;
width: 120px;
left: 40px;
border: 1px solid #dbdbdb;
display: noone;
}


.chatli .closer{
position: absolute;
left: 6px;
top:3px;
width: 8px;
height: 8px;
cursor: pointer; 
}
.nmsg, #onbox{
color: red;
font-weight: bold;
font-size: 9pt;
margin-left: 15px;
right: 1px;
}

.online-box{
position: absolute;
right: 1px;
bottom: 32px;
height: 250px;
width: 150px;
border: 1px solid #dbdbdb;
display: none;
}
.scontainer{
position: absolute;
right: -1px;
top:-340px ;
right: 1px;
width: 150px;
border: 1px solid #dbdbdb; 
display: none;
}
.scontainer_b{
margin: 1px;
border: 1px solid #dbdbdb;
height: 50px;   
}
.online-body{
margin : 1px;
font-size: 12px; 
border: 1px solid #dbdbdb;
height: 219px;
background: #fff;
text-align: right;
font-weight: bold; 
}
.online-body img{
margin : 6px 2px -4px 5px;
}
.online-body a , .online-body a:link , .online-body a:hover , .online-body a:visited , .online-body a:active{
color: #075982;
font-weight: bold;
text-decoration: none; 
}
.chat_msg{
margin: 1px;
text-align: right;
font-size:  11px;
font-weight: bold;
font-family: arial;
border: 1px solid #dbdbdb;
border-bottom:0;   
height: 240px;
background: #fff;
overflow: scroll;
}
</style>

<script type="text/javascript" src="jss.php"></script>
<script type="text/javascript">
se7lichat_init(4000,30000);

$(document).ready(function() {
    $('.noeffect img').each(function() {
        var maxWidth = 500; // Max width for the image
        var maxHeight = 900;    // Max height for the image
        var ratio = 0;  // Used for aspect ratio
        var width = $(this).width();    // Current image width
        var height = $(this).height();  // Current image height
 
        // Check if the current width is larger than the max
        if(width > maxWidth){
            ratio = maxWidth / width;  // get ratio for scaling image
            $(this).css("width", maxWidth); // Set new width
            $(this).css("height", height * ratio);  // Scale height based on ratio
            height = height * ratio;    // Reset height to match scaled image
            width = width * ratio;    // Reset width to match scaled image
        }
 
        // Check if current height is larger than max
        if(height > maxHeight){
            ratio = maxHeight / height; // get ratio for scaling image
            $(this).css("height", maxHeight);  // Set new height
            $(this).css("width", width * ratio);    // Scale width based on ratio
            width = width * ratio;    // Reset width to match scaled image
        }
    });
});



</div>
</div>
 open content container <div align="center">
    <div class="page" style="width:95%; text-align:right">
        <div style="padding:0px 25px 0px 25px" align="right">



 logo

<a name="top"></a>
<table border="0"  width="100%" cellpadding="0" cellspacing="0" align="center" class="tborder">
<tr>
    <td align="right" width="112"> <div  class="alt2" style="margin: 1px;">
<a href="index.php" ><img src="default-se7li.jpg" border="0"  height="80" width="200"/></a></div></td>
    <td align="left"  width="100%"  nowrap="nowrap"><div  class="alt2" style="margin: 1px; height: 80px; vertical-align: middle; text-align: center; ">

</div>
    </td>

</tr>
</table>
 /logo <div id="navigation">
        <div class="navRight"><div class="navLeft">

            <ul>


        </table>
    </div>
    / user cp tools menu

   
 / NAVBAR POPUP MENUS

 PAGENAV POPUP

    <div class="vbmenu_popup" id="pagenav_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
        <tr>
            <td class="thead" nowrap="nowrap">الذهاب إلى الصفحة...</td>
        </tr>
        <tr>
            <td class="vbmenu_option" title="nohilite">
            <form action="index.php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">

                <input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
                <input type="button" class="button" id="pagenav_ibtn" value="انتقل" />
            </form>
            </td>
        </tr>
        </table>
    </div>
 / PAGENAV POPUP




 <form method="post" action="cchatbox.php" name="formcchatbox" onsubmit="return cChatBox.sendmessage();">
<input type="hidden" name="fontWeight" />
<input type="hidden" name="fontStyle" />
<input type="hidden" name="textDecoration" />
<input type="hidden" name="color" />
<input type="hidden" name="fontFamily" />

<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" align="center" colspan="3">
<a style="float:left" href="#top" onclick="return toggle_collapse('cchatbox')"><img id="collapseimg_cchatbox" src="images/buttons/collapse_tcat.gif" alt="" border="0" /></a>

 Title and Topic

cChatBox

 / Title and Topic

</td>
</tr>
</thead>

 Edit and Delete Editor

<tbody id="collapseobj_editmess" style="display:none;">
<tr>
<td class="alt1" align="left" >
<input type="text" class="bginput" name="editmess" style="width: 60%" />
<input type="hidden" name="editidmess" />
<input type="button" name="saveeditmess" class="button" value=" Save " onclick="cChatBox.save_editmessage();" />

<input type="button" name="deletemess" class="button" value=" Delete " onclick="cChatBox.delete_editmessage();" />
</td>
</tr>


 / Edit and Delete Editor

<tbody id="collapseobj_cchatbox" style="">

<! -- Banner of Announce with Text

<! -- / Banner of Announce with Text


<! -- Box of Users List


<! -- /Box of Users List


<! -- Toolbar Editor Below ChatBox



<! -- / Toolbar Editor Below ChatBox


</table>
<br /><br />


<! -- Output of Popup <div class="vbmenu_popup" id="showsmilies_menu" style="display:none">

<tr><td class="vbmenu_option" align="center" colspan="5"><img src="clear.gif" id="smiliepreview"></td></tr>
</table>
</div><div class="vbmenu_popup" id="showcolor_menu" style="display:none">
<table cellpadding="1" cellspacing="0" border="0">
<tr><td class="thead" align="center" colspan="4"> Color </td></tr>
<tr><td class="vbmenu_option"><button type="button" border="0" style="background-color:#000000;width:20px;height:18px;border-style:solid;cursor:pointer;" onclick="return cChatBox.cc_changecolor('#000000')"></td><td class="vbmenu_option"><button type="button" border="0" style="background-color:#C0C0C0;width:20px;height:18px;border-style:solid;cursor:pointer;" onclick="return cChatBox.cc_changecolor('#C0C0C0')"></td><td class="vbmenu_option"><button type="button" border="0" style="background-color:#808080;width:20px;height:18px;border-style:solid;cursor:pointer;" onclick="return cChatBox.cc_changecolor('#808080')"></td><td class="vbmenu_option"><button type="button" border="0" style="background-color:#FFFFFF;width:20px;height:18px;border-style:solid;cursor:pointer;" onclick="return cChatBox.cc_changecolor('#FFFFFF')"></td></tr><tr><td class="vbmenu_option"><button type="button" border="0" style="background-color:#800000;width:20px;height:18px;border-style:solid;cursor:pointer;" onclick="return cChatBox.cc_changecolor('#800000')"></td><td class="vbmenu_option"><button type="button" border="0" style="background-color:#FF0000;width:20px;height:18px;border-style:solid;cursor:pointer;" onclick="return cChatBox.cc_changecolor('#FF0000')"></td><td class="vbmenu_option"><button type="button" border="0" style="background-color:#800080;width:20px;height:18px;border-style:solid;cursor:pointer;" onclick="return cChatBox.cc_changecolor('#800080')"></td><td class="vbmenu_option"><button type="button" border="0" style="background-color:#FF00FF;width:20px;height:18px;border-style:solid;cursor:pointer;" onclick="return cChatBox.cc_changecolor('#FF00FF')"></td></tr><tr><td class="vbmenu_option"><button type="button" border="0" style="background-color:#008000;width:20px;height:18px;border-style:solid;cursor:pointer;" onclick="return cChatBox.cc_changecolor('#008000')"></td><td class="vbmenu_option"><button type="button" border="0" style="background-color:#00FF00;width:20px;height:18px;border-style:solid;cursor:pointer;" onclick="return cChatBox.cc_changecolor('#00FF00')"></td><td class="vbmenu_option"><button type="button" border="0" style="background-color:#808000;width:20px;height:18px;border-style:solid;cursor:pointer;" onclick="return cChatBox.cc_changecolor('#808000')"></td><td class="vbmenu_option"><button type="button" border="0" style="background-color:#FFFF00;width:20px;height:18px;border-style:solid;cursor:pointer;" onclick="return cChatBox.cc_changecolor('#FFFF00')"></td></tr><tr><td class="vbmenu_option"><button type="button" border="0" style="background-color:#000080;width:20px;height:18px;border-style:solid;cursor:pointer;" onclick="return cChatBox.cc_changecolor('#000080')"></td><td class="vbmenu_option"><button type="button" border="0" style="background-color:#0000FF;width:20px;height:18px;border-style:solid;cursor:pointer;" onclick="return cChatBox.cc_changecolor('#0000FF')"></td><td class="vbmenu_option"><button type="button" border="0" style="background-color:#008080;width:20px;height:18px;border-style:solid;cursor:pointer;" onclick="return cChatBox.cc_changecolor('#008080')"></td><td class="vbmenu_option"><button type="button" border="0" style="background-color:#00FFFF;width:20px;height:18px;border-style:solid;cursor:pointer;" onclick="return cChatBox.cc_changecolor('#00FFFF')"></td></tr>
</table>
</div><div class="vbmenu_popup" id="showfonts_menu" style="display:none">
<table cellpadding="1" cellspacing="0" border="0">
<tr><td class="thead" align="center" colspan="4"> Fonts </td></tr>

<tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Arial')"><font face="Arial">Arial</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Arial Black')"><font face="Arial Black">Arial Black</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Arial Narrow')"><font face="Arial Narrow">Arial Narrow</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Book Antiqua')"><font face="Book Antiqua">Book Antiqua</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Century Gothic')"><font face="Century Gothic">Century Gothic</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Comic Sans MS')"><font face="Comic Sans MS">Comic Sans MS</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Courier New')"><font face="Courier New">Courier New</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Fixedsys')"><font face="Fixedsys">Fixedsys</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Franklin Gothic Medium')"><font face="Franklin Gothic Medium">Franklin Gothic Medium</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Garamond')"><font face="Garamond">Garamond</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Georgia')"><font face="Georgia">Georgia</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Impact')"><font face="Impact">Impact</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Lucida Console')"><font face="Lucida Console">Lucida Console</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Lucida Sans Unicode')"><font face="Lucida Sans Unicode">Lucida Sans Unicode</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Microsoft Sans Serif')"><font face="Microsoft Sans Serif">Microsoft Sans Serif</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Palatino Linotype')"><font face="Palatino Linotype">Palatino Linotype</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('System')"><font face="System">System</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Tahoma')"><font face="Tahoma">Tahoma</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Times New Roman')"><font face="Times New Roman">Times New Roman</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Trebuchet MS')"><font face="Trebuchet MS">Trebuchet MS</font></a></td></tr><tr><td class="vbmenu_option"><a href="#" onclick="return cChatBox.cc_changefonts('Verdana')"><font face="Verdana">Verdana</font></a></td></tr>

</table>
</div>

<! -- / Output of Popup


<! -- Javascript Code



<script type="text/javascript">

cChatBox = new cChatBox_Engine(10, 500000, 0, 0);
cChatBox.init();

</script>

<! -- / Javascript Code
 <div align="center"><select class='button' id='thisStation'>            <optgroup label="اختر احدى الاذاعات">

<option value='http://196.203.216.10/jawharafm/'>Jawhara</option>
<option value='mms://stream.mosaiquefm.net/mosaique64k'>Mozaique</option>
<option value='http://www.zitounafm.net/zitouna.asx'>Zaytouna FM</option>
<option value='http://www.radiosawa.com/livestreams/radiosawa.asx'>Radio Sawa</option>
<option value='http://arabic-radio-tv.com/asx/mbcfm.asx'>MBC FM</option>
<option value='http://3arabtv.com/3arabtv/channels/asx/bbcarabic.asx?r'>BBC ARABIC</option>

<option value='mms://wm.smgradio.com/vruk_vr_hi'>اغاني اجنبية</option>
<option value='http://ourstream.redirectme.net/classica?MSWMExt='>اوبرا ومسيقى كلاسيك</option>

<option value=''></option>
<option value=''></option>
<option value=''></option>
</optgroup></select><input type='button' value='موافق' class='button' onclick='initiateStation()' /></div><div align='center' id='radio'>
</div></p>
Phinix2891
Phinix2891
...::|مرشح للاشراف |::...
...::|مرشح للاشراف |::...

الْعُمْر الْعُمْر : 41
 الجنس : ذكر
الْمَشِارَكِات الْمَشِارَكِات : 85
الْنِّقَاط الْنِّقَاط : 16083
السٌّمعَة السٌّمعَة : 0
. كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي 111010

http://arjoun.mazikaraby.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي Empty رد: كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي

مُساهمة من طرف ahmed hakam الإثنين نوفمبر 15, 2010 4:03 am

شكراااااااااااااااااا
ahmed hakam
ahmed hakam
ღ عضو نشيط ღ
ღ عضو نشيط ღ

الْعُمْر الْعُمْر : 26
 الجنس : ذكر
الْمَشِارَكِات الْمَشِارَكِات : 116
بلدي بلدي : الاردن
الْنِّقَاط الْنِّقَاط : 15386
السٌّمعَة السٌّمعَة : 0
. كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي 111010

http://eshhar-blog.blogspot.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي Empty رد: كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي

مُساهمة من طرف mark.afroto الخميس ديسمبر 23, 2010 3:03 pm

الف الف شكر على الكود

بإنتظار قادمك

بالتوفيق وفى تقدم مستمر
mark.afroto
mark.afroto
ღ عضو نشيط ღ
ღ عضو نشيط ღ

الْعُمْر الْعُمْر : 27
 الجنس : ذكر
الْمَشِارَكِات الْمَشِارَكِات : 133
بلدي بلدي : الاردن
الْنِّقَاط الْنِّقَاط : 15257
السٌّمعَة السٌّمعَة : 0
. كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي 111010

http://markezzit.mam9.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي Empty رد: كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي

مُساهمة من طرف Sifou الأحد مارس 27, 2011 8:03 pm

مشششكور يعيطك العافية
Sifou
Sifou
ღ عضو ღ v I p
ღ عضو ღ v I p

الْعُمْر الْعُمْر : 30
 الجنس : ذكر
الْمَشِارَكِات الْمَشِارَكِات : 4649
بلدي بلدي : الجزائر
الْنِّقَاط الْنِّقَاط : 20373
السٌّمعَة السٌّمعَة : 0
. كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي 441010

الرجوع الى أعلى الصفحة اذهب الى الأسفل

كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي Empty رد: كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي

مُساهمة من طرف KING Ghost الثلاثاء مارس 29, 2011 6:24 am

يسسسلموووووووو
KING Ghost
KING Ghost
ღ عضو ღ v I p
ღ عضو ღ v I p

الْعُمْر الْعُمْر : 29
 الجنس : ذكر
الْمَشِارَكِات الْمَشِارَكِات : 820
الْنِّقَاط الْنِّقَاط : 15692
السٌّمعَة السٌّمعَة : 0
. كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي 111010

الرجوع الى أعلى الصفحة اذهب الى الأسفل

كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي Empty رد: كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي

مُساهمة من طرف 1M ThE BesT الأحد أبريل 03, 2011 11:38 pm

مشكووور اخي

سيتم الجربة باذن الله

تحياتي لك

كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي 87061
1M ThE BesT
1M ThE BesT
є∂αяу σяιgιηαℓє
مدير ومؤسس الموقع

الْعُمْر الْعُمْر : 26
 الجنس : ذكر
الْمَشِارَكِات الْمَشِارَكِات : 11186
بلدي بلدي : الجزائر
الْنِّقَاط الْنِّقَاط : 32728
السٌّمعَة السٌّمعَة : 14
. كود لأكثر من ثمانية إذاعات في رديو واحد منهم رديو إسلامي 111010

http://oriiginale.co.cc

الرجوع الى أعلى الصفحة اذهب الى الأسفل

الرجوع الى أعلى الصفحة

- مواضيع مماثلة

 
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى