أكواد ولا أروع لموقعك أدخل ولن تندم - منتديات الجلفة لكل الجزائريين و العرب

العودة   منتديات الجلفة لكل الجزائريين و العرب > منتديات أصحاب المواقع > منتدى تطوير مواقع الانترنت

منتدى تطوير مواقع الانترنت لكل ما يتعلق بأمور تصميم و تطوير المواقع ...

في حال وجود أي مواضيع أو ردود مُخالفة من قبل الأعضاء، يُرجى الإبلاغ عنها فورًا باستخدام أيقونة تقرير عن مشاركة سيئة ( تقرير عن مشاركة سيئة )، و الموجودة أسفل كل مشاركة .

آخر المواضيع

أكواد ولا أروع لموقعك أدخل ولن تندم

 
 
أدوات الموضوع انواع عرض الموضوع
قديم 2007-12-18, 11:14   رقم المشاركة : 1
معلومات العضو
SNIPER23
عضو جديد
 
الصورة الرمزية SNIPER23
 

 

 
إحصائية العضو










Hot News1 أكواد ولا أروع لموقعك أدخل ولن تندم

[align=center]<!-- DEUX ETAPES D'INSTALLER CALENDRIER SPECIAL:


<!-- STEP ONE: Paste this code into the HEAD of your HTML ******** -->

<HEAD>

<style type="****/css">
<!--
span.label {color:black;width:30;height:16;****-align:center;margin-top:0;background:#ffF;font:bold 13px Arial}
span.c1 {cursor:hand;color:black;width:30;height:16;****-align:center;margin-top:0;background:#ffF;font:bold 13px Arial}
span.c2 {cursor:hand;color:red;width:30;height:16;****-align:center;margin-top:0;background:#ffF;font:bold 13px Arial}
span.c3 {cursor:hand;color:#b0b0b0;width:30;height:16;****-align:center;margin-top:0;background:#ffF;font:bold 12px Arial}
-->
</style>

<****** type="****/java******">
<!-- This ****** and many more are available free online at -->
<!-- The Java****** Source!! https://java******.internet.com -->

<!-- Begin
function maxDays(mm, yyyy){
var mDay;
if((mm == 3) || (mm == 5) || (mm == 8) || (mm == 10)){
mDay = 30;
}
else{
mDay = 31
if(mm == 1){
if (yyyy/4 - parseInt(yyyy/4) != 0){
mDay = 28
}
else{
mDay = 29
}
}
}
return mDay;
}
function changeBg(id){
if (eval(id).style.backgroundColor != "yellow"){
eval(id).style.backgroundColor = "yellow"
}
else{
eval(id).style.backgroundColor = "#ffffff"
}
}
function writeCalendar(){
var now = new Date
var dd = now.getDate()
var mm = now.getMonth()
var dow = now.getDay()
var yyyy = now.getFullYear()
var arrM = new Array("Janvier","Fevrier","Mars","Avril","Mai","Ju in","Jeuillet","Aout","Septembre","Octobre","Novem bre","Decembre")
var arrY = new Array()
for (ii=0;ii<=4;ii++){
arrY[ii] = yyyy - 2 + ii
}
var arrD = new Array("Dim","Lun","Mar","Mer","Jeu","Ven","Sam")

var **** = ""
**** = "<form name=calForm>"
**** += "<table border=1>"
**** += "<tr><td>"
**** += "<table *******100%><tr>"
**** += "<td align=left>"
**** += "<select name=selMonth onChange='changeCal()'>"
for (ii=0;ii<=11;ii++){
if (ii==mm){
**** += "<option value= " + ii + " Selected>" + arrM[ii] + "</option>"
}
else{
**** += "<option value= " + ii + ">" + arrM[ii] + "</option>"
}
}
**** += "</select>"
**** += "</td>"
**** += "<td align=right>"
**** += "<select name=selYear onChange='changeCal()'>"
for (ii=0;ii<=4;ii++){
if (ii==2){
**** += "<option value= " + arrY[ii] + " Selected>" + arrY[ii] + "</option>"
}
else{
**** += "<option value= " + arrY[ii] + ">" + arrY[ii] + "</option>"
}
}
**** += "</select>"
**** += "</td>"
**** += "</tr></table>"
**** += "</td></tr>"
**** += "<tr><td>"
**** += "<table border=1>"
**** += "<tr>"
for (ii=0;ii<=6;ii++){
**** += "<td align=center><span class=label>" + arrD[ii] + "</span></td>"
}
**** += "</tr>"
aa = 0
for (kk=0;kk<=5;kk++){
**** += "<tr>"
for (ii=0;ii<=6;ii++){
**** += "<td align=center><span id=sp" + aa + " onClick='changeBg(this.id)'>1</span></td>"
aa += 1
}
**** += "</tr>"
}
**** += "</table>"
**** += "</td></tr>"
**** += "</table>"
**** += "</form>"
********.write(****)
changeCal()
}
function changeCal(){
var now = new Date
var dd = now.getDate()
var mm = now.getMonth()
var dow = now.getDay()
var yyyy = now.getFullYear()
var currM = parseInt(********.calForm.selMonth.value)
var prevM
if (currM!=0){
prevM = currM - 1
}
else{
prevM = 11
}
var currY = parseInt(********.calForm.selYear.value)
var mmyyyy = new Date()
mmyyyy.setFullYear(currY)
mmyyyy.setMonth(currM)
mmyyyy.setDate(1)
var day1 = mmyyyy.getDay()
if (day1 == 0){
day1 = 7
}
var arrN = new Array(41)
var aa
for (ii=0;ii<day1;ii++){
arrN[ii] = maxDays((prevM),currY) - day1 + ii + 1
}
aa = 1
for (ii=day1;ii<=day1+maxDays(currM,currY)-1;ii++){
arrN[ii] = aa
aa += 1
}
aa = 1
for (ii=day1+maxDays(currM,currY);ii<=41;ii++){
arrN[ii] = aa
aa += 1
}
for (ii=0;ii<=41;ii++){
eval("sp"+ii).style.backgroundColor = "#FFFFFF"
}
var dCount = 0
for (ii=0;ii<=41;ii++){
if (((ii<7)&&(arrN[ii]>20))||((ii>27)&&(arrN[ii]<20))){
eval("sp"+ii).innerHTML = arrN[ii]
eval("sp"+ii).className = "c3"
}
else{
eval("sp"+ii).innerHTML = arrN[ii]
if ((dCount==0)||(dCount==6)){
eval("sp"+ii).className = "c2"
}
else{
eval("sp"+ii).className = "c1"
}
if ((arrN[ii]==dd)&&(mm==currM)&&(yyyy==currY)){
eval("sp"+ii).style.backgroundColor="#90EE90"
}
}
dCount += 1
if (dCount>6){
dCount=0
}
}
}
// End -->
</******>

</HEAD>

<!-- ETAPE 2:INSEREZ LE CODE 2 ENTRE LES BALISES <BODY>..</BODY> -->

<BODY>

<****** type="****/java******">writeCalendar()</******>


<!-- ****** Size: 5.15 KB -->
radio sawa
radio voila le ****** <param name="BACKGROUNDCOLOR" value="#000000"><embed src="
https://www.radiosawa.com/livestreams/radiosawa.asx" align="baseline" border="0" *******"275" height="40" type="audio/x-pn-realaudio-plugin" console="Clip1" controls="ControlPanel" autostart="true">
<br>
ta3elim siya9a
<CENTER><****** *******"980" HEIGHT="700" SRC="https://www.mtpnet.gov.ma/DSTRPermis4.0/permis1024/Signin.aspx"></******></CENTER>
calculatriss

<******>
function compute(obj)
{obj.expr.value = eval(obj.expr.value)}
var one = '1'
var two = '2'
var three = '3'
var four = '4'
var five = '5'
var six = '6'
var seven = '7'
var eight = '8'
var nine = '9'
var zero = '0'
var plus = '+'
var minus = '-'
var multiply = '*'
var divide = '/'
var decimal = '.'
function enter(obj, string)
{obj.expr.value += string}
function clear(obj)
{obj.expr.value = ''}
</******>

<p align="center"><font color="#000000" size="3"
face="Verdana, Arial, Helvetica, sans-serif"><strong></strong></font><strong> </strong></p>

<form name="calc">
<div align="center"><center><table border="1"
bgcolor="#00FFFF">
<tr>
<td colspan="4"><input type="****" size="30"
name="expr" action="compute(this.form)"> </td>
</tr>
<tr>
<td><p align="center"><input type="button"
value=" 7 " onclick="enter(this.form, seven)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 8 " onclick="enter(this.form, eight)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 9 " onclick="enter(this.form, nine)"> </p>
</td>
<td><p align="center"><input type="button"
value=" / " onclick="enter(this.form, divide)"> </p>
</td>
</tr>
<tr>
<td><p align="center"><input type="button"
value=" 4 " onclick="enter(this.form, four)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 5 " onclick="enter(this.form, five)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 6 " onclick="enter(this.form, six)"> </p>
</td>
<td><p align="center"><input type="button"
value=" * " onclick="enter(this.form, multiply)"> </p>
</td>
</tr>
<tr>
<td><p align="center"><input type="button"
value=" 1 " onclick="enter(this.form, one)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 2 " onclick="enter(this.form, two)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 3 " onclick="enter(this.form, three)"> </p>
</td>
<td><p align="center"><input type="button"
value=" - " onclick="enter(this.form, minus)"> </p>
</td>
</tr>
<tr>
<td colspan="2"><p align="center"><input
type="button" value=" 0 "
onclick="enter(this.form, zero)"> </p>
</td>
<td><p align="center"><input type="button"
value=" . " onclick="enter(this.form, decimal)"> </p>
</td>
<td><p align="center"><input type="button"
value=" + " onclick="enter(this.form, plus)"> </p>
</td>
</tr>
<tr>
<td colspan="2"><p align="center"><input
type="button" value=" = "
onclick="compute(this.form)"> </p>
</td>
<td colspan="2"><p align="center"><input type="reset"
value="AC" onclick="clear(this.form)"> </p>
</td>
</tr>
</table>
</center></div>
</form>

<p align="center"> </p>

<p align="center"><a
<p align="center"> </p>

<p> </p>
</body>
</html>

resultas de foot-ball

<CENTER><****** *******"500" HEIGHT="350" SRC="https://soccer.activescores.com/as/free/activescores/"></******></CENTER>
mini clip
<p align="center"><a href="https://www.poqbum.com">
<img src="https://files.poqbum.com/Files/Myspace-Mini-Clips/Myspace-Graphics-Fun-Animations-001.gif" border="0" alt="POQbum.com" /><br /><font size="1">POQbum.com</font></a><p><p><p></p>
<p align="center"><a href="https://www.poqbum.com">
<img src="https://files.poqbum.com/Files/Myspace-Mini-Clips/Myspace-Graphics-Fun-Animations-004.gif" border="0" alt="POQbum.com" /><br /><font size="1">POQbum.com</font></a><p><p><p></p>
<p align="center"><a href="https://www.poqbum.com">
<img src="https://files.poqbum.com/Files/Myspace-Mini-Clips/Myspace-Graphics-Fun-Animations-005.gif" border="0" alt="POQbum.com" /><br /><font size="1">POQbum.com</font></a><p><p><p></p>
<p align="center"><a href="https://www.poqbum.com">
<img src="https://files.poqbum.com/Files/Myspace-Mini-Clips/Myspace-Graphics-Fun-Animations-008.gif" border="0" alt="POQbum.com" /><br /><font size="1">POQbum.com</font></a><p><p><p></p>
<p align="center"><a href="https://www.poqbum.com">
<img src="https://files.poqbum.com/Files/Myspace-Mini-Clips/Myspace-Graphics-Fun-Animations-010.gif" border="0" alt="POQbum.com" /><br /><font size="1">POQbum.com</font></a><p><p><p></p>
<p align="center"><a href="https://www.poqbum.com">
<img src="https://files.poqbum.com/Files/Myspace-Mini-Clips/Myspace-Graphics-Fun-Animations-009.gif" border="0" alt="POQbum.com" /><br /><font size="1">POQbum.com</font></a><p><p><p></p>
<p align="center"><a href="https://www.poqbum.com">
<img src="https://files.poqbum.com/Files/Myspace-Mini-Clips/Myspace-Graphics-Fun-Animations-011.gif" border="0" alt="POQbum.com" /><br /><font size="1">POQbum.com</font></a><p><p><p></p>
<p align="center"><a href="https://www.poqbum.com">
<img src="https://files.poqbum.com/Files/Myspace-Mini-Clips/Myspace-Graphics-Fun-Animations-013.gif" border="0" alt="POQbum.com" /><br /><font size="1">POQbum.com</font></a><p><p><p></p>
<p align="center"><a href="https://www.poqbum.com">
<img src="https://files.poqbum.com/Files/Myspace-Mini-Clips/Myspace-Graphics-Fun-Animations-016.gif" border="0" alt="POQbum.com" /><br /><font size="1">POQbum.com</font></a><p><p><p></p>
<p align="center"><a href="https://www.poqbum.com">
<img src="https://files.poqbum.com/Files/Myspace-Mini-Clips/Myspace-Graphics-Fun-Animations-026.gif" border="0" alt="POQbum.com" /><br /><font size="1">POQbum.com</font></a><p><p><p></p>
<p align="center"><a href="https://www.poqbum.com">
<img src="https://files.poqbum.com/Files/Myspace-Mini-Clips/Myspace-Graphics-Fun-Animations-027.gif" border="0" alt="POQbum.com" /><br /><font size="1">POQbum.com</font></a><p><p><p></p>
<p align="center"><a href="https://www.poqbum.com">
<img src="https://files.poqbum.com/Files/Myspace-Mini-Clips/Myspace-Graphics-Fun-Animations-029.gif" border="0" alt="POQbum.com" /><br /><font size="1">POQbum.com</font></a><p><p><p></p>
<p align="center"><a href="https://www.poqbum.com">
<img src="https://files.poqbum.com/Files/Myspace-Mini-Clips/misa-10.gif" border="0" alt="POQbum.com" /><br /><font size="1">POQbum.com</font></a><p><p><p><p></p> <p align="center"><a href="https://www.poqbum.com">
<img src="https://files.poqbum.com/Files/Myspace-Mini-Clips/misa-1.gif" border="0" alt="POQbum.com" /><br /><font size="1">POQbum.com</font></a><p><p><p><p></p>
top music
<link rel="stylesheet" href="https://baznas.free.fr/Palette_1.css" type="****/css">
<****** ********="java******">
PopupWidth = 250;
PopupHeight = 300;
</******>
<****** src='https://baznas.free.fr/js_utile.js'></******>

<div class=TITLE><b>Rap Marocain</b></div>
<div class=*******>
<****** src='https://baznas.free.fr/FWD/NRapmarocain.js.php'></******>
</div><br>
<div class=TITLE><b>Rap & HipHop</b></div>
<div class=*******>
<****** src='https://baznas.free.fr/FWD/NRap&Hiphop.js.php'></******>
</div><br>
<div class=TITLE><b>Rai</b></div>
<div class=*******>
<****** src='https://baznas.free.fr/FWD/NRai.js.php'></******>
</div><br>
<div class=TITLE><b>Rock</b></div>
<div class=*******>
<****** src='https://baznas.free.fr/FWD/NRock.js.php'></******>
</div><br>
<div class=TITLE><b>Charqi</b></div>
<div class=*******>
<****** src='https://baznas.free.fr/FWD/NCharqi.js.php'></******>
</div><br>
<div class=TITLE><b>Chaabi</b></div>
<div class=*******>
<****** src='https://baznas.free.fr/FWD/NChaabi.js.php'></******>
</div><br>
<div class=TITLE><b>Musique Marocaine</b></div>
<div class=*******>
<****** src='https://baznas.free.fr/FWD/NMusiqueMarocaine.js.php'></******>
</div><br>
<div class=TITLE><b>Slow</b></div>
<div class=*******>
<****** src='https://baznas.free.fr/FWD/NSlow.js.php'></******>
</div>

عيساوي هشام[/align]









 


قديم 2007-12-26, 12:27   رقم المشاركة : 2
معلومات العضو
tahar1983
عضو مجتهـد
 
الصورة الرمزية tahar1983
 

 

 
إحصائية العضو










افتراضي

شكرا ولكن أين بداية الكود ونهايته وضع عنوان لكل كود مثلا إذاعة










 


تعليمات المشاركة
لا تستطيع إضافة مواضيع جديدة
لا تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة

الانتقال السريع

الساعة الآن 00:35

المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى
المنتدى غير مسؤول عن أي إتفاق تجاري بين الأعضاء... فعلى الجميع تحمّل المسؤولية


2006-2024 © www.djelfa.info جميع الحقوق محفوظة - الجلفة إنفو (خ. ب. س)

Powered by vBulletin .Copyright آ© 2018 vBulletin Solutions, Inc