Get Missing Components Feature

Discussion in 'General Discussion' started by Kevko, Jun 26, 2013.

  1. Juergen-BY

    Juergen-BY Registered

    Joined:
    Jun 16, 2012
    Messages:
    3,089
    Likes Received:
    440
    Maybe it was not reachable during some testings and changes. Now the link should working again. With and without directory link...but not with rf2.

    Es geht mit und ohne Link im Browser. Das macht mich noch krank....
     
  2. crz

    crz Registered

    Joined:
    Sep 22, 2012
    Messages:
    299
    Likes Received:
    0
    This is the response I got from your server:

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
    
    <html>
    <head>
    <title>**********</title>
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    </head>
    <frameset rows="100%">
    <frame src="http://www.**********/rf2getmod/getmod.php?sig=afff58fc846be99f12ce786f0f4caf8984f56bc8a359a5fd86617beb67008ee6" title="**********" frameborder="0" noresize="noresize"/>
    <noframes>
    <body>
    <h1>*********</h1>
    <p><a href="http://www.*********/rf2getmod/getmod.php?sig=afff58fc846be99f12ce786f0f4caf8984f56bc8a359a5fd86617beb67008ee6">http://**********/</a></p>
    </body>
    </noframes>
    </frameset>
    </html>
    Your server hands out HTML code and this is what rF2 can't handle. I have no experience with IIS but you have to teach it to just serve the file.
     
    Last edited by a moderator: Mar 23, 2014
  3. Noel Hibbard

    Noel Hibbard Registered

    Joined:
    Oct 5, 2010
    Messages:
    2,744
    Likes Received:
    40
    There is no work around for this problem and IIS. The PHP is just doing a 302 redirect but stupid IIS returns a body anyways. Older releases of rf2 ignored this body but 494+ downloads the body and then appends the file to the end. So the resulting rfcmp is corrupt and can't be installed. There is a lot of talk about this problem with IIS. I just moved my server to Apache.
     
  4. gagipro

    gagipro Registered

    Joined:
    Feb 26, 2013
    Messages:
    473
    Likes Received:
    7
    I've got apache but the rF2 client continues to ask for "getmod%2ephp?sig=" instead of "getmod.php?sig="

    any idea Noel or maybe an apache config trick?

    thanks in advance
    PS : your php rocks :)
     
  5. Noel Hibbard

    Noel Hibbard Registered

    Joined:
    Oct 5, 2010
    Messages:
    2,744
    Likes Received:
    40
    The source I posted is very outdated. I have made tons of changes so I will try to package up my latest code and release it. As I said I moved mine to Apache and when I did I had to make a few code changes.
     
  6. gagipro

    gagipro Registered

    Joined:
    Feb 26, 2013
    Messages:
    473
    Likes Received:
    7
    I thought I was close to make it work to release my mods this way : I'll wait for your source code Noel

    thanks
     
  7. Noel Hibbard

    Noel Hibbard Registered

    Joined:
    Oct 5, 2010
    Messages:
    2,744
    Likes Received:
    40
    An alternative would be to just use my server and if you want your own domain in your link then just create a CNAME record that points to GetMod.srrs-racing
     
  8. gagipro

    gagipro Registered

    Joined:
    Feb 26, 2013
    Messages:
    473
    Likes Received:
    7
    well, I prefere to have everything on my server.

    just had to put full rfcmp path to my new track rfcmp and problem solved.

    Thanks Noel
     
  9. doberk

    doberk Registered

    Joined:
    Jun 11, 2016
    Messages:
    120
    Likes Received:
    22
    The link is broken. Will be the source code available again? Thank you.
     
    Last edited by a moderator: Aug 8, 2016

Share This Page