Jump to content

millhugz

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

millhugz's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Okay.. now its not giving an error but also not showing the download links..
  2. <? /* Product: Qooy.com script Notice: OpenSource should be OpenSource! */ require 'includes/configs.inc.php'; $status = 0; if ((isset ($_POST_DATA['rapidshare']) OR isset ($_POST['rapidshareremote']))) { exec ('' . $php_path . ' -c ' . $config_ini . ' mirrors/rapidshare.php ' . $file_uid . ' ' . $status . ' >/dev/null &'); } if ((isset ($_POST_DATA['megaupload']) OR isset ($_POST['megauploadremote']))) { exec ('' . $php_path . ' -c ' . $config_ini . ' mirrors/megaupload.php ' . $file_uid . ' ' . $status . ' >/dev/null &'); } if ((isset ($_POST_DATA['easyshare']) OR isset ($_POST['easyshareremote']))) { exec ('' . $php_path . ' -c ' . $config_ini . ' mirrors/easyshare.php ' . $file_uid . ' ' . $status . ' >/dev/null &'); } if ((isset ($_POST_DATA['depositfiles']) OR isset ($_POST['depositfilesremote']))) { exec ('' . $php_path . ' -c ' . $config_ini . ' mirrors/depositfiles.php ' . $file_uid . ' ' . $status . ' >/dev/null &'); } if ((isset ($_POST_DATA['zshare']) OR isset ($_POST['zshareremote']))) { exec ('' . $php_path . ' -c ' . $config_ini . ' mirrors/zshare.php ' . $file_uid . ' ' . $status . ' >/dev/null &'); } if ((isset ($_POST_DATA['filefactory']) OR isset ($_POST['filefactoryremote']))) { exec ('' . $php_path . ' -c ' . $config_ini . ' mirrors/filefactory.php ' . $file_uid . ' ' . $status . ' >/dev/null &'); } if ((isset ($_POST_DATA['flyupload']) OR isset ($_POST['flyuploadremote']))) { exec ('' . $php_path . ' -c ' . $config_ini . ' mirrors/flyupload.php ' . $file_uid . ' ' . $status . ' >/dev/null &'); } if ((isset ($_POST_DATA['sendspace']) OR isset ($_POST['sendspaceremote']))) { exec ('' . $php_path . ' -c ' . $config_ini . ' mirrors/sendspace.php ' . $file_uid . ' ' . $status . ' >/dev/null &'); } if ((isset ($_POST_DATA['sharedzilla']) OR isset ($_POST['sharedzillaremote']))) { exec ('' . $php_path . ' -c ' . $config_ini . ' mirrors/sharedzilla.php ' . $file_uid . ' ' . $status . ' >/dev/null &'); } if ((isset ($_POST_DATA['badongo']) OR isset ($_POST['badongoremote']))) { exec ('' . $php_path . ' -c ' . $config_ini . ' mirrors/badongo.php ' . $file_uid . ' ' . $status . ' >/dev/null &'); } if ((isset ($_POST_DATA['netload']) OR isset ($_POST['netloadremote']))) { exec ('' . $php_path . ' -c ' . $config_ini . ' mirrors/netload.php ' . $file_uid . ' ' . $status . ' >/dev/null &'); } if ((isset ($_POST_DATA['loadto']) OR isset ($_POST['loadtoremote']))) { exec ('' . $php_path . ' -c ' . $config_ini . ' mirrors/loadto.php ' . $file_uid . ' ' . $status . ' >/dev/null &'); } ?>
  3. Well.. there are dozens of files for the script..
  4. Hello, when I try to upload a file to mirroruploads.com I get this error: Can someone help me fix this issue? I thank you ahead of time!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.