Go back to previous page
Forum URL: http://www.dombom.com/cgi-bin/dcforum/dcboard.cgi
Forum Name: FatBomb
Topic ID: 26
Message ID: 3
#3, RE: fatbomb.cgi/? converted to fatbomb.cgi?
Posted by tsuyoshi on Sep-05-04 at 02:27 AM
In response to message #2
I just found the answer here:

http://www.dombom.com/dcforum/DCForumID24/21.html

Chris (Poker) posted this:

Quote
Look in the "deafult-results.html" at the very end it should look like this:

{% else %}
<a href="/cgi-bin/fatbomb/fatbomb.cgi/?skin={% form.skin as url %}. . . . . . .]</a>{% end %}

Obviously replace /cgi-bin/fatbomb/fatbomb.cgi with the path to your file. And remember I put the "curly brackets" in above for the forum. They are really square brackets.


so I believe, if anybody here wants to use Bo's modification, should use:

{% else %}
<a href="/cgi-bin/fatbomb/fatbomb.cgi?skin={% form.skin as url %}. . . . . . .]</a>{% end %}

just remove forward slash after "fatbomb.cgi".

Correct me if I'm wrong, and thanks much for reading this!