GIF89a;
| Direktori : /home/serb/public_html/ |
| Current File : /home/serb/public_html/message_show2.php |
<? session_start();
include("lib/globals.php");
include("lib/common.php");
include("lib/functions.php");
?>
<?
function randomPassword() {
$alphabet = "abcdefghijklmnopqrstuwxyzABCDEFGHIJKLMNOPQRSTUWXYZ0123456789";
$pass = array(); //remember to declare $pass as an array
$alphaLength = strlen($alphabet) - 1; //put the length -1 in cache
for ($i = 0; $i < 8; $i++) {
$n = rand(0, $alphaLength);
$pass[] = $alphabet[$n];
}
return implode($pass); //turn the array into a string
}
?>
<? include "includes/header_top.php";?>
<script type="text/javascript">
function showWindow(theme) {
$.nsWindow.open({
title: 'Congratulations',
width: 660,
height: 300,
dataUrl: 'content2.html',
theme:theme
});
}
</script>
<body onLoad="showWindow('black');">
<? include "includes/header.php";?>
<div class="wrapper">
<div class="middle_postadd">
<br/>
<div class="div_boddy">
<div class="est_left">Congratulation......</div>
<div class="est_mid">
</div>
<div class="est_right"></div>
<br class="spacer"/>
</div>
</div>
</div>
<br class="spacer" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36251023-1']);
_gaq.push(['_setDomainName', 'jqueryscript.net']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<? include "includes/footer.php";?>