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

html to php



19-01-2012 05:49 مساءً
youmed
معلومات الكاتب
السلام عليكم ورحمة الله

عندي انديكس بلغة html و أريد لو أحد يساعدني يرجعه بلغة php و يرسله لي فضلا






CODE
<!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">
<head>
<meta http-**="Content-Type" content="text/html; charset=UTF-8" />
<title>FLASH QURAN: فلاش قرآن</title>

<link href="css/liquid-green.css" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="js/liquid.js"></script>
<script type="text/javascript" src="js/swfobject.js"></script>
<script type="text/javascript" src="js/flippingbook.js"></script>
<script type="text/javascript" src="js/bookSettings.js"></script>

</head>
<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">
try {
var pageTracker = _gat._getTracker("UA-10293545-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<body>
    <div id="fbContainer">
	   <a class="altlink" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"><div id="altmsg">Download Adobe Flash Player.</div></a>
    </div>
  
	  <div id="fbFooter">
	   <div id="fbContents">
			<select id="fbContentsMenu" name="fbContentsMenu"></select>
		  <font face="fantasy">
		  <span class="fbPaginationMinor">
		  <font style="font-size: 12.5pt" color="#FFFFFF"> </font></span></font>
		  <font face="Times New Roman">
		  <span class="fbPaginationMinor">
	   </div>
	   <div id="fbMenu">
		  <img src="img/btnZoom.gif" width="36" height="40" border="0" id="fbZoomButton" /><img src="img/btnPrint.gif" width="36" height="40" border="0" id="fbPrintButton" /><img src="img/btnDownload.gif" width="36" height="40" border="0" id="fbDownloadButton" /><img src="img/btnDiv.gif" width="13" height="40" border="0" /><img src="img/btnPrevious.gif" width="36" height="40" border="0" id="fbBackButton" /><img src="img/btnNext.gif" width="36" height="40" border="0" id="fbForwardButton" /></div>
</div>
</body>
</html>
تم تحرير الموضوع بواسطة :youmed بتاريخ: 19-01-2012 05:50 مساءً


look/images/icons/i1.gif html to php
  19-01-2012 05:58 مساءً   [1]
إبن القنصل
معلومات الكاتب
طيب يا غالي ماذا تحتاج ان تضيف به وما ماذا اذا تريد تغير الصيغه فضعه في ملف واجعله .php
يا ريت توضح اكثر

look/images/icons/i1.gif html to php
  19-01-2012 06:05 مساءً   [2]
نجم الويب
معلومات الكاتب
قم بحفظ الصفحة بشكل php بالترميز UTF-8
فقط لانها كلها اكواد html

look/images/icons/i1.gif html to php
  19-01-2012 06:57 مساءً   [3]
youmed
معلومات الكاتب
انظروا أنا عندي موقع فيه قرآن فلاشيhttp://www.menhag.net/quran/

و أريد أن أضيف عليه parameters كي يتيح لي تغيير الصفحات انطلاقا من اللينك مثل هدا الموقع http://quranrabbi.com/quran/?c=44

c=44 هو رقم السورة التي سيدهب اليها

انا طبقتها لا تعمل معي اي parameters

http://www.menhag.net/quran/quran/?c=44/


و الانديكس الدي فوق هو الدي استعمل

تم تحرير المشاركة بواسطة :youmed بتاريخ:19-01-2012 06:57 مساءً


look/images/icons/i1.gif html to php
  19-01-2012 07:45 مساءً   [4]
نجم الويب
معلومات الكاتب
الصفحة لا تعمل html to php
وعلى ما اظن على حسب كلامك الموضوع يحتاج له حلقة تستدعي ارقام السور من قاعدة البيانات

الموقع المثال الذي طرحته على شكل سكربت .. فلاش
جرب هذاالكود

CODE


<!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"><head><meta http-**="Content-Type" content="text/html; charset=UTF-8" /><title>FLASH QURAN: فلاش قرآن</title><link href="http://quranrabbi.com/quran/css/liquid-green.css" rel="stylesheet" type="text/css" /><script type="text/javascript" src="http://quranrabbi.com/quran/js/liquid.js"></script><script type="text/javascript" src="http://quranrabbi.com/quran/js/swfobject.js"></script><script type="text/javascript" src="http://quranrabbi.com/quran/js/flippingbook.js"></script><script type="text/javascript" src="http://quranrabbi.com/quran/js/bookSettings.js"></script>
</head><body>	<div id="fbContainer">	 <a class="altlink" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"><div id="altmsg">Download Adobe Flash Player.</div></a> </div>	 <div id="fbFooter">		<div id="fbContents">			 <select id="fbContentsMenu" name="fbContentsMenu"></select>			<span class="fbPaginationMinor">p.&nbsp;</span>
		    <span id="fbCurrentPages">1</span>			<span id="fbTotalPages" class="fbPaginationMinor"></span>		</div>		<div id="fbMenu">			<img src="http://quranrabbi.com/quran/img/btnZoom.gif" width="36" height="40" border="0" id="fbZoomButton" /><img src="http://quranrabbi.com/quran/img/btnPrint.gif" width="36" height="40" border="0" id="fbPrintButton" /><img src="http://quranrabbi.com/quran/img/btnDownload.gif" width="36" height="40" border="0" id="fbDownloadButton" /><img src="http://quranrabbi.com/quran/img/btnDiv.gif" width="13" height="40" border="0" /><img src="http://quranrabbi.com/quran/img/btnPrevious.gif" width="36" height="40" border="0" id="fbBackButton" /><img src="http://quranrabbi.com/quran/img/btnNext.gif" width="36" height="40" border="0" id="fbForwardButton" /></div></div>


قم بتجربته لاني لم اجربه ... html to php

look/images/icons/i1.gif html to php
  19-01-2012 07:53 مساءً   [5]
نجم الويب
معلومات الكاتب
الكود السابق سيقوم بتشغيل الفلاش من موقع المثال ...
سكربتات المصحف الرقمي لتستخدمه في موقعك براحتك :
http://www.6wer.net/vb/showthread.php?t=2684
http://www.tamayoze.com/?p=7529

look/images/icons/i1.gif html to php
  20-01-2012 11:21 صباحاً   [6]
youmed
معلومات الكاتب
جرب الآن الصفحات كلها تعمل ..أنا أريد أن تغمل الطريقة في السيرفر خاصتي لا أن أنقل من الموقع الآخر

فالقرآن الفلاشي وضغته ف ftp خاصتي أيضا بقي أن أبحث كي أعمل تلك الطريقة لجلب الصفحات

look/images/icons/i1.gif html to php
  20-01-2012 06:00 مساءً   [7]
نجم الويب
معلومات الكاتب
ابحث عن نفس السكربت لكي تقوم بتشغيله بحرية
او جرب وضع كود تشغيل الفلاش بالطريقة المعروفة


المواضيع المتشابهه
عنوان الموضوع الكاتب الردود الزوار آخر رد
مشكلة الخرائط و روابط html jo1rcom
2 154 Soliman
مشكلة في اضافة تحويل محرر SCEditor من BBcode إلى HTML جنرال الحب
2 295 جنرال الحب
مشكلة عند تحرير مشاركة تحوي أكواد html Sofiene2023
8 392 Sofiene2023
هل يمكن تقصير الروابط للمواضيع بطريقة اخرى غير طريقة تحويلها الى html جنرال الحب
6 551 جنرال الحب
مشكلة في المنتديات الفرعية في ستايل اوركيد بعد ايقاف تحويل الروابط الى html جنرال الحب
2 474 جنرال الحب

الكلمات الدلالية
لا يوجد كلمات دلالية ..






الساعة الآن 01:48 PM