This is a discussion on Php web page grabber/mining script required within the Coding Help forums, part of the Webmaster Help category; Hi, I'm hosting a website on a linux box. I am looking for a php script that will check a ...
| |||||||
| Register | Forum Rules | FAQ | Donate | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I'm hosting a website on a linux box. I am looking for a php script that will check a webpage periodically and grab a page and make it available on my site. I game across a product called mine the web but this costs $150. I'm hoping for a free script. Any ideas? Thanks in advance. |
| |||||
| Here is a script I have used in the past $source_file = file_get_contents('http://www.'); // content source. $arr_remove = array("\r", "\n", "\t", "\s"); $stripped_file = str_replace($arr_remove, '', $source_file); $strpos_start_section = strpos($stripped_file, 'start stripping here'); // Starting point. $strpos_end_section = strpos($stripped_file, 'end stripping here', // Ending point. $strpos_start_section) + 8;// no of charectors to display after the Ending point. $len_section = $strpos_end_section - $strpos_start_section; $section = substr($stripped_file, $strpos_start_section, $len_section); $section = str_replace("width=\"100%\"", "width=\"50%\"", $section); // format for string replace if needed. echo $section; //display the result |
| |||||
| you can also do it with curl, clean it up and display it.
__________________ :. Web Design & Development Web Design Ireland :. Search Engines Optimization Search Engines Optimization :. Directory Submission Directory Submission :. News & Press Release Ireland GiveItSocks.com :. Used Cars Ireland, Car Parts & Car Audio Cars For Sale, Car Parts & Accessories :. I Have 2 Find It Directory SEF Directory |
| Tags |
| grabber or mining, page, php, required, script, web |
| Thread Tools | |
| Display Modes | |
|
|
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Successful Site in 12 Months with Google Alone | montyauto | Webmaster Articles | 11 | 18-02-2008 01:28 PM |
| Any correlation between spiders visit & web page rank? | montyauto | Coding Help | 1 | 03-09-2007 01:38 AM |
| Any correlation between spiders visit & web page rank? | montyauto | Coding Help | 5 | 01-08-2007 08:43 AM |
| Simple PHP Breadcrumb Script? | ButtermilkJack | Coding Help | 4 | 17-03-2007 06:50 PM |
| 352 Media - The Award Winning Web Design Company. | the guru | Marketplace Offers | 0 | 20-10-2006 02:55 PM |
| ||||||||
| | ![]() | |||||||