Page 1 of 1

CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Sat Jan 27, 2007 2:56 pm
Author: ZacFields
This patch has been updated as of 4-22-2007. If you install this patch and still have cracker-tracker problems please post the specific problems here and I will work on adding to my patch.

Teelk has also been a large contributor to this patch as well, along with the help of all of you!

*INSTRUCTIONS*

1. Upload and override the file! (Yes, now there is only 1 file)

---------------------------------------------------------------------------------------

Let it be known that I operate a fully-functional forum that is running IntegraMod 1.4.1 with these files that have been patched. If anyone downloads this patch and is still getting errors doing something, please respond to this topic with EXACTLY what you were trying to do and I will try to update my patch.

PostPosted: Sat Jan 27, 2007 2:59 pm
Author: ZacFields
For anyone with questions, again, this is just a SMALL patch of a few files so that you all can work on your forums.

I will add to this patch as I find more fixable issues with it. This is just a *make-shift* patch to buy the devs time to create their own official patch.

I will update the DATE on the topic everytime I update the patch, so come back periodically to re-download the patch.

IF YOU HAVE MODIFICATIONS INSTALLED ALREADY: Please make sure your modifications aren't affected by these files (they shouldnt' be for the most part)

Zac

PostPosted: Sat Jan 27, 2007 3:01 pm
Author: ZacFields
Also for the admins on this site:

If you guys want to check these fixes, be my guest. Also inform me of anything I might have missed.

Zac

Re: CRACKER TRACKER PATCH Updated: 1-27-2007

PostPosted: Mon Jan 29, 2007 5:23 am
Author: Skywalker
maybe you could make file edit instructions, for the modded boards...
not everyone can just overwrite files...

PostPosted: Mon Jan 29, 2007 10:29 am
Author: ZacFields
Skywalker,

None of the files in that edit should have been included in any of your modifications except maybe the profile.php file.

However, today I am working on a patch that will include all those fixes and they will all be in one file. Once I am done with this and done testing, I will update this patch and it will be as simple as just over-riding that one file (and it's a cracker-tracker file so you'll have no preexisting modifications to it).

I dont' know when it will be done... very soon <img>

Zac

Re: CRACKER TRACKER PATCH Updated: 1-27-2007

PostPosted: Thu Feb 01, 2007 2:25 am
Author: HoRuZ
Hey, nice work on this patch.
Since I used it I can edit field defenitions and add fields into PCP.
Only thing is, that my forum management doesn't let me add, edit or delete forums.
And when I put back my backed up files, this problem doesn't solve.

PostPosted: Thu Feb 01, 2007 1:29 pm
Author: Imajica
Zac,

excellent patch... got me working quick

thanks

Imajica

PostPosted: Fri Feb 02, 2007 10:07 am
Author: ScottDaMan
HoRuZ, that is very off because it includes the fix for adding, modifying, and deleting forums. Its posted elsewhere but the original admin/admin_forums_extend.php has
Code: Select all
$ct_ignorepvar = array('create','delete','name','icon');


and you need
Code: Select all
$ct_ignorepvar = array('create','delete','name','icon','desc');


Are you sure you replaced this file on your forum?

BTW Zac, thanks for this. I am a little frustrated with CrackerTracker not already being tested before the final release of IM141. These changes should have been made beforehand, however, I do appreciate the patched files. Huge help for all of us not wanting to find everything wrong first and debug CT

PostPosted: Fri Feb 02, 2007 10:15 am
Author: ScottDaMan
I just uploaded the patch and the forum add, modify, and delete functions work perfectly for me. If you did in fact upload the changed admin/admin_forums_extend.php, I'm not sure what to suggest.

PostPosted: Fri Feb 02, 2007 11:23 am
Author: ZacFields
Thanks for all the compliments guys. I had a feeling this patch might make a few people feel better.

IntegraMod has since made me a dev, so all the other devs and I are working very hard on our own live forums to collect all the errors that crackertracker is giving and create patches for them.

I have still had some reported crackertracker messages so we will be compiling those patches asap and trying to get them out soon.

Zac

PostPosted: Fri Feb 02, 2007 11:36 am
Author: Skywalker
"ZacFields";p="20705" wrote:Skywalker,

None of the files in that edit should have been included in any of your modifications except maybe the profile.php file.

However, today I am working on a patch that will include all those fixes and they will all be in one file. Once I am done with this and done testing, I will update this patch and it will be as simple as just over-riding that one file (and it's a cracker-tracker file so you'll have no preexisting modifications to it).

I dont' know when it will be done... very soon <img>

Zac


got some news about this already?

PostPosted: Fri Feb 02, 2007 12:39 pm
Author: ZacFields
Well before we release a full patch, we want to get everything tested to make sure it truly is as "full" as we can get it.

We're adding new fixes to it everyday though, and over this weekend I'm going to try and get as many fixes in as I can find.

I don't really have a time-frame to give ya...but this is something that shouldn't take too long.

Zac

PostPosted: Fri Feb 02, 2007 2:38 pm
Author: krillmeed
I have had to put quiet a few ones in for the Album; I will make a list and post it here <img>

PostPosted: Sat Feb 03, 2007 2:22 am
Author: HoRuZ
"ScottDaMan";p="21154" wrote:HoRuZ, that is very off because it includes the fix for adding, modifying, and deleting forums. Its posted elsewhere but the original admin/admin_forums_extend.php has
Code: Select all
$ct_ignorepvar = array('create','delete','name','icon');


and you need
Code: Select all
$ct_ignorepvar = array('create','delete','name','icon','desc');


Are you sure you replaced this file on your forum?



Yeah, but I have it solved now.
Somehow the CHmods on all needed files were put back to 664 and 774.
After re-CHmodding them it worked awesome again.
Here's a list I have collected in ct_security.php

// Some fields in $HTTP_POST_VARS don't get checked to prevent wrong detection
$unchecked_post_fields = array ('meta_de.scription','meta_keywords', 'meta_copyright', 'long_desc',
'board_disable_msg', 'site_desc', 'smtp_host', 'donate_de.scription',
'user_realname', 'avatarurl', 'style_user_icq', 'user_email',
'style_username','style_user_online','style_user_avatar',
'style_user_rank_title','style_user_from','style_user_gender',
'style_user_age','style_user_posts','style_user_cashtp',
'style_user_country', 'style_user_warnings', 'style_user_owntitle',
'forum_desc', 'field_det_explain', 'desc', 'create', 'delete', 'name',
'icon', 'cat_desc', 'icon_desc');

PostPosted: Sat Feb 03, 2007 1:53 pm
Author: AM
I'll try this patch. Someone sent me over to this thread because I had posted about CrackerTracker taking over my site configuration.

I can't add or change de.scriptions to the forums and categories. I've been doing that through the database itself.

PostPosted: Sat Feb 03, 2007 3:02 pm
Author: tmotley
This fixed my pcp problems... thank you.

PostPosted: Sun Feb 04, 2007 9:10 am
Author: Omni-Lee
I have to thank you. This helped me get through the PCP.

I had previously edited my admin_pcp_wizard.php, so the change you made to another file must have carried over.

PostPosted: Sun Feb 04, 2007 9:54 am
Author: tekguru
Cheers for those I'll try them myself now!

PostPosted: Sun Feb 04, 2007 10:38 am
Author: Gattsu
hm, i updated ..
and on one site it works update
but on another
i still get a pcp wizard fake exploti..
i patched 10 times atleast...
i dont get it why works on other etegra

PostPosted: Sun Feb 11, 2007 9:46 am
Author: AM
ZacFields, thanks for the patch. I'm finally able to edit my forums!

Re: CRACKER TRACKER PATCH Updated: 1-27-2007

PostPosted: Mon Feb 12, 2007 2:06 pm
Author: thatjoeguy
Thanks for the effort. I'm not getting any CTracker issues, but whenever I create a new Category, it places is at the top no matter what I do. The little move-up and move-down arrows have no effect, and no settings I use when I edit will change the category's position.

Any ideas?

PostPosted: Tue Mar 13, 2007 5:00 am
Author: Wiked
I did the update but PCP still won't work for me.

I just want to change the values list.

By the way what CHMOd should they all be as I have everything I can think of.

This is driving my nuts.

PostPosted: Thu Mar 15, 2007 1:41 pm
Author: Gattsu
can you fix it for ranks ... ?


error is when i try to add a special rank

PostPosted: Sun Apr 22, 2007 12:42 pm
Author: ZacFields
I have updated this patch as of 4-22-2007.

Zac

Re: CRACKER TRACKER PATCH Updated: 4-22-2007

PostPosted: Mon Apr 23, 2007 1:57 pm
Author: CaNNon
I just put the fix on a fresh install with no ct fix's I'll let you know how it goes <img>

Re: CRACKER TRACKER PATCH Updated: 4-22-2007

PostPosted: Mon Apr 23, 2007 3:56 pm
Author: Wiked
I tried the new patch and still get the errors when trying to go into PCP and try to adjust [tables linked, values list & Classes].

PostPosted: Mon Apr 23, 2007 4:04 pm
Author: geoff1
Workes ace, gets rid of all those nasty :lol:

Sounds like you need to throw ctracker into debug, then do what you were trying to do again then use the suggested fix, it is worth it... honest <img>

Re: CRACKER TRACKER PATCH Updated: 4-22-2007

PostPosted: Mon Apr 23, 2007 4:34 pm
Author: .QUACK.Major.Pain
Done the update and asked all of my members to be on the look out for that nasty CT screen and let me know so I can pass on the info.

Great job gang!!!

Re: CRACKER TRACKER PATCH Updated: 4-22-2007

PostPosted: Mon Apr 23, 2007 10:26 pm
Author: ZacFields
"Wiked";p="24341" wrote:I tried the new patch and still get the errors when trying to go into PCP and try to adjust [tables linked, values list & Classes].


We do not currently have a fix for that problem as of yet. For now, apply this:

Open
admin/admin_pcp_wizard.php

Find
define('IN_PHPBB', true);

After, Add
define('CT_SECLEVEL', 'LOW');

This should fix your problem for the time-being. I will probably add this into the "readme" file on the patch soon. I haven't decided since it's not really a patch but rather nearly disabling ctracker for pcp.

Zac

Re: CRACKER TRACKER PATCH Updated: 4-22-2007

PostPosted: Mon Apr 23, 2007 11:02 pm
Author: Wiked
I added that line and still have the same drama.

Can anybody else change settings in ADMIN/PCP.

PostPosted: Mon Apr 23, 2007 11:10 pm
Author: ZacFields
can you post exactly what you're doing in PCP? Everything I've been doing in PCP seems to work fine.

Zac

PostPosted: Tue Apr 24, 2007 2:54 am
Author: Whisky
I've got problems with PCP myself, on about all fetures, linked tables, values lists, wizard etc...

the impcated files does contain the DEFINE CTLEVEL MEDIUM thing but it is not sufficient, I have to define level as "LOW" to make them working

PostPosted: Wed Apr 25, 2007 3:22 am
Author: Wiked
I am just going into PCP>>Values List and then choose ANY item and look at it and then either change some value or even just click SAVE with no change and then the screen of death will come up.

It does the same thing in all parts of PCP. But I am just trying to change a value in one of my lists.

I had to change it in the actual file itself which is quite a pain compared to the PCP feature in ADMIN.

Re: CRACKER TRACKER PATCH Updated: 4-22-2007

PostPosted: Wed Apr 25, 2007 9:03 am
Author: CaNNon
Well after 4 or 5 days of working with the fix on a new install, CT has only gone off 4 times. On the other forum it went off like 30 times a day.

I would say you guys did a great job on the fix! 8) :wink:

PostPosted: Wed Apr 25, 2007 9:39 am
Author: ZacFields
Wicked,

Here is a quick solution to your PCP problem until the dev team and myself can find the specific field that is triggering the crackertracker. It's the same instructions for the other pcp fix but this time it's with a different file.

Open
admin/admin_pcp_valueslist.php

Find
define('IN_PHPBB', true);

After, Add
define('CT_SECLEVEL', 'LOW');

This should fix your problem wicked and anyone else who is having problems with the pcp values list feature.

Let us know.

Zac

PostPosted: Wed Apr 25, 2007 9:41 am
Author: ZacFields
Cannon,

Thanks for your compliments. The E-Tegra dev team worked hard on this with me. Teelk provided at least half of the patches himself and also helped me to reformat my entire patch so that it now only includes one file instead of many files.

We will continue to make it better as we find more fixes for crackertracker.

Zac

Re: CRACKER TRACKER PATCH Updated: 4-22-2007

PostPosted: Wed Apr 25, 2007 10:20 am
Author: CaNNon
Yea the 1 file bit, just makes it that much sweeter. <img>

PostPosted: Wed Apr 25, 2007 12:24 pm
Author: Wiked
Zac,

Yes that worked.

Thanks a lot.

Re: CRACKER TRACKER PATCH Updated: 4-22-2007

PostPosted: Wed Apr 25, 2007 3:45 pm
Author: DjPorkchop
Now for the Million $$ question........ Will this patch help IM Portal users as well that have the same exact issues as Integramod with CTracker?

PostPosted: Thu May 17, 2007 7:50 pm
Author: ZacFields
I have updated this as of 5-17-2007. This is a quick fix that just includes fixing the error received when trying to edit album categories.

Hopefully the next update will be coming soon and it will have a lot more fixes on it!

And for MWE: The answer to your question is "Yes." This patch should work equally well for IM portal users.

Zac

PostPosted: Fri May 18, 2007 12:10 am
Author: Omni-Lee
Thank you for developing this patch. I am unsure if it contains a fix for the Mass Email and PM Hacking Attempt error message.

I still recieve that error when trying to send Mass PM's.

Any word regarding this issue would be greatly appreciated.

PostPosted: Fri May 18, 2007 5:29 am
Author: ZacFields
I had been neglecting this project the last couple months. But I'm going to dig through the forums soon and find out what messages people are still receiving and I will add some more to the patch. Within hopefully a few days I will be able to release a patch that is near complete.

Zac

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Fri May 18, 2007 2:07 pm
Author: .QUACK.Major.Pain
The mass email and pm function that gives "hacking attempt" isn't a CT error is it?

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Mon Jun 11, 2007 5:25 pm
Author: CaNNon
BUMP!

PostPosted: Sat Jun 16, 2007 10:42 am
Author: Waynder
nevermind...

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Mon Jul 02, 2007 10:50 am
Author: e3jeremey
Wanted to let you all know that every issue I was having setting up subforums or forum groups was fixed with your patch, so thank you! However I want you to know that even with your patch whenever I went into my configuration settings and attempted to set up my paypal donation information I would get the pink box of doom. Wasn't sure if anyone was aware of that or had some ideas.....

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Sun Jul 08, 2007 10:53 am
Author: Dick Dynamite
Changing currency names for Cashmod gives the PBoD.

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Sat Aug 18, 2007 2:30 am
Author: gbrian
I'm lost.
Where can I get the patch file?

Been reading this forum for the past 4 days...

Need help..

Thanks.

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Sat Aug 18, 2007 6:46 am
Author: .QUACK.Major.Pain
LOL gbrian.

You spent 4 days.

Did you try looking at the first post in this topic? It's sitting right there.

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Sat Aug 18, 2007 9:32 am
Author: gbrian
silly me...thanks man...

Must have been overlooked...

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Sat Oct 20, 2007 3:21 pm
Author: hypertec
i installed your patch, but i still seem to be having problems. my major issue is that i get the CT error when i try to mass delete users. also, i or any other member on my forum are unable to delete private messages in our inbox. how can i fix this?

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Sat Oct 20, 2007 3:38 pm
Author: Helter
the patch just adds many of the most common functions, for many functions you still need to resort to the manual debug process, which is annoying but fairly simple

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Sat Oct 20, 2007 4:32 pm
Author: CaNNon
the CRACKER TRACKER mod has also been updated, the link is here.

[url=http]http://www.integramod.com/forum/viewtopic.php?t=4134[/url]

As it too contains a lot of fixes you may find it more help full, in fact it overwrites the ct_security.php file that this patch was in.

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Sat Oct 20, 2007 4:49 pm
Author: hypertec
well, i was able to fix the private message problem with the suggestions form the debug information.

however, i tried to follow the instructions from the debug for the mass user delete and it didn't work.

is there anyways you can turn off the security for jsut one piece, like have it ignore the rules for that issue?

i tried setting the security level on low but that didn't work either. what is the correct way to use the delheuristic function?

im using 5.0.3, i don't feel like updating to 5.0.4, i'd rather just uninstall it altogether.

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Sat Oct 20, 2007 5:04 pm
Author: CaNNon
Post the suggested fix your seeing and i will check it to mine.

s there anyways you can turn off the security for jsut one piece, like have it ignore the rules for that issue?


This is what debug is doing for you telling the .script to not to bother with this one array in this file.

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Sat Oct 20, 2007 10:52 pm
Author: hypertec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /admin/admin_mass_delete_users.php
----------------

Request-Method: POST

Matching rule: delete
In variable: deleteusers

Possible solution:
------------------

#
#-----[ OPEN ]------------------------------------------
#
/admin/admin_mass_delete_users.php

#
#-----[ FIND ]------------------------------------------
#
require('./pagestart.' . $phpEx);

#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('deleteusers');

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Sun Oct 21, 2007 1:45 am
Author: Helter
this file
admin/admin_mass_delete_users.php does not exist in IM 141

also remember that CTracker is case sensitive
Code: Select all
 define('CT_SECLEVEL', 'LOW');$ct_ignorepvar = array('deleteusers');

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Sun Oct 21, 2007 8:08 am
Author: CaNNon
Your running a mod, I just googled it. Please provide a link to the one you used.

Mod Title: Admin Mass Delete Users

Included Files:

admin_mass_delete_users.php
lang_admin_mass_delete_users.php
admin_mass_delete_users.tpl


Thanks Helter, I spent a while trying to find where he was setting this off. <img>

PostPosted: Sun Oct 21, 2007 10:12 am
Author: hypertec
o man im sorry guys!

i got this mod from phpbbhacks.com

i don't use IntegraMOD yet

here is the link:
http://www.phpbbhacks.com/download/1692

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Sun Oct 21, 2007 7:41 pm
Author: CaNNon
Try this an see what error you get, I'm not sure but the var deleteusers is not used again and it seems to point to users? I'm guessing from line 41:

if( $HTTP_POST_VARS['deleteusers'] && $HTTP_POST_VARS['users'] )

Code: Select all
define('CT_SECLEVEL', 'LOW');$ct_ignoregvar = array('deleteusers','users');


I don't want to load the files as it isn't showing my php version in the list.

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Sun Oct 21, 2007 8:54 pm
Author: hypertec
nope, didn't work either, thanks for the suggestion though. i tried on LOW and MEDIUM and nothing worked

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Fri Nov 02, 2007 12:39 pm
Author: DjPorkchop
What do you do when there is no Debug info given in Cracker Tracker. Example....Im working on a guys arcade for him and CTracker is going screaming nuts on me. Go to Ctracker logs and no debug entries exist.

Now that being said, I have started rebuilding my 1.4.1 site as well and it is a FRESH install of the latest release and Ctracker is doing the smae thing to tme there. No debug info to fix anything with.

Im at a standstill now until I can figure this out. AM I correct in saying that the latest install has this particular patch installed as well and then some?

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Fri Nov 02, 2007 1:20 pm
Author: CaNNon
No this is not included in im141. This was released after it and it overwrites the additional patch you find in the forums. You have followed the debug info to start debug? give this a quick look should help.
[url=http]http://www.integramod.com/forum/kb.php?mode=article&k=22[/url]

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Fri Nov 02, 2007 2:34 pm
Author: DjPorkchop
Ok I thought they added all the updates to the newest release (1.4.1b) as we know this is the 2nd coming of 1.4.1

Its a brandnew install of IM 1.4.1b its been online idle for a month now looking for hackers and how they get in as you can tell by my posts the last couple of days.

This patch here was released WAY before 1.4.1b came out here recently. So in all fairness, this patch should have ,if it wasnt, been installed in this release. Thats why I didnt know if it would do me any good to install this patch or not.

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Fri Nov 02, 2007 3:28 pm
Author: CaNNon
I don't think were understanding each other.

This is not the patch, and yes the patch is probably in the im141.b version and can still be found around here. This is a new version of the full CrackerTracker program.
It also overwrites the patched file if you have applied the patch.

I sent you here to save you work, not make more for you.... <img>

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Fri Nov 02, 2007 7:25 pm
Author: DjPorkchop
oops ! My bad bro. <img> I cross threaded. I have been running myself ragged the past few days with my own websites and a few others too boot they are all running together now. lol Ill have to check that update of CTracker out tonight after I get off the radio. Sry for the misunderstanding

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Sat Nov 03, 2007 5:19 am
Author: CaNNon
Don't feel bad we both are... I thought I linked you to this tread?
[url=http]http://www.integramod.com/forum/viewtopic.php?t=4134[/url]
:D <img>

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Tue Nov 06, 2007 3:06 pm
Author: salmercker
maybe i downloaded the wrong file but the onyl file that was in the download for hte patch was ct_security.php so is that the only file you got patched? i just downloaded and installed the newest version of integramod 1.4.1 and im having the darn ctracker errors on downloads, album, and a few other areas that i cant remember off hand and NONE of the debug info is helping me at all! i managed to get one test catagorey for my downloads and my albums before it started blocking them again!

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Thu Nov 08, 2007 7:42 pm
Author: DjPorkchop
I upgraded CTracker as well and alerts everywhere. I cant do anything hardly at all.

Followed debug down to the T for P.C.P for example and even ignored it and still it goes off.

The upgrade was of no help at all.

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Thu Nov 08, 2007 9:26 pm
Author: CaNNon
You mean in pcp wizard the 4th down alter display?
Thats a rough one but if thats it, i have already done it and will post it for you.

Just need you to give me the file name, as i delete the error logs asap.

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Thu Nov 08, 2007 9:45 pm
Author: CaNNon
This is the one I did all the work sorting out, sorry it's so long But i have cleaned out all the double entries. A couple of the edits still need the low setting so make sure you keep it.

/admin/admin_pcp_wizard.php


Code: Select all
define('CT_SECLEVEL', 'LOW');$ct_ignorepvar = array('style_username','style_user_online','style_user_avatar','style_user_from','style_user_regdate','style_user_gender','style_user_age','style_user_posts','style_user_cashpr','style_user_cashtp','style_user_holidays','style_user_country','style_user_warnings','style_user_sig','style_user_photo','style_user_birthday','style_user_pm','style_user_album','style_user_email','style_user_website','style_user_aim','style_user_yim','style_user_msnm','style_user_skype','style_user_icq','style_user_rank_title','style_user_session_time','style_user_session_page','style_user_my_friend','style_user_my_ignore','style_user_posts_stat');  

PostPosted: Wed Jan 02, 2008 5:37 pm
Author: Mr.Black
Ok i'm trying to edit an acronym. Each time i do it still comes up with the error. Don't know what i'm doing wrong here.

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Thu Jan 03, 2008 10:34 am
Author: CaNNon
Follow the directions to get the debug info and post it please.

Re: CRACKER TRACKER PATCH Updated: 5-17-2007

PostPosted: Thu Jan 03, 2008 1:30 pm
Author: Helter
if your not getting CTracker logs, check your ctracker chmods. If they are not correct, CTracker cannot write to them