vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Amazon Store Integration (https://vborg.vbsupport.ru/showthread.php?t=161576)

bigtime 01-28-2009 03:42 AM

This work on 3.81?

GoTTi 01-30-2009 03:13 PM

Quote:

Originally Posted by bigtime (Post 1726820)
This work on 3.81?


yes this is working for 3.8.1

bigtime 02-02-2009 05:51 AM

Hi,

Here is my .htaccess file. When I add the code for this integration I get a not found error. Can someone please take a look at my .htaccess contents and let me know what exactly I should add to it?

Thanks!

Code:

RewriteEngine On

RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]

RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]

##code for VBTube https://vborg.vbsupport.ru/showthread.php?t=173083&page=13
########## Rewrite rules block
RewriteCond %{REQUEST_URI} (\<|%3C).*script.*(\>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
RewriteCond %{QUERY_STRING} ^(.*)wget%20 [OR]
RewriteCond %{QUERY_STRING} ^(.*)fetch%20 [OR]
RewriteCond %{QUERY_STRING} ^(.*)=http://(.*) [OR]
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
RewriteRule ^.*$ http://www.defend.net/deluxeforums/ [R,L]
########## Rewrite rules block


kairev 04-17-2009 06:17 PM

I'm getting a "Page Not Found" error any time I click an item in my store.

http://www.mywrestlingforum.com/amazon_store.php

Running 3.8.2

scottct1 08-10-2009 10:52 AM

I got a notice from Amazon about this application.

Quote:

We wanted to remind you that all Product Advertising API developers will be required to authenticate all calls to the Product Advertising API by August 15, 2009. We noticed that requests with your AWS Access Key ID are not currently authenticated and wish to reiterate to you that your unsigned requests will not be processed after August 15, 2009.
Any fixes?

djbaxter 08-10-2009 07:48 PM

Quote:

Originally Posted by scottct1 (Post 1864506)
I got a notice from Amazon about this application.



Any fixes?

I need to find a solution for this too. Amazon is good at telling us we need to add that "signature" but trying to find out from their site how to do it is a little less than clear.

GoTTi 10-04-2009 05:03 AM

it appears that amazon has blocked this application from running properly. guess its time this gets dropped in the trash can ;(

djbaxter 10-04-2009 02:00 PM

:confused?

It's still working for me...

BucWiLd 10-07-2009 06:48 PM

this work on 3.8.4?

mikelbeck 10-07-2009 10:38 PM

Sorry everybody, it's been a long time since I've been able to think about looking at this.

I'll take a look this weekend and will hopefully have an update soon.

GoTTi 10-13-2009 12:58 AM

Quote:

Originally Posted by djbaxter (Post 1894635)
:confused?

It's still working for me...

really? this isnt working for a lot of people. im running 3.8.x and havent seen it working in a long time. whats your site address?

mikelbeck 10-13-2009 01:29 AM

I've got it working again (on 3.8.4)... I need to make some changes to the ACP to support the request signing. Give me a couple of days and I'll have something.

djbaxter 10-13-2009 03:13 AM

Quote:

Originally Posted by GoTTi (Post 1898902)
really? this isnt working for a lot of people. im running 3.8.x and havent seen it working in a long time. whats your site address?

Psychlinks Forum in my signature: Psychology Self-Help & Mental Health Support Forum


Link is in top navbar: Psychlinks Store

I don't believe I've made any modifications to the add-on.

djbaxter 10-13-2009 05:14 AM

Quote:

Originally Posted by mikelbeck (Post 1898912)
I've got it working again (on 3.8.4)... I need to make some changes to the ACP to support the request signing. Give me a couple of days and I'll have something.

Good stuff... always nice to have an update. :)

jhale1966 10-28-2009 09:43 AM

Was wanting to see if this had been updated for 3.8.4 yet. :)

Thanks! :)

GoTTi 11-07-2009 04:03 PM

Quote:

Originally Posted by djbaxter (Post 1898942)
Psychlinks Forum in my signature: Psychology Self-Help & Mental Health Support Forum


Link is in top navbar: Psychlinks Store

I don't believe I've made any modifications to the add-on.

ur store is using this addon here? doesnt look like it

mikelbeck 11-08-2009 01:08 AM

Sorry for the long delay... but Beta 8 has finally been posted. This hasn't been extensively tested so if you see any issues please let me know!

FWIW, this is working on my 3.8.4 site, I should create a new thread in the 3.8 section I guess.

GoTTi 11-08-2009 03:58 AM

ya post this in the 3.8 section if its working for 3.8 so we can move forward ;) thanks for the update i will check it out now

GoTTi 11-08-2009 04:05 AM

im trying to get the secret key from aws, and i see this msg on the page:

Quote:

We noticed you previously created an Amazon Web Services account.
there is nothign else there, just a bunch of links. what am i suppose to look for or do from this page?

mikelbeck 11-08-2009 10:18 PM

Quote:

Originally Posted by GoTTi (Post 1911516)
im trying to get the secret key from aws, and i see this msg on the page:



there is nothign else there, just a bunch of links. what am i suppose to look for or do from this page?

If you've already signed up for AWS, go to aws.amazon.com, then click on "Your Account". A menu will pop up, select "Security Credentials" from that menu. Sign in, if necessary, then you'll get a page that has your Access Key ID and Secret Access Key.

GoTTi 11-09-2009 01:47 PM

ah thats what i did wrong, i overlooked that page. thank you ;) working now

GoTTi 11-09-2009 01:52 PM

would you know how do i change the ID code? i cant find the place where i use to be able to create new ID for stores....they really changed the panel around a lot.

mikelbeck 11-09-2009 11:54 PM

Quote:

Originally Posted by GoTTi (Post 1911989)
would you know how do i change the ID code? i cant find the place where i use to be able to create new ID for stores....they really changed the panel around a lot.

That's a good question... I can't find it either. I'll poke around some more and see if I can find it.

pillarfan1 11-11-2009 12:25 AM

Are you talking about?

https://affiliate-program.amazon.com...cking-ids.html

if link doesn't work..

1. click Account Settings in upper right corner

2. Click Manage Tracking IDs in right column

mikelbeck 11-11-2009 01:43 AM

That's it!

GoTTi 11-11-2009 02:06 AM

Quote:

Originally Posted by pillarfan1 (Post 1912595)
Are you talking about?

https://affiliate-program.amazon.com...cking-ids.html

if link doesn't work..

1. click Account Settings in upper right corner

2. Click Manage Tracking IDs in right column

thanks!

Varsh 11-11-2009 10:36 AM

Ah glad you're back on this Mikel, one of my favourite mods, happy that you're back on top of it now. :)

GTX2 11-16-2009 11:09 PM

Hello,
I've installed this hack but then had to remove it.
Seems not be completly removed, since i got an error today when updating usergroup permissions. Can anyone help me deleting this hack?

Here is the error:
Code:

MySQL Error  : Unknown column 'ecs_amazon_store_permissions' in 'field list'
Error Number : 1054
Date        : Monday, November 16th 2009 @ 07:51:35 PM
Script      : http://www.g.net/admincp/usergroup.php?do=update
Referrer    : http://www.g.net/admincp/usergroup.php?do=edit&usergroupid=3
IP Address  :
Username    : admin
Classname    : vB_Database


j1mmy 11-20-2009 05:33 PM

Where's the link for the 3.8 version of this addon?

GTX2 11-22-2009 09:15 AM

nevermind, was a missing file in includes/xml dir

BadgerDog 12-18-2009 10:29 AM

I've been running this for a few years, including donating to the developer ...

It's worked fine, then a member reported it stopped working..

I updated to the November version and obtained a new secret key and it searches fine, but when I click the link to go to the Amazon site, as an example only, I consistently get:

===========================
Not Found

The requested URL /amazon_item_1_B000F2C8IU___Four-Albums-of-Military-Song-from-Oscar-Brand.html was not found on this server.
==========================

Edit: follow up... just noticed that the link above when shown in my browser page is actually prefixing my own site to the front of it. ie: http://www.mysite.com, which of course explains the ERROR message. However, why is this mod picking up our site URL and tacking it on the front and not putting an AMAZON link on the front?

Any ideas as to what I'm doing wrong?

Thanks for any help ..

Regards,
Badger

mikelbeck 01-03-2010 10:00 PM

Quote:

Originally Posted by BadgerDog (Post 1932836)
I've been running this for a few years, including donating to the developer ...

It's worked fine, then a member reported it stopped working..

I updated to the November version and obtained a new secret key and it searches fine, but when I click the link to go to the Amazon site, as an example only, I consistently get:

===========================
Not Found

The requested URL /amazon_item_1_B000F2C8IU___Four-Albums-of-Military-Song-from-Oscar-Brand.html was not found on this server.
==========================

Edit: follow up... just noticed that the link above when shown in my browser page is actually prefixing my own site to the front of it. ie: http://www.mysite.com, which of course explains the ERROR message. However, why is this mod picking up our site URL and tacking it on the front and not putting an AMAZON link on the front?

Any ideas as to what I'm doing wrong?

Thanks for any help ..

Regards,
Badger

Sorry it's taken so long to get back to this...

Are you still having this problem? What's the URL of your site?

BadgerDog 01-04-2010 10:57 AM

Quote:

Originally Posted by mikelbeck (Post 1946433)
Sorry it's taken so long to get back to this...

Are you still having this problem? What's the URL of your site?

No problem Sir ... :)

Also got your PM... very gracious of you to follow up ... appreciate it ... :up:

The problem turned out to be ours and not that of your mod. With 10,000+ members and growing, we had to upgrade to a new server. When we did that and moved everything over, apparently one of our settings was incorrect. A friend who is a Unix guru fixed it on our server and he said:

The main AllowOverride wasn't set for the overall web server, that was preventing some of the commands in the .htaccess file from executing properly.

I hope you understand what he means, because I sure don't ... :D

Anyway, it's working fine now, but something that would really help us out would be the addition of which Amazon country site the user wants to go to in order to buy the product he finds in the "search" criteria.

Right now, we set it in AdminCP to be Canada, where we're located, however, if the member is from the U.S., he searches the United States site and finds the item. Unfortunately, when he clicks on the found item in the search, the mod takes him to the Canada Amazon site and not the U.S. Amazon site where he wants to buy it from. If he then goes to the bottom of the Amazon page and selects the U.S. site to get him back there, we LOSE the commission credit for the sale as his link back to the U.S. while on Amazon drops our commission code information.

Is there any way to have the mod go to the appropriate Amazon site (retaining the commission information in our link), when the member clicks on an item that he's searched and found in a different country than what is stored in the AdminCP settings for the mod?

Thanks for your support. Great mod and if we could get it to go to the right country selected from searches, I think it would get more members using it. As it is now, we're missing a lot of opportunity to support our "not for profit" site by members who aren't in Canada, which is more than 70%.

Regards,
Badger

FitgirlWorld 01-10-2010 02:37 AM

NOT WORKING for me... and here is the problem..

I copy the contents of the htaccess -new file and paste it in the curent htaccess file in the forum root directory and

BAM

the forums stop working and dont exist.

I remove the code I pasted and they start working again..

what am I doing wrong?

thanks

FitgirlWorld 01-10-2010 03:19 AM

got it!

problem was VBSEO mod rewrite..

had to make some changes

Greek76 05-30-2010 01:02 PM

Has anyone tested this for 3.8?

Alfa1 07-23-2010 12:50 PM

I wonder about this as well. Does this work on 3.8.5 or is there any alternative?

mikelbeck 10-22-2010 11:35 AM

I've got a version of this working on VB 4. Would anybody be interested in it?

hiker 11-07-2010 03:42 AM

Quote:

Originally Posted by mikelbeck (Post 2112704)
I've got a version of this working on VB 4. Would anybody be interested in it?

Yes :cool:

chick 01-18-2011 12:20 PM

I have it working on 3.8.6 BUT the only issue seems to be (I have the 'allow search' turned off) BUT at the very bottom of the store page under the products no matter what I try it still says 'We did not find any matches for your request' even though no one searched and all products show up.

I can't for the life of me find where this is coming from!

Anyone?


All times are GMT. The time now is 10:50 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01755 seconds
  • Memory Usage 1,831KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete