GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Arrowscripts ATL 3 Help. (https://gfy.com/showthread.php?t=919382)

Robocrop 08-02-2009 10:11 AM

Arrowscripts ATL 3 Help.
 
Hello, I just have a simple question regarding ATL 3.

How do ya set up a toplist? I have done this before like 2.5 years ago but now its all blank. I cannot think clearly since I suffer from yesterdays night out.

Can anyone push me in the right direction? Maybe guide me thru ICQ.

I would appreciate it! :winkwink:

paymeback 08-02-2009 10:21 AM

Pretty sure arrowscript forum has it in the faq?

http://www.arrowscripts.com/atl3/g-toplist/index.shtml

brassmonkey 08-02-2009 10:38 AM

make sure u keep updating the packages that script is dangerous

fusionx 08-02-2009 10:41 AM

Here's a small fragment of one of mine. This one is styled through CSS, so it probably won't work for you as is.

Code:

            <ul>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_000%%&tag=toplist&trade=%%url_000%%" target="_blank">%%tit_000%%</a></li>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_001%%&tag=toplist&trade=%%url_001%%" target="_blank">%%tit_001%%</a></li>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_002%%&tag=toplist&trade=%%url_002%%" target="_blank">%%tit_002%%</a></li>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_003%%&tag=toplist&trade=%%url_003%%" target="_blank">%%tit_003%%</a></li>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_004%%&tag=toplist&trade=%%url_004%%" target="_blank">%%tit_004%%</a></li>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_005%%&tag=toplist&trade=%%url_005%%" target="_blank">%%tit_005%%</a></li>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_006%%&tag=toplist&trade=%%url_006%%" target="_blank">%%tit_006%%</a></li>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_007%%&tag=toplist&trade=%%url_007%%" target="_blank">%%tit_007%%</a></li>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_008%%&tag=toplist&trade=%%url_008%%" target="_blank">%%tit_008%%</a></li>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_009%%&tag=toplist&trade=%%url_009%%" target="_blank">%%tit_009%%</a></li>
            </ul>

Here's one that uses an HTML Table:

Code:

<table align="center" width="100%" border="0" cellspacing = "5" cellpadding="5">
        <tr>
                <td colspan="4" class="header">
                        My Site Loves These:
                </td>
        </tr>
        <tr>
                <td><A href="/cgi-bin/at3/out.cgi?id=%%tid_000%%&tag=toplist&trade=%%url_000%%" target="_blank">%%tit_000%%</A> - (%%rin_000%%)</td>
                <td><A href="/cgi-bin/at3/out.cgi?id=%%tid_001%%&tag=toplist&trade=%%url_001%%" target="_blank">%%tit_001%%</A> - (%%rin_001%%)</td>
                <td><A href="/cgi-bin/at3/out.cgi?id=%%tid_002%%&tag=toplist&trade=%%url_002%%" target="_blank">%%tit_002%%</A> - (%%rin_002%%)</td>
                <td><A href="/cgi-bin/at3/out.cgi?id=%%tid_003%%&tag=toplist&trade=%%url_003%%" target="_blank">%%tit_003%%</A> - (%%rin_003%%)</td>
        </tr>
        <tr>
                <td><A href="/cgi-bin/at3/out.cgi?id=%%tid_004%%&tag=toplist&trade=%%url_004%%" target="_blank">%%tit_004%%</A> - (%%rin_004%%)</td>
                <td><A href="/cgi-bin/at3/out.cgi?id=%%tid_005%%&tag=toplist&trade=%%url_005%%" target="_blank">%%tit_005%%</A> - (%%rin_005%%)</td>
                <td><A href="/cgi-bin/at3/out.cgi?id=%%tid_006%%&tag=toplist&trade=%%url_006%%" target="_blank">%%tit_006%%</A> - (%%rin_006%%)</td>
                <td><A href="/cgi-bin/at3/out.cgi?id=%%tid_007%%&tag=toplist&trade=%%url_007%%" target="_blank">%%tit_007%%</A> - (%%rin_007%%)</td>
        </tr>

... deleted for space...
</table>


Robocrop 08-02-2009 10:48 AM

Quote:

Originally Posted by fusionx (Post 16136959)
Here's a small fragment of one of mine. This one is styled through CSS, so it probably won't work for you as is.

Code:

            <ul>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_000%%&tag=toplist&trade=%%url_000%%" target="_blank">%%tit_000%%</a></li>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_001%%&tag=toplist&trade=%%url_001%%" target="_blank">%%tit_001%%</a></li>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_002%%&tag=toplist&trade=%%url_002%%" target="_blank">%%tit_002%%</a></li>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_003%%&tag=toplist&trade=%%url_003%%" target="_blank">%%tit_003%%</a></li>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_004%%&tag=toplist&trade=%%url_004%%" target="_blank">%%tit_004%%</a></li>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_005%%&tag=toplist&trade=%%url_005%%" target="_blank">%%tit_005%%</a></li>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_006%%&tag=toplist&trade=%%url_006%%" target="_blank">%%tit_006%%</a></li>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_007%%&tag=toplist&trade=%%url_007%%" target="_blank">%%tit_007%%</a></li>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_008%%&tag=toplist&trade=%%url_008%%" target="_blank">%%tit_008%%</a></li>
                <li><a href="/cgi-bin/at3/out.cgi?id=%%tid_009%%&tag=toplist&trade=%%url_009%%" target="_blank">%%tit_009%%</a></li>
            </ul>

Here's one that uses an HTML Table:

Code:

<table align="center" width="100%" border="0" cellspacing = "5" cellpadding="5">
        <tr>
                <td colspan="4" class="header">
                        My Site Loves These:
                </td>
        </tr>
        <tr>
                <td><A href="/cgi-bin/at3/out.cgi?id=%%tid_000%%&tag=toplist&trade=%%url_000%%" target="_blank">%%tit_000%%</A> - (%%rin_000%%)</td>
                <td><A href="/cgi-bin/at3/out.cgi?id=%%tid_001%%&tag=toplist&trade=%%url_001%%" target="_blank">%%tit_001%%</A> - (%%rin_001%%)</td>
                <td><A href="/cgi-bin/at3/out.cgi?id=%%tid_002%%&tag=toplist&trade=%%url_002%%" target="_blank">%%tit_002%%</A> - (%%rin_002%%)</td>
                <td><A href="/cgi-bin/at3/out.cgi?id=%%tid_003%%&tag=toplist&trade=%%url_003%%" target="_blank">%%tit_003%%</A> - (%%rin_003%%)</td>
        </tr>
        <tr>
                <td><A href="/cgi-bin/at3/out.cgi?id=%%tid_004%%&tag=toplist&trade=%%url_004%%" target="_blank">%%tit_004%%</A> - (%%rin_004%%)</td>
                <td><A href="/cgi-bin/at3/out.cgi?id=%%tid_005%%&tag=toplist&trade=%%url_005%%" target="_blank">%%tit_005%%</A> - (%%rin_005%%)</td>
                <td><A href="/cgi-bin/at3/out.cgi?id=%%tid_006%%&tag=toplist&trade=%%url_006%%" target="_blank">%%tit_006%%</A> - (%%rin_006%%)</td>
                <td><A href="/cgi-bin/at3/out.cgi?id=%%tid_007%%&tag=toplist&trade=%%url_007%%" target="_blank">%%tit_007%%</A> - (%%rin_007%%)</td>
        </tr>

... deleted for space...
</table>


Hey, looks great..do you mind me hitting you up for some questions?

Robocrop 08-02-2009 11:34 AM

I can get everything to work except ATL doesnt fetch the .html file with the command <!--#include virtual="toplist.html" -->

Tube Ace 08-02-2009 12:35 PM

Quote:

Originally Posted by Robocrop (Post 16137858)
I can get everything to work except ATL doesnt fetch the .html file with the command <!--#include virtual="toplist.html" -->

SSI (server side includes) would need to be enabled for that method to work. You may need to rename the page you're trying to include on with an extension of .shtml

OR use the PHP include method if you can:

<?php virtual ("/cgi-bin/at3/in.cgi"); ?>

Robocrop 08-02-2009 01:20 PM

Alright I will try that. Thanks Tube Ace

fusionx 08-03-2009 07:19 AM

Quote:

Originally Posted by Robocrop (Post 16137045)
Hey, looks great..do you mind me hitting you up for some questions?

No problem. I'm in and out all day, so just hit me up and I'll get back to you.

Twoface31 08-03-2009 07:48 AM

try to contact their suppport


All times are GMT -7. The time now is 04:17 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc