Olle crap... Take yer pick boys...Throw a dart LOLOL
Code:[root@server1 ~]# locate user/show_domain.html /usr/local/directadmin/data/skins/power_user/user/show_domain.html /usr/local/directadmin/data/skins/enhanced/user/show_domain.html /usr/local/directadmin/data/skins/enhanced/user/show_domain.html.save /usr/local/directadmin/data/skins/enhanced/lang/en/user/show_domain.html /usr/local/directadmin/data/skins/default/user/show_domain.html [root@server1 ~]#
If any body else wants to get rid of the link to the FrontPage extensions, you don't have to waste your time and go through all the above files to add this code"
Code:
add:
|*if FRONTPAGE_ON="yes"|
before the frontpage line, and
|*endif|
after it.
It's already in each file so disregard the lower portion of the instuction in this link: http://www.directadmin.com/features.php?id=754
Newbie Instructions to get rid of the FrontPage link out of all user accounts:
Log in as root using your SSH software and insert or copy and paste this command:
Code:
nano /usr/local/directadmin/conf/directadmin.conf
Once in the file you will see a list of variables (or whatever they are called )
Code:
SSL=0
addip=/usr/local/directadmin/scripts/addip
admin_helper=admin.site-helper.com
admindir=./data/admin
apache_public_html=0
apachecert=/etc/httpd/conf/ssl.crt/server.crt
apacheconf=/etc/httpd/conf/httpd.conf
apacheips=/etc/httpd/conf/ips.conf
apachekey=/etc/httpd/conf/ssl.key/server.key
apachelogdir=/var/log/httpd/domains
apachemimetypes=/etc/mime.types
brutecount=25
bruteforce=1
cacert=/usr/local/directadmin/conf/cacert.pem
cakey=/usr/local/directadmin/conf/cakey.pem
check_partitions=2
demodocsroot=./data/skins/enhanced
docsroot=./data/skins/enhanced
dovecot=1
emailspoolvirtual=/var/spool/virtual
emailvirtual=/etc/virtual
ethernet_dev=eth0:1
exempt_local_block=1
[color=red]Insert this line here -->[/color]frontpage_on=0
ftpconfig=/etc/proftpd.conf
ftppasswd=/etc/proftpd.passwd
ftpvhosts=/etc/proftpd.vhosts.conf
license=/usr/local/directadmin/conf/license.key
log_rotate_size=5
then save it.. (Control X and then the letter Y)
Then insert the next command to restart directadmin:
Code:
service httpd restart
Only took me half a day of jerking around to find this out..
Last edited: