الاندرتيكر
تحتوى المدونة على كثير من الاشياء الممتعة واتمنى ان تنال المقالات اعجابكم

بعض الاكواد للمحترفين فقط

كود اظهار صفحه او موقع ادخل عنوان محل الكتابه

<SCRIPT LANGUAGE="JavaScript">
<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
window.location="اضف هنا رابط الصفحه التي تريد ظهورها ";
// -->
</script>




من يريد السفر الي باريس كود غنوة شعبية

<EMBED src=http://www.eqla3.com/eqla3foon/ram/Sha3bi32.ram hidden=true
type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>




ياطرفه اسرتيني =كود اغنية اماراتية

<EMBED src=http://song4.6rb.com/uae/al3amry/al3amry-ya_6erfa-samra.rm
hidden=true type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>




كود دردشة مميز ضع الوصله هذه

في راس الصفحه =اتبعها بلكود الي تحت ضعه في جسم الصفحه

<script language="Javascript">
<!--
function formIsValid() {
// check to make sure a valid username has been entered
if ( document.login.username.value == "" ) {
alert('Please fill in username field');
return false;
}

return true;
}



function popupLogin() {
// check to make sure a valid username has been entered
if (!formIsValid()) return;

var username = document.login.username.value;

// the size of the popup window
var width = 600;
var height = 400;

// the x,y position of the popup window
// NOTE: this formula will auto-center the popup on the screen
var y = (screen.height - height) / 2;
var x = (screen.width - width) / 2;

var url = "http://www.ormanonline.com/chat/flashchat.php?username=" + username;
var options = "width=" + width + ",height=" + height + ",top=" + y + ",left=" + x + ",resizable";

// open the chat window as a popup, instead of embedded in webpage
window.open( url, "chat", options );
}
//-->
</script>


 ضع الوصله هذه

في جسم الصفحه

<table border="0" cellpadding="2" cellspacing="4" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td width="100%"> <form action="http://www.ormanonline.com/chat/flashchat.php" method="post" name="login"> <fieldset style="padding: 2; text-align:center" dir="rtl">
<legend align="right"><span lang="ar-sa"><font face="Tahoma" size="2" color="#FF0000">
الدردشة</font></span></legend>


<table border="0" cellpadding="2" cellspacing="4" id="AutoNumber1" dir="rtl">
<tr>
<font face="Arabic Transparent" color="#0080FF">
<td align="center">
<font face="Tahoma" size="2" color="#0099FF">اسمك</font></td>
<td align="center"><input type="text" name="username" size="12"></td>
</font>
</tr>
<tr>
<td align="center" colspan="2">
<font face="Tahoma" color="#0080FF"><input name="button" type="button" onClick="javascript:popupLogin();" value="Connect" style="background-color: #F6EFDD; font-family:tahoma"></font></td>
</tr>
</table>

</fieldset></form>
</td>
</tr>
</table>


كود اظهار رابط لموقع او صفحه

<a href="ادخل الرابط هناء" onmouseover="window.status='Link Description'; return true">ادخل اسم الرابط هناء </a>




كود صفحه داخل صفحه نموذج اسفل



<IFRAME SRC="ادخل عنوان الصفحه التي تريدها ان تظهر هناء" WIDTH="70%" HEIGHT="90"></IFRAME>




كود 3 محركات بحث من كودين الاول والثاني

الاول

<style type="text/css">

.initial{
font-weight:bold;
background-image:url(first.jpg);
}

</style>

<script type="text/javascript">
<!--

/***********************************************
* Rollover background-image button- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//Specify optional button target: "_new" for new window, or name of FRAME target (ie "myframe")
var buttontarget=""

if (document.images){
after=new Image()
//Enter image path of second image (for preloading purposes):
after.src="second.jpg"
}

function change2(e, image){
var el=window.event? event.srcElement: e.target
if (el.tagName=="INPUT"&&el.type=="button")
el.style.backgroundImage="url"+"('"+image+"')"
}

function jumpto2(url){
if (buttontarget=="")
window.location=url
else if (buttontarget=="_new")
window.open(url)
else
parent[buttontarget].location=url
}

//-->
</script>



الثاني

<form onMouseover="change2(event, 'second.jpg')" onMouseout="change2(event, 'first.jpg')">
<input type="button" value="Yahoo" class="initial" onClick="jumpto2('http://yahoo.com')">
<input type="button" value="Google" class="initial" onClick="jumpto2('http://google.com')">
<input type="button" value="AlltheWeb" class="initial" onClick="jumpto2('http://alltheweb.com')">
<br>
</form>


كتابه مع الماوس زي الموجود

<SCRIPT language="JavaScript1.2">
<!--

/*
Cursor scroller script- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com/
*/

//1) set message to display
var scroller_msg='مرحبا بزوارنا الكرام'
//2) set whether message should auto disappear after x seconds (0=perpetual).
//Note that double clicking page will also dismiss message
var dismissafter=0

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

var initialvisible=0
if (document.all)
document.write('<marquee id="curscroll" style="position:absolute;width:150px;border:1px solid black;font-size:14px;background-color:white;visibility:hidden">'+scroller_msg+'</marquee>')

function followcursor(){
//move cursor function for IE

if (initialvisible==0){
curscroll.style.visibility="visible"
initialvisible=1
}

curscroll.style.left=ietruebody().scrollLeft+event.clientX+10
curscroll.style.top=ietruebody().scrollTop+event.clientY+10
}

function dismissmessage(){
curscroll.style.visibility="hidden"
}


if (document.all){
document.onmousemove=followcursor
document.ondblclick=dismissmessage
if (dismissafter!=0)
setTimeout("dismissmessage()",dismissafter*1000)
}

//-->
 </SCRIPT>




نافذه اخبارية تضع فيها كل اخبار تريدها


<DIV align=center><MARQUEE id=scroller
style="BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 8pt; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: lightyellow"
scrollAmount=5 direction=up width=200 height=150 align="middle">
<P><FONT size=4>حارة المساطيل ترحبكم</FONT>
<DIV></DIV>
<P><FONT size=4></FONT>
<DIV></DIV>
<P><FONT size=4></FONT>
<DIV></DIV>
<P><FONT size=4></FONT>
<DIV></DIV>
<P><FONT size=4></FONT>
<DIV></DIV>
<P><FONT size=4></FONT>
<DIV></DIV>
<P><FONT size=4></FONT>
<DIV></DIV>
<P><FONT size=4></FONT>&nbsp;
<DIV></DIV></MARQUEE><BR><FONT face=Tahoma><A
href="javascript:scroller.start()">إبدأ</A> | <A
href="javascript:scroller.stop()">أوقف</A>
<SCRIPT language=JavaScript1.2>
if (document.all)
scroller.stop()
</SCRIPT>
 </FONT></DIV>


كود اغنية  جينا نحيكم ونسهر معاكم ياجماعه

<EMBED src=http://www.yradio.gov.ye/songs/11-11-19.ra hidden=true
type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>

محمد حمود الحارثي

كود اغنية احباب قلبي

<EMBED src=http://www.yradio.gov.ye/songs/12-1.ra hidden=true
type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>


اراك عصي الدمع=احمد السنيدار

<EMBED src=http://www.yradio.gov.ye/songs/12-5-1.ra hidden=true
type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>




ياجانيات العناقيد=احمد السنيدار

<EMBED src=http://www.yradio.gov.ye/songs/sonai1.ra hidden=true
type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>




يا سعد لا تحاول اغنية شعبية

<EMBED src=http://www.eqla3.com/eqla3foon/ram/Sha3bi33.ram hidden=true
type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>




كود اغنية دخلك ياطير الوروار

الفنانه=فيروز



<EMBED src=http://1.6arab.com/fairooz..da5lak-ya-6air-al-werwar.rm hidden=true
type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>

كود اغنية لفيروز

نسم علينا الهوى



<EMBED
src=http://sham.6arab.com/songs/shami/fairooz/fairooz..nasam-3laina-el-hawa.rm
hidden=true autostart="true" loop="true"></EMBED>

كود موسيقى رومانسية



<EMBED src=http://www.shobiklobik.com/mazika/mazika_player.asp?id=9591
hidden=true type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>


كود اغنية لنجوى كرم

<EMBED src=http://music.6arab.com/najwa..6alet-malak.ram hidden=true
type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>

كود اغنية لم كلثوم

<EMBED src=http://music.6arab.com/omkalthoom..3ala-3aini-baket-3aini.ram
hidden=true type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>




كود اغنية لفيروز=صباح ومساء



<EMBED src=http://song4.6rb.com/Leb/fairouz/fairouz-saba7_wemasa.ram hidden=true
type=audio/x-pn-realaudio loop="true" autostart="true"></EMBED>




كود كتابه مشعه يمكنك وضع الي تريد تضعه في

المكان الموضح فيه التعليمات




<CENTER><BR><FONT color=#0000ff size=4>
<MARQUEE direction=right></MARQUEE>
<CENTER><BR><BR><FONT size=5>
<DIV
style="FILTER: glow(color=#C8B676,strength=12); WIDTH: 100%; COLOR: #ff0000"><FONT
face="Simplified Arabic Backslanted"><BR><BR>ضع اي كتابه تريدها هناء لتشع على
الشاشه البرنامج<BR><BR></FONT></DIV></FONT></CENTER></FONT></CENTER>




كودكتابه متحركه من الاسفل لاعلي

كودين مجتمعه الكود الاول

<style type="text/css">

#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
}

</style>

<script type="text/javascript">

/***********************************************
* Cross browser Marquee II- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/

var delayb4scroll=2000 //Specify initial delay before marquee starts to scroll on page (2000=2 seconds)
var marqueespeed=2 //Specify marquee scroll speed (larger is faster 1-10)
var pauseit=1 //Pause marquee onMousever (0=no. 1=yes)?

////NO NEED TO EDIT BELOW THIS LINE////////////

var copyspeed=marqueespeed
var pausespeed=(pauseit==0)? copyspeed: 0
var actualheight=''

function scrollmarquee(){
if (parseInt(cross_marquee.style.top)>(actualheight*(-1)+8))
cross_marquee.style.top=parseInt(cross_marquee.style.top)-copyspeed+"px"
else
cross_marquee.style.top=parseInt(marqueeheight)+8+"px"
}

function initializemarquee(){
cross_marquee=document.getElementById("vmarquee")
cross_marquee.style.top=0
marqueeheight=document.getElementById("marqueecontainer").offsetHeight
actualheight=cross_marquee.offsetHeight
if (window.opera || navigator.userAgent.indexOf("Netscape/7")!=-1){ //if Opera or Netscape 7x, add scrollbars to scroll and exit
cross_marquee.style.height=marqueeheight+"px"
cross_marquee.style.overflow="scroll"
return
}
setTimeout('lefttime=setInterval("scrollmarquee()",30)', delayb4scroll)
}

if (window.addEventListener)
window.addEventListener("load", initializemarquee, false)
else if (window.attachEvent)
window.attachEvent("onload", initializemarquee)
else if (document.getElementById)
window.onload=initializemarquee


</script>

الثاني

<div id="marqueecontainer" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed">
<div id="vmarquee" style="position: absolute; width: 98%;">

<!--YOUR SCROLL CONTENT HERE-->

<h4>هناء الكتابه</h4>

<!--YOUR SCROLL CONTENT HERE-->

</div>
</div>

كود كتابه متحركه من الاسفل لفوق

<!--[if IE]>

<IE:Download ID="marqueedata" STYLE="behavior:url(#default#download)" />
<marquee id="externalmarquee" direction=up scrollAmount=4 style="width:200px;height:150px;border:1px solid black;padding:3px" onMouseover="this.scrollAmount=2" onMouseout="this.scrollAmount=4" src="update.htm">
</marquee>


<script language="JavaScript1.2">

/*
External Data Source Marquee Script (Updated 99/11/02)-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com
*/

function downloaddata(){
marqueedata.startDownload(externalmarquee.src,displaydata)
}

function displaydata(data){
externalmarquee.innerHTML=data
}

if (document.all)
window.onload=downloaddata


</script>

<![endif]-->




(0) تعليقات

العاب جميلة

 
 
 
لعبة الجاسوسات totally spies
 
 

 
 
لعبة نينجا
 
 

 
 
 
 
 
 
لعبة سكوبي الكلب الشهير

(1) تعليقات

لعبة ليلو وستيتش صائد التجارب احدى افضل العاب MBC3 في العاب فلاش

صائد التجارب احدى افضل العاب MBC3 لعبة شهيرة جداً ويوجد لها مسلسل اطفال على ام بي سي ثري من ابطالها قامتو الشرير وزمومبا المختراضغط على الصورةع وهامش ليل زعيم قة اللعب : تلعبها بالاتجاهات في الكيبورد

لعبة ليلو وستيتش صائد التجارب احدى افضل العاب MBC3

(0) تعليقات

افلام كرتون منوعة

اقدم لكم بعض افلام الكرتون المنوعة

كرتون كعبول
 

 
كابتن ماجد
 

 
الاسد الملك (سيمبا) بعض اجزائه
الاول
 
 
 
التانى

(0) تعليقات

بعض ماتشات المصارع الذى لا يقهر الاندرتيكر

المصارع الذى لا يقهر
الاندرتيكر
 

 
 
 

 
 
 

 
 
 
 

 
 
 

 
 
 

 
 
 

 
 
 
 
وشكراً

(0) تعليقات

لو تعرفوا المفاجأة هنا يمكن أكثر من 200 أو 300 حلقة كرتون و الله اعلم كم فيلم

نبدأ:

عدنان ولينا

http://my.fit.edu/~aalghafl/ad16.zip

http://my.fit.edu/~aalghafl/ad17.zip

الرجل الحديدي من الحلقة 1 إلى الحلقة 16
http://www.magz.blackdaddy.net/ArabicAnime/rah/

كبمارو من الحلقة 1 إلى الحلقة 15
http://www.magz.blackdaddy.net/Arab.../NinjaKabamaru/

جراندايزر من الحلقة 1 إلى الحلقة 30
http://www.magz.blackdaddy.net/ArabicAnime/Grandizar/

الكابتن ماجد الجزء الثالث من الحلقة 1 إلى الحلقة 20
http://www.magz.blackdaddy.net/ArabicAnime/rah/
يوغي يو

الحلقة الأولى :-
http://www.yugiohkingofgames.com/ep...video.php?epi=1

الحلقة الثانية :-
http://www.yugiohkingofgames.com/ep...video.php?epi=2
الحلقة الثالثة :-
http://www.yugiohkingofgames.com/ep...video.php?epi=3
الحلقة الرابعة :-
http://www.yugiohkingofgames.com/ep...video.php?epi=4
الحلقة الخامسة :-
http://www.yugiohkingofgames.com/ep...video.php?epi=5
الحلقة السادسة :-
http://www.yugiohkingofgames.com/ep...video.php?epi=6
الحلقة السابعة :-
http://www.yugiohkingofgames.com/ep...video.php?epi=7
الحلقة الثامنة :-
http://www.yugiohkingofgames.com/ep...video.php?epi=8
الحلقة التاسعة :-
http://www.yugiohkingofgames.com/ep...video.php?epi=9
الحلقة العاشرة :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=10
الحلقة الحادية عشر :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=11
الحلقة الثانية عشر :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=12
الحلقة الثالثة عشر :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=13
الحلقة الرابعة عشر :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=14
الحلقة الخامسة عشر :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=15
الحلقة السادسة عشر :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=16
الحلقة السابعة عشر :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=17
الحلقة الثامنة عشر :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=18

الحلقة التاسعة عشر :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=19
الحلقة العشرون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=20
الحلقة الحادية و العشرون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=21
الحلقة الثانية و العشرون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=22
الحلقة الثالثة و العشرون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=23
الحلقة الرابعة و العشرون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=24
الحلقة الخامسة و العشرون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=25
الحلقة السادسة و العشرون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=26
الحلقة السابعة و العشرون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=27
الحلقة الثامنة و العشرون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=28
الحلقة التاسعة و العشرون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=29
الحلقة الثلاثون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=30
الحلقة الحادية و الثلاثون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=31
الحلقة الثانية و الثلاثون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=32
الحلقة الثالثة و الثلاثون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=33
الحلقة الرابعة و الثلاثون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=34
الحلقة الخامسة و الثلاثون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=35
الحلقة السادسة و الثلاثون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=36
الحلقة السابعة و الثلاثون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=37
الحلقة الثامنة و الثلاثون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=38
الحلقة التاسعة و الثلاثون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=39
الحلقة الأربعون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=40
الحلقة الحادية و الأربعون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=41
الحلقة الثانية و الأربعون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=42
الحلقة الثالثة و الأربعون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=43
الحلقة الرابعة و الأربعون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=44
الحلقة الخامسة و الأربعون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=45
الحلقة السادسة و الأربعون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=46
الحلقة السابعة و الأربعون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=47
الحلقة الثامنة و الأربعون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=48





الحلقة التاسعة و الأربعون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=49
الحلقة الخمسون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=50
الحلقة الحادية و الخمسون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=51
الحلقة الثانية و الخمسون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=52
الحلقة الثالثة و الخمسون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=53
الحلقة الرابعة و الخمسون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=54
الحلقة الخامسة و الخمسون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=55
الحلقة السادسة و الخمسون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=56
الحلقة السابعة و الخمسون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=57
الحلقة الثامنة و الخمسون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=58
الحلقة التاسعة و الخمسون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=59
الحلقة الستون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=60
الحلقة الواحدة و الستون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=61
الحلقة الثانية و الستون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=62
الحلقة الثالثة و الستون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=63
الحلقة الرابعة و الستون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=64
الحلقة الخامسة والستون :-
http://www.yugiohkingofgames.com/ep...ideo.php?epi=65
هنا جميع حلقات trigun
http://www.anime-euphoria.com/Trigun

Chobits

الحلقة 1
http://blackstarvegetto.com/Chobits%20Ep%201.zip
الحلقة 2
http://blackstarvegetto.com/Chobits%20Ep%202.zip
الحلقة 3
http://blackstarvegetto.com/Chobits%20Ep%203.zip
الحلقة 4
http://blackstarvegetto.com/Chobits%20Ep%204.zip
الحلقة 5
http://blackstarvegetto.com/Chobits%20Ep%205.zip
الحلقة 6
http://blackstarvegetto.com/Chobits%20Ep%206.zip
الحلقة 7
http://blackstarvegetto.com/Chobits%20Ep%207.zip
الحلقة 8
http://blackstarvegetto.com/Chobits%20Ep%208.zip
الحلقة 9
http://blackstarvegetto.com/Chobits%20Ep%209.zip
الحلقة 10
http://blackstarvegetto.com/Chobits%20Ep%2010.zip
الحلقة 11
http://blackstarvegetto.com/Chobits%20Ep%2011.zip
الحلقة 12
http://blackstarvegetto.com/Chobits%20Ep%2012.zip

Rurouni Kenshin
الحلقة 1
http://blackstarvegetto.com/Rurouni...in%20Ep%201.zip
الحلقة 2
http://blackstarvegetto.com/Rurouni...in%20Ep%202.zip
الحلقة 3
http://blackstarvegetto.com/Rurouni...in%20Ep%203.zip
الحلقة 4
http://blackstarvegetto.com/Rurouni...in%20Ep%204.zip
الحلقة 5
http://blackstarvegetto.com/Rurouni...in%20Ep%205.zip



Gundam Wing
الحلقة 1
http://blackstarvegetto.com/rm/Gund...ng%20Ep%201.zip
الحلقة 2
http://blackstarvegetto.com/rm/Gund...ng%20Ep%202.zip
الحلقة 3
http://blackstarvegetto.com/rm/Gund...ng%20Ep%203.zip
الحلقة 4
http://blackstarvegetto.com/rm/Gund...ng%20Ep%204.zip
الحلقة 5
http://blackstarvegetto.com/Gundam%20Wing%20Ep%205.zip
الحلقة 6
http://blackstarvegetto.com/Gundam%20Wing%20Ep%206.zip
الحلقة 7
http://blackstarvegetto.com/Gundam%20Wing%20Ep%207.zip
الحلقة 8
http://blackstarvegetto.com/Gundam%20Wing%20Ep%208.zip
الحلقة 9
http://blackstarvegetto.com/Gundam%20Wing%20Ep%209.zip
الحلقة 10
http://blackstarvegetto.com/Gundam%20Wing%20Ep%2010.zip
الحلقة 11
http://blackstarvegetto.com/Gundam%20Wing%20Ep%2011.zip
الحلقة 12
http://blackstarvegetto.com/Gundam%20Wing%20Ep%2012.zip
الحلقة 13
http://blackstarvegetto.com/Gundam%20Wing%20Ep%2013.zip
الحلقة 14
http://blackstarvegetto.com/Gundam%20Wing%20Ep%2014.zip
الحلقة 15
http://blackstarvegetto.com/Gundam%20Wing%20Ep%2015.zip
الحلقة 16
http://blackstarvegetto.com/Gundam%20Wing%20Ep%2016.zip
الحلقة 17
http://blackstarvegetto.com/Gundam%20Wing%20Ep%2017.zip
الحلقة 18
http://blackstarvegetto.com/Gundam%20Wing%20Ep%2018.zip
الحلقة 19
http://blackstarvegetto.com/Gundam%20Wing%20Ep%2019.zip
الحلقة 20
http://blackstarvegetto.com/Gundam%20Wing%20Ep%2020.zip
الحلقة 21
http://blackstarvegetto.com/Gundam%20Wing%20Ep%2021.zip

بوليانا..
http://regnodelleanime.gamesurf.it/filtro/pollyanna.htm

ساكورا..
http://regnodelleanime.gamesurf.it/filtro/sakura.htm

الفتى ريمي..
http://regnodelleanime.gamesurf.it/filtro/remi.htm

جورجي..
http://regnodelleanime.gamesurf.it/filtro/georgie.htm

عقلة الاصبع..
http://regnodelleanime.gamesurf.it/filtro/gnomi.htm

المتحريه انجي..
http://regnodelleanime.gamesurf.it/filtro/angie.htm

بسمه و عبدو..
http://regnodelleanime.gamesurf.it/filtro/belfy.htm

رانزي المدهشه..
http://regnodelleanime.gamesurf.it/filtro/ransie.htm

عدنان و لينا..
http://regnodelleanime.gamesurf.it/filtro/conan.htm

شهلاء..
http://regnodelleanime.gamesurf.it/filtro/charlotte.htm


سنان..
http://regnodelleanime.gamesurf.it/filtro/chuck.htm
.
ليدي اوسكار..
http://regnodelleanime.gamesurf.it/filtro/oscar.htm

سايلر موون...
http://regnodelleanime.gamesurf.it/filtro/sailor3.htm

http://regnodelleanime.gamesurf.it/filtro/sailor.htm

http://regnodelleanime.gamesurf.it/filtro/sailor2.htm

سلام دانك....
http://regnodelleanime.gamesurf.it/filtro/slamdunk.htm

بابيرو....
http://regnodelleanime.gamesurf.it/filtro/pepero.htm

Juny peperina..
http://regnodelleanime.gamesurf.it/filtro/juni.htm

لوز و سكر..
http://regnodelleanime.gamesurf.it/filtro/jacky.htm

سايلر موون...
http://regnodelleanime.gamesurf.it/filtro/sailor3.htm

http://regnodelleanime.gamesurf.it/filtro/sailor.htm

http://regnodelleanime.gamesurf.it/filtro/sailor2.htm

سلام دانك....
http://regnodelleanime.gamesurf.it/filtro/slamdunk.htm

بابيرو....
http://regnodelleanime.gamesurf.it/filtro/pepero.htm

هيرالي..
http://regnodelleanime.gamesurf.it/.../hilary_jap.htm
http://regnodelleanime.gamesurf.it/...ary_jap_fin.htm

Juny peperina..
http://regnodelleanime.gamesurf.it/filtro/juni.htm

لوز و سكر..
http://regnodelleanime.gamesurf.it/filtro/jacky.htm

lalabel....
http://regnodelleanime.gamesurf.it/filtro/lalabel.htm



Lisa e Seya...
http://regnodelleanime.gamesurf.it/filtro/lisa_jap.htm


Lulù l'angelo tra i fiori..
http://regnodelleanime.gamesurf.it/filtro/lulu_jap.htm

http://regnodelleanime.gamesurf.it/filtro/lulu.htm

النمر المقنع ..
http://regnodelleanime.gamesurf.it/filtro/tigre2.htm

جورجي..
http://regnodelleanime.gamesurf.it/filtro/oscar1.htm
Magica Emi...
http://regnodelleanime.gamesurf.it/filtro/emi.htm

ابي الحنون...
http://regnodelleanime.gamesurf.it/maison.htm

وداعاً ماركو..
http://regnodelleanime.gamesurf.it/filtro/marco_fin.htm

الاحصنه الملونه...
http://regnodelleanime.gamesurf.it/filtro/lalabel.htm
http://regnodelleanime.gamesurf.it/filtro/minipony.htm




ميمي الصغيره .....
http://regnodelleanime.gamesurf.it/filtro/memole.htm


يتبع




حلقات yu yu hakusho:
http://blackstarvegetto.com/Yu%20Yu%20Ep%2075.zip
http://blackstarvegetto.com/Yu%20Yu%20Ep%2076.zip
http://blackstarvegetto.com/Yu%20Yu%20Ep%2077.zip
http://blackstarvegetto.com/Yu%20Yu%20Ep%2078.zip
http://blackstarvegetto.com/Yu%20Yu%20Ep%2079.zip
http://blackstarvegetto.com/Yu%20Yu%20Ep%2080.zip
http://blackstarvegetto.com/Yu%20Yu%20Ep%2081.zip

حلقاتhell sing:

الحلقة 5
http://blackstarvegetto.com/Hellsing%20Ep%205.zip
الحلقة 6
http://blackstarvegetto.com/Hellsing%20Ep%206.zip
الحلقة 7
http://blackstarvegetto.com/Hellsing%20Ep%207.zip
الحلقة 8
http://blackstarvegetto.com/Hellsing%20Ep%208.zip
الحلقة 9
http://blackstarvegetto.com/Hellsing%20Ep%209.zip
الحلقة 10
http://blackstarvegetto.com/Hellsing%20Ep%2010.zip
الحلقة 11
http://blackstarvegetto.com/Hellsing%20Ep%2011.zip
الحلقة 12
http://blackstarvegetto.com/Hellsing%20Ep%2012.zip
الحلقة 13
http://blackstarvegetto.com/Hellsing%20Ep%2013.zip

الرجل الحديدي من الحلقة 1 إلى الحلقة 16
http://www.magz.blackdaddy.net/ArabicAnime/rah/

كبمارو من الحلقة 1 إلى الحلقة 15
http://www.magz.blackdaddy.net/Arab.../NinjaKabamaru/

جراندايزر من الحلقة 1 إلى الحلقة 30
http://www.magz.blackdaddy.net/ArabicAnime/Grandizar/

الكابتن ماجد الجزء الثالث من الحلقة 1 إلى الحلقة 20
http://www.magz.blackdaddy.net/ArabicAnime/rah
angel sanctuary:


http://www.angelsword.net/~anime/AS_oav1stfr.zip
فيلم دراغون بولGT:
http://www.dreammusicvideos.net/gt_spec/dbgtspec.zip
بعدها سيطلب منك كلمة السر وهيhttp://www.dragonballarena.net/
مقاطع غنائية للمحقق كونان:
http://www.detectiveconan.com/mp3/Ga...row_OPE167.mp3
http://www.detectiveconan.com/mp3/Tw...Navigation.mp3

:حلقات خاصة:
http://www.jay-man.net/anime/movies/...ain%20Kill.mpg
http://www.jay-man.net/anime/movies/...nd%20Nurse.mpg
http://www.jay-man.net/anime/movies/...ed%20Nurse.mpg
مقاطع للكابتن ماجد:
http://www.capitantsubasa.com/Files/CT_Europe2.rm
http://www.capitantsubasa.com/Files/CT_Europe3.rm
http://www.capitantsubasa.com/Files/Sekai_3.rm
http://www.capitantsubasa.com/Shoppi...nct_espana.avi
http://www.capitantsubasa.com/Files/Ayaushi_2.zip
حلقات دراغون بولZمن200الى207:
http://br.geocities.com/accept_027/200.zip
http://br.geocities.com/accept_028/201.zip
http://br.geocities.com/accept_029/202.zip
http://br.geocities.com/accept_031/204.zip
http://br.geocities.com/accept_002_episodios_01/205.zip
http://br.geocities.com/accept_002_videos_01/206.zip
http://br.geocities.com/accept_002_videos_02/207.zip

--------------------------------------------------------------------------------

و هنا بعض حلقات كونان
http://bahraininet.net/download/down...download&id=45
http://bahraininet.net/download/down...download&id=74
http://bahraininet.net/download/down...=download&id=1
افلام البوكيمون-الفيلم الأول وهو مقسم ل7اجزاء:
http://www.rpgamer.com/games/pokemon...pokemon2-1.mov
http://www.rpgamer.com/games/pokemon...pokemon2-2.mov
http://www.rpgamer.com/games/pokemon...pokemon2-3.mov
http://www.rpgamer.com/games/pokemon...pokemon2-4.mov
http://www.rpgamer.com/games/pokemon...pokemon2-5.mov
http://www.rpgamer.com/games/pokemon...pokemon2-6.mov
http://www.rpgamer.com/games/pokemon...s/ignpromo.mov
الفيلم الثاني من بوكيمون وهي مقسمة الى 6اجزاء:
http://movies.rpgamer.com/pokemon/pokestad/pokestad.mov
http://movies.rpgamer.com/pokemon/pokestad/battle.mov
http://movies.rpgamer.com/pokemon/pokestad/gb.mov
http://movies.rpgamer.com/pokemon/pokestad/mini.mov
http://movies.rpgamer.com/pokemon/pokestad/mini1.mov
http://movies.rpgamer.com/pokemon/pokestad/mini2.mov

حلقات مسلسلDNA ANGEL:
http://people.morrisville.edu/~lisi8...el%20-%2018.rm
http://people.morrisville.edu/~lisi8...el%20-%2019.rm
http://people.morrisville.edu/~lisi8...el%20-%2020.rm
http://people.morrisville.edu/~lisi8...el%20-%2021.rm
http://people.morrisville.edu/~lisi8...el%20-%2017.rm

حلقات مسلسل ناروتو باللغة الأنجليزية:

http://aftermathhosting.net/Naruto%20Ep%201.zip
http://aftermathhosting.net/Naruto%20Ep%202.zip
http://aftermathhosting.net/Naruto%20Ep%203.zip
http://aftermathhosting.net/Naruto%20Ep%204.zip
http://aftermathhosting.net/Naruto%20Ep%205.zip
http://aftermathhosting.net/Naruto%20Ep%206.zip
http://aftermathhosting.net/Naruto%20Ep%207.zip
http://aftermathhosting.net/Naruto%20Ep%208.zip
http://aftermathhosting.net/Naruto%20Ep%209.zip
http://aftermathhosting.net/Naruto%20Ep%2010.zip

يتبع



حلقات Dragon Ball GT

الحلقة 1
http://br.geocities.com/accept_027/200.zip


الحلقة 2 http://br.geocities.com/accept_028/201.zip


الحلقة 3 http://br.geocities.com/accept_029/202.zip


الحلقة 4 http://br.geocities.com/accept_030/203.zip


الحلقة 5 http://br.geocities.com/accept_031/204.zip


الحلقة 6 http://br.geocities.com/accept_002_episodios_01/205.zip


الحلقة 7 http://br.geocities.com/accept_002_videos_01/206.zip


الحلقة 8 http://br.geocities.com/accept_002_videos_02/207.zip


الحلقة 9 http://br.geocities.com/accept_002_videos_03/208.zip


الحلقة 10 http://br.geocities.com/accept_002_videos_04/209.zip


الحلقة 11 http://br.geocities.com/accept_002_videos_05/210.zip


الحلقة 12 http://br.geocities.com/accept_002_videos_06/211.zip


الحلقة 13 مقسمة لجزئين :
جزء 1
http://br.geocities.com/accept_032/parte_01.zip
جزء 2 http://br.geocities.com/marceloshomepage00/parte_02.zip
الحلقة 14 مقسمة لجزئين :
جزء 1
http://br.geocities.com/marceloshomepage1/parte_01.zip
جزء 2 http://geocities.yahoo.com.br/marce...11/parte_02.zip
الحلقة 15 http://br.geocities.com/marceloshomepage2/214.zip


الحلقة 16 http://br.geocities.com/marceloshomepage3/215.zip


الحلقة 17 http://br.geocities.com/marceloshomepage13/216.zip


الحلقة 18 http://br.geocities.com/marceloshomepage4/217.zip


الحلقة 19 مقسمة لجزئين :
جزء 1
http://br.geocities.com/marceloshomepage5/parte_01.zip
جزء 2 http://br.geocities.com/marceloshomepage6/parte_02.zip
الحلقة 20 مقسمة لجزئين :
جزء 1
http://br.geocities.com/marceloshomepage7/parte_01.zip
جزء 2 http://geocities.yahoo.com.br/marce...e8/parte_02.zip
الحلقة 21 مقسمة لجزئين :
جزء 1
http://br.geocities.com/marceloshomepage9/parte_01.zip
جزء 2 http://br.geocities.com/marceloshomepage10/parte_02.zip
الحلقة 22 مقسمة لجزئين :
جزء 1
http://br.geocities.com/accept_006_...03/parte_01.zip
جزء 2 http://br.geocities.com/accept_006_...04/parte_02.zip
الحلقة 23 مقسمة لجزئين :
جزء 1
http://geocities.yahoo.com.br/accep...05/parte_01.zip
جزء 2 http://br.geocities.com/accept_006_...06/parte_02.zip
الحلقة 24 مقسمة لجزئين :
جزء 1
http://br.geocities.com/accept_006_...07/parte_01.zip
جزء 2 http://br.geocities.com/accept_006_...08/parte_02.zip
الحلقة 25 http://br.geocities.com/accept_006_episodios_09/224.zip


الحلقة 26 http://br.geocities.com/accept_006_episodios_10/225.zip


الحلقة 27 http://br.geocities.com/accept_006_episodios_11/226.zip


الحلقة 28 http://br.geocities.com/accept_006_episodios_12/227.zip


الحلقة 29 http://br.geocities.com/accept_006_episodios_14/228.zip


الحلقة 30 http://br.geocities.com/accept_006_episodios_16/229.zip


الحلقة 31 http://br.geocities.com/accept_006_episodios_17/230.zip


الحلقة 32 http://br.geocities.com/accept_006_episodios_18/231.zip


الحلقة 33 http://br.geocities.com/accept_006_episodios_19/232.zip

والآن مواقع لأبطال الديجيتال:
المواقع العربية:
http://www.digimon100.8m.net/
***************
http://www.atarab.net/anime/details.php?image_id=36
***************
هذا الموقع لأغاني كرتون منها أبطال الديجيتال:
http://www.khafji.net/fourm/showthread.php?t=13674
**************
http://members.lycos.co.uk/gamesmas...cat_id=4&page=7
***************
هذا الموقع:
http://www.saudms3.jeeran.com/
***************
ثانيا:مواقع إنجليزية:
http://www.dltk-kids.com/anime/digimon.html
*************
http://www.digimonwelt.de/
************
http://hammah.net/digispirit/
************
http://www.bandai.com/products/digimon/
***********
http://people.morrisville.edu/~lisi80/Legacy1.htm
*************
http://kidsfox.com
***********
هذا الموقع محبي أبطال الديجيتال:
http://digilander.libero.it/kicoke/page/dgmon.htm

أتمنى أن تعجبكم المواقع التي أحضرتها...


المواقع الإنجليزية:
http://www.hunterhq.com/
****
http://www.xirculo.com/hunted/
****
http://www.animewallpapers.com/wall.../hunterxhunter/
****
http://shakti.trincoll.edu/~kmoran2/hunter.htm
****
http://www.brainfart.org/hxh/hxh1.html
****
http://www.animenfo.com/animetitle,...r_x_hunter.html
****
http://www.lapropagationduchaos.net/livres_hxh.htm
****
http://duckie.sinfree.net/hxf/
****
http://fanatichxh.galeon.com/
****
وهذه مواقع بالياباني للقناص:
http://www.hunter-ova.com/
*****
http://www.nippon-animation.co.jp/na/hunter/
****
http://www.nippon-animation.co.jp/hunter.htm
****
http://animax.co.jp/program/program.php3?naiyo=m_hunter
****
http://dlgame.pchome.net/detail.php?id=506
****
أتمنى أن عجبكم المواقع




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

Download

أضغط عليها و بذلك تحمل الفيلم .

بوليانا..
http://regnodelleanime.gamesurf.it/filtro/pollyanna.htm(http://regnodelleanime.gamesurf.it/filtro/pollyanna.htm)

ساكورا..
http://regnodelleanime.gamesurf.it/filtro/sakura.htm(http://regnodelleanime.gamesurf.it/filtro/sakura.htm)

الفتى ريمي..
http://regnodelleanime.gamesurf.it/filtro/remi.htm(http://regnodelleanime.gamesurf.it/filtro/remi.htm)

جورجي..
http://regnodelleanime.gamesurf.it/filtro/georgie.htm(http://regnodelleanime.gamesurf.it/filtro/georgie.htm)

عقلة الاصبع..
http://regnodelleanime.gamesurf.it/filtro/gnomi.htm(http://regnodelleanime.gamesurf.it/filtro/gnomi.htm)

المتحريه انجي..
http://regnodelleanime.gamesurf.it/filtro/angie.htm(http://regnodelleanime.gamesurf.it/filtro/angie.htm)

بسمه و عبدو..
http://regnodelleanime.gamesurf.it/filtro/belfy.htm(http://regnodelleanime.gamesurf.it/filtro/belfy.htm)

رانزي المدهشه..
http://regnodelleanime.gamesurf.it/filtro/ransie.htm(http://regnodelleanime.gamesurf.it/filtro/ransie.htm)

عدنان و لينا..
http://regnodelleanime.gamesurf.it/filtro/conan.htm(http://regnodelleanime.gamesurf.it/filtro/conan.htm)

شهلاء..
http://regnodelleanime.gamesu