Quote:
Originally Posted by st0ned
Hitting you up now, thanks!
Thanks for the input. Say I wanted to include the .js file on each site, then inside of that .js file wanted it to load a remote .js file or at least a remote IM code. Is this possible? Just trying to admin them all from one location but would rather not have the same URL spread across my network.
|
At a glance; I would write a script to act based on the referring site(you domains)
and that script would serve up the proper .js file. I would embed the script in the
javascript file directory folder using htacces.
So then to change a site/ad/etc.. you just change the redirect script.
I think this does what you want, if i understand you correctly.