Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<?php
/* This file receive tha variable $textSubmit from the caller script.
This variable have the step number description for page related.
*/
$maxPage = 4;
if (isset($inTheSame))
if ($inTheSame)
$nextPage = ($page != "")?$page:0;
else $nextPage = ($page != "")?$page+1:0;
if ($page+1 < $maxPage)
$textSubmit = $GLOBALS["I18N"]->get($GLOBALS["strNextStep"]);
else $textSubmit = $GLOBALS["I18N"]->get($GLOBALS["strWriteToConfig"]);
//echo "PP: $page<br>";
//echo "NP: $nextPage";
?>
<script language="Javascript" type="text/javascript">
var submitted = false;
function goToPage() {
if (validation()){
if (!submitted) {
submitted = true;
document.pageForm.submit();
}
}
}
</script>
<noscript><input type="submit" name="submit" value="<?php echo $textSubmit?>"/></noscript>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat