The following is copied from the RingSurf Feature Links Page. There is a also a copy of these in a text file.
Instructions
To use these codes on your homepage, you will need to replace all occurrences of ***RING ID*** with your own Net Ring ID, and replace ***RING NAME*** with the name of your Net Ring. If you are using one of the links requiring ***SITE ID***, you will need to replace this with the Site ID of the member site you wish to use.
For example, if you were site # 2 in the Feral Wombats ring, the you would change...
***RING ID*** to feral_wombats
***RING NAME*** to Feral Wombats
***SITE ID*** to 2
Where you see the code ###, replace this with the number you want to use.
To continue the example, if you want a link that skips the next 3 from the above site, you'd change...
http://www.ringsurf.com/netring?ring=***RING ID***; id=***SITE ID***;action=skip###
...to...
http://www.ringsurf.com/netring?ring=feral_wombats; id=2;action=skip3
The Links
- Random:
- Takes the user to a random site in the ring.
http://www.ringsurf.com/netring?ring=***RING ID***;id=***SITE ID***;action=rand
- Next:
- Takes the user to the next site in the ring.
http://www.ringsurf.com/netring?ring=***RING ID***;id=***SITE ID***;action=next
- Previous:
- Takes the user to the previous site in the ring.
http://www.ringsurf.com/netring?ring=***RING ID***;id=***SITE ID***;action=prev
- Skip ###:
- Skip the user ### sites ahead in the ring, where ### is the number of sites to be skipped.
http://www.ringsurf.com/netring?ring=***RING ID***;id=***SITE ID***;action=skip###
- Skip Previous ###:
- Skip the user ### sites backward in the ring, where ### is the number of sites to be skipped.
http://www.ringsurf.com/netring?ring=***RING ID***;id=***SITE ID***;action=sprev###
- List Next 5:
- Generates a list of the next 5 sites in the ring.
http://www.ringsurf.com/netring?ring=***RING ID***;id=***SITE ID***;action=next5
- List Previous 5:
- Generates a list of the previous 5 sites in the ring.
http://www.ringsurf.com/netring?ring=***RING ID***;id=***SITE ID***;action=prev5
- List:
- Generates a list of all of the sites in the ring.
http://www.ringsurf.com/netring?ring=***RING ID***;action=list
- Index:
- Generates a index (more detailed than List) of all of the sites in the ring.
http://www.ringsurf.com/netring?ring=***RING ID***;action=index
- Statistics:
- Generates a report of the latest usage statistics for the ring.
http://www.ringsurf.com/netring?ring=***RING ID***;action=stats
- Home:
- Takes the user to the ring's home page.
http://www.ringsurf.com/netring?ring=***RING ID***;action=home
- Join:
- Takes the user the ring's membership request form to encourage prospective new ring members to sign up!
http://www.ringsurf.com/netring?ring=***RING ID***;action=addform
- Search:
- Add search capabilities to your Net Ring.
Copy the code below...
<FORM
ACTION="http://www.ringsurf.com/ringsearch" METHOD="POST"> <center> <font
size=1>Search the <a href="http://www.ringsurf.com">RingSurf</a>
Ring Directory<BR> <INPUT NAME="query"
TYPE="text" SIZE="20" value="">
<INPUT TYPE="submit" VALUE="Search"> </font> </center> </FORM>
|