Hi guys,
If a reseller wants to do up his own cpanel skin/theme, how do we do that without giving him access to the root?
Hi guys,
If a reseller wants to do up his own cpanel skin/theme, how do we do that without giving him access to the root?
= = = = = = = = = = = = = = = = = =
Cpanel XP Evolution (Add DOZENS of functions to your Cpanel NOW!!!) - 21 Languages, User Friendly Interface, Feature Enabled, Highly Customizable, Create Popup Once window, Language Aware, Flash Tutorials, Theme Changer,Integration with Modernbill,WHM AutoPilot,ClientExec,LPanel&WHOISCart
for cpanel skin:
ln -s /home/{account_dir}/{skin_dir} /usr/local/cpanel/base/frontend/{skin_name}
and for language file:
ln -s /home/{account_dir}/{language_file} /usr/local/cpanel/lang/{language_name}
then you can copy default skin (x2) and english language file to his dir that he can customize it ...
Kuniosek,
It does not work!
I manage to link it as you instructed, copy the x skin folder into his folder but for some reason he cant access the folder from WS_FTP.
WHat do you think is wrong?
Originally posted by koniosek
for cpanel skin:
ln -s /home/{account_dir}/{skin_dir} /usr/local/cpanel/base/frontend/{skin_name}
and for language file:
ln -s /home/{account_dir}/{language_file} /usr/local/cpanel/lang/{language_name}
then you can copy default skin (x2) and english language file to his dir that he can customize it ...
= = = = = = = = = = = = = = = = = =
Cpanel XP Evolution (Add DOZENS of functions to your Cpanel NOW!!!) - 21 Languages, User Friendly Interface, Feature Enabled, Highly Customizable, Create Popup Once window, Language Aware, Flash Tutorials, Theme Changer,Integration with Modernbill,WHM AutoPilot,ClientExec,LPanel&WHOISCart
Roy,
did you chown the directories to be owned by that user?
kosmo
http://netenberg.com/
AccountLab Plus Affordable professional webhosting billing
Click Be! Building websites as easy as it click be
Fantastico De Luxe - Install your favourite scripts at a mouse click
Universina - The CPanel skin with Heart and Soul
Kosmo,
How do I do that?
Like this?
chown {username} /home/{account_dir}/{skin_dir} ??
Roy
Originally posted by kosmo
Roy,
did you chown the directories to be owned by that user?
kosmo
= = = = = = = = = = = = = = = = = =
Cpanel XP Evolution (Add DOZENS of functions to your Cpanel NOW!!!) - 21 Languages, User Friendly Interface, Feature Enabled, Highly Customizable, Create Popup Once window, Language Aware, Flash Tutorials, Theme Changer,Integration with Modernbill,WHM AutoPilot,ClientExec,LPanel&WHOISCart
chown -R {username}:{username} /home/{account_dir}/{skin_dir} ??
http://netenberg.com/
AccountLab Plus Affordable professional webhosting billing
Click Be! Building websites as easy as it click be
Fantastico De Luxe - Install your favourite scripts at a mouse click
Universina - The CPanel skin with Heart and Soul