Welcome to RusTrucks
Trucks and truckers fascinate people in USA. There's lots of truck, trucking and related resources on this site. To help you find what you're looking for you can:
- Discover more about trucks by browsing through our site. Why
not start by exploring the articles below...
- Click Category Menu to search for trucks and trucking stuff by category
- Type the topic you're looking for into the search
box below to search this site (rustruck.com), or anywhere on the
web.
Featured RusTrucks Articles:
Like Your Truck? Tell TruckShark!... (www.truckshark.com)
by Anonymous
PALO ALTO, CA September 23, 2004 -- The TruckShark website is collecting truck reviews from truck owners to create the world’s most-trusted truck guide. Truck owners may submit their opinions online, at the http://www.truckshark.com Internet address.
TruckShark carefully screens incoming reviews before publishing them. Whether praising or damning, any review...
ENEL Company releases new outdoor product for pick-up trucks.... The Adventure Truck Tent is constructed with quality in mind, and only top-of-the-line materials are used. High-strength aluminum poles, double-taped seams, rip-stop nylon fabric and high quality TKK zippers are just a few of the outstanding features. The Adventure Truck tent is designed to encompass the tailgate and due to...
New From RusTrucks:
cache_dir = $dir;
$rss->cache_time = 1800;
$randomOrder = 0;
$rs = $rss->get('http://api.search.yahoo.com/WebSearchService/rss/webSearch.xml?appid=yahoosearchwebrss&query=trucks&adult_ok=1');
$random_items = rand(3,7);
$itemcount = 0;
$usehtml = 0;
if ($randomOrder) shuffle($rs[items]);
foreach($rs[items] as $item) {
if ($itemcount >= $random_items) break;
$text=stripslashes($item[title]);
$text = str_replace('<','<',html_entity_decode($text));
$text = str_replace('','',$text);
$title = $text;
if (!$usehtml){
$text=strip_tags(html_entity_decode(str_replace('<','<',$text)));
$text_array = explode(' ',$text);
$titleLenght=rand(1,20);
$title = implode(' ',array_slice($text_array, 0,$titleLenght));
}
$text=stripslashes($item[description]);
$text = str_replace('<','<',html_entity_decode($text));
$text = str_replace('','',$text);
$text = str_replace('[!]','',$text);
$description = $text;
if (!$usehtml){
$text=strip_tags(html_entity_decode(str_replace('<','<',$text)));
$text_array = explode(' ',$text);
$descLenght=rand(50,65);
$description = implode(' ',array_slice($text_array, 0,$descLenght));
}
$template = stripslashes('\"><#rss_title#> <#rss_description#>
');
$template = str_replace('<#rss_link#>',$item[link],$template);
$template = str_replace('<#rss_title#>',$title,$template);
$template = str_replace('<#rss_description#>',$description,$template);
echo $template;
$itemcount++;
}
?>
|
 |
|
use with %sitetitle%. Include %pagekeyword% if possible |
 |
cache_dir = $dir;
$rss->cache_time = 1800;
$randomOrder = 0;
$rs = $rss->get('http://www.autonews.com/apps/pbcs.dll/section?category=rss01&mime=xml');
$random_items = rand(1,3);
$itemcount = 0;
$usehtml = 1;
if ($randomOrder) shuffle($rs[items]);
foreach($rs[items] as $item) {
if ($itemcount >= $random_items) break;
$text=stripslashes($item[title]);
$text = str_replace('<','<',html_entity_decode($text));
$text = str_replace('','',$text);
$title = $text;
if (!$usehtml){
$text=strip_tags(html_entity_decode(str_replace('<','<',$text)));
$text_array = explode(' ',$text);
$titleLenght=rand(1,20);
$title = implode(' ',array_slice($text_array, 0,$titleLenght));
}
$text=stripslashes($item[description]);
$text = str_replace('<','<',html_entity_decode($text));
$text = str_replace('','',$text);
$text = str_replace('[!]','',$text);
$description = $text;
if (!$usehtml){
$text=strip_tags(html_entity_decode(str_replace('<','<',$text)));
$text_array = explode(' ',$text);
$descLenght=rand(50,65);
$description = implode(' ',array_slice($text_array, 0,$descLenght));
}
$template = stripslashes('\"><#rss_title#> <#rss_description#>
');
$template = str_replace('<#rss_link#>',$item[link],$template);
$template = str_replace('<#rss_title#>',$title,$template);
$template = str_replace('<#rss_description#>',$description,$template);
echo $template;
$itemcount++;
}
?>
|