2 staypuft Sep 09, 2005 12:02

I rewrote part of this hack to use cURL to connect to Amazon rather than fopen. My new webhost doesn't allow fopen with urls, so the hack was broken until I changed it. If your webhost doesn't have cURL loaded, it will fall back on fopen.
personman wrote:
I rewrote part of this hack to use cURL to connect to Amazon rather than fopen. My new webhost doesn't allow fopen with urls, so the hack was broken until I changed it. If your webhost doesn't have cURL loaded, it will fall back on fopen.
This is such an awesome hack. Would it be possible to make a version that could be called as a standalone php page?
Thanks! I'm not sure I understand your question. Do you mean can the backend (where you search for an Amazon item) be called as a standalone page? You can go directly to /admin/b2media.php rather than using the button in the edit area. Or do you mean stand-alone as in separate from b2evolution?
personman wrote:
Thanks! I'm not sure I understand your question. Do you mean can the backend (where you search for an Amazon item) be called as a standalone page? You can go directly to /admin/b2media.php rather than using the button in the edit area. Or do you mean stand-alone as in separate from b2evolution?
I'm looking for a standalone, that would not require a b2evo. ADD CODE TO POST would just copy to clipboard.
You can download the script that this hack is based on here: [url=http://www.chipdir.nl/amazon/]Jaap's Amazon Scripts[/url].
Or you could make this modification to change the add code to post button to a textarea with the code ready to be copied.
Open b2media.php and find
<form>
<input type="button" name="close" value="<?php echo T_('Add the code to your post !') ?>" class="search" onclick="targetopener('<?php echo "<img src="$imgurl" border="0" alt="" /><br /><a href="$url">".addslashes($pname)."</a> by ".addslashes($d); ?>');self.close()" />
</form>
and change it to:
Copy this code to your post:<br />
<textarea rows="6" cols="80"><?php echo "<img src="$imgurl" border="0" alt="$pname" /><br /><a href="$url">$pname</a> by ".addslashes($d); ?></textarea>
Then just point your browser directly at b2media.php (or rename it if you want.)
Ok I've been working on making a standalone version of the b2media script. If you want to see the end result, see [url=http://mrshiney.froppy.com/amazon.php]here[/url]. I'm not 100% happy with it yet (I'm new at this PHP stuff) but it seems to work. ;-)
The script is pretty long to post here. If anyone wants a copy, PM me here and I'll send it.
danny,
what happened to the sideblog.txt file in the zip download? why is it no longer included?
btw, the 'Add Media' button works like a charm. very easy to install, works as advertised and will save a ton of time. great plugin. many thanks.
I don't know why I didn't put that in the zip when I was upgrading the script. I pulled the relevant code back out of my skin. This should do the trick, more or less.
I've updated this to be a real plugin for b2evolution 1.7. I editing the first post with more info and a link if you want to try it out.
Hello Danny,
trying to dl your file from http://brendoman.com/dev/blogs/plugins/_b2media.plugin.php.txt gives me a no-no-page stating "Please, do not access this page directly."
Trying to be smart and just selecting 'download target as...' on the links context menu also gives me only a text file containg the line "Please, do not access this page directly."
What am I missing? Thank you for your help!
'lex
I fixed that problem. Here's the new url:
Hello Danny, thx, could download it without any pains now :)
Can't seem to get it to work tho. :(
2 reasons I can think of:
a) Is it because the /plugins folder (not a subdirectoryof that?) wasn't the correct place to put it?
b) I was under the impression that 0.9.1 (which I run) was "younger" / newer than 1.7 (I've read somewhere here that the numbering isn't consistent) and therefore tried it despite your mentioning that it's no go below ver 1.7.
No chance with 0.9.1? (Please bear with me, since I am rather a freshman to b2evo). :oops:
Thanks for your patience and your help.
Best regards,
'lex
uh, where IS that 1.7 anyways? - Highest version I can find at the Downloads page is 1.6 alpha, and on SF there's 0.9.2 on display .. 8|
No, the plugin won't work with 0.9.1, but the first post (everything below the "--------------") is instructions for 0.9.1. Here's the zip file you need for the 0.9.1 version of the hack:
http://www.brendoman.com/images/danny/b2media-both.zip
btw, if you want the very newest developement code, you can find instructions on how to get it [url=http://manual.b2evolution.net/CVS_version]here[/url]. It's not a good idea to use the CVS code unless you know exactly what you're doing.
Hey, Danny, thanks for the hint! Works as advertised; great!! :-) Best regards, 'lex
I get the following error when I click the "Add Media" button.
Notice: Use of undefined constant lite - assumed 'lite' in C:\Websites\blogs\admin\b2media.php on line 96
Fatal error: Call to undefined function: curl_close() in C:\Websites\blogs\admin\b2media.php on line 311
I can't seem to find an answer. What is the problem and fix. Thank you in advance for your help.
What happened to the sideblog code? Anybody got it?
I've made that into a plugin, too. I'll try to get it released soon.
I tried installing this on 1.8, but the file 'tools.php' has disappeared. Will this work with 1.8, or is a major rewrite necessary?
I've got it working on my 1.8-beta blog. I just need to clean it up and release it. Coming soon.
I'm having the same issue with 1.8. What has become of tools.php? The plugin looks like it's dying to work, because its admin and settings are working perfectly. personman, I'm very much looking forward to your release!
I'm having the same issue. I can't wait for the update!
This looks like a terrific plug in. Any progress reports for 1.8.2?
I just released my youtube, poll and star ratings plugins. Next up is the Amazon plugin. Sorry about the wait.
No need to apologize-- I appreciate the work you put into your plugins. Just curious!
The new plugin is [url=http://plugins.b2evolution.net/index.php/2006/10/12/evoamazon]here[/url]. The biggest change is that you can set a different Associates ID for each user.
This is great plugin-- thank you!
Thank you for taking the time to update this and post it. I've been waiting for it ever since I caught wind of it.
/off to install
Do you know why when the plugin finds a book with multiple authors, it prints only the first author's name?
Yes I know why. It's because I'm an amateur. I just fixed that and uploaded the new zip. It should work the way it's supposed to now. Thanks for catching that.
Thank you sir. I proved my amateur status as well by updating the plugin and forgetting to insert my Amazon ID again. :)
I upgraded my blog
to 1.91, and it appears the evoAmazon plugin is not working. I can get to the administration area to search, but clicking on the "IMG" button does nothing.
Thanks for the update, Danny.
Is it my imagination, or did the "only print one of the authors" bug reappear in this version?
Good catch again. I fixed it and updated the zip file at AstonishMe.co.uk
is this plugin still available?
Just received this from Amazon:
You are receiving this email because we have identified you as a user of the Amazon Product Advertising API (previously known as the Amazon Associates Web Service or the Amazon E-Commerce Web Service). If you are not aware that you use the API, that may be because you use it via a third-party script or application that calls the API.
We wanted to let you know that all Product Advertising API developers will be required to authenticate all calls to the Product Advertising API using request signatures by August 15, 2009. Calls to the Product Advertising API that are not signed will not be processed after August 15, 2009.If you are not the developer of the script or application you use that calls the API, or you are unsure how you are using the API, please contact the original developer of the script or application you are using to ensure that your site or application will comply with the signed requests requirement and will continue to work after August 15 2009.
We’d also like to take this opportunity to point out the resources available to help you make this change to your applications:
-The Developer Guide has details on what signed requests are and how to construct signed requests.
-Sample Code for Signed Requests is available in Java, C# and Perl.
-Our technical staff and other customers are available to answer questions on our Community Forums.
-Other resources can be found at the Product Advertising API home page.
Thank you for advertising our products and we look forward to sharing the revenue from these sales.
Sincerely,
The Product Advertising API Team
Great hack... works as advertised.