Clan Adverts

www.clanthemes.com :: View topic - Security code when registering

 Welcome To Clan Themes 

As the board grows please remember the Search Option

We also monitor Private Messages to stop members from abusing our sites system.

Note!! Anyone thinking of spamming or posting senseless threads to make up their post count will be permanently banned we have a zero tolerance spamming policy here, you've been warned.

Security code when registering
Goto page 1, 2  Next

23 Replies / 2193 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » General PhpNuke

View previous topic :: View next topic


Copper-Head
Reputation: 481.1 Add RepSubtract Rep
Local time: 4:51 AM

blank.gif

Status: Offline
0.03 posts per day
Medals: 0

Joined: Nov 15, 2007
Last Visit: 18 Aug 2009
Posts: 28
Points: 6433 

View user's profileSend private message Reply with quote

Xaavier
Reputation: 461.7 Add RepSubtract Rep
Local time: 4:51 AM
Location: Illinois
usa.gif

Status: Offline
0.01 posts per day
Medals: 0

Joined: Nov 21, 2007
Last Visit: 06 Mar 2008
Posts: 7
Points: 100 

Post Security code when registering Posted: Fri Nov 30, 2007 8:38 pm   

Shop Purchases:
T3 Light Multi Gaming Theme

On your phpnuke site, go to Administration ---> then Preferences and scroll down on the page, and you will see "General". Click on that link and you should be able to activate a security code box. It gives you several options such as enabling it to admin and users, users only, etc.

Hope that helps.
 

 
View user's profileSend private message Reply with quote

Copper-Head
Reputation: 481.1 Add RepSubtract Rep
Local time: 4:51 AM

blank.gif

Status: Offline
0.03 posts per day
Medals: 0

Joined: Nov 15, 2007
Last Visit: 18 Aug 2009
Posts: 28
Points: 6433 

Post Security code when registering Posted: Fri Nov 30, 2007 8:47 pm   

Shop Purchases:
Clan Roster v1.7 Php Nuke Module · COD 4 (Warrior) Red Style PhpNuke Theme · COD Warrior vWar Theme Add on · Call Of Duty (Warrior) Theme · Call Of Duty (Warrior) Theme · Call Of Duty Theme (MXX) for PHP Nuke

Sorry

I dont have that feature. it's not there...

General Site Info

Site Name:
Site URL:
Site Logo: [ must be in /images/ directory. Valid only for AvantGo module ]
Site Slogan:
Site Start Date:
Administrator Email:
Number of Items in Top Page:
Stories Number in Home:
Stories in Old Articles Box:
Activate Ultramode? Yes No
Allow Anonymous to Post? Yes No
Default Theme for your site:
Select the Language for your Site:
Locale Time Format:
 

 
View user's profileSend private message Reply with quote




Ped
Reputation: 1138.4 Add RepSubtract Rep
votes: 28
Local time: 11:51 AM
Location: Great British Empire
uk.gif

Status: Offline
2.05 posts per day
Medals: 2 (View more...)
Forums MoD (Amount: 1)
Clan Themes Theme Guru
Clan Themes Theme Guru
Joined: Nov 13, 2006
Last Visit: 18 Mar 2010
Posts: 2505
Points: 99815 

Post Re: Security code when registering Posted: Fri Nov 30, 2007 10:46 pm   

it depends what PHP Nuke version you have,

on your FTP open up your config.php file and look for

$dbhost = "localhost";
$dbuname = "rn76v202";
$dbpass = "rn76v202";
$dbname = "rn76v202";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa2rn76v28367-dm56w69.3a2fDS+e9";
$gfx_chk = 0;
$subscription_url = "";
$admin_file = "admin";
$tipath = "images/topics/";
$display_errors = FALSE;

Notice
$gfx_chk = 0;

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)

upload
 

 
View user's profileSend private messageSend e-mail Reply with quote

Copper-Head
Reputation: 481.1 Add RepSubtract Rep
Local time: 4:51 AM

blank.gif

Status: Offline
0.03 posts per day
Medals: 0

Joined: Nov 15, 2007
Last Visit: 18 Aug 2009
Posts: 28
Points: 6433 

Post Security code when registering Posted: Fri Nov 30, 2007 10:59 pm   

Shop Purchases:
Clan Roster v1.7 Php Nuke Module · COD 4 (Warrior) Red Style PhpNuke Theme · COD Warrior vWar Theme Add on · Call Of Duty (Warrior) Theme · Call Of Duty (Warrior) Theme · Call Of Duty Theme (MXX) for PHP Nuke

This is what I have

$dbhost = "localhost";
$dbuname = "XXXXX_XXXXXX";
$dbpass = "XXXXXXXXXX{m";
$dbname = "XXXXXX_XXXXX";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SwSDsyXXXXXXXXXX{m2Df/%(-0394·$%/";
$gfx_chk = 0;
$subscription_url = "";
$admin_file = "admin";
$tipath = "images/topics/";
$nuke_editor = 1;
$display_errors = false;

So if I understand I copy your script and change the value and upload on my site?

Ok I done it, just need to have the code to show up....................lol

Last edited by Copper-Head on Fri Nov 30, 2007 11:09 pm; edited 1 time in total
 

 
View user's profileSend private message Reply with quote

Ped
Reputation: 1138.4 Add RepSubtract Rep
votes: 28
Local time: 11:51 AM
Location: Great British Empire
uk.gif

Status: Offline
2.05 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Clan Themes Theme Guru
Clan Themes Theme Guru
Joined: Nov 13, 2006
Last Visit: 18 Mar 2010
Posts: 2505
Points: 99815 

Post Re: Security code when registering Posted: Fri Nov 30, 2007 11:02 pm   

no no no

see $gfx_chk = 0;

just change the 0 (zero being no check, see below) to another number

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)
 

 
View user's profileSend private messageSend e-mail Reply with quote




Copper-Head
Reputation: 481.1 Add RepSubtract Rep
Local time: 4:51 AM

blank.gif

Status: Offline
0.03 posts per day
Medals: 0

Joined: Nov 15, 2007
Last Visit: 18 Aug 2009
Posts: 28
Points: 6433 

View user's profileSend private message Reply with quote

Ped
Reputation: 1138.4 Add RepSubtract Rep
votes: 28
Local time: 11:51 AM
Location: Great British Empire
uk.gif

Status: Offline
2.05 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Clan Themes Theme Guru
Clan Themes Theme Guru
Joined: Nov 13, 2006
Last Visit: 18 Mar 2010
Posts: 2505
Points: 99815 

Post Security code when registering Posted: Fri Nov 30, 2007 11:49 pm   

ahhh bugger

Can you tell me what version of nuke you have

i also don't know how to check to see if you have GD extension installed, as you need it for the security image check..

Ill ask floppy when i see him as thats a bit over the top of my head...

here is the theme working with Ravens Nuke v2.2

Image Has Been Resized, Click To Enlarge.
 

 
View user's profileSend private messageSend e-mail Reply with quote

Copper-Head
Reputation: 481.1 Add RepSubtract Rep
Local time: 4:51 AM

blank.gif

Status: Offline
0.03 posts per day
Medals: 0

Joined: Nov 15, 2007
Last Visit: 18 Aug 2009
Posts: 28
Points: 6433 

View user's profileSend private message Reply with quote




floppy
Reputation: 2001.7 Add RepSubtract Rep
votes: 21
Local time: 5:51 AM
Location: Jackson Mississippi
usa.gif

Status: Offline
2.55 posts per day
Medals: 2 (View more...)
Dedication (Amount: 1)
Clan Themes Scripts/Coder
Clan Themes Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 18 Mar 2010
Posts: 3111
Points: 114824 

View user's profileSend private messageVisit poster's website Reply with quote

Copper-Head
Reputation: 481.1 Add RepSubtract Rep
Local time: 4:51 AM

blank.gif

Status: Offline
0.03 posts per day
Medals: 0

Joined: Nov 15, 2007
Last Visit: 18 Aug 2009
Posts: 28
Points: 6433 

Post Security code when registering Posted: Sat Dec 01, 2007 12:29 am   

Shop Purchases:
Clan Roster v1.7 Php Nuke Module · COD 4 (Warrior) Red Style PhpNuke Theme · COD Warrior vWar Theme Add on · Call Of Duty (Warrior) Theme · Call Of Duty (Warrior) Theme · Call Of Duty Theme (MXX) for PHP Nuke

Ok Then

How much it will cost me to upgrade what I have now to Raven, i'm not a programmer, I have 50 years old and i'm doing this for our members,

I pass a lot of time to install all the module and make everything look good,

Need price, and how long it will take, and when someone would be available...

contact me if interested.
 

 
View user's profileSend private message Reply with quote

Ped
Reputation: 1138.4 Add RepSubtract Rep
votes: 28
Local time: 11:51 AM
Location: Great British Empire
uk.gif

Status: Offline
2.05 posts per day
Medals: 2 (View more...)
Forums MoD (Amount: 1)
Clan Themes Theme Guru
Clan Themes Theme Guru
Joined: Nov 13, 2006
Last Visit: 18 Mar 2010
Posts: 2505
Points: 99815 

View user's profileSend private messageSend e-mail Reply with quote



Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » General PhpNuke


 
23 Replies / 2193 Views
Page 1 of 2
All times are GMT
Goto page 1, 2  Next
Display posts from previous:   
 
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 can download files in this forum