Welcome to Geeklog, Anonymous Saturday, December 21 2024 @ 08:27 pm EST
Geeklog Forums
NetTools Security Question
Status: offline
amy
Forum User
Junior
Registered: 08/11/10
Posts: 15
Location:Springfield, Mo
Hi guys. I've noticed that users have to be logged in to access the whois.php page of the nettools plugin. How can I change this and make it public view? I'm having trouble finding any info on Geeklog's Security Administration.
Thanks in advance!
Thanks in advance!
5
8
Quote
Status: offline
amy
Forum User
Junior
Registered: 08/11/10
Posts: 15
Location:Springfield, Mo
I'm not having any luck at figuring it out. I'm going into 'Groups', editing the 'NetTools Admin' group and chose to include 'All Users'. At the bottom of the page, I verified a check by whois.view, tracert.view, ping.view and nslookup.view. Still.. if I logout, I get an error that access is denied and I must login when I try to go to /nettools/nettools.php.
Am I going about this all wrong?
Thank you!
Am I going about this all wrong?
Thank you!
6
8
Quote
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
Amy,
You can search for the feature id (ft_id) in gl_features table where feature name is Whois.view.
Assuming this ft_id is 37 insert into gl_access a new row where acc_ft_id is 37 and acc_gr_id is 2 (group id from all users).
`acc_ft_id` ,
`acc_grp_id`
)
VALUES (
'37', '2'
);
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
You can search for the feature id (ft_id) in gl_features table where feature name is Whois.view.
Assuming this ft_id is 37 insert into gl_access a new row where acc_ft_id is 37 and acc_gr_id is 2 (group id from all users).
Text Formatted Code
INSERT INTO `geeklog170`.`gl_access` (`acc_ft_id` ,
`acc_grp_id`
)
VALUES (
'37', '2'
);
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
5
6
Quote
All times are EST. The time is now 08:27 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content