agsql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zentz
    Confirmed User
    • Nov 2003
    • 8062

    #1

    agsql

    agsql code usually creates a code "Powered By AutoGallery SQL" but on the bottom of the page... but in my case the code is created in the middle of the page...

    http://www.studvids.com/test.php
    http://www.lustypuppy.com/test.php

    any ideas ?
    Programs that owe me money ---- Epassporte.com ~ $2700 | Protraffic.com ~ $2600 | XonDemand.com ~ $3000

    Email: [email protected]
  • Top Jimmy
    Confirmed User
    • Dec 2004
    • 2513

    #2
    Originally posted by zentz
    agsql code usually creates a code "Powered By AutoGallery SQL" but on the bottom of the page... but in my case the code is created in the middle of the page...

    http://www.studvids.com/test.php
    http://www.lustypuppy.com/test.php

    any ideas ?
    I wish you had said it was a ghey tgp

    I just ate

    Don't reply. Let it die.

    Comment

    • Top Jimmy
      Confirmed User
      • Dec 2004
      • 2513

      #3
      Right in any case open the main tgp file in a text editor and find powered by.

      Edit it to be gone if it cannot be removed, hide it using css.

      Don't reply. Let it die.

      Comment

      • zentz
        Confirmed User
        • Nov 2003
        • 8062

        #4
        thats not the solution :-( anyone else ?
        Programs that owe me money ---- Epassporte.com ~ $2700 | Protraffic.com ~ $2600 | XonDemand.com ~ $3000

        Email: [email protected]

        Comment

        • QuaWee
          Confirmed User
          • Jul 2004
          • 5791

          #5
          why dont you just contact tech support?
          i luv mainstream

          Comment

          • Top Jimmy
            Confirmed User
            • Dec 2004
            • 2513

            #6
            Originally posted by zentz
            thats not the solution :-( anyone else ?

            eh? If you can't delete the line that prints it, you CAN hide it using css. How is that not the solution?

            Don't reply. Let it die.

            Comment

            • fusionx
              Confirmed User
              • Nov 2003
              • 4618

              #7
              Your tables are all messed up. Look at the page source and look at the bottom.

              You have an open table structure in the footer area. You have closing html and body tags with HTML after, then another closing body tag at the bottom.

              Double check your divs - they might be improperly nested or not closed, etc.

              Here's the bottom section I looked at:

              Code:
              </body>
              
              </html>
              
                        </td>
                    </table>
              </div>
              <p align="center">&nbsp;</p>
                  <p align="center"><span class="small"><b>Webmasters:&nbsp;</b> <a href="http://www.lustypuppy.com/cgi-bin/atx/signup.cgi">Trade 
                    Traffic</a><font color="#ff00ff"> </font><font color="#FFFFFF">|</font><font color="#ff00ff"> 
                    </font><font color="#ff7200"><a href="http://www.lustypuppy.com/cgi-bin/tgp/submit.cgi">Submit 
                    Galleries</a> </font> <font color="#FFFFFF">| </font><font color="#000000">Contact</font></span></p>
              <p align="center"><font size="3">? LustyPuppy.com 2003, All Rights
              Reserved.&nbsp; Designed by<font color="#ffffff" size="2"> </font><a href="http://www.crakweb.com"><b><font color="#FFFF00">CraKweb</font></b></a><br>
              No part of this website can be copied without our permission!</font></p>
                      </TD>
              	</TR>
              	<TR>
              		<TD background="bodybg.jpg">
              			<IMG SRC="images/spacer.gif" WIDTH=157 HEIGHT=1 ALT=""></TD>
              		<TD background="bodybg.jpg">
              			<IMG SRC="images/spacer.gif" WIDTH=79 HEIGHT=1 ALT=""></TD>
              		<TD background="bodybg.jpg">
              			<IMG SRC="images/spacer.gif" WIDTH=289 HEIGHT=1 ALT=""></TD>
              		<TD background="bodybg.jpg">
              			<IMG SRC="images/spacer.gif" WIDTH=116 HEIGHT=1 ALT=""></TD>
              		<TD background="bodybg.jpg">
              			<IMG SRC="images/spacer.gif" WIDTH=119 HEIGHT=1 ALT=""></TD>
                </center>
              <!-- End ImageReady Slices -->
              <div align="center" class="jmbfoot">Powered By <a href="http://www.jmbsoft.com/" target="_blank" class="jmblink">AutoGallery SQL</a></center>
              </body>

              Comment

              Working...