Hits: 356 Craigslist Scraper Tool parses and stores the Craigslist Post Location, PostID, Title, Email, Content etc. This tool can export scrapped data into CSV, XML, SQL, RSS, TXT, PDF, JSON, HTML Craigslist.org is a great source of quality, targeted offline clients. It’s organized by geography (by state, by region, by city) and by niche. Certain [...]
Hits: 255 <?php require_once(‘lib/nusoap.php’); $url = “http://www.hotelscombined.com/api/wsdl/SearchSoap.wsdl”; // web service URL $client = new nusoap_client($url, false); // soap client to consume API // XML payload from “soapUI” to send over wsdl server $xmlRequest=’<soapenv:Envelope xmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/” xmlns:tem=”http://tempuri.org/” xmlns:hot=”http://schemas.datacontract.org/2004/07/HotelsCombined.WebServices.Version4″> <soapenv:Header/> <soapenv:Body> <tem:HotelSearch> <!–Optional:–> <tem:request> <hot:ApiKey>?</hot:ApiKey> <hot:Checkin>?</hot:Checkin> <hot:Checkout>?</hot:Checkout> <hot:DisplayCurrency>?</hot:DisplayCurrency> <hot:Guests>?</hot:Guests> <hot:HotelID>?</hot:HotelID> <hot:LanguageCode>?</hot:LanguageCode> <hot:Rooms>?</hot:Rooms> <hot:TimeOutInSeconds>?</hot:TimeOutInSeconds> <hot:UserAgent>?</hot:UserAgent> <hot:UserID>?</hot:UserID> <hot:UserIPAddress>?</hot:UserIPAddress> </tem:request> [...]
Hits: 698 Dear Friends, You can check RTMP Source is live or not using socket programming, but that will not give you exact output. Today I have tried Linux utility “rtmpdump” to test & check RTMP Source it produced quite interesting results on command line…. # rtmpdump -v -r rtmp://giraldatvlivefs.fplive.net/giraldatvlive-live/stream001 -o /tmp/rtmp-checker.log <?php /* * [...]
Hits: 243 <?php $facebook_uid = ’100000296428149′; $sourcecode = save_facebook_profile_photo($facebook_uid); print_r($sourcecode); file_put_contents(“images/”.$facebook_uid.”.jpg”, file_get_contents($sourcecode['url'])); //this is name of new file that i save function save_facebook_profile_photo( $id ) { $options = array( CURLOPT_RETURNTRANSFER => true, // return web page CURLOPT_HEADER => false, // don’t return headers CURLOPT_FOLLOWLOCATION => true, // follow redirects CURLOPT_ENCODING => “”, // handle all [...]
Hits: 180 Amazon’s ECS is very good service for accessing Amazon’s product database. We can register to this web service quickly, It provides a free access key to access Amazon Store. Amazon have rich set of web services Web Services are used to access DATA over cross platform environments. Using ECS-driven websites and applications, we can earn [...]
Hits: 114 PHP is very powerful language to block bad agents. Below is the code to avoid webspider using PHP in_array(). <?php $badAgents = array(‘Acunetix Web Vulnerability Scanner’, ‘Bot\ mailto:craftbot@yahoo.com’, ‘ChinaClaw’, ‘Custo’, ‘DISCo’, ‘Download\ Demon’, ‘eCatch’, ‘EirGrabber’, ‘EmailSiphon’, ‘EmailWolf’, ‘Express\ WebPictures’, ‘ExtractorPro’, ‘EyeNetIE’, ‘FlashGet’, ‘GetRight’, ‘GetWeb!’, ‘Go!Zilla’, ‘Go-Ahead-Got-It’, ‘GrabNet’, ‘Grafula’, ‘HMView’, ‘HTTrack’, ‘Image\ Stripper’, ‘Image\ Sucker’, ‘Indy\ Library’, ‘InterGET’, ‘Internet\ Ninja’, ‘JetCar’, ‘JOC\ Web\ Spider’, ‘larbin’, ‘LeechFTP’, ‘Mass\ Downloader’, ‘MIDown\ tool’, [...]
Hits: 175 RESTClient is an application use to visit and test RESTful services. REST (Representational State Transfer) is the model of the Web to consume web resources. The browser makes a request to a URL and receives a response. The request may be a GET or POST (or a PUT, DELETE, or HEAD) and the response [...]







