Arrowscripts ATL 3 Help.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Robocrop
    Confirmed User
    • Aug 2008
    • 2785

    #1

    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!
  • paymeback
    Confirmed User
    • May 2005
    • 1478

    #2
    Pretty sure arrowscript forum has it in the faq?

    http://www.arrowscripts.com/atl3/g-toplist/index.shtml
    Last edited by paymeback; 08-02-2009, 09:25 AM.
    ICQ:36-43-49-11

    Comment

    • brassmonkey
      Pay It Forward
      • Sep 2005
      • 77396

      #3
      make sure u keep updating the packages that script is dangerous
      TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
      DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

      Comment

      • fusionx
        Confirmed User
        • Nov 2003
        • 4618

        #4
        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>

        Comment

        • Robocrop
          Confirmed User
          • Aug 2008
          • 2785

          #5
          Originally posted by fusionx
          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?

          Comment

          • Robocrop
            Confirmed User
            • Aug 2008
            • 2785

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

            Comment

            • Tube Ace
              So Fucking Banned
              • Nov 2008
              • 4941

              #7
              Originally posted by Robocrop
              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"); ?>

              Comment

              • Robocrop
                Confirmed User
                • Aug 2008
                • 2785

                #8
                Alright I will try that. Thanks Tube Ace

                Comment

                • fusionx
                  Confirmed User
                  • Nov 2003
                  • 4618

                  #9
                  Originally posted by Robocrop
                  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.

                  Comment

                  • Twoface31
                    Confirmed User
                    • Sep 2006
                    • 2746

                    #10
                    try to contact their suppport

                    Email: <span style="color:Cyan">[email protected]</span>
                    HentaiG4h * Lusty Life
                    ICQ: 291-953

                    Comment

                    Working...