[ic] Administrators by Affiliate

Casey R. Tweten crt@kiski.net
Sat, 4 Nov 2000 14:24:17 -0500 (EST)


: Just use ProductFiles and list seperate db files for each. Do a
: makecat and blow away everything you do not need. Now your main site
: pulls from all db files and they have access as they appear to be a
: cat and no one is any wiser. Even if they do alter pages it does not
: matter as the pages being used are the main cats pages not the cat
: they are editing. Their site never actually gets seen.

I have found the ProductFiles entry in:  products/locale.txt

It is empty by default.  I am using MySQL as the database, how do I
enter multiple databases into ProductFiles?

Can I even get this functionality using SQL databases?

: Steve

Thanks Steve.

-- 
print(join(' ', qw(Casey R. Tweten)));my $sig={mail=>'crt@kiski.net',site=>
'http://home.kiski.net/~crt'};print "\n",'.'x(length($sig->{site})+6),"\n";
print map{$_.': '.$sig->{$_}."\n"}sort{$sig->{$a}cmp$sig->{$b}}keys%{$sig};
my $VERSION = '0.01'; #'patched' by Jerrad Pierce <belg4mit at MIT dot EDU>