small php job: 10$ in ur paypal (coder needed)

Discussion in 'Programming' started by nevret2, Oct 27, 2007.

  1. #1
    hello,

    i have a short url site. i submit a download url and it give me a new url on my site which got a link of this download link, here is the download.php:

    <?php
    include "config.php";
    connect(1);
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>
    
    <body>
    
    <p align="left"><?php
      $id = $_GET['id'];
      $b = $_GET['b'];
      if(!isset($b) || $b != "y") {
      $query = mysql_query("SELECT link FROM links WHERE rand = '$id'");
      $link = mysql_result($query,"link");
      echo "<a href='".$link."'>Downloadlink</a>";
      echo '<meta http-equiv="refresh" content="1000000;url='.$link.'">';
      } else {
      $query = mysql_query("SELECT links FROM bunchlinks WHERE rand = '$id'");
      $links = mysql_result($query,"links");
      $links = str_replace("<br />","",$links);
      echo 'Your Requested Links Are:<br><br><textarea rows="15" cols="40">'.$links.'</textarea>';
      }
      ?>
    </p>
    </body>
    </html>
    
    Code (markup):
    now look at
    echo "<a href='".$link."'>Downloadlink</a>";
    Code (markup):
    you see, if you click on here you will go directly to the submitted url right? but i dont want them directy to go to the link, if they click on downloadlink, there must be open first a popup saying: please click here to go to the download link.

    so you need to make a popup.html, then u connect the code $link in download.php with the popup.html.

    so exactly: i want the links first in a popup, they may not go directly to the external link

    can you do this? i have 10$ for this job, if you see this message here, you can still get it, i will remove this message when i got it, so you can still get this job. also if your good, i have more jobs.

    THE JOB IS DONE, THNX TO papa_face
     
    nevret2, Oct 27, 2007 IP
  2. criticerz

    criticerz Peon

    Messages:
    81
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    So you basically want so when people click on that page for a pop-up to come out saying: Click here to download and THAT will start the download?

    If so I can do this. Send me a PM with details.
     
    criticerz, Oct 27, 2007 IP
  3. nevret2

    nevret2 Peon

    Messages:
    518
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    yeah thats it, but still needed someone to get this done??????
     
    nevret2, Oct 27, 2007 IP
  4. nevret2

    nevret2 Peon

    Messages:
    518
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    ok the job is done thnx to papa_face
     
    nevret2, Oct 27, 2007 IP
  5. dafc

    dafc Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    ahan the script is done gimme a pm on msn i've got it up and runnin for ya ;)
     
    dafc, Oct 27, 2007 IP