279

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

279

Post by Jensensen »

http://code.google.com/p/phpwcms/source/detail?r=279

hmm, i wonder in what way referrer strings logged in database could be helpful for me?
what kind of "search engine related information" do you get, that G analytics didn't catch?

how to use it?
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: 279

Post by Jensensen »

don' forget to run:

#####################################################
# PHPWCMS SQL Update
# Upgrade release 1.4 to 1.5 - 2008-12-15
#####################################################

Code: Select all

CREATE TABLE IF NOT EXISTS `phpwcms_log_seo` (
  `id` int(11) NOT NULL auto_increment,
  `create_date` timestamp NOT NULL,
  `domain` varchar(255) NOT NULL,
  `query` varchar(255) NOT NULL,
  `pos` int(11) NOT NULL,
  `referrer` text NOT NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM ;
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: 279

Post by update »

Jensensen wrote:hmm, i wonder in what way referrer strings logged in database could be helpful for me?
what kind of "search engine related information" do you get, that G analytics didn't catch?
Hey - this could be helpful in some way indeed:
Assuming that this internal logging is revealing about the same (or similar) results for a site owner, the main advantage would certainly be the fact that you don't need an external call to someone else - sometimes waiting to boredom maximized is my experience when waiting for ga to do it's job....

Anyway - there are more important improvements to be done at first, I think. For example this fundablething would come fist I think - the order of improvements is mixed up somehow....
by Oliver Georgi on Fri Jun 01, 2007 17:40
Thanks to your amazing support - fundraising was very successful.
Now $6000 are pledged on fundable.org by worldwide supporters and additional €1200 are pledged in addition.
I will start developing promised features next week. A maintenance release will follow next week too - 1.3.4 having some more interesting features and bug fixes.
Until then - have fun and "Cheers!" to the best community...
Oliver
This has been almost 570 days since then until now and that's why I call it wrong order btw....
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Post Reply