PDA

View Full Version : Site-helper.com



Vpower
04-18-2004, 01:53 PM
DirectAdmin licensees may reproduce this page for their own customers.

Does this mean that if I have rented a server running DA I can copy text and images from sitehelper.com and use it when designing my own website?

ProWebUK
04-18-2004, 04:16 PM
It means exactly what it says I guess :)

Aslong as its for your customers use to understand the DA panel in more depth, Yes.

Chris

Vpower
04-18-2004, 10:54 PM
That`s great :)
I love DA!
And this kind of saves me for a lot of work too :D

nobaloney
04-19-2004, 10:51 AM
Hey, Chris...

How about a quick howto on how to create a copy of the DirectAdmin default skin, where to put it, and where/how to modify it so it'll point to our copy of site-helper?

I know the information can be found scattered through the forums and other sources, but I'd love to see it in one place.

Thanks for your consideration :) .

Jeff

DirectAdmin Support
04-19-2004, 12:15 PM
Hi Jeff,

One way to do it would be the following:

cd /usr/local/directdmin/data/skins
cp -R default my_default
cd my_default
perl -pi -e 's/www.site-helper.com/www.yoursite.com/' `find *`

A cleaner method would be to replace www.site-helper.com with `HELP_SITE` and then put |?HELP_SITE=www.yoursite.com| in a header html file somewhere so it's only referened once. Much cleaner that way.

John

nobaloney
04-19-2004, 12:26 PM
Thanks.

Should someone move this to the howto section, or will you, or should I, write one?

(Note that I still have a stack of stuff to get around to doing, so if it's left to me it'll take a while.)

Jeff

DirectAdmin Support
04-19-2004, 12:31 PM
Are 4 lines of code worthy of a how-to thread? ;) I wouldn't worry about it Jeff.

John

nobaloney
04-19-2004, 12:38 PM
If/when I get to it it'll be a complete howto.

The advantage to it being in the howto section is because that's where we tend to look first.

Jeff