Share

Webanalyse

Tracker: Bugs

5 cannot delete a common referrer - ID: 952250
Last Update: Comment added ( nobody )

I created a common referrer like
"http://www.angelfire.com/biz7/penroll/".
Then I tried to delete it, but got an error message in
stats_word.inc line 247 as I inserted a wrong modifier.
I don't know PHP, but it has something to do with the
preg_match instruction which misinterpreted /www or
/penroll.
Is there any way to solve this problem without deleting
all data?
Is there a site which shows what each file of this
(very nice) prog is doing?
Thanks for your help.
Horst


horst ( horst39 ) - 2004-05-11 23:34

5

Open

None

Nobody/Anonymous

None

None

Public


Comments ( 2 )




Date: 2005-06-22 18:16
Sender: nobody

Logged In: NO

a bit late maybe but edit your /log/_w_ignore.ser file and
change the a:xx (where xx is a number) into 1 number lower
for each link you are going to delete.
next delete every link that has a http:// or /folder or
/file or anything else with a / in it
and with deleting every link i mean delete the entire block:
;i:0;s:14:"phpbuilder.com"
is an entire block for example.

next time you add something be sure to add only www.link.com
stuff instead of http://www.link.com or www.link.com/folder
or something like that.

that seems to work for me at www.laglan.be...


Date: 2005-04-06 06:03
Sender: oiv

Logged In: YES
user_id=432112

I got the same error. I chnaged the line 247 to
$match = "|\b$k\b|i";
Means that I changed the / to |


Log in to comment.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.