Changeset 1319897
- Timestamp:
- 01/02/2016 01:40:59 PM (10 years ago)
- File:
-
- 1 edited
-
thunder-port/trunk/thunder_port.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thunder-port/trunk/thunder_port.php
r1319894 r1319897 317 317 if($page == 1) { 318 318 // $html = file_get_html(''.$pluginurl.'/'); 319 $html = curl_file_get_html( $pluginurl);319 $html = curl_file_get_html(''.$pluginurl.'/'); 320 320 321 321 foreach($html->find('td') as $article) { … … 344 344 345 345 // $html = file_get_html(''.$pluginurl.'/page/'.$x.'/'); 346 $html = curl_file_get_html( $pluginurl.'/page/'.$x.'/');346 $html = curl_file_get_html(''.$pluginurl.'/page/'.$x.'/'); 347 347 348 348 // get news block … … 384 384 $pluginname = $plname; 385 385 // $html = file_get_html(''.$pluginurl.''); 386 $html = curl_file_get_html( $pluginurl);386 $html = curl_file_get_html(''.$pluginurl.''); 387 387 $ret = array(); 388 388
Note: See TracChangeset
for help on using the changeset viewer.