GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   Content management script (AVS) (https://gfy.com/showthread.php?t=133170)

rammi 05-12-2003 06:43 AM

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.

Hostedgallery 05-12-2003 12:42 PM

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 :)

Ketadream 05-12-2003 03:27 PM

Waiting for a mySQL port then ill just into a-conman

rammi 05-12-2003 09:33 PM

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

've no postrgreSQL database...

rammi 05-14-2003 09:34 PM

I takes me about 11 hours to get this script working on WINXP :feels-hot
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 :waaaaahhrr


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

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