- Cell Phones 1587
- Desktop 760
- Editors 430
- Education, Science & Engineering 1094
- Games 2253
- Internet 4713
- Scripts 2883
- Active Advertising Systems 118
- Auctions 35
- Banner Networks 24
- Casinos, Lotteries 362
- CMS 293
- Exchangers 65
- Forums, Message Boards 114
- Pop Ups 29
- Search Engines 49
- SEO Scripts 129
- Services 223
- Sites Layout 131
- Social Networks 30
- Stores 301
- Others 885
- FOREX 716
- Autocall, Voice Mail 10
- Chat 94
- Dowloading and Connection 64
- FTP 17
- ICQ 28
- Local Networking 50
- Management 58
- SMTP 8
- Stock Market 49
- Web Design 352
- Others 384
- Scripts 2883
- Multimedia & Graphics 996
- Office software 760
- PC 454
- Programming 1899
- Security 990
- SEO 302
- Software for Pocket PC 187
- Utilities 3880
Preparation BL, TL as a string
Refunds: 0
Uploaded: 16.05.2009
Content: ocr.php 2,64 kB
Product description
PHP class to get the value of Business Level (BL), TRUST LIMIT (TL) and the number of comments and suggestions of the images from the server Webmoney.
Ie we get BL, TL, the number of comments and suggestions, as a string.
Example: http://online-obmen.ru/demo/bl_tl/?wmid=219933083607
server Example of use:
\u003c?
header ("Content-type: text / plain");
include ("ocr.php");
$ Wm = New WebMoneyOCR ();
$ Wmid = htmlspecialchars ($ _ GET ['wmid']);
$ PO = explode ("/", $ wm-> GetPO ($ wmid)); // Claims / reviews
echo "WMID:". $ wmid. "\\ n";
echo "BL:". $ wm-> GetBL ($ wmid). "\\ n";
echo "TL:". $ wm-> GetTL ($ wmid). "\\ n";
echo "Claims:". $ PO [0]. "\\ n";
echo "Reviews:". $ PO [1]. "\\ n";
?>
Product introduce to a file ocr.php
Additional information
Link to the example will be constantly changing. To avoid povadno parsers =)