المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : تحويل الروابط من php الى html بدون هاك productات



admin
10-31-2013, بتوقيت غرينيتش 06:01 AM
http://www.dzbatna.com/images/icons/idea.gif طھط*ظˆظٹظ„ ط§ظ„ط±ظˆط§ط¨ط· ظ…ظ† php ط§ظ„ظ‰ html ط¨ط¯ظˆظ† ظ‡ط§ظƒط§طھ (http://www.dzbatna.com/t2225909/)



السلام عليكم
كيف حالكم اخواني
اليوم درس مفصل تحويل الروابط من php الى html بدون هاك productات

نبدي بالدرس مفصل
على بركة الله

اول شي
اعمل ملف جديد تحت اسم : htaccess.
و اذا كان موجود عدل عليه
وضع فيه الكود code التالي


رمز PHP:

<code style="white-space:nowrap"> <code> $ search.php?do=getdaily &#91;L&#93;
RewriteRule ^getdaily(&#91;0-9&#93;+).html$ search.php?do=getdaily&f=$1 &#91;L&#93;
RewriteRule ^unanswered.html$ search.php?do=process&replyless=1&replylimit=0&dontcache=1 &#91;L&#93;
RewriteRule ^unanswered(&#91;0-9&#93;+).html$ search.php?do=process&replyless=1&replylimit=0&dontcache=1&forumchoice=$1&childforums=1 &#91;L&#93;
RewriteRule ^forum(&#91;0-9&#93;+).html$ forumdisplay.php?f=$1 &#91;L&#93;
RewriteRule ^forum(&#91;0-9&#93;+)-(&#91;0-9&#93;+)-(&#91;a-z&#93;+)-(.*)-(&#91;0-9&#93;+)-(.*).html$ forumdisplay.php?f=$1&page=$2&sort=$3&order=$4&pp=$5&daysprune=$6 &#91;L&#93;
RewriteRule ^forum(&#91;0-9&#93;+)-(.*)-(&#91;a-z&#93;+)-(&#91;a-z&#93;+).html$ forumdisplay.php?f=$1&daysprune=$2&order=$3&sort=$4 &#91;L&#93;
RewriteRule ^announcement(&#91;0-9&#93;+).html$ announcement.php?f=$1 &#91;L&#93;
RewriteRule ^announcement(&#91;0-9&#93;+)-(&#91;0-9&#93;+).html$ announcement.php?f=$1&announcementid=$2 &#91;L&#93;
RewriteRule ^thread(&#91;0-9&#93;+).html$ showthread.php?t=$1 &#91;L&#93;
RewriteRule ^thread(&#91;0-9&#93;+)-(&#91;0-9&#93;+).html$ showthread.php?t=$1&page=$2 &#91;L&#93;
RewriteRule ^getnew.html$ search.php?do=getnew &#91;L&#93;
RewriteRule ^getnew(&#91;0-9&#93;+).html$ search.php?do=getnew&f=$1 &#91;L&#93;
RewriteRule ^printthread(&#91;0-9&#93;+).html$ printthread.php?t=$1 &#91;L&#93;
RewriteRule ^sendthread(&#91;0-9&#93;+).html$ sendmessage.php?do=sendtofriend&t=$1 &#91;L&#93;
RewriteRule ^referthread(&#91;0-9&#93;+)-(&#91;0-9&#93;+).html$ showthread.php?t=$1&referrerid=$2 &#91;L&#93;
RewriteRule ^lastpostinthread(&#91;0-9&#93;+).html$ showthread.php?goto=lastpost&t=$1 &#91;L&#93;
RewriteRule ^newpostinthread(&#91;0-9&#93;+).html$ showthread.php?goto=newpost&t=$1 &#91;L&#93;
RewriteRule ^nextnewesttothread(&#91;0-9&#93;+).html$ showthread.php?t=$1&goto=nextnewest &#91;L&#93;
RewriteRule ^nextoldesttothread(&#91;0-9&#93;+).html$ showthread.php?t=$1&goto=nextoldest &#91;L&#93;
RewriteRule ^post(&#91;0-9&#93;+).html$ showthread.php?p=$1 &#91;L&#93;
RewriteRule ^post(&#91;0-9&#93;+)-(&#91;0-9&#93;+).html$ showpost.php?p=$1&postcount=$2 &#91;L&#93;
RewriteRule ^post(&#91;0-9&#93;+)-(&#91;0-9&#93;+)-(&#91;0-9&#93;+).html$ showthread.php?p=$1&page=$2&pp=$3 &#91;L&#93;
RewriteRule ^thread(&#91;0-9&#93;+)-(&#91;a-z&#93;+).html$ showthread.php?mode=$2&t=$1 &#91;L&#93;
RewriteRule ^post(&#91;0-9&#93;+)-(&#91;a-z&#93;+).html$ showthread.php?p=$1&mode=$2 &#91;L&#93;
</code> </code>

داخل مجلد includes ابحث عن ملف إسمه functions.php
وابحث بداخلة عن :-

رمز PHP:

<code style="white-space:nowrap"> <code> print_output($vartext, $sendheader = 1)
{
global $pagestarttime, $query_count, $querytime, $DB_site, $bbuserinfo;
global $vbphrase, $vboptions, $stylevar, $_REQUEST;
</code> </code>

اضف اسفله مباشرة

رمز PHP:

<code style="white-space:nowrap"> <code> //www.zag-eng.com+www.cr-house.com
global $session;

$search_array = array(
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"forumdisplay.php?$session&#91;sessionurl&#93;f=") . '(&#91;0-9&#93;+)' . preg_quote("&page=") . '(&#91;0-9&#93;+)' . preg_quote("&sort=") . '(&#91;a-z&#93;*)' . preg_quote("&order="). '(&#91;a-z&#93;*)' . preg_quote("&pp=") . '(&#91;0-9&#93;*)' . preg_quote("&daysprune="). '(&#91;^"&#93;*)"#',
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"forumdisplay.php?$session&#91;sessionurl&#93;f=") . '(&#91;0-9&#93;+)' . preg_quote("&daysprune=") . '(&#91;^"&#93;*)' . preg_quote("&order=") . '(&#91;a-z&#93;*)' . preg_quote("&sort=") . '(&#91;a-z&#93;*)' . preg_quote("&pp=") . '(&#91;0-9&#93;*)' . preg_quote("&page=") . '(&#91;0-9&#93;+)"#',
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"forumdisplay.php?$session&#91;sessionurl&#93;f=") . '(&#91;0-9&#93;+)' . preg_quote("&daysprune=") . '(&#91;^"^&&#93;*)' . preg_quote("&order=") . '(&#91;a-z&#93;*)' . preg_quote("&sort=") . '(&#91;a-z&#93;*)"#',
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"forumdisplay.php?$session&#91;sessionurl&#93;f=") . '(&#91;0-9&#93;+)' . preg_quote("&daysprune="). '(&#91;^"^&&#93;*)"#',
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"forumdisplay.php?$session&#91;sessionurl&#93;f=") . '(&#91;0-9&#93;+)' . preg_quote("&page=") . '(&#91;0-9&#93;+)"#',
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"forumdisplay.php?$session&#91;sessionurl&#93;f=") . '(&#91;0-9&#93;+)"#',
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"showthread.php?$session&#91;sessionurl&#93;t=") . '(&#91;0-9&#93;+)' . preg_quote("&page=") . '(&#91;0-9&#93;*)' . preg_quote("&pp=") . '(&#91;0-9&#93;+)"#',
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"showthread.php?$session&#91;sessionurl&#93;t=") . '(&#91;0-9&#93;+)' . preg_quote("&page=") . '(&#91;0-9&#93;+)"#',
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"showthread.php?$session&#91;sessionurl&#93;t=") . '(&#91;0-9&#93;+)"#',
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"showthread.php?$session&#91;sessionurl&#93;goto=lastpost&t=") . '(&#91;0-9&#93;+)"#',
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"showthread.php?$session&#91;sessionurl&#93;goto=newpost&t=") . '(&#91;0-9&#93;+)"#',
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"printthread.php?$session&#91;sessionurl&#93;t=") . '(&#91;0-9&#93;+)"#',
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"sendmessage.php?$session&#91;sessionurl&#93;do=sendtofrien d&t=") . '(&#91;0-9&#93;+)"#',
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"showthread.php?$session&#91;sessionurl&#93;t=") . '(&#91;0-9&#93;+)' . preg_quote("&goto=next"). '(&#91;a-z&#93;+)"#',
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"showthread.php?$session&#91;sessionurl&#93;p=") . '(&#91;0-9&#93;+)"#',
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"showthread.php?$session&#91;sessionurl&#93;p=") . '(&#91;0-9&#93;+)' . preg_quote("&page=") . '(&#91;0-9&#93;+)' . preg_quote("&pp=") . '(&#91;0-9&#93;+)"#',
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"showpost.php?$session&#91;sessionurl&#93;p=") . '(&#91;0-9&#93;+)' . preg_quote("&postcount=") . '(&#91;0-9&#93;+)"#',



'#<a (&#91;^>&#93;*)href' . preg_quote("=\"showthread.php?$session&#91;sessionurl&#93;mode=") . '(&#91;a-z&#93;+)' . preg_quote("&t=") . '(&#91;0-9&#93;+)"#',
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"showthread.php?$session&#91;sessionurl&#93;p=") . '(&#91;0-9&#93;+)' . preg_quote("&mode=") . '(&#91;a-z&#93;+)\##',

'#<a (&#91;^>&#93;*)href' . preg_quote("=\"announcement.php?$session&#91;sessionurl&#93;f=") . '(&#91;0-9&#93;+)' . preg_quote("&announcementid=") . '(&#91;0-9&#93;+)"#',
'#<a (&#91;^>&#93;*)href' . preg_quote("=\"announcement.php?$session&#91;sessionurl&#93;f=") . '(&#91;0-9&#93;+)"#',

// sanitizing
#<a (&#91;^>&#93;*)href
</code> </code>

اذا اصابت فمن الله و ان اخطأت فمني و من الشيطان تقبل الله منا و منكم صالح الاعمال

في النهاية اتمنى ان يعجبكم الموضوع ..






ألعاب الأندرويد مجانا و حصريا (http://www.apotox.info/forum)



https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-ash4/482113_236967293114455_1193518507_n.png (http://www.dzbatna.com)
©المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى (http://www.dzbatna.com)©

استعمل مربع البحث في الاسفل لمزيد من المواضيع


سريع للبحث عن مواضيع في المنتدى