Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 6.5
Author Message
Missed-code
New Member
New Member



Joined: Sep 01, 2003
Posts: 5

PostPosted: Mon Sep 01, 2003 10:02 pm Reply with quote

Nice site you have here! Really like the theme. Really smooth.

Well, I installed the site info block I downloaded from here tonight.
All seemed to be working great, ran several tests and all was well.

Once I used the log out option and tried to log back in, the security code is not loading. The box is there, just no code. It is like the gif is missing.
This what I see:

_SECURITYCODE:

_TYPESECCODE:

I also installed NSN's your_account_650, but all seemed fine after installing it. so dont think the prob was there, but maybe. My normal user block does not require security code, so didnt notice until installing site info block? Im not sure Sad

I am pretty new to nuke and not real comfortable just changing things yet......LOL
Can you point me in the right direction on where to fix this problem?

Thanks!
 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Mon Sep 01, 2003 10:53 pm Reply with quote

Well, depending on what version of Nuke you already have, you probably didn't have them in your language folder. Add these DEFINES to your language/english-lang.php file

define("_SECURITYCODE","Security Code");
define("_TYPESECCODE","Type Security Code");
 
View user's profile Send private message
Missed-code







PostPosted: Mon Sep 01, 2003 11:02 pm Reply with quote

Thanks Raven, that was part of it.
Now I see:

Security Code:


Type Security Code:

The words are correct now so I moved forward Smile
just no security code., just box with red x in it and the words security code.
 
Raven







PostPosted: Mon Sep 01, 2003 11:16 pm Reply with quote

First, verify that the images are present in your files. Right mouse over the X and look at properties to get the path.

If the files are present, then make sure that there are no blank lines or spaces after the closing ?> tag in these files

config.php
language/lang-english.php

Once you have confirmed that, if you still have problems, post back.
 
Missed-code







PostPosted: Tue Sep 02, 2003 12:45 am Reply with quote

Thanks Raven,
I am checking over it all now.

The following stood out to me. In the nuke/language/language-english.php file.
What is the difference in the following, what is the SV for?

define("_SECURITYCODE","Security Code");
define("_TYPESECCODE","Type Security Code");

define("_SV_SECURITYCODE","Security Code");
define("_SV_TYPESECCODE","Type Security Code Here");

Any way, I am looking for spaces, etc. I am sure it something simple.
 
Raven







PostPosted: Tue Sep 02, 2003 4:16 am Reply with quote

Must be some kind of a mod/addon that you have. That is not in the standard release.
 
Missed-code







PostPosted: Tue Sep 02, 2003 9:55 am Reply with quote

Well I installed the Nukecops 6.5 bundle with the most up to date
security fixes and other enhancements, paypal block from rigsnet, site info block from here, NSN's your_account_650, and a custom theme from Rigsnet, scroll last 20 posts block from rigsnet. Thats all so far.

Thats all I have done so far, so has to be one of those items.

I assume that one of the items I installed changed the security code function, then when I installed the new site info block it is looking for the original not the modified block. ?

(I am thinking out loud to see what you think) LOL

Can I just disable the security code for now while I try to figure it out?
or am I asking for trouble if I do? Really the only place I feel I need it is new account registration.
 
Missed-code







PostPosted: Thu Sep 04, 2003 2:18 pm Reply with quote

Raven,
I am still not sure what exactly the problem was, but I THINK it had something to do with the NSN Your_account_650 upgrade I did.

I re uploaded your site info block, then re uploaded the blocks/modules/your_account folder and all is working great.
I checked all the things you mentioned before and none of them fixed it so it was something else.

Thanks for your assistance. Cool
 
Raven







PostPosted: Fri Sep 05, 2003 6:34 am Reply with quote

Glad to know that it wasn't directly related to mine Wink
 
black_mantis
Hangin' Around



Joined: Oct 11, 2003
Posts: 32
Location: Orlando, FL

PostPosted: Sat Oct 11, 2003 4:33 pm Reply with quote

Im almost getting the same problem but i dont even get the security box im using the nuke intergraded phpbb with a couple other mods... I have exuasted my searches and I need help now..

my site address is [ Only registered users can see links on this board! Get registered or login! ]

Thanks in advance..
 
View user's profile Send private message Yahoo Messenger ICQ Number
fury
Worker
Worker



Joined: Sep 09, 2003
Posts: 165

PostPosted: Sat Oct 11, 2003 4:36 pm Reply with quote

make sure that there isnt any spaces after the ?> in the config.php and the mainfile.php this is a know issue and if you have used anything but textpad to edit those files this may be the problem. Let us know.
Thanks
Fury
 
View user's profile Send private message
black_mantis







PostPosted: Sat Oct 11, 2003 5:03 pm Reply with quote

Thanks for your Immediate resonse..

Im using Kwrite in suse linux ive check the mainfile and the config file all appears fine.. although i did notice in the DL for the language file I did not have the security lines mentioned above

define("_SECURITYCODE","Security Code");
define("_TYPESECCODE","Type Security Code");

define("_SV_SECURITYCODE","Security Code");
define("_SV_TYPESECCODE","Type Security Code Here");

this is what I got in the siteinfo65 package...

define("_PASSWORDLOST","Lost Password");
define("_BWEL","Welcome");
define("_BTD","Today");
define("_BYD","Yesterday");
define("_BHITS","Hits");
define("_SERDT","Server Date/Time");
define("_BPM","Private Messages");
define("_BUNREAD","Unread");
define("_BREAD","Read");
define("_BMEMP","Membership");
define("_BLATEST","Latest");
define("_BOVER","Overall");
define("_BVISIT","People Online");
define("_BVIS","Visitors");
define("_BMEM","Members");
define("_BTT","Total");
define("_BON","Online Now");

maybe other code is missing... I tried both of the define lines mention above they had no change...

Thanks
 
fury







PostPosted: Sat Oct 11, 2003 5:31 pm Reply with quote

This one might be for our old buddy Raven when he gets back home on Monday, I will look around a bit and see what I can do for you and hopefully come up with a solution, if not Raven will have to look into it, for he wrote it and knows it the best.
Thanks
Fury
 
black_mantis







PostPosted: Sat Oct 11, 2003 5:38 pm Reply with quote

thanks anyway
 
Raven







PostPosted: Sat Oct 11, 2003 6:11 pm Reply with quote

When you say you don't even get the security box, then that implies that you do not have the GD package installed on your server. As to the language file issue, you are correct. I know I had them in there at some point and it appears that during an upgrade I must have used an old version of the language.txt file. I will correct that as soon as I can. Thanks.
 
black_mantis







PostPosted: Sat Oct 11, 2003 8:24 pm Reply with quote

Great thanks I will Wait on it
 
Raven







PostPosted: Sun Oct 12, 2003 9:01 am Reply with quote

There's nothing to wait on. Just add the missing ones from your post to your language file.
 
black_mantis







PostPosted: Sun Oct 12, 2003 11:42 am Reply with quote

ok thanks... One more thing what is the GD package and where can I get it that must be the only problem now...

Thanks in advance
 
black_mantis







PostPosted: Sun Oct 12, 2003 1:39 pm Reply with quote

Ok I verified that I have GD already installed and the files needed for them to work can it possibly be something esle .. when I rn the php test page i do not see GD on any of the lines will I have to configure the php with GD or apache...

If someone wants to know where to get the latest GD go here -> [ Only registered users can see links on this board! Get registered or login! ]

Thanks in advance
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 6.5

View next topic
View previous topic
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 can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©