Author |
Message |
hicux
Village Idiot

Joined: Oct 01, 2007
Posts: 18
|
Posted:
Fri Oct 05, 2007 8:34 am |
|
Hello to everybody
I am having a problem with my secutity code. I know this is already an old story but I read all the comments but no clue. it doenst show the secutity code yet. I am getting crazy. I had to disable the code until someone help me.
I will appriciate if admin contact me.
My PHP NUke is 7.6 patch 3.1 chatsrv
Only registered users can see links on this board! Get registered or login!
Thanks |
|
|
|
 |
fkelly
Former Moderator in Good Standing

Joined: Aug 30, 2005
Posts: 3312
Location: near Albany NY
|
Posted:
Fri Oct 05, 2007 8:50 am |
|
Welcome. Help Urgent as a topic is not much help. "CNB and Security Code Issues" would be better. Unfortunately I don't know that anyone can help you much with it. You can find links to CNB sites in some of the forum threads about CNB here. It is very much beta software and you are kind of on your own using it. |
|
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Sat Oct 06, 2007 6:43 am |
|
I updated the title.
hicux, did the normal graphic work PRIOR to you installing CNB? You may need to turn on error reporting and review your error logs to find clues for us. Most of the time the problem is not having the right GD libraries, or possibly FreeType is required but not installed by your host, etc... You could ask them to make sure all the latest GD libraries are installed. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
 |
Palbin
Site Admin

Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania
|
Posted:
Sat Oct 06, 2007 1:46 pm |
|
Are you running php 5.X? Does the edit user.png of the admin section displayed correctly?
If these are your problems and you are running php 5 try this.
To fix both problems /modules/your_account/index.php needs to be edited. Around line 145 & 171 look for this code:
Code:
ImagePNG($image, '', 75);
|
(I have heard that in some versions the 75 might be a different number maybe 100.)
Change the above code to the code below in both instances:
Code:
ImagePNG($image, '', 9);
|
|
|
|
|
 |
hicux

|
Posted:
Sat Oct 06, 2007 2:18 pm |
|
Answer to all the quetions??
MySQL 4.1.15
phpMyAdmin 2.6.2
PHP NUKE 7.6 patch 3.1 chasrv
1. I tried the value 9 but it didnt work. It is really strange. i already did that step
Does the edit user.png of the admin section displayed correctly?
Answer: No it doesnt show the user.png in my admin and I have it there.
did the normal graphic work PRIOR to you installing CNB?
Yes it worked and showed before but now it is not working anymore.
thanks for trying to help. I need your help. |
|
|
|
 |
Palbin

|
Posted:
Sat Oct 06, 2007 2:21 pm |
|
You didn't say what version of php you are using? |
|
|
|
 |
hicux

|
Posted:
Sat Oct 06, 2007 2:23 pm |
|
Ok people
here I got the my php version. I just created a phptest.php and then i upload it to my root and then I run this
www.bestbuildpc.nl/phptest.php and then I got this version
PHP Version 5.2.3-0.dotdeb.0
The code that i use to get this information is this one:
|
|
|
|
 |
hicux

|
Posted:
Mon Oct 08, 2007 12:15 pm |
|
NObody anwered me and nobody helped me. Well! Why do we have forum here then?? |
|
|
|
 |
montego

|
Posted:
Mon Oct 08, 2007 12:19 pm |
|
hicux, you WERE being helped by Palbin who seems to know more about CNB then the rest of us. I know how to spell it, but that is about it!
Also, please keep in mind that many of us work for a living AND have families to spend time with and support. This isn't a paid site or a corporation here. This is a community of volunteers... People helping people.
Now, as for me, today, I am on vacation and wish to spend my time doing what it is I took my last vacation day of the year off for. So, do not expect any replies back from me today!  |
|
|
|
 |
Gremmie
Former Moderator in Good Standing

Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA
|
Posted:
Mon Oct 08, 2007 1:01 pm |
|
You also might want to use the search feature. Many people have problems with this and it usually boils down to a hosting issue: either with sessions or not having the right graphics libraries compiled into PHP.
And to echo what Montego said, how much did you pay for this support? How much do you think we are getting paid to answer your questions? |
_________________ Only registered users can see links on this board! Get registered or login! - An Event Calendar for PHP-Nuke
Only registered users can see links on this board! Get registered or login! - A Google Maps Nuke Module |
|
|
 |
FireATST
RavenNuke(tm) Development Team

Joined: Jun 12, 2004
Posts: 654
Location: Ohio
|
Posted:
Mon Oct 08, 2007 8:40 pm |
|
My hat is off to the people here. They provide amazing support. Sometimes it takes a little while, so use the search forum to see if you can find the answer while waiting...... |
|
|
 |
 |
kevinkap
Involved


Joined: Apr 22, 2006
Posts: 356
|
Posted:
Sat Oct 27, 2007 6:50 pm |
|
I would suggest you pick up the version that fade2gray here on this site has modified to work with captcha and rn2.10.01. You have to go into the setup page of cnbya and select to turn off the security code. When you do this, it will work correctly. Not sure why but it does. |
_________________ Kevin Kappes |
|
|
 |
|