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

دخول

إذا كانت هذه أول زيارة لك في الإشهار العربي، نرجوا منك مراجعة قوانين المنتدى من خلال الضغط هنا وأيضاً يشرفنا انضمامك إلى أسرتنا الضخمة من خلال الضغط هنا.

descriptionممكن مساعد  Emptyممكن مساعد

more_horiz
اريد هاد العب http://ar.akinator.com/

علي الصفحت الرءسية للمنتدي

كيف

descriptionممكن مساعد  Emptyرد: ممكن مساعد

more_horiz
اخي حسب خبرتي لاتوجد طريقة
انا فتشت لك على كود لم اجد شيئا
انتظر اقتراحات الاعضاء ومسؤولين
ممكن مساعد  235873

descriptionممكن مساعد  Emptyرد: ممكن مساعد

more_horiz
اذا استطعت تحويل هذا المدخل الي كود html

يبق كويس حط الكود و اجعله الصفحة الرئيسية

descriptionممكن مساعد  Emptyرد: ممكن مساعد

more_horiz
هل تم الحل

descriptionممكن مساعد  Emptyرد: ممكن مساعد

more_horiz
اهلا تفضل اخذت الكود بطريقة احترافية الان يمنك
وضعه بأي مكان يقبل الهتمل تفضل :


الكود:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="RTL">

<head>
<title>لعبة تفكير مجاناً - احزروا شخصيات سياسية دينية تراثية تاريخية  فنية رياضية  العاب فيديو والمزيد</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="Description" content="اكيناتور, المارد العبقري الذي يقرأ افكارك.">
<meta name="Keywords" content="العاب اونلاين, العاب, الغاز, حزازير, تكهن, حل, ابداع, اكشف, احزر, معرفة, علم, عبقرية, خيال, تفكير, شخصيات, مشاهير, مشهور, نجم, نجوم, لعبة ممتعة لقراءة الافكار, لعبة ثقافية, لعبة ذكاء, خارق, مميز, مثير, رائع, جنون, اكيناتور, مارد, جن, عفريت, ذكي, ماركيتكت,">
<meta name="Classification" content="اكيناتور - المارد العبقري, لعبة اونلاين">
<meta name="Author" content="Elokence.com">
<meta name="Copyright" content="Elokence.com">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<meta name="robots" content="index, follow">
<META name="revisit-after" content="7 days">
<link href="styles.css" rel="stylesheet" type="text/css" />

<!--[if lte IE 6]>
  <link href="styles-ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->
<link rel="alternate" media="handheld" href="http://www.akinator.mobi/" />
<script src="scripts/script_main.js" type="text/JavaScript"></script>
<script src="scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script language='javascript'>

if (parent.frames.length > 0)    window.top.location.href = location.href;

var menus;
var menu_actif=-1;


function init()
{
menus = [ document.getElementById("menu_jouer"),
     document.getElementById("menu_statistiques"),
          document.getElementById("menu_autres_jeux"),
     document.getElementById("menu_en_savoir_plus") ];

var engine=gup("engine");
if ((engine!="0") && (engine!="1"))
  engine="0";
 
document.getElementById("pixgeoloc").src="geoloc/geoloc.php?engine="+engine; 
coeur.choixEngine(engine);
rechargePubAffichageCentre();
}


function ouvreMenu(e,indice)
{
 if (menu_actif >= 0)
  menus[menu_actif].style.visibility="hidden";
 madiv=menus[indice];
 madiv.style.left=e.clientX+50+'px';
 madiv.style.top=(e.clientY-madiv.offsetHeight/2)+'px';
 //alert(madiv.offsetHeight);
 menu_actif=indice;
 madiv.style.visibility="visible";

 //alert("e.clientX ="+e.clientX+" e.clientY="+e.clientY);
}
function fermeMenu()
{
 menus[menu_actif].style.visibility="hidden";
 menu_actif=-1;
}


function choix_boite(nb)
{
 fermeMenu();
 coeur.choixEngine(nb);
}

function gup( name )
{
  if(window.location.href.indexOf("objects")>=0) return "1";
  if(window.location.href.indexOf("characters")>=0) return "0";

  name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
  var regexS = "[\\?&]"+name+"=([^&#]*)";
  var regex = new RegExp( regexS );
  var results = regex.exec( window.location.href );
  if( results == null )
    return "";
  else
    return results[1];
}

function rechargePubSession(age,sexe)
{
  var url_pub_ban = "publicite_banniere";
  var url_pub_sky = "publicite_skyscrapper";
  var ext;

  if (age >0)
  {
  if (age < 18)
    ext="_A";
  else if (age < 33)
    ext="_G";
  else if (age >= 33)
    ext="_E";
   
  if (ext!="")
  {
    if (sexe == "F")
      ext+="_F";
    else if (sexe == "M")
      ext+="_M";

    if (sexe=="M" || sexe=="F")
    {
    url_pub_ban += ext;
    url_pub_sky += ext;
    }
  }
  }

  url_pub_ban+=".html";
  url_pub_sky+=".html";
  frame_pub_banniere.document.location= url_pub_ban;
  frame_pub_droite.document.location=url_pub_sky;
}
function rechargePubAffichageCentre()
{
  frame_pub_banniere.document.location="publicite_banniere.html";
  frame_pub_droite.document.location="publicite_skyscrapper.html";
}
</script>

<!-- BEGIN STANDARD TAG - popup or popunder - ROS: Run-of-site - DO NOT MODIFY -->
<!--<SCRIPT TYPE="text/javascript" SRC="http://ad.xtendmedia.com/st?ad_type=pop&ad_size=0x0&section=303707&banned_pop_types=28&pop_times=1&pop_frequency=86400"></SCRIPT>
-->
<!-- END TAG -->
<!--/* OpenX Javascript Tag v2.8.3 */-->

<!--/*
  * The backup image section of this tag has been generated for use on a
  * non-SSL page. If this tag is to be placed on an SSL page, change the
  *  'http://ns206438.ovh.net/akinator/openads/openx-2.8.3/www/delivery/...'
  * to
  *  'https://ns206438.ovh.net/akinator/openads/openx-2.8.3/www/delivery/...'
  *
  * This noscript section of this tag only shows image banners. There
  * is no width or height in these banners, so if you want these tags to
  * allocate space for the ad before it shows, you will need to add this
  * information to the <img> tag.
  *
  * If you do not want to deal with the intricities of the noscript
  * section, delete the tag (from <noscript>... to </noscript>). On
  * average, the noscript tag is called from less than 1% of internet
  * users.
  */-->

<script type='text/javascript'><!--//<![CDATA[
  var m3_u = (location.protocol=='https:'?'https://ns206438.ovh.net/akinator/openads/openx-2.8.3/www/delivery/ajs.php':'http://ns206438.ovh.net/akinator/openads/openx-2.8.3/www/delivery/ajs.php');
  var m3_r = Math.floor(Math.random()*99999999999);
  if (!document.MAX_used) document.MAX_used = ',';
  document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
  document.write ("?zoneid=47");
  document.write ('&amp;cb=' + m3_r);
  if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
  document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
  document.write ("&amp;loc=" + escape(window.location));
  if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
  if (document.context) document.write ("&context=" + escape(document.context));
  if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
  document.write ("'><\/scr"+"ipt>");
//]]>--></script><noscript><a href='http://ns206438.ovh.net/akinator/openads/openx-2.8.3/www/delivery/ck.php?n=ac78a2eb&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://ns206438.ovh.net/akinator/openads/openx-2.8.3/www/delivery/avw.php?zoneid=47&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=ac78a2eb' border='0' alt='' /></a></noscript>




</head>

<body onload="init();MM_preloadImages('imgs/btn_jouer2.gif','imgs/btn_top2.gif','imgs/btn_suivi2.gif','imgs/btn_qui2.gif','imgs/btn_parties2.gif','imgs/btn_accueil2.gif','imgs/lien_mobi2.png','imgs/btn_iphone2.png','imgs/btn_android2.png','imgs/btn_bada2.png','imgs/lien_mobi_jp2.png')">
<img id="pixgeoloc" src="geoloc/shim.gif" width="1" height="1" border="0" style="position:absolute;"/>
<div id='global'>


<table cellspacing='0' cellpadding='0' border='0' dir='LTR'>
<tr>

<td colspan='3' width='1000' height='101'>

<!---------------------- HEADER ---------------------------------->


<table width='100%' height='100%' cellspacing='0' cellpadding='0' border='0'>
  <tr>
  <td id='logo' width='260' height='101'><a href="http://ar.akinator.com"><img src='imgs/logo_akinator.png'></a></td>
  <td id='bandeau_pub' width='740' height='101' valign='middle' align="center" valign='center' class="zonepub">
    <iframe src='' name='frame_pub_banniere' frameborder='0' height='100%' width='100%' scrolling='NO' allowtransparency='true'></iframe>
  </td>         
  </tr>
</table>
</td>

</tr>



<!---------------------- MIDDLE ---------------------------------->
<tr>
  <td height='700' width='260'>
<div id='drapeaux'>
<table>
<tr><td><a href='http://en.akinator.com'><img src='imgs/flag_en.gif' style='border-style:solid;border-width:1px;border-color:white;'></a>
</td><td><a href='http://fr.akinator.com'><img src='imgs/flag_fr.gif' style='border-style:solid;border-width:1px;border-color:white;'></a>
</td><td><a href='http://de.akinator.com'><img src='imgs/flag_gr.gif' style='border-style:solid;border-width:1px;border-color:white;'></a>
</td><td><a href='http://il.akinator.com'><img src='imgs/flag_isr.gif' style='border-style:solid;border-width:1px;border-color:white;'></a>
</td><td><a href='http://us.akinator.com'><img src='imgs/flag_us.png' width=24 height=16 style='border-style:solid;border-width:1px;border-color:white;'></a>
</td></tr>
<tr><td><a href='http://pt.akinator.com'><img src='imgs/flag_po.gif' style='border-style:solid;border-width:1px;border-color:white;'></a>

</td><td><a href='http://es.akinator.com'><img src='imgs/flag_sp.gif' style='border-style:solid;border-width:1px;border-color:white;'></a>
</td><td><a href='http://ar.akinator.com'><img src='imgs/flag_ar.png' style='border-style:solid;border-width:1px;border-color:white;'></a>
</td><td><a href='http://ru.akinator.com'><img src='imgs/flag_ru.jpg' style='border-style:solid;border-width:1px;border-color:white;'></a>
</td><td><a href='http://jp.akinator.com'><img width=24 height=16 src='imgs/flag_jp.png' style='border-style:solid;border-width:1px;border-color:white;'></a>
</td></tr>
</table>
</div>
<div id='auto-promo'>
   <a href="#" onclick="coeur.mode_promo_mobile(); return false;" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('lien_mobi','','imgs/lien_mobi2.png',1)"  >
      <img id="lien_mobi" name="lien_mobi" src="imgs/lien_mobi.png" width="236" height="71" border="0" style="position:relative;"/></a>
</div>

<div id='menu'>
<div class='item_menu'><a href="#" onclick="coeur.afficher_accueil();" onmouseout="MM_swapImgRestore()"  onmouseover="MM_swapImage('accueil','','imgs/btn_accueil2.gif',1)"> <img src="imgs/btn_accueil.gif" alt="accueil" name="accueil" border="0" id="accueil" style='position:relative' > </a></div>

<div class='item_menu'><a href="#"
onclick='coeur.demarrer_partie();'
onmouseout="MM_swapImgRestore()"  onmouseover="MM_swapImage('jouer','','imgs/btn_jouer2.gif',1)"> <img src="imgs/btn_jouer.gif" alt="Jouer" name="jouer" border="0" id="jouer" style='position:relative' > </a></div>
<div class='item_menu'><a href='#' onclick='ouvreMenu(event,1);return false;' onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('statistiques','','imgs/btn_statistiques2.gif',1)"> <img src="imgs/btn_statistiques.gif" alt="Statistiques" border="0" id="statistiques" style='position:relative' > </a></div>
<div class='item_menu'><a href="#" onclick='coeur.affiche_centre("dernieres_sessions_plus.php?engine="+coeur.engine+"&age="+coeur.age)' onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('parties','','imgs/btn_parties2.gif',1)"> <img src="imgs/btn_parties.gif" alt="Voir les parties" name="parties" border="0" id="parties" style='position:relative' > </a></div>
<div class='item_menu'><a href='#' onclick='ouvreMenu(event,2);return false;' onmouseout="MM_swapImgRestore()"  onmouseover="MM_swapImage('autres','','imgs/btn_autres_jeux2.gif',1)"> <img src="imgs/btn_autres_jeux.gif" alt="Autres jeux" border="0" id="autres" style='position:relative' > </a></div>
<div class='item_menu'><a href="#" onclick='ouvreMenu(event,3);return false;' onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('savoir','','imgs/btn_en_savoir2.gif',1)"> <img src="imgs/btn_en_savoir.gif" alt="Qui sommes-nous" border="0" id="savoir" style='position:relative' > </a></div>
</div>

</td>
<td width='620'  height='700' ><iframe name='coeur'  width='100%' height='100%' src='coeur.php' frameborder='0' style='background-color:transparent' allowtransparency='true' scrolling='no'></iframe></td>
<td width='120' height='700'><iframe name='frame_pub_droite' width='100%' height='100%' src='' frameborder='0' style='background-color:transparent' allowtransparency='true' scrolling='NO'></iframe></td>
</tr>
<tr>
<td height='50' width='1000' colspan='3'>
<div id="bookmarks">
<table cellspacing="5" cellpadding="0" border="0" width="100%">
<tr>
<td>
<a href='#' onclick='coeur.affiche_centre("newsletter.php?engine=0"); return false;'>
   <img src="imgs/newsletter.png" alt="إشترك في نشرتنا الإخبارية" title="إشترك في نشرتنا الإخبارية"/>
إشترك في نشرتنا الإخبارية

</a>
</td>
<td>
<a href='#' onclick='document.location.href="http://twitter.com/akinator_team"; return false;'>
   <img src="imgs/twitter.jpeg" alt="تابعنا على تويتر" title="تابعنا على تويتر"/>
تابعنا على تويتر
</a>
</td>
<td width="252px;">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fmswwl-akinator/146246125389966&amp;layout=standard&amp;show_faces=false&amp;width=250&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:35px;" allowTransparency="true"></iframe>
</td>
</tr>
</table>
</div>
</td></tr>

<tr>
<td height='50' width='1000' colspan='3'>
<div id="footer">
<a href="http://www.deluxegames.com">Multiplayer Games</a> | <a href='javascript:coeur.affiche_centre("contact.php?engine=");'>اتصال بنا</a> | Copyright ©️ 2007 Akinator.com كل الحقوق محفوظة - elokence.com هذا الموقع يحرر من قبل
 - Design by <a href="http://4rion.free.fr" target="_blank" style='position:relative'>ArioN</a>
</div>
-
</td></tr></table></div>

<div id='menu_jouer'>
<table>

<tr>
<td colspan='3' valign='middle'><img src='imgs/choisissez_votre_jeu.png'><td></tr>
<tr>
<td width='38%'><a href='javascript:choix_boite(0);coeur.demarrer_partie();'><img src='imgs/boite_persos.png'></a></td>
<td width="*" rowspan='2'><a href='#' onclick='fermeMenu()'><img src="imgs/bouton_ferme.png" ></a></td></tr>
<tr>
<td>مارد الاكيناتور يحزر الشخصيات</td>
</tr>
</table>
</div>
<div id='menu_statistiques' class='sous_menu3'>
<table width='100%'>
<tr><td>
<div class='item_menu'><a href='#' onclick='fermeMenu();coeur.affiche_centre("top_joueurs.html")' onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('joueurs','','imgs/btn_top_joueurs2.gif',1)"> <img src="imgs/btn_top_joueurs.gif" alt="Top joueurs" border="0" id="joueurs" style='position:relative' > </a></div>

<div class='item_menu'><a href='#' onclick='fermeMenu();coeur.affiche_centre("stat"+coeur.engine+"/stat_resume.html")' onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('plus_joues','','imgs/btn_les_plus_joues2.gif',1)"> <img src="imgs/btn_les_plus_joues.gif" alt="Suivi questions" border="0" id="plus_joues" style='position:relative' > </a></div>
<div class='item_menu'><a href='#' onclick='fermeMenu();coeur.affiche_centre("stat"+coeur.engine+"/stat_question_1.html")' onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('questions','','imgs/btn_questions_ajoutees2.gif',1)"> <img src="imgs/btn_questions_ajoutees.gif" alt="Suivi questions" border="0" id="questions" style='position:relative' > </a></div>
</td>
<td width='100'><a href='#' onclick='fermeMenu()'><img src="imgs/bouton_ferme.png" ></a>
</td></tr></table>
</div>

<div id='menu_en_savoir_plus' class='sous_menu3'>
<table width='100%'>
<tr><td>
<div class='item_menu'><a href='#' onclick='fermeMenu();coeur.affiche_centre("histoire.html");return false' onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('histoire','','imgs/btn_histoire2.gif',1)"> <img src="imgs/btn_histoire.gif" alt="Histoire" border="0" id="histoire" style='position:relative' > </a></div>

<div class='item_menu'><a href='#' onclick='fermeMenu();coeur.affiche_centre("faq.html");return false' onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('faq','','imgs/btn_faq2.gif',1)"> <img src="imgs/btn_faq.gif" alt="Suivi questions" border="0" id="faq" style='position:relative' > </a></div>
<div class='item_menu'><a href='http://www.elokence.com' onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('qui','','imgs/btn_qui2.gif',1)"> <img src="imgs/btn_qui.gif" alt="Suivi questions" border="0" id="qui" style='position:relative' > </a></div>
</td>
<td width='100'><a href='#' onclick='fermeMenu()'><img src="imgs/bouton_ferme.png" ></a>
</td></tr></table>
</div>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-5403229-4");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body></html>



ممكن مساعد  235873

descriptionممكن مساعد  Emptyرد: ممكن مساعد

more_horiz
بانتظار ردك هل تم الحل

descriptionممكن مساعد  Emptyرد: ممكن مساعد

more_horiz
نعتذر لك
لقد اهملت موضوعك لفترة 48 ساعة
يغلق الموضوع
ممكن مساعد  2726535510



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

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