View Single Post
Old
  (#2 (permalink))
Duke
Super Moderator
 
Duke's Avatar
 
Status: Offline
Posts: 1,016
Join Date: Dec 2005
Location: Under your bed
03-17-2006, 01:53 PM

Sorry but the above question is a bit confusing.

To adjust the values of your graphics check option you need to:

- go to your sites root
- find config.php
- find line:
Code:
$gfx_chk = "7"; (near the top with other site config., info. such as:
$dbhost = "localhost";
$dbuname = "___________";
$dbpass = "___________";
$dbname = "____________";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
You will also find the values #commented out" in the lines above such as:

Code:
# $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
Make sure to backup your files prior to editing!!!

Save, close and re-upload config.php

If you did something wrong, you always have your original backup copy to revert to ;-)




My Daughter Rules!
  Send a message via AIM to Duke  
Reply With Quote