Buying Php coder required $80 for work

Discussion in 'Programming' started by Naruto2c, Feb 9, 2010.

  1. #1
    I need a PHP code that will get the video file and put it into my player.

    So if my domain is

    www.domain.com

    then when i put

    www.domain.com/watch/?naruto=683-naruto-shippuden-episode-146

    thwn this link will visit the

    http://www.narutoget.com/watch/683-naruto-shippuden-episode-146/

    page and get all the text after the file=

    in this case

    the code is

    <script type="text/javascript">
    var so = new SWFObject('http://www.narutoget.com/player/player.swf','mpl','600','450','9');
    so.addParam('allowscriptaccess','always');
    so.addParam('allowfullscreen','true');
    so.addParam('flashvars','&file=http://video.ak.facebook.com/video-ak-sf2p/v6808/0/108/102080426490228_53607.mp4&image=http://img1.ak.crunchyroll.com/i/spire3-tmb/1232ebc5c338b78ce930626a36ccee141265084434_main.jpg&autostart=false&stretching=exactfit');
    so.write('player');
    </script>

    so the PHP script will grab

    http://video.ak.facebook.com/video-..._main.jpg&autostart=false&stretching=exactfit

    all of that after the file=

    and then will put that in my code

    as in this code

    http://video.ak.facebook.com/video-..._main.jpg&autostart=false&stretching=exactfit

    in my file=

    I don't know if this is possible in PHP or not

    Thanks
     
    Naruto2c, Feb 9, 2010 IP
  2. 0x00

    0x00 Well-Known Member

    Messages:
    122
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    115
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    I can do that,

    Check PM.
     
    0x00, Feb 9, 2010 IP
  3. Naruto2c

    Naruto2c Member

    Messages:
    294
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Thread Closed
     
    Naruto2c, Feb 9, 2010 IP