News:

Join the Facebook Fan Page.

Main Menu

Admin Panel Problem

Started by gouthamgoud, January 31, 2012, 01:21:57 PM

Previous topic - Next topic

gouthamgoud

I have problem with my admin panel and cannot access some of its features like Core Features/Features and Options/Security and Moderation/Modification Settings all show error like GATEWAY NOT FOUND,
I thought it to be my hosting provider's problem, and i tried to move my whole files and database to a new server but the problem remained the same,

I need a config file like "repair_settings.php" to change few features like change "CORE FEATURES", "FEATURES AND OPTIONS", "SECURITY AND MODERATION"

Oldiesmann

Gateway Not Found is indeed a hosting problem, not an SMF problem.

gouthamgoud

i just want to know where the captcha code lies , i just want to disable captcha while registering... where is it present??
and how to disable it by editing the code...

hcfwesker

Admin > Configuration > Security and Moderation > Anit-Spam

Visual verification image to display   :  set to "None" 

to disable the admin log-in when you enter Admin panel

Admin > Configuration > Security and Moderation > General

Disable administration security

Illori

that does not really help when a user cant actually enter the admin panel, as stated in the op.

hcfwesker

Ohhhhhhhh, ok.  He can't access anything at all. 

gouthamgoud

Quote from: Illori on February 01, 2012, 10:55:07 AM
that does not really help when a user cant actually enter the admin panel, as stated in the op.

Ya i am unable to access that section... Neither i know where the code for captcha lies.. :(

Oldiesmann

You can run these queries in phpMyAdmin to disable captcha and admin security:

REPLACE INTO smf_settings (variable, value) VALUES ('securityDisable', 1);
REPLACE INTO smf_settings (variable, value) VALUES ('reg_verification', 0);

gouthamgoud

Quote from: Oldiesmann on February 01, 2012, 11:50:01 AM
You can run these queries in phpMyAdmin to disable captcha and admin security:

REPLACE INTO smf_settings (variable, value) VALUES ('securityDisable', 1);
REPLACE INTO smf_settings (variable, value) VALUES ('reg_verification', 0);


It worked , thanks for that and
i only want to disable captcha while a user registers into forum,are both queries necessary, which query to execute?, and are there any ways to secure my admin panel effectively?

Oldiesmann

The first one disables admin security, the second one disables CAPTCHA on the registration page. There is no other way to secure the admin area - either use SMF's built-in feature (and contact your host if this isn't working on your server) or don't use it at all.

Advertisement: