IMPORTANT: Don't try to edit the toplist table's layout manually - use the Admin Utility.
See also:
This page includes the forms visitors use to add and edit their entries. You are strongly advised not to edit these forms in any way - doing so may render the referal counters unusable. The final section, Things to Watch Out For, is included for your benefit only, and should not remain part of the live page.
Please remember that this version of AutoList does NOT entitle you to any free support services.
Add your URL to the list | Edit your site's listing |
Inside the zero'th gap
Rank | Site Details | Referrals Received | Referrals Generated |
1 | Get your FREE copy of AutoList21 here | 0 | 0 |
target=_top>![]() ![]() |
Inside the second gap
Inside the third gap
Inside the fourth gap
Inside the fifth gap
Once you have registered your URL, you will need to embed a small amount of HTML text into those pages that are to generate the referrals. If you want us to email a copy of your details (including ID and Password), don't forget to include your email address below.
Don't forget to include an ID and Password! You will need these to edit your entry later.
where "wotever" might be "begin" or "gap" or "block", and so forth.
<noscript>
This page uses JavaScript in order to work properly, and your browser appears to have active scripting turned off at the moment. Please re-enable JavaScript and reload this page before continuing. </noscript> |
<script language="JavaScript" src="../yourpath/autolist.js"> <!-- var script = '/yourpath/autolist.cgi'; var outward = '/yourpath/outward.html'; // --> </script> |
Example
Suppose the various files are saved to the following URLs, where http://yoursite.com is the server
on which THIS page is also being saved.
autolist.js | http://yoursite.com/private/toplists/autolist.js |
autolist.cgi | http://yoursite.com/private/toplists/autolist.cgi |
Outward trap | http://mysite.com/gotcha/loadsastuff.html |
Then we'd change the JavaScript variables to read as follows.
<script language="JavaScript" src="/private/toplists/autolist.js"> <!-- var script = '/private/toplists/autolist.cgi'; var outward = 'http://mysite.com/gotcha/loadsastuff.html'; // --> </script> |
IMPORTANT: Whatever the URLs of the various scripts and pages, it is essential that their access rights are set correctly. Your hosting company will be able to tell you the appropriate attributes for various classes of file. In general, you will typically need to chmod scripts to either 755 or 777, depending on your server's configuration. If in doubt, ask your host company's support staff.