gaelle123045  18 ans
italia370  26 ans
choupke  54 ans
sabry8  36 ans
|
<center>
<?php
$random = rand(0,9);
$xml = simplexml_load_file("http://feed.yesmessenger.com/?format=XML&age=teens&sexe=2");
echo '<strong>'.utf8_decode($xml->list->profile[$random]->nickname).'</strong><br> ';
echo '<a href="javascript:void(0);" onclick="window.open(\'http://outils.yes-messenger.com/download.php?id=10000&e=1&tracker=thumb_seo&exe_name=yesmessenger.exe&content_niche=normal&picType=soft&img_path='.utf8_decode($xml->list->profile[$random]->photos->avatar).'&pseudo='.utf8_decode($xml->list->profile[$random]->nickname).'&bgcolor=C7DEEA&logo_url=http://media.yes-messenger.com/pdvs/download3/logo.gif\',\'YesMessenger\' , \'toolbar=0,status=0,menubar=0,titlebar=0,scrollbars=0,resizable=0, top=\'+(screen.height-740)/2+\', left=\'+(screen.width-710)/2+\',width=710,height=620\');return false;" title="Dial avec '.utf8_decode($xml->list->profile[$random]->nickname).' - '.utf8_decode($xml->list->profile[$random]->age).'ans"><img src="'.utf8_decode($xml->list->profile[$random]->photos->avatar).'" border="0" alt="'.utf8_decode($xml->list->profile[$random]->nickname).'"></a><br>';
echo ' '.utf8_decode($xml->list->profile[$random]->age).' ans';
?>
<br />
<?php
$random++;
$random = $random%10;
echo '<strong>'.utf8_decode($xml->list->profile[$random]->nickname).'</strong><br> ';
echo '<a href="javascript:void(0);" onclick="window.open(\'http://outils.yes-messenger.com/download.php?id=10000&e=1&tracker=thumb_seo&exe_name=yesmessenger.exe&content_niche=normal&picType=soft&img_path='.utf8_decode($xml->list->profile[$random]->photos->avatar).'&pseudo='.utf8_decode($xml->list->profile[$random]->nickname).'&bgcolor=C7DEEA&logo_url=http://media.yes-messenger.com/pdvs/download3/logo.gif\',\'YesMessenger\' , \'toolbar=0,status=0,menubar=0,titlebar=0,scrollbars=0,resizable=0, top=\'+(screen.height-740)/2+\', left=\'+(screen.width-710)/2+\',width=710,height=620\');return false;" title="Dial avec '.utf8_decode($xml->list->profile[$random]->nickname).' - '.utf8_decode($xml->list->profile[$random]->age).'ans"><img src="'.utf8_decode($xml->list->profile[$random]->photos->avatar).'" border="0" alt="'.utf8_decode($xml->list->profile[$random]->nickname).'"></a><br>';
echo ' '.utf8_decode($xml->list->profile[$random]->age).' ans';
?>
<br />
<?php
$random++;
$random = $random%10;
echo '<strong>'.utf8_decode($xml->list->profile[$random]->nickname).'</strong><br> ';
echo '<a href="javascript:void(0);" onclick="window.open(\'http://outils.yes-messenger.com/download.php?id=10000&e=1&tracker=thumb_seo&exe_name=yesmessenger.exe&content_niche=normal&picType=soft&img_path='.utf8_decode($xml->list->profile[$random]->photos->avatar).'&pseudo='.utf8_decode($xml->list->profile[$random]->nickname).'&bgcolor=C7DEEA&logo_url=http://media.yes-messenger.com/pdvs/download3/logo.gif\',\'YesMessenger\' , \'toolbar=0,status=0,menubar=0,titlebar=0,scrollbars=0,resizable=0, top=\'+(screen.height-740)/2+\', left=\'+(screen.width-710)/2+\',width=710,height=620\');return false;" title="Dial avec '.utf8_decode($xml->list->profile[$random]->nickname).' - '.utf8_decode($xml->list->profile[$random]->age).'ans"><img src="'.utf8_decode($xml->list->profile[$random]->photos->avatar).'" border="0" alt="'.utf8_decode($xml->list->profile[$random]->nickname).'"></a><br>';
echo ' '.utf8_decode($xml->list->profile[$random]->age).' ans';
?>
<br />
<?php
$random++;
$random = $random%10;
echo '<strong>'.utf8_decode($xml->list->profile[$random]->nickname).'</strong><br> ';
echo '<a href="javascript:void(0);" onclick="window.open(\'http://outils.yes-messenger.com/download.php?id=10000&e=1&tracker=thumb_seo&exe_name=yesmessenger.exe&content_niche=normal&picType=soft&img_path='.utf8_decode($xml->list->profile[$random]->photos->avatar).'&pseudo='.utf8_decode($xml->list->profile[$random]->nickname).'&bgcolor=C7DEEA&logo_url=http://media.yes-messenger.com/pdvs/download3/logo.gif\',\'YesMessenger\' , \'toolbar=0,status=0,menubar=0,titlebar=0,scrollbars=0,resizable=0, top=\'+(screen.height-740)/2+\', left=\'+(screen.width-710)/2+\',width=710,height=620\');return false;" title="Dial avec '.utf8_decode($xml->list->profile[$random]->nickname).' - '.utf8_decode($xml->list->profile[$random]->age).'ans"><img src="'.utf8_decode($xml->list->profile[$random]->photos->avatar).'" border="0" alt="'.utf8_decode($xml->list->profile[$random]->nickname).'"></a><br>';
echo ' '.utf8_decode($xml->list->profile[$random]->age).' ans';
?>
</center>
|