Page 1 of 1

[SOLVED] CrackeTracker - Profile Real Name

PostPosted: Mon Jun 16, 2008 2:42 am
Author: BurninFingerTipz
Your phpBB Version: 2.0.23
phpBB Type: Integramod 141
MODs: No
Your knowledge: Advanced Knowledge
Board URL: http://www.pirate-radio.com/forum/ (Temp. Installation URL)

PHP Version: 4.x
MySQL Version: 5.0.27


What was done before the problem appeared?
Updating a Real Name in a Admin Profile.


What was done to try to solve the problem?
Looked around in the .script a bit.



De.scription and Message

Seems when I try to update my Real Name to contain more than just the first name, CrackTracker decides to disallow it.

Example: "David H" It'll produce the CrackerTracker page, but "David" it will not.

Any ideas, or solutions? Sure I'm not the first to post about it <img>

Looked a bit in the forums to a solution, haven't found one yet. I wanted to get this posted, I'm going to do some more digging.

Thanks in advance.

Re: CrackeTracker - Profile Real Name

PostPosted: Mon Jun 16, 2008 7:37 am
Author: CaNNon
Did you run the debug on it and get the report?

Re: CrackeTracker - Profile Real Name

PostPosted: Mon Jun 16, 2008 1:53 pm
Author: DjPorkchop
please allow me to poke my nose in momentarily. I infact had the same exact issue. I did do the debug and it did not help me out at all.

I cant speak for the author of this thread but Im glad it was brought in the open. My girlfriend now runs a integramod site and Im trying to get a list O bugs/fixes before she opens it up public.

Thanks BurninFingerTipz for bringing this up. I had forgot all about it. <img>

Re: CrackeTracker - Profile Real Name

PostPosted: Mon Jun 16, 2008 4:05 pm
Author: Helter
use this for profile.php

Code: Select all
define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('user_realname','helpbox','phpBBSecurity_question','delete','deleteall','user_interests');

Re: CrackeTracker - Profile Real Name

PostPosted: Mon Jun 16, 2008 4:12 pm
Author: BurninFingerTipz
Thanks for the quick replies.

How do I run the CT dedug? The is mod is new for me, haven't had any experience with it, and I've been away from IntegraMOD for almost a year, so it's all slowly coming back to me.

I'm having issues now in added the META tags, and add a link redirection forum...

Re: CrackeTracker - Profile Real Name

PostPosted: Mon Jun 16, 2008 5:40 pm
Author: Helter

PostPosted: Tue Jun 17, 2008 3:17 pm
Author: BurninFingerTipz
Thanks a bunch, works like a charm, and I'm getting use to the debugger.