Content management script (AVS)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rammi
    Confirmed User
    • Jan 2002
    • 161

    #1

    Content management script (AVS)

    Hi,
    any of you knowns free content management script for AVS site?
    I'm just trying to build my first AVS site and don't know where to begin...

    thanks.
    Rammi,
    create your own Free toplist
    Trade traffic on Mr. Superporner, The pornstar
  • Hostedgallery
    Registered User
    • Jan 2003
    • 37

    #2
    Hey Rammi,

    A-Conman is now open source... aka free However, it's kind of a bitch to setup. You can get a copy at http://www.a-conman.com/

    If you search the board, you'll see a lot of guys rave about this program. I personally can't seem to get the setup to work for me yet... but I'm still tinkering.

    If there are any A-Conman setup gurus out there... by all means join this thread and let's share some info
    <a href="http://www.hostedgallery.com/"><img border="0" src="http://www.hostedgallery.com/boardimages/1_animated.gif" width="120" height="60"></a>
    <font face="Verdana" size="2">ICQ: <a href="http://wwp.icq.com/scripts/contact.dll?msgto=333015437">333015437</a>
    AIM: <a href="aim:goim?screenname=hstdgallery&message=Hell o+There.">hstdgallery</a></font>

    Comment

    • Ketadream
      Confirmed User
      • Feb 2003
      • 1373

      #3
      Waiting for a mySQL port then ill just into a-conman
      SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.

      Comment

      • rammi
        Confirmed User
        • Jan 2002
        • 161

        #4
        Some other script?
        I've only
        MS IIS + PHP + MySQL or
        MS IIS + ASP + MSJET

        've no postrgreSQL database...
        Rammi,
        create your own Free toplist
        Trade traffic on Mr. Superporner, The pornstar

        Comment

        • rammi
          Confirmed User
          • Jan 2002
          • 161

          #5
          I takes me about 11 hours to get this script working on WINXP
          But I must delete http_auth and rewrite about 10% of script...
          I hate PHP scripting... commands like

          Code:
          $d = dir("$dirname");
              while ($entry=$d->read()) {
              	if ((@is_file($entry)) && ((eregi("\.jpg$",$entry)) || (eregi("\.gif$",$entry)) || (eregi("\.png$",$entry)))) {
          			$identify = `$magick_path/identify $entry`;
          			if ($identify) {
                      	$images[] = $entry;
          			}
              	}
              }
              $d->close();
          makes me mad rr
          Rammi,
          create your own Free toplist
          Trade traffic on Mr. Superporner, The pornstar

          Comment

          Working...