Jump to content

PaulFOz

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by PaulFOz

  1. What about for a simple workaround place the file in a folder with a REALLY long name that can't display in the status bar? Ugly but effective. So using your method cheesier do you think that it woul be 'impossible' for someone to locate the true URL? If so how? Cheers
  2. Ok... got it working.. silly me. But in IE it quickly displays the URL next to the progress bar. Any fix for that?
  3. On the first page it's: [code] <html> <head> <title>blah</title> </head> <body> <form action="links.php" method="post">   <input type="hidden" name="cmd" value="link1"> <input type="submit" value="GoToThisLink"> </form> </body> </html> [/code] and on 'links.php' it's: [code] <html> <head> <title>blah</title> </head> <body> <?php if($_POST['cmd'] == "link1") {   header("Location: http://www.coolgorilla.com/images/banner.png"); } ?> </body> </html> [/code] The final project it obviously won't be a graphic... it's an .exe file. Cheers
  4. I'm using only the code he sent... I'm up for the encryption side of things if you can point me in the right direction.
  5. Cheesier, Now i get: Warning: Cannot modify header information - headers already sent by (output started at /home/c/coolgorilla.com/user/htdocs/links.php:9) in /home/c/coolgorilla.com/user/htdocs/links.php on line 11 I've found something that displays a link to a zip file like this this: <a href="/linkguarddemo.php/download.zip?linkguardauth=ZG93bmxvYWQuemlwLDExNjQ4OTI0MzksODAuNC4yMjQuOCwzLDEsZTBhZjM0NTI2ZDcwMDE4NzUwZjRlYzY5NWExNTI4NGY%3D">Download Test Link Here</a> Any help?
  6. Cheesier... I tried your code and got: Parse error: parse error, unexpected ':' in /home/nas01l/c/coolgorilla.com/user/htdocs/links.php on line 11 I'm testing it by just linking to an image from the site so the code is: <?php if($_POST['cmd'] == "link1") {   header(Location: http://www.coolgorilla.com/images/banner.png"); } ?> Any help please?
  7. Hi, I would like to use PHP to hide the exact URL of a download from my site. How would I go about doing this? Cheers in advance for your suggestions.
×
×
  • 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.