Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<?php
include_once 'jcarousel_functions.php';
// --
// Array/Database indexes are 0-based, jCarousel positions are 1-based.
$first = intval($_REQUEST['first']) - 1;
$last = max($first + 1, intval($_REQUEST['last']) - 1);
// --
$offset = $first;
$limit = $last - $first + 1;
$items = jcarousel_getItems($limit, $offset);
// ---
header('Content-type: text/xml');
echo '<data>' . "\n";
foreach ($items as $item) {
echo ' <item>' . "\n";
foreach ($item as $key => $val) {
echo ' <' . $key . '>' . htmlspecialchars($val) . '</' . $key . '>' . "\n";
}
echo ' </item>' . "\n";
}
echo '</data>';
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat