Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [plugin] [ORPHAN] dru_recent_referers
Did you wait for more visitors to show up, that had referrers and could populate the list?
Offline
Re: [plugin] [ORPHAN] dru_recent_referers
:D
I guess a little patience would help, huh?
It’s working perfectly now
Thanks!
Darla
Offline
Re: [plugin] [ORPHAN] dru_recent_referers
This script is dangerous…
I just tested it and I inserted HTML CODE into a page using my referurl
this is a security risk. This script should be parsing the referers…
before outputing them to (x)HTML.
“The insistent messiahs-Type of Guy”
“Max wrote the code and uploaded it over a satellite connection from his top secret island hideway somewhere in the Mediterranean.”
Offline
Re: [plugin] [ORPHAN] dru_recent_referers
Simply update this line:
$out[] = tag($domain,'a',' href="http://'.$refer.'" title="Recorded: '.$ref_time.'"');
To this:
$out[] = tag($domain,'a',' href="http://'.htmlspecialchars($refer).'" title="Recorded: '.htmlspecialchars($ref_time).'"');
Thanks for the sensationalist approach with no practical solutions, it’s very much appreciated.
drew mclellan
Offline
Re: [plugin] [ORPHAN] dru_recent_referers
The download on my site has been updated to reflect this change. If you use this plugin, please either update the code yourself or download and install the updated version.
drew mclellan
Offline
Re: [plugin] [ORPHAN] dru_recent_referers
Does it work with prefixes already?
VC88 | Nah, there weren’t really eighty-eight of them. They just called themselves “The Crazy 88.”
Offline
Re: [plugin] [ORPHAN] dru_recent_referers
this, uh, doesn’t work for me. the database query isn’t working for some reason. it’s 1.19-compatible, right?
Offline
Re: [plugin] [ORPHAN] dru_recent_referers
You use prefixes, right? It doesn’t support prefixes….
VC88 | Nah, there weren’t really eighty-eight of them. They just called themselves “The Crazy 88.”
Offline
Re: [plugin] [ORPHAN] dru_recent_referers
that is true. I guess I’ll see if I can tweak it so it does.
Offline
Re: [plugin] [ORPHAN] dru_recent_referers
Hi Drew – can you give me a hand with https referrers?
“If you build it, they will come.”
Offline
Re: [plugin] [ORPHAN] dru_recent_referers
This seems broken with 1.0 rc1
Offline
#48 2005-06-03 12:53:48
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: [plugin] [ORPHAN] dru_recent_referers
Working for me in RC3.
Offline