Security Code under 7.4

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Security Code under 7.4
jet26man
CZ Newbie
jet26man has been a member for over 20 year's 20 Year Member
usa.gif newjersey.gif
Status: Offline
Joined: Mar 26, 2004
0.00 posts per day
Posts: 4
Points: 2,312
   
I recently installed nuke 7.4 patched and I dont get security codes any more for users and admin. Is there a way to enable these codes just for admin login and/or enable codes if user does not login correctly the first time?



Back to top Reply with quote
#2   re: Security Code under 7.4
SoftTag
CZ Super Newbie
 Codezwiz Site Donator
SoftTag has been a member for over 20 year's 20 Year Member
usa.gif newmexico.gif
Age: 34
Gender: Male
Status: Offline
Joined: Jun 30, 2004
0.01 posts per day
Posts: 44
Points: 5,366
   
umm check to see if yo turned off "Your Account" in the modules this has to be visible to everyone or the security code dissapears.

Hope that helps




_________________
Tag
Hugssssssssssss

[ Register or login to view links on this board.]
Back to top Reply with quote
#3   re: Security Code under 7.4
jet26man
CZ Newbie
jet26man has been a member for over 20 year's 20 Year Member
usa.gif newjersey.gif
Status: Offline
Joined: Mar 26, 2004
0.00 posts per day
Posts: 4
Points: 2,312
   
Yup I've check that also. maybe there is something in the code I'm suppose to check? any ideas? Also which Control Panel is block is this I'm typing in. I love all the options in this post reply. (wow even flash insert..) real audio, sound. I have the latest version of phpB2.0.10 but is this a special addon? Darn .. I wish I could copy half the blocks and add-ons from this server. its very nice.



Back to top Reply with quote
#4   re: Security Code under 7.4
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
   
Hello, look in your config.php. Here's an example:
# Database & System Config
#
# dbhost:       SQL Database Hostname
# dbuname:      SQL Username
# dbpass:       SQL Password
# dbname:       SQL Database Name
# $prefix:      Your Database table's prefix
# $user_prefix: Your Users' Database table's prefix (To share it)
# $dbtype:      Your Database Server type. Supported servers are:
#               MySQL, mysql4, postgres, mssql, oracle, msaccess,
#               db2 and mssql-odbc
#               Be sure to write it exactly as above, case SeNsItIvE!
# $sitekey:   Security Key. CHANGE it to whatever you want, as long
#               as you want. Just don't use quotes.
# $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.
######################################################################

$dbhost = "localhost";
$dbuname = "USERNAME";
$dbpass = "DBPASSWORD";
$dbname = "USERNAME";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "WHATEVERKEY";
$gfx_chk = 0;<-------------------- Change this number to above specs.
$subscription_url = "";


The cool forum features you see is a mod called: BBCode Box avalible in the downloads here at codzwiz:
[ Register or login to view links on this board. ]


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