Some one tell me where to find this script

Discussion in 'PHP' started by blue fire, Dec 17, 2009.

  1. #1
    Hi
    i am new here i am totally new to coding i want this script i tried very much but not found anywhere is some one tell me where i can find this script

    this script automatically embed youtube or other videos using video id like:
    www.yoursite.com/youtube.php?v=youtube video id

    and set ads around video automatically
    this script looks similer to this one View attachment zshare.net_embedder_by_zshare.ws.zip but this is for zshare

    Please help me to find this script
     
    Last edited: Dec 17, 2009
    blue fire, Dec 17, 2009 IP
  2. zodiac

    zodiac Peon

    Messages:
    2,661
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    0
    #2
    are looking for auto grabber or something to add the url (http://www.youtube.com/watch?v=rIOQVYIOobo) in the admin.
    maybe not what what your looking for,but http://www.yourarcadescript.com you can add videos the same way you would games,but you add the url.
     
    zodiac, Dec 17, 2009 IP
  3. blue fire

    blue fire Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    this is not i am looking for
    for this script you don't need any admincp or any special feature just youtube id and add after this url
    www.yoursite.com/youtube.php?v=
    like
    www.yoursite.com/youtube.php?v=rIOQVYIOobo
    and your video is automatically embedded and this embed is temporary not permanent

    see example here
    http://auto-insruance.info/youtube.php?id=SAUPmQAGKUs
     
    blue fire, Dec 18, 2009 IP
  4. NodLemon

    NodLemon Peon

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    $id = $_GET['video'];
    echo '<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/' . $id . '&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/' . $id . '&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>';
    PHP:
    Is this what you was looking for ?
     
    NodLemon, Dec 18, 2009 IP
  5. blue fire

    blue fire Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    bro can you tell me how to use it?
    i don't know anything about coding
    thanks in advanced
     
    blue fire, Dec 18, 2009 IP
  6. NodLemon

    NodLemon Peon

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Save it as a PHP script ( don't forget to enclose the given code in PHP tags ). To see an embedded video, open: script.php?video=ID.
     
    NodLemon, Dec 18, 2009 IP
  7. blue fire

    blue fire Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thanks bro you solve my problem you are great any tips to place ads around video i.e left,right top and bottom ?
    Thanks again for your help
     
    blue fire, Dec 18, 2009 IP
  8. ghprod

    ghprod Active Member

    Messages:
    1,010
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    78
    #8
    use CSS to place your ads around them :)

    tip: copy source code from http://auto-insruance.info/youtube.php?id=SAUPmQAGKUs and add some php, save as *.php .. and upload to your host :)

    regards
     
    ghprod, Dec 18, 2009 IP
  9. blue fire

    blue fire Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Thanks bro problem solved i am very happy today
     
    blue fire, Dec 18, 2009 IP
  10. ghprod

    ghprod Active Member

    Messages:
    1,010
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    78
    #10
    glad to hear that :D

    and happy earning bro :)

    cheers..
     
    ghprod, Dec 18, 2009 IP
  11. only4stories

    only4stories Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Can u share zshare script also please
     
    only4stories, Jun 14, 2010 IP
  12. only4stories

    only4stories Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Do u have zshare script so share it plz
     
    only4stories, Jun 14, 2010 IP