search

Home  >  Q&A  >  body text

javascript - php detection URL jump page

First look at a js code:

MacPlayer.Html = '<iframe width="100%" height="'+MacPlayer.Height+'" allowTransparency="true" frameborder="0" scrolling="no" src="http://www.qbzhan.com/chaojikan.php?url='+MacPlayer.PlayUrl+'"></iframe>';
MacPlayer.Show();

http://www.qbzhan.com/chaojik...

Requirements:

Write a piece of php code to detect the content after the equal sign:

The php code that

refers to is: http://www.qbzhan.com/chaojik...

If the access address is:
http://www.qbzhan.com/chaojik...

Then let php jump to: New connection:
http://www.qbzhan.com/iqi.php...
That is:
http://www.qbzhan.com /iqi.php...

漂亮男人漂亮男人2793 days ago556

reply all(2)I'll reply

  • 怪我咯

    怪我咯2017-05-16 12:04:09

    Your URLs have all become links, please modify them, otherwise I won’t understand what question you are asking

    reply
    0
  • 高洛峰

    高洛峰2017-05-16 12:04:09

    Solved, thank you

    <?php
    $url=empty($_GET['vid'])?$_GET['url']:$_GET['vid'];
    $needleA= 'acfun.cn'; $needleB= 'iqiyi.com'; $needleC= 'v.qq.com'; $needleD= 'youku.com'; $needleE= 'toutiao.com';
         if(strpos($url, $needleA)>0){echo "<script>window.onload=function(){location.href='http://www.12399688.com/index/acfun.php?url=$url';}</script>";}
    else if(strpos($url, $needleB)>0){echo "<script>window.onload=function(){location.href='http://www.65yw.com/rooog1/iqiyi.php?id=$url';}</script>";}
    else if(strpos($url, $needleC)>0){echo "<script>window.onload=function(){location.href='http://www.12399688.com/index/qqvod.php?url=$url';}</script>";}
    else if(strpos($url, $needleD)>0){echo "<script>window.onload=function(){location.href='http://www.12399688.com/index/youku.php?url=$url';}</script>";}
    else if(strpos($url, $needleE)>0){echo "<script>window.onload=function(){location.href='http://www.12399688.com/index/https.php?url=$url';}</script>";}
    else{echo "<script>window.onload=function(){location.href='http://www.12399688.com/admin.php?url=$url';}</script>";}
    ?>

    reply
    0
  • Cancelreply