Support Forums


Go Back   68 Classifieds Forums > Help & Support > v4 Questions & Support

Notices

 
LinkBack Thread Tools Display Modes
Old 10-01-2008, 04:26 PM   #1
UME
Junior Member
 
Join Date: Sep 2007
Location: Bellevue, WA
Posts: 25
Rep Power: 8
UME is on a distinguished road
Default are site search queries listed anywhere?

Hi all,

I was wondering if there is a file that contains the queries users enter when using the search feature on my site? For obvious reasons, I'd like to have an idea as to what it is they are trying to find.

Thanks!
__________________
running v4.0.9 Developer - Custom Template
http://ume.zyria.com
UME is offline   Reply With Quote
Old 10-01-2008, 04:32 PM   #2
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,039
Rep Power: 116
Eric Barnes is a jewel in the rough
Default

No nothing is stored when a user is searching. I think you can use something like google analytics but I am not sure of all their settings if they would allow that.
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 10-01-2008, 04:50 PM   #3
Member
 
Join Date: May 2008
Posts: 85
Rep Power: 6
ombre is on a distinguished road
Default

Quote:
Originally Posted by UME View Post
Hi all,

I was wondering if there is a file that contains the queries users enter when using the search feature on my site? For obvious reasons, I'd like to have an idea as to what it is they are trying to find.

Thanks!
This is simple to made. Just add another table search:
CREATE TABLE `search` (
`search_id` mediumint(7) unsigned NOT NULL auto_increment,
`keyword` varchar(128) NOT NULL default '',
`datum` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`search_id`),
KEY `keyword_idx` (`keyword`)
)

and in the search part you should add a insert statement in this table.

But know, if you have a busy site, your search table will be in few month big .
__________________
Version 4.0.9 - now live with 40.000 ads
ombre is offline   Reply With Quote
Old 10-01-2008, 07:17 PM   #4
UME
Junior Member
 
Join Date: Sep 2007
Location: Bellevue, WA
Posts: 25
Rep Power: 8
UME is on a distinguished road
Default

Quote:
Originally Posted by ombre View Post
This is simple to made. Just add another table search:
CREATE TABLE `search` (
`search_id` mediumint(7) unsigned NOT NULL auto_increment,
`keyword` varchar(128) NOT NULL default '',
`datum` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`search_id`),
KEY `keyword_idx` (`keyword`)
)

and in the search part you should add a insert statement in this table.

But know, if you have a busy site, your search table will be in few month big .

Thanks for the code. I'm a newbie when it comes to reading PHPcode, so how do I know where the data is being written for later retrieval? Is the name of the file 'search' as specified in the first line?

Also, what does the "insert statement" do?

Thanks again!
__________________
running v4.0.9 Developer - Custom Template
http://ume.zyria.com
UME is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding search option to main site search page? scott17b v3.1 Modules & Modifications 4 07-28-2008 07:39 PM
Creating A Site Map Of Search Results seymourjames v4 Questions & Support 4 07-24-2008 01:45 PM
Google site search with 68 Classifieds fendter v4 Questions & Support 2 07-24-2008 08:36 AM
Demo site getting ridiculously high rankings??? Maffo v3.1 Modules & Modifications 13 01-09-2008 04:28 PM
RSS site sync. Lhotch v3.1 Modules & Modifications 2 01-02-2008 02:10 PM


All times are GMT -4. The time now is 03:58 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0