مشكله لهاك video bbcode

منتديات هاكات phpBB3 والنقاش حول هاكات الجيل الثالث وأيضاً حل مشاكل التركيب العامة

المشرفون: alhitary،طاقم الإضافات

قوانين المنتدى
هذه الساحة للنقاش حول كيفية الهاكات وليس لحل المشاكل المتعلقه بذلك، مشكلة الهاك تطرح في موضوع الهاك نفسه
صورة العضو الرمزية
Masrawy
عضو متميز
عضو متميز
مشاركات: 305
اشترك في: الاثنين ديسمبر 31, 2007 11:07 pm
مكان: &&&& Egypt &&&&

????? ???? video bbcode

مشاركةبواسطة Masrawy » الاثنين نوفمبر 02, 2009 12:57 am

????? ???? video bbcode
??? ?????? ??? ????? ??? ???? ????? ???? ????? ???? ??? ?? 5 ???? ?????? ????? ???? ??????? ?? ??????
?? ???? ????? ???? ?? ???? ?????? ????? ?????? ??? ?? ???? ?????

????? ???? ??????? ??? ??? ??? ????
http://www.phpbb.com/community/viewtopi ... &start=735




صورة العضو الرمزية
Masrawy
عضو متميز
عضو متميز
مشاركات: 305
اشترك في: الاثنين ديسمبر 31, 2007 11:07 pm
مكان: &&&& Egypt &&&&

????? ???? video bbcode

مشاركةبواسطة Masrawy » الاثنين نوفمبر 02, 2009 1:00 pm

???? ????? ???? ?? ??????? ????? ??????? ??? ????? ??????
??? ??? ??? ???? ???? ?
http://
?? ???? ?????? ?????? ????

كود: تحديد الكل

<?php
foreach ($_GET as $key => $item){
if ($key!='link' and $key!='debug'){
$_GET['link'].='&'.$key.'='.$item;
}
}
If ($_GET['link']){
If ($_GET['debug']) echo '<script>';
echo "window.document.write('".preg_replace('/<\/script>/', '</scr\'+\'ipt>', addslashes(get_video($_GET['link'])))."');";
If ($_GET['debug']) echo '</script>';
}
function get_video($link){
$values = array (
    //http://www.youtube.com/watch?v=OygxkgewEhU
    array('/youtube\.com.*v=([^&]*)/i', '<embed src="http://www.youtube.com/v/{ID_VIDEO}&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed>'),


);
foreach ($values as $value){
if (preg_match($value[0], $link, $matches)){
$id_video=$matches[1];
return preg_replace_callback('/{.*?}/', create_function('$matches', 'switch (true){
case preg_match("/\{ID_VIDEO\}/", $matches[0]):
return "'.$id_video.'";
break;
case preg_match("/\{LINK\}/", $matches[0]):
return "'.$link.'";
break;
case preg_match("/\{DOWNLOAD(.*?)%(.*?)%(.*?)\}/", $matches[0], $matches2):
if (empty($matches2[1])) $matches2[1]="'.$link.'";
preg_match($matches2[2], file_get_contents(str_replace(" ","+",$matches2[1])), $matches3);
if (empty($matches2[3])){
return $matches3[1];
}else{
$t=$matches3[1];
foreach(explode("|", $matches2[3]) as $e){
eval(\'$t=\'.$e.\'($t);\');
}
return $t;
}
break;
}
return $matches[0];'), $value[1]);
}
}
return 'Error, site not recognized';
}
?>

صورة العضو الرمزية
Masrawy
عضو متميز
عضو متميز
مشاركات: 305
اشترك في: الاثنين ديسمبر 31, 2007 11:07 pm
مكان: &&&& Egypt &&&&

????? ???? video bbcode

مشاركةبواسطة Masrawy » الاثنين نوفمبر 02, 2009 2:54 pm


صورة العضو الرمزية
Garebooo
المشرف العام
المشرف العام
مشاركات: 7407
اشترك في: السبت مارس 26, 2005 6:12 am
مكان: phpBB Arabia
اتصال:

????? ???? video bbcode

مشاركةبواسطة Garebooo » الاثنين نوفمبر 02, 2009 4:32 pm

???? ??? ?????? ???? ????? ??? ????????
من فضلك استخدم نموذج طلب الدعم عند اضافة مشكلتك
بعد حل مشكلتك فضلاً ضع [ مجابة ] في عنوان الموضوع حتى يتنظم الموقع بشكل اكبر

صورة العضو الرمزية
Masrawy
عضو متميز
عضو متميز
مشاركات: 305
اشترك في: الاثنين ديسمبر 31, 2007 11:07 pm
مكان: &&&& Egypt &&&&

????? ???? video bbcode

مشاركةبواسطة Masrawy » الاثنين نوفمبر 02, 2009 4:54 pm

Garebooo كتب:???? ??? ?????? ???? ????? ??? ????????
?? ??? ??? ???? ???? ???????? ?????? ?????? ????? ?? ?????? ??? ?? ?????? :ugeek:

صورة العضو الرمزية
Garebooo
المشرف العام
المشرف العام
مشاركات: 7407
اشترك في: السبت مارس 26, 2005 6:12 am
مكان: phpBB Arabia
اتصال:

????? ???? video bbcode

مشاركةبواسطة Garebooo » الثلاثاء نوفمبر 03, 2009 3:13 am

كود: تحديد الكل

    <?php
    foreach ($_GET as $key => $item){
    if ($key!='link' and $key!='debug'){
    $_GET['link'].='&'.$key.'='.$item;
    }
    }
    If ($_GET['link']){
    If ($_GET['debug']) echo '<script>';
    echo "window.document.write('".preg_replace('/<\/script>/', '</scr\'+\'ipt>', addslashes(get_video($_GET['link'])))."');";
    If ($_GET['debug']) echo '</script>';
    }
    function get_video($link){
    $values = array (
        //http://www.youtube.com/watch?v=OygxkgewEhU
        array('/youtube\.com.*v=([^&]*)/i', '<embed src="www.youtube.com/v/{ID_VIDEO}&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed>'),


    );
    foreach ($values as $value){
    if (preg_match($value[0], $link, $matches)){
    $id_video=$matches[1];
    return preg_replace_callback('/{.*?}/', create_function('$matches', 'switch (true){
    case preg_match("/\{ID_VIDEO\}/", $matches[0]):
    return "'.$id_video.'";
    break;
    case preg_match("/\{LINK\}/", $matches[0]):
    return "'.$link.'";
    break;
    case preg_match("/\{DOWNLOAD(.*?)%(.*?)%(.*?)\}/", $matches[0], $matches2):
    if (empty($matches2[1])) $matches2[1]="'.$link.'";
    preg_match($matches2[2], file_get_contents(str_replace(" ","+",$matches2[1])), $matches3);
    if (empty($matches2[3])){
    return $matches3[1];
    }else{
    $t=$matches3[1];
    foreach(explode("|", $matches2[3]) as $e){
    eval(\'$t=\'.$e.\'($t);\');
    }
    return $t;
    }
    break;
    }
    return $matches[0];'), $value[1]);
    }
    }
    return 'Error, site not recognized';
    }
    ?>
?????? ????? ???? ???????
من فضلك استخدم نموذج طلب الدعم عند اضافة مشكلتك
بعد حل مشكلتك فضلاً ضع [ مجابة ] في عنوان الموضوع حتى يتنظم الموقع بشكل اكبر

صورة العضو الرمزية
Masrawy
عضو متميز
عضو متميز
مشاركات: 305
اشترك في: الاثنين ديسمبر 31, 2007 11:07 pm
مكان: &&&& Egypt &&&&

????? ???? video bbcode

مشاركةبواسطة Masrawy » الثلاثاء نوفمبر 03, 2009 1:37 pm

Garebooo كتب:

كود: تحديد الكل

    <?php
    foreach ($_GET as $key => $item){
    if ($key!='link' and $key!='debug'){
    $_GET['link'].='&'.$key.'='.$item;
    }
    }
    If ($_GET['link']){
    If ($_GET['debug']) echo '<script>';
    echo "window.document.write('".preg_replace('/<\/script>/', '</scr\'+\'ipt>', addslashes(get_video($_GET['link'])))."');";
    If ($_GET['debug']) echo '</script>';
    }
    function get_video($link){
    $values = array (
        //http://www.youtube.com/watch?v=OygxkgewEhU
        array('/youtube\.com.*v=([^&]*)/i', '<embed src="www.youtube.com/v/{ID_VIDEO}&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed>'),


    );
    foreach ($values as $value){
    if (preg_match($value[0], $link, $matches)){
    $id_video=$matches[1];
    return preg_replace_callback('/{.*?}/', create_function('$matches', 'switch (true){
    case preg_match("/\{ID_VIDEO\}/", $matches[0]):
    return "'.$id_video.'";
    break;
    case preg_match("/\{LINK\}/", $matches[0]):
    return "'.$link.'";
    break;
    case preg_match("/\{DOWNLOAD(.*?)%(.*?)%(.*?)\}/", $matches[0], $matches2):
    if (empty($matches2[1])) $matches2[1]="'.$link.'";
    preg_match($matches2[2], file_get_contents(str_replace(" ","+",$matches2[1])), $matches3);
    if (empty($matches2[3])){
    return $matches3[1];
    }else{
    $t=$matches3[1];
    foreach(explode("|", $matches2[3]) as $e){
    eval(\'$t=\'.$e.\'($t);\');
    }
    return $t;
    }
    break;
    }
    return $matches[0];'), $value[1]);
    }
    }
    return 'Error, site not recognized';
    }
    ?>
?????? ????? ???? ???????
???? ??? ????? ?? ???? ??? ?? ??? ??????? ?????? ???? ???? ?????? ?? ???? ?????????? ???? ????????? ??? ?? ?? ?? ??????

صورة العضو الرمزية
Masrawy
عضو متميز
عضو متميز
مشاركات: 305
اشترك في: الاثنين ديسمبر 31, 2007 11:07 pm
مكان: &&&& Egypt &&&&

????? ???? video bbcode

مشاركةبواسطة Masrawy » الأربعاء نوفمبر 04, 2009 1:40 pm

?? ???? ???? ???? ????? ????? ???? ????? ?? ??????

??? ?? ???? ??? ???? ??????

صورة العضو الرمزية
holyland
عضو جديد
عضو جديد
مشاركات: 91
اشترك في: الأربعاء سبتمبر 17, 2008 12:59 pm
اتصال:

????? ???? video bbcode

مشاركةبواسطة holyland » السبت ديسمبر 12, 2009 8:51 am

???? ??? ????? ?? ???? ??? ?? ??? ??????? ?????? ???? ???? ?????? ?? ???? ?????????? ???? ????????? ??? ?? ?? ?? ??????
????? ??? ???? ??? ???????
????? ??? ??? ????? ?? ??? ??????? ??? ?? ??????? ??? ????????? ?? ????
?????


العودة إلى ”هاكــات [ ×.3.0 ]“

الموجودون الآن

المتصفحون للمنتدى الآن: Ahrefs [Bot] و 9 زوار