插件说明:
插件根据提供的10位ISBN书号,在Amazon网站上查找该图书的详细信息。
如果找到结果,则返回一个两元素的数组,其中第一个元素是书的标题,而第二个元素是该书封面缩写图的URL地址。
它需要以下参数:$ISBN 10位ISBN书号
复制代码 代码如下:
$isbn = '007149216X';
$result = PIPHP_GetBookFromISBN($isbn);
if (!$result) echo "Could not find title for ISBN '$isbn'.";
else echo "$result[0]";
function PIPHP_GetBookFromISBN($isbn)
{
// Plug-in 93: Get Book From ISBN
//
// This plug-in looks up an ISBN-10 at Amazon.com and then
// returns the matching book title and a thumbnail image
// of the front cover. It requires this argument:
//
// $isbn: The ISBN to look up
//
// Updated from the function in the book to take into
// account changes to the Amazon HTML.
$find = ' $img = 'http://ecx.images-amazon.com/images/I';
$page = @file_get_contents($url);
if (!strlen($page)) return array(FALSE);
$ptr1 = strpos($page, $find) + strlen($find);
if (!$ptr1) return array(FALSE);
$ptr2 = strpos($page, '" />', $ptr1);
$title = substr($page, $ptr1, $ptr2 - $ptr1);
$find = $img;
$ptr1 = strpos($page, $find) + strlen($find);
$ptr2 = strpos($page, '"', $ptr1);
$image = substr($page, $ptr1, $ptr2 - $ptr1);
return array($title, $img . $image);
}

Amazon Asin是指亚马逊标准识别号,是亚马逊商品一个特殊的编码标识,是亚马逊用来标识其市场上所有产品的唯一编号。ASIN是亚马逊搜索功能的重要组成部分,这意味着无论客户是按类别搜索还是按产品名称搜索,都可以返回他们正在寻找的确切产品。

随着互联网技术的不断发展,对于网站应用程序的性能和稳定性需求也越来越高。在处理大型数据、低延迟和高并发方面,传统的后端数据库也显得力不从心。为了提高站点性能,现在很多网站开始采用缓存技术,而AmazonElastiCache就是一种非常流行的缓存解决方案。一、什么是AmazonElastiCache?AmazonElastiCache是一种分布

The Xiaomi 14T series will be getting announced tomorrow, September 26, and there have been not a few leaks about the device including a report that the phones will not ship with a charger in the box. However, a new accidental leak by a partner retai

Samsung's Odyssey gaming monitor line-up features some of the best gaming monitors money can buy, often delivering on top-tier features and specifications along with their flagship pricing. The Odyssey Neo G8 sits at the higher end of Samsung's Odyss

Amazon Fire tablets often come with a plethora of annoying restrictions, but XDA Developers forum member Datastream33 has created an all-in-one solution that can help users get around those. The tool is called Fire Toolbox, and is available for Windo

Samsung is currently running its Gaming Week sale event, discounting many of its top-notch gaming monitors from the Odyssey series. One such monitor, the Samsung Odyssey G85SB OLED (model LS34BG850SNXZA), is heavily discounted for the duration of the

Amazon is currently offering the 77-inch Samsung S90C OLED for just $1,899 including free shipping. According to Camel's price tracker, this is the lowest price ever listed by the American e-commerce behemoth. This sale provides a substantial 44% dis

It might be a good time to purchase a phone from the Samsung Galaxy S24 series, as Amazon is bundling every purchase with a free $250 gift card. This offer applies to all the phones within the lineup, and it’s even available for all the storage varia


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

Atom editor mac version download
The most popular open source editor

Dreamweaver Mac version
Visual web development tools

Dreamweaver CS6
Visual web development tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software
