النتائج 1 إلى 5 من 5

الموضوع: ممكن ياجماعة كود لحماية الصفحة من النسخ

  1. #1
    التسجيل
    14-08-2004
    المشاركات
    3

    بعض الاكواااااااااد

    ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

    وهذي بعض الاكواد

    نص يدور حول مؤشر الماوس

    كود:
     
    
    <HEAD<HEAD>
    <SCRIPT language=JavaScript>
    <!-- Begin
    if (document.all) {
    //Things you can alter
    yourLogo = "WELCOME TO SADAAGROUP "; //Not less than 2 letters!
    logoFont = "IMPACT";
    logoColor = "YELLOW";
    //Nothing needs altering below!
    yourLogo = yourLogo.split('');
    L = yourLogo.length; 
    TrigSplit = 360 / L;
    Sz = new Array()
    logoWidth = 100;
    logoHeight = -30;
    ypos = 0;
    xpos = 0;
    step = 0.03;
    currStep = 0;
    document.write('');
    for (i = 0; i < L; i++) {
    document.write(''+yourLogo[i]+'
    ');
    }
    document.write('
    
    ');
    function Mouse() {
    ypos = event.y;
    xpos = event.x - 5;
    }
    document.onmousemove=Mouse;
    function animateLogo() {
    outer.style.pixelTop = document.body.scrollTop; 
    for (i = 0; i < L; i++) {
    ie[i].style.top = ypos + logoHeight * Math.sin(currStep + i * TrigSplit * Math.PI / 180);
    ie[i].style.left = xpos + logoWidth * Math.cos(currStep + i * TrigSplit * Math.PI / 180);
    Sz[i] = ie[i].style.pixelTop - ypos;
    if (Sz[i] < 5) Sz[i] = 5;
    ie[i].style.fontSize = Sz[i] / 1.7;
    }
    currStep -= step;
    setTimeout('animateLogo()', 20);
    }
    window.onload = animateLogo;
    }
    // End -->
    </SCRIPT>
    نص يتغير لونه عدة مرات


    كود:
    <SCRIPT language=JavaScript1.2 type=text/javascript> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin function initArray() { this.length = initArray.arguments.length; for (var i = 0; i < this.length; i++) { this[i] = initArray.arguments[i]; } } // Set the text to be displayed here. var ctext = "... www.sadaagroup.com مجموعة صدى ... "; // Set the speed of change here (in milliseconds) var speed = 1000; var x = 0; var color = new initArray( // Set the colours to be used here "red", "purple", "blue", "green", "black", "orange" ); if(navigator.appName == "Netscape") { document.write('<layer id="c"><center>'+ctext+'</center></layer> '); } if (navigator.appVersion.indexOf("MSIE") != -1){ document.write('<center>'+ctext+'</center> '); } function chcolor(){ if(navigator.appName == "Netscape") { document.c.document.write('<center>[color='+color[x]); '); document.c.document.close(); } else if (navigator.appVersion.indexOf("MSIE") != -1){ document.all.c.style.color = color[x]; } (x < color.length-1) ? x++ : x = 0; } setInterval("chcolor()",1000); // End --> </SCRIPT>

    رسالة ترحيب<SCRIPT language=JavaScript><!-- // Scrolling message settings var MessageText = " Copyright ©2003 By (amropel) All Rights Reserved " var DisplayLength = 130 var pos = 1 - DisplayLength; function ScrollInStatusBar(){ var scroll = ""; pos++; if (pos == MessageText.length) pos = 1 - DisplayLength; if (pos<0) { for (var i=1; i<=Math.abs(pos); i++) scroll = scroll + " "; scroll = scroll + MessageText.substring(0, DisplayLength - i + 1); } else scroll = scroll + MessageText.substring(pos, pos + DisplayLength); window.status = scroll; //Scrolling speed setTimeout("ScrollInStatusBar()",50); } ScrollInStatusBar() // --></SCRIPT>

    كود:
    <SCRIPT language=Javascript> 
    //http://www.sadaagroup.com
    name=window.prompt("ادخل أسمك.","اكتب اسمك هنا"); 
    document.write("مرحبا! "+name+".
    
    ") 
    //-->
    </SCRIPT>
    التعديل الأخير تم بواسطة العضو الصاعد ; 21-06-2005 الساعة 02:14 AM

  2. #2
    التسجيل
    14-08-2004
    المشاركات
    3

    مشاركة: ممكن ياجماعة كود لحماية الصفحة من النسخ

    شكراًً


    ولكن حصلت عليه اخيراً



    http://faisal1.com/javas.htm


    وهذا الموقع فيه اكواااااااد واااااااااااااااااايد حلوة

    http://amropel.tripod.com/gavaopel.htm



    وهذا موقع يستخدم في اشياء واااااااااااااااااايد

    http://js.moffed.com/frames_generator/#

  3. #3
    التسجيل
    08-09-2004
    المشاركات
    130

    مشاركة: ممكن ياجماعة كود لحماية الصفحة من النسخ

    مافي ولا كود طالع عندي ليه ؟
    يمنع الاعلان عن مواقع اخرى .

  4. #4
    التسجيل
    18-07-2005
    المشاركات
    85

    رد: ممكن ياجماعة كود لحماية الصفحة من النسخ

    الف شكر حبيبي علي المواقع الجميلة دي

  5. #5
    التسجيل
    01-08-2002
    الدولة
    باغيس ! ( بالفرنسي )
    المشاركات
    129

    رد: ممكن ياجماعة كود لحماية الصفحة من النسخ

    فين كود حفظ الصفحة من النسخ ؟؟

ضوابط المشاركة

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