www.pudn.com > madengine.zip > config.pl
##Change this line to whatever you like..it is what the madmin.cgi script refers to itself as $madmintitle = "MadMin"; ##Decide whether you'd like to use wallpaper or a background color $colororimage = "1"; #0 for bg image(wallpaper) 1 for bgcolor ##Define the background color if determined above $bgcolor = "WHITE"; ##Define the background image url if determined above $bgimageurl = ""; ##Define the text color for all madengine pages $textcolor = "BLACK"; ##Define the link color for all madengine pages $linkcolor = "RED"; ##Define the visited link color for all madengine pages $vlinkcolor = "BLUE"; ##Define the active link color for all madengine pages $alinkcolor = "PURPLE"; ##Set the url of the madmin.cgi script $madminurl = "http://www.yourdomain.com/cgi-bin/madengine/madmin.cgi"; ##Set the full path to the data directory $datadirectorypath = "/home/username/cgi-bin/madengine/data"; ##Set the password for madmin $madminpass = "memad"; ##What Madengine refers to itself as in madengine pages $madenginetitle = "madengine"; ##Set the url for the madengine.cgi script $madengineurl = "http://www.yourdomain.com/cgi-bin/madengine/madengine.cgi"; ##Set this to your email address, to help the madengine bot get through no-bot sites $pretendfrom = "zicg@geocities.com"; #your email address helps bot get through no-bots sites. Caution, if you abuse the madengine bot, you will get hatemail. ##Set this to a browser type you'd like the madengine bot to masquerade as $useragent = "Mozilla/4.05"; #What your robot pretends to be 1; __END__