![]() |
|
|
|||||||
| FREEBS PHP Amazon Book Store Support This forum is for downloads and support of the FREEBS Free Amazon Book Store software. FREEBS is a php based book shop that creates content pages for your website that may get listed in the search engines and helps you profit from Amazon book sales. |
|
|
Thread Tools | Display Modes |
|
|
#21 | |
|
Administrator
|
Quote:
__________________
Computers and Accessories Computer Manuals Riderinfo Connect for Bikers Ad Revenue - Sell link space on your website and profit. |
|
|
|
|
|
#22 |
|
Junior Member
Join Date: Oct 2005
Posts: 2
|
Know FREEBS doesn't have this capability, but thought you may know of a php script/way to do it..
Want to list our Amazon marketplace books via our website, where they are searchable, with data pulled from Amazon, and our inventory adjusted automatically as books are sold directly on Amazon. In other words, not maintained by a local database but through AWS or a data feed. Amazon Hacks book had an asp example, but I don't use asp. You would think this would be a common need, but have had hard time finding a way to do it. |
|
|
|
|
#23 |
|
Administrator
|
It's in the API to search. I have alot on my plate, but an aws search is a necessity and I'll make that my next project.
The database is meerly to have pages of on topic titles. An SEO thing.
__________________
Computers and Accessories Computer Manuals Riderinfo Connect for Bikers Ad Revenue - Sell link space on your website and profit. |
|
|
|
|
#24 |
|
Junior Member
Join Date: Dec 2005
Posts: 7
|
I think it is a good suggestion to create a "book alphabetic index" automatically according the "bkeys" of items added to a database to prevent empty pages without any book. Or is it easy to make it myself? Sorry for probably stupid question - I am a novice with php
|
|
|
|
|
#25 | |
|
Administrator
|
Quote:
__________________
Computers and Accessories Computer Manuals Riderinfo Connect for Bikers Ad Revenue - Sell link space on your website and profit. |
|
|
|
|
|
#26 |
|
Junior Member
Join Date: May 2005
Posts: 3
|
Hi, noppid. I finally got around to settting this up (Amazon.ca version complete with changes to the Amazon image and search code) at [url]http://store.psychlinks.ca[/url] - I see a few people have asked about a search feature. What I want is the capability not to search Amazon but to search the "local" bookstore - i.e., just the titles listed in my database.
I suck at SQL queries. How difficult would that be to implement? |
|
|
|
|
#27 | |
|
Administrator
|
Quote:
I'll research what it will take to index the title so the query is not a cpu killer or table walking.
__________________
Computers and Accessories Computer Manuals Riderinfo Connect for Bikers Ad Revenue - Sell link space on your website and profit. |
|
|
|
|
|
#28 |
|
Junior Member
Join Date: May 2005
Posts: 3
|
Thanks, noppid
|
|
|
|
|
#29 |
|
Administrator
|
Ok, in the items table, if there is an index on the field 'name', drop it.
Add a Full Text index to the field 'name' in the items table. You can use phpmyadmin to do this. Then this query will do your search. Of course this is just the basics. We need an input form, input sanitation, input lenght verification and probably some other stuff I forgot. And here's the Query. PHP Code:
__________________
Computers and Accessories Computer Manuals Riderinfo Connect for Bikers Ad Revenue - Sell link space on your website and profit. Last edited by Greg; 03-09-2006 at 11:33 AM. |
|
|
|
|
#30 |
|
Junior Member
Join Date: May 2005
Posts: 3
|
Thanks, noppid - I'll give it a try when I've had some sleep
|
|
|
| Thread Tools | |
| Display Modes | |
|
|