Gossamer Forum
Home : Products : Links 2.0 : Customization :

Links without jump.cgi?

Quote Reply
Links without jump.cgi?
I purchased a version of the links system some months ago. I picked Gossamer Links because it was the best. Though my site has become popular and the jump.cgi is causing problem for me. Nothing wrong with the script, but as my host has told us to keep the access of the jump.cgi file down. I know that they for sure has closed down sites. - - - - - Strange? because we are allowed to have unlimited server access.

Has anyone got a modified version without the jump.cgi.

Thanks

TJ
Quote Reply
Re: Links without jump.cgi? In reply to
This does not require a mod... unless you consider putting a <B> tag in your template files a mod. If you understand basic HTML, you should be able to configure link.html and detailed.html to bypass jump.cgi. You will also need to go into nph_build.cgi and edit sub build_rate_page and perhaps build_cool_page (can't remember since stripping it out).

------------------
The Immuatable Order of Modding
-=-=-=-=-=-=-=-
1. Read the FAQ, 2. Search the board, 2a. Search the board again, 3. ask the question, 4. back-up, 5. experiment, 6. rephrase question (or better yet, post solution to original question)

[This message has been edited by oldmoney (edited January 07, 2000).]
Quote Reply
Re: Links without jump.cgi? In reply to
And if you simply do not want to use jump.cgi , all you have to do is replace jump.cgi in the link.html template file (and other templates where you have it referenced) with the following:

Code:
<a href="<%URL%>"><%Title%></a>

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------