Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Vbulletin Amazon Store Details »»
Vbulletin Amazon Store
Version: 0.9, by lebanon lebanon is offline
Developer Last Online: Jan 2014 Show Printable Version Email this Page

Version: 3.5.0 Rating:
Released: 03-01-2006 Last Update: Never Installs: 21
Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

Vbulletin Amazon Store V0.9
An amazon reflection script , to be eligible to use this script you must obtain an associates id from amazon and a developer token from:
https://associates.amazon.com/exec/p...plication.html

DEMO : http://www.tchatting.com/forum/amazonindex.php
Requirements
Seperate DB ( This is REQUIRED )

his program has been initialy developed to work as a stand alone xml parser for amazon products feeds . Requirements are 1 mysql db, associates id and developer token.

I have tested links and everything sounds good, and planning to fully integrate seo mode laters on, please report any broken link i might have missed if you use this.

Features in a glance :
Amazon.com reflection - Checkout and help pages through a frame, ability to add or delete amazon categories from your admin control panel.
When adding a category not listed you will only need to visit amazon.com to findout its ID

Installation takes a few minutes but no complex stuff to do and no file edits at all.

-------------------------------------
1 - You need to be an Amazon Associate to get paid commission for the items your visitors buy via your site. If you are already an associate Amazon allows you to use your current ID.
http://www.amazon.com/gp/browse.html/?node=3435371
2 - A Developer's Token is required to access AWS. It functions much in the
same way as a password. You will pass it to Amazon's servers with every
request so that they know you have permission to access their system.
https://associates.amazon.com/exec/p...plication.html
3 - Upload all the files in the forum directory
4 - Create a mySQL database somewhere and import the .sql file to it.
5 - Edit /script/forumurl.php to your forum url path.
6 - Open script/config.php and change the values. Especially the last 4 lines:
$dbServer = "localhost";
$dbUser = "dbuser";
$dbPass = "dbpassword";
$dbName = "dbname";
You can change the rest from the admin panel of the site.
7 - Import the xml file to add your Vbulletin Templates.
9 - chmod the following files and and folders to 777:
- /script/config.php ( if you dont you will need to do all edits manualy)
- /script/cache
10 - Go into the admin panel, and click "site config"
/script/admin/
Your initial username and password is "admin" and "admin"



Templates (NOT THE VBULLETIN TEMPLATES)
-------------------------------------

There is a template folder which contains several files that are used by the Amazon Store Manager to handle the site's output which you can edit to change the display of output but will not affect any of your vbulletin templates settings:
- welcomemsg.tpl
- browsepagefooter.tpl
- browsepagetitle.tpl
- catpage.tpl
- default.tpl
- footer.tpl
- header.tpl
- menu.tpl
- productpage.tpl
- productpageauthors.tpl
- productpagefeatures.tpl
- productpagefooter.tpl
- productpageheader.tpl
- productpagesimiliar.tpl
- search_result_title.tpl
- similiar.tpl
- similiarfooter.tpl
- similiarheader.tpl
- single_search_result.tpl
- browsepage.tpl

Template tags are recognized by their used of %% and %%. For example, to print the name of
the site, we would go:
%%sitename%%
When editing the templates, please don't touch these tags if you can help it.

SEO Compatible ?
-------------------------------------
seo setting are not active yet, although the script do work fully with seo mode outside vbulletin which hopefully in the next release i will fully enable the seo mode within vb after it passes this beta stage.

Enjoy.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 04-17-2006, 02:44 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't see why it wouldn't work with the uk version....

Thanks for the answer... Which template did you edit to remove it???

-
Reply With Quote
  #33  
Old 04-18-2006, 10:56 PM
SaN-DeeP's Avatar
SaN-DeeP SaN-DeeP is offline
 
Join Date: Jun 2002
Location: Mumbai, India
Posts: 1,195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great work lebanon
Reply With Quote
  #34  
Old 04-19-2006, 02:05 AM
blitzburgh blitzburgh is offline
 
Join Date: Oct 2005
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67
I don't see why it wouldn't work with the uk version....


Thanks for the answer... Which template did you edit to remove it???


-
I believe this is it in header.tpl. You have to remove it. You may have to adjust it with an html program also. I think I had to.

HTML Code:
                                <!-- Start Left Side Bar -->
				<table width="100%" border="0" cellspacing="0" cellpadding="0">
				<tr>
					<td width="100%">
					<span>
					<A HREF="http://www.amazon.com/exec/obidos/redirect?tag=%%AssociatesID%%&path=subst/home/home.html"><img src=script/a150X70b.gif border=0></A>
						</span>
						<span id="lmenu">
						<table width=100% style="border:1px solid #eeeeee;background-color:#e5e5e5">
						<tr>
							<td style="color:#cc0000;border-bottom:1px solid #000000" class=small><b>
							Menu
						</tr>
						<tr>
							<td class=small style="padding-left:10px;">
								%%leftNav%%
							</td>
						</tr>
						</table>
						<table width=100% style="border:1px solid #eeeeee;background-color:#e5e5e5">
						<tr>
							<td style="color:#cc0000;border-bottom:1px solid #000000" class=small><b>
							Information
						</tr>
						<tr>
							<td class=small style="padding-left:10px;">
								%%leftLinks%%
							</td>
						</tr>
						</table>
						</span><br>
					</td>
				</tr>
				</table>
				<!-- End Left Side Bar -->
Reply With Quote
  #35  
Old 04-19-2006, 09:09 PM
arossphoto arossphoto is offline
 
Join Date: Jan 2006
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This looks great. I have a bookstore now using amazon products feed, but it would be nice to have some integration with vB.

What would be really nice is the ability to select specific books that are relevant to your members and have them show on the front page as featured items. Is that possible with this?

I'm also in Canada, so it would be good to know for sure that this works with amazon.ca.

Cheers,

Andrew
Reply With Quote
  #36  
Old 04-20-2006, 01:48 AM
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Posts: 1,207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by arossphoto
What would be really nice is the ability to select specific books that are relevant to your members and have them show on the front page as featured items. Is that possible with this?
I totally agree... would love this kind of personalization. Without it, this hack isn't nearly as interesting for a community IMHO.
Reply With Quote
  #37  
Old 04-20-2006, 01:49 AM
Code Monkey's Avatar
Code Monkey Code Monkey is offline
 
Join Date: May 2004
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can do that now with what Amazon offers it's associates. This is more of a store option I believe.
Reply With Quote
  #38  
Old 04-20-2006, 01:54 AM
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Posts: 1,207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JumpD
You can do that now with what Amazon offers it's associates. This is more of a store option I believe.
Well yeah, we can generate associate URLs for linking, but I'm looking for a nice way to showcase those product recommendations in a vBulletin add-on. Haven't seen something like that available. I thought it would make sense to pair that with this hack if the author was interested.
Reply With Quote
  #39  
Old 04-23-2006, 10:14 PM
ciscoguy ciscoguy is offline
 
Join Date: Feb 2006
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice addon for VB, however I am concerned with a possible security flaw. I was comparing my new install to yours to help me work on a few bugs and I came across this.
Attached Files
File Type: (21.4 KB, 34 views)
Reply With Quote
  #40  
Old 05-07-2006, 02:41 AM
EricaJoy EricaJoy is offline
 
Join Date: Sep 2002
Location: New York, NY
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

/me clicks install.
Reply With Quote
  #41  
Old 05-07-2006, 04:15 PM
karthik123 karthik123 is offline
 
Join Date: Apr 2006
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank u very much for the hack..

Can I see one of the web sites which uses this hack? The demo mentioned in the hack is no longer available.
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 01:29 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04989 seconds
  • Memory Usage 2,342KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete