1) Arayüz
2) domain paneli
3) planları guruplara ayıra biliyorsunuz ( önceden sadece web adı altında acılan hesaplar simdi sizin isteginize göre guruplandırılıyor Web, irc, radyo v.s)
4) siparis ve ticket sonrasi admine mail ( denemedim)
5) email sablonlarına domain ler icin de eklenti konulmus (süresi az kalan ve gecmis domainler bildirmek icin )
6)müsteriye giden emailler de en alta vizra.net yazısı kaldirilmis
7) Bilgi bankasi bölümüne cok hos bir editör koyulmus
8) sms ile bildirim ve onun oparatör ayarları
Vizra 2.2 Download Link RapidShare: Easy Filehosting
Kendi Hazırlamış Olduğunuz İndex Sayfasına Giriş Kısmı Eklenmesi.
Alıntı
<p><html>
<head>
<title>Müşteri Girişi</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-9">
<script language="JavaScript">
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';
cookie_str = document.cookie;
cookie_str.toString();
pos_start = cookie_str.indexOf(name);
pos_end = cookie_str.indexOf('=', pos_start);
cookie_name = cookie_str.substring(pos_start, pos_end);
pos_start = cookie_str.indexOf(name);
pos_start = cookie_str.indexOf('=', pos_start);
pos_end = cookie_str.indexOf(';', pos_start);
if (pos_end <= 0) pos_end = cookie_str.length;
cookie_val = cookie_str.substring(pos_start + 1, pos_end);
if (cookie_name == name && cookie_val == "done")
return;
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height= '+height+',toolbar='+toolbar_str+',menubar='+menub ar_str+',status='+statusbar_str+',scrollbars='+scr ollbar_str+',resizable='+resizable_str);
}
// -->
</script>
</head>
<body>
<form name="login" method="post" action="vizra/login.php">
<table cellpadding="0" cellspacing="0" width="400" align="center">
<tr>
<td width="400" colspan="3" height="25"><b><font color="blue">Müşteri Girişi</font></b></td>
</tr>
<tr>
<td width="400" colspan="3" height="25"> <hr size="3">
</td>
</tr>
<tr>
<td width="139" height="25"><b>E-Mail Adresiniz</b></td>
<td width="11" height="25">
<p align="center"><b>:</b></p>
</td>
<td width="250" height="25"><input type="text" name="uemail" maxlength="40" size="25"></td>
</tr>
<tr>
<td width="139" height="25"><b>Parolanız</b></td>
<td width="11" height="25">
<p align="center"><b>:</b></p>
</td>
<td width="250" height="25"><input type="text" name="upassword" maxlength="40" size="25"></td>
</tr>
<tr>
<td width="400" colspan="3">
<table cellpadding="0" cellspacing="0" width="450">
<tr>
<td width="290"><a href="vizra/order.php?mode=2">Yeni Müşteri Kaydı</a><br>
<a href="javascript:na_open_window('vizra', 'vizra/password.php', 0, 0, 450, 300, 0, 0, 0, 1, 0)" target="_self">Şifremi Unuttum</a></td>
<td width="160">
<p><input type="submit" name="Submit" value=" Giriş "><input type="hidden" name="action" value="validate"> </p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html></p>