qooy problem in remote

Discussion in 'PHP' started by mamak24, Sep 2, 2011.

  1. #1
    hi
    i have a problem with qooy script
    upload from PC is working fine, But remote upload is not completly working
    when i remote upload a file, and after i upload it seccessfly i can't log in to link of mirrors page
    i got this error
    Not Found
    The requested URL /files/1QZOMLB8/t_2_s6_mq_animeiat_com.avi was not found on this server.

    website
    mirrorcreator.info/remote.php
    id anyone can help me just PM
    thx
     
    mamak24, Sep 2, 2011 IP
  2. coderpundit

    coderpundit Member

    Messages:
    110
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #2
    Seems like a minor issue with the htaccess file, can easily fix it. I have sent you a PM.
     
    coderpundit, Sep 3, 2011 IP
  3. elicitservers

    elicitservers Peon

    Messages:
    714
    Likes Received:
    7
    Best Answers:
    1
    Trophy Points:
    0
    #3
    I'm assuming this is an issue with allow_url_fopen or curl_exec...run a PHP info page:
    Check for those above listed functions to know if allow_url_fopen is set to "Off", or if curl_exec is found in "disable_functions"
     
    elicitservers, Sep 3, 2011 IP
  4. laptop1986

    laptop1986 Member

    Messages:
    73
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    48
    #4
    Hi,

    Kindly open the ftp, then edit file remote.php

    Search for

    echo 'Your download link is: <a href="files/'.$file_uid.'/'.$file_name.'">'.$file_name.'</a><br/>';
    Code (markup):
    change this line with :

    echo 'Your download link is: <a href="download.php?uid='.$file_uid.'">'.$file_name.'</a><br/>';
    Code (markup):
    This shall fix your problem.

    Best Regards,
    Qooy Store
     
    laptop1986, Sep 7, 2011 IP