- Cell Phones 1588
- Desktop 759
- Editors 430
- Education, Science & Engineering 1094
- Games 2253
- Internet 4712
- Scripts 2882
- 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 128
- Services 223
- Sites Layout 131
- Social Networks 30
- Stores 301
- Others 885
- FOREX 717
- Autocall, Voice Mail 10
- Chat 93
- Dowloading and Connection 64
- FTP 17
- ICQ 28
- Local Networking 50
- Management 58
- SMTP 8
- Stock Market 49
- Web Design 352
- Others 384
- Scripts 2882
- Multimedia & Graphics 994
- Office software 759
- PC 457
- Programming 1897
- Security 987
- SEO 302
- Software for Pocket PC 187
- Utilities 3881
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 =)