Log In Security Code Removal

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Log In Security Code Removal
Block123
CZ Newbie
Block123 has been a member for over 18 year's 18 Year Member
usa.gif texas.gif
Occupation: Telecom
Age: 52
Gender: Male
Fav. Sports Team: Denver Broncos
Status: Offline
Joined: Jul 07, 2005
0.00 posts per day
Posts: 23
Points: 972
   
Hi,

How do i turn off the security code at log in? I've looked around and i'm unable to locate where to turn this off at.

I'm running PHPNuke 7.0



Back to top Reply with quote
#2   re: Log In Security Code Removal
echo
CZ Wiz
 Codezwiz Site Donator
echo has been a member for over 20 year's 20 Year Member
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   
Open your config.php file and find:

# $gfx_chk:   Set the graphic security code on every login screen,
#      You need to have GD extension installed:
#      0: No check
#      1: Administrators login only
#      2: Users login only
#      3: New users registration only
#      4: Both, users login and new users registration only
#      5: Administrators and users login only
#      6: Administrators and new users registration only
#      7: Everywhere on all login options (Admins and Users)
#      NOTE: If you aren't sure set this value to 0
# $subscription_url : If you manage subscriptions on your site, you
#                     must write here the url of the subscription
#                     information/renewal page. This will send by
#                     email if set.
# $tipath:          Path to where the topic images are stored.
# $display_errors:  Debug control to see PHP generated errors.
#                   false: Don't show errors
#                   true: See all errors ( No notices )
######################################################################

$dbhost = "localhost";
$dbuname = "root";
$dbpass = "";
$dbname = "nuke";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
$gfx_chk = 7;
$subscription_url = "";
$tipath = "images/topics/";
$display_errors = false;


Change: $gfx_chk = 7; to: $gfx_chk = 0; or read above for other options.


Back to top Reply with quote
#3   re: Log In Security Code Removal
Block123
CZ Newbie
Block123 has been a member for over 18 year's 18 Year Member
usa.gif texas.gif
Occupation: Telecom
Age: 52
Gender: Male
Fav. Sports Team: Denver Broncos
Status: Offline
Joined: Jul 07, 2005
0.00 posts per day
Posts: 23
Points: 972
   
Thanks for the reply! I really appreciate it! I changed that and it seems to work.

Do you know what would cause me to not be able to stay logged out? I log out and it shows me logged out for few seconds, but when I refresh or close and reopen my browser I'm logged back in?

I think it might be my cookie settings under the Forum Configuration area all of them are blank.

Domain: Blank
Name: Blank
Path: Blank
Secure: Disabled


I'm apprehensive about putting anything in there, due to the disclaimer above (see below). If you guys know what I should put in there areas, I'll add it.

These details define how cookies are sent to your users' browsers. In most cases the default values for the cookie settings should be sufficient, but if you need to change them do so with care -- incorrect settings can prevent users from logging in

I really appreciate the help on such stupid questions.



Back to top Reply with quote
#4   re: Log In Security Code Removal
echo
CZ Wiz
 Codezwiz Site Donator
echo has been a member for over 20 year's 20 Year Member
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   
Try these settings:

Domain: [ Register or login to view links on this board. ]
Name: WHATEVER YOUR SITES NAME IS
Path: /
Secure: Disabled

For the: Online length [ seconds ] put like 15000



Back to top Reply with quote
#5   re: Log In Security Code Removal
Block123
CZ Newbie
Block123 has been a member for over 18 year's 18 Year Member
usa.gif texas.gif
Occupation: Telecom
Age: 52
Gender: Male
Fav. Sports Team: Denver Broncos
Status: Offline
Joined: Jul 07, 2005
0.00 posts per day
Posts: 23
Points: 972
   
Echo,

I appreciate the help! All seems to be working good.

I have a more serious problem with hacking of my index ffiles. Twice in one week. It's starting to get annoying. I'll create another post about that.

Thanks again.

Scott



Back to top Reply with quote
#6   re: Log In Security Code Removal
Block123
CZ Newbie
Block123 has been a member for over 18 year's 18 Year Member
usa.gif texas.gif
Occupation: Telecom
Age: 52
Gender: Male
Fav. Sports Team: Denver Broncos
Status: Offline
Joined: Jul 07, 2005
0.00 posts per day
Posts: 23
Points: 972
   
Echo,

Finally got a chance to drop a few buck in your paypal account.

Thanks again for the help.

Bummer i didn't show up as a Site Donator... icon_sad.gif



Back to top Reply with quote
#7   re: Log In Security Code Removal
webshark
PayPal Donation
CZ Moderator
 Codezwiz Site Donator
webshark has been a member for over 20 year's 20 Year Member
turkey.gif
Age: 55
Gender: Male
Website:
Status: Offline
Joined: Mar 23, 2004
0.09 posts per day
Posts: 643
Points: 57,200
   
hello

If you donated Echo or anyone else it wont show up under site donators coz u donated a person not the site .If you wanna donate to codezwiz you should do it throught the site main menu/General/Support Codezwiz

p.s: donating 15$ gives you a 30 day period for download codezwiz custom scripts
more info here [ Register or login to view links on this board. ]




_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
#8   re: Log In Security Code Removal
Block123
CZ Newbie
Block123 has been a member for over 18 year's 18 Year Member
usa.gif texas.gif
Occupation: Telecom
Age: 52
Gender: Male
Fav. Sports Team: Denver Broncos
Status: Offline
Joined: Jul 07, 2005
0.00 posts per day
Posts: 23
Points: 972
   
Yea I figured that, it was more of a joke kind of.

I will definitely work on getting that donation in to get access to those files., I just wanted to get echo something for putting up with my stupid questions.



Back to top Reply with quote
#9   re: Log In Security Code Removal
echo
CZ Wiz
 Codezwiz Site Donator
echo has been a member for over 20 year's 20 Year Member
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   
Very much appreciated! Thank you, and your questions are not stupid, I was asking the same things a couple years back... icon_mrgreen.gif This is how we learn ...right?



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum