منتدى استراحات زايد

منتدى استراحات زايد (http://vb.ma7room.com/index.php)
-   منتدى أخبار المواقع والمنتديات العربية والأجنبية (http://vb.ma7room.com/forumdisplay.php?f=183)
-   -   كود اجاكسي لإضافة اخر عشر مواضيع او شريط الاهداء مميز جدا (http://vb.ma7room.com/showthread.php?t=192795)

محروم.كوم 07-28-2009 12:40 PM

كود اجاكسي لإضافة اخر عشر مواضيع او شريط الاهداء مميز جدا
 
بسم الله الرحمن الرحيم
السلام عليكم ورحمة الله وبركاته
اخواني انا اول مره اضع درس او كواد في هذا الممنتدى وما اعرف وين اضيفه يعني رجاء نقله للمكان
الصحيح
المهم
عندي لكم كود طازه بتاريخ
May 05, 2009, 09:13:14 AM
وضيفة كود الاجاكسي هذا هو شريط متحرك سلس جدا جدا جدا عن واقع تجربه والان بركبه في موقع من مواقعي
بالطبع الكود كثير بحث عنه قبل كذا ومن ضمنهم انا ولكن هنالك ناس يخبون المعلومات الله اعلم ايش مقصدهم
رمز PHP:

var
themessagefile = "http://www.YourSite.com/ticker/messagefile.php";
var
marqueecontent = 'Loading...'
var marqueespeed=1
var pauseit=1
var marqueebgcolor="threedface"
var marqueeheight="20px"
var minterval = 3;
var
_mInterval;
var
iesux = 1;
var
lefttime

function update_ticker() {
clearInterval(lefttime);
clearInterval(_mInterval);
var
mhttp;

try {
mhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (
e) {
try {
mhttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (
E) {
mhttp = false;
}
}
if (!
mhttp && typeof XMLHttpRequest!='undefined') {
mhttp = new XMLHttpRequest();
iesux = 0;
}

if(!
mhttp) {
return
false;
}

mhttp.onreadystatechange=function() {
if (
mhttp.readyState==4) {
if(
mhttp.responseText) {
marqueecontent = ''+mhttp.responseText+'';

if(
document.layers){
ns_marquee.document.getElementById("temp").innerHTML = marqueecontent;
actualwidth=ns_marquee.document.getElementById("temp").width
} else {
cross_marquee.innerHTML = marqueecontent;
cross_marquee.style.left=parseInt(marqueewidth)+8+"px"
actualwidth=cross_marquee.offsetWidth;
}
clearInterval(_mInterval);
//actualwidth = 300;
lefttime=setInterval("scrollmarquee()",20);
}
}
}
mhttp.open("POST", themessagefile ,true);
try {
mhttp.setRequestHeader('X-Referer', document.location);
} catch (
e) {
//alert(e);
}

if(
iesux) {
// alert("iesux");
mhttp.send()
} else {
// alert("crapzilla");
mhttp.send(null)
}
return
true;
}

marqueecontent = ''+marqueecontent+'';

marqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS

var marqueewidth=document.body.clientWidth;

var
copyspeed=marqueespeed
var pausespeed=(pauseit==0)? copyspeed: 0
var iedom=document.all||document.getElementById
if (iedom)
document.write(''+marqueecontent+''
)
var
actualwidth=''
var cross_marquee, ns_marquee

function populate(){
if (
iedom){
cross_marquee=document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee
cross_marquee
.style.left=parseInt(marqueewidth)+8+"px"
cross_marquee.innerHTML=marqueecontent
actualwidth
=document.all? temp.offsetWidth : document.getElementById("temp").offsetWidth
}
else if (
document.layers){
ns_marquee=document.ns_marquee.document.ns_marquee2
ns_marquee
.left=parseInt(marqueewidth)+8
ns_marquee
.document.write(''+marqueecontent+''</span>)
ns_marquee.document.close()
actualwidth=ns_marquee.document.getElementById("temp").width
}
lefttime=setInterval("scrollmarquee()",20)
}

window.onload=populate

function scrollmarquee(){
if (
iedom){
if (
parseInt(cross_marquee.style.left)>(actualwidth*(-1)+8)){
cross_marquee.style.left=parseInt(cross_marquee.style.left)-copyspeed+"px"
} else {
cross_marquee.style.left=parseInt(marqueewidth)+8+"px"
clearInterval(lefttime);
_mInterval = setInterval("update_ticker()",minterval * 1000);
}
} else if (
document.layers){
if (
ns_marquee.left>(actualwidth*(-1)+8)){
ns_marquee.left-=copyspeed
} else {
ns_marquee.left=parseInt(marqueewidth)+8
clearInterval
(lefttime);
_mInterval = setInterval("update_ticker()",minterval * 1000);
}
}
}

if (
iedom||document.layers){
with (document){
document.write('')
if (
iedom){
write('')
write('')
write('

'
)
write('

'
)
}
else if (
document.layers){
write('')
write('')
write('')
}
document.write('')
}
}





</span>
</div></div>كل اللي عليكم تغيرونه هو تشيلون الرابط الموجود بالرابط الخاص بكم شريط الاهداء اخر عشره مواضيع بكيفكم وهو قابل للتطوير
الكود اللي ظروري تغيره هو
رمز PHP:
var themessagefile = "http://www.YourSite.com/ticker/messagefile.php";


يعني غير الرابط
http://www.YourSite.com/ticker/messagefile.php
الا رابط موقعك وخلاص

وكمان تقدر مع شويت تطوير جلب بس الكتابه من اي موقع اخباري مع تعديل بسيط
فكرو فيها واطرحو افكاركم هنا وياليت لو شخص فيكم طور الكود يضيف هنا



تكفون ادعولي بالخير ولوالدي</div>


الساعة الآن 07:17 AM

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By Almuhajir


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227