Server Response: '+ajaxrequest.responseText) }, success:function(content){ config.$glider.html(content) featuredcontentglider.setuptoggler(config) } }) }, aligncontents:function(config){ config.$contentdivs=$("#"+config.gliderid+" ."+config.contentclass) config.$contentdivs.css(config.leftortop, config.startpoint).css({height: config.$glider.height(), visibility: 'visible'}) //position content divs so they're out of view: }, setuptoggler:function(config){ this.aligncontents(config) config.$togglerdiv.hide() config.$toc.each(function(index){ $(this).attr('pagenumber', index+'pg') if (index > (config.$contentdivs.length-1)) $(this).css({display: 'none'}) //hide redundant "toc" links }) var $nextandprev=$("#"+config.togglerid+" .next, #"+config.togglerid+" .prev") $nextandprev.click(function(event){ //Assign click behavior to 'next' and 'prev' links featuredcontentglider.glide(config, this.getAttribute('loadpage'), this.getAttribute('buttontype')) event.preventDefault() //cancel default link action }) config.$toc.click(function(event){ //Assign click behavior to 'toc' links featuredcontentglider.glide(config, this.getAttribute('pagenumber')) event.preventDefault() }) config.$togglerdiv.fadeIn(1000, function(){ featuredcontentglider.glide(config, config.selected) if (config.autorotate==true){ //auto rotate contents? config.stepcount=0 //set steps taken config.totalsteps=config.$contentdivs.length*config.autorotateconfig[1] //Total steps limit: num of contents x num of user specified cycles) featuredcontentglider.autorotate(config) } }) config.$togglerdiv.click(function(){ featuredcontentglider.cancelautorotate(config.togglerid) }) }, autorotate:function(config){ var rotatespeed=config.speed+config.autorotateconfig[0] window[config.togglerid+"timer"]=setInterval(function(){ if (config.totalsteps>0 && config.stepcount>=config.totalsteps){ clearInterval(window[config.togglerid+"timer"]) } else{ config.$next.click() config.stepcount++ } }, rotatespeed) }, cancelautorotate:function(togglerid){ if (window[togglerid+"timer"]) clearInterval(window[togglerid+"timer"]) }, getCookie:function(Name){ var re=new RegExp(Name+"=[^;]+", "i") //construct RE to search for target name/value pair if (document.cookie.match(re)) //if cookie found return document.cookie.match(re)[0].split("=")[1] //return its value return null }, setCookie:function(name, value){ document.cookie = name+"="+value }, init:function(config){ $(document).ready(function(){ config.$glider=$("#"+config.gliderid) config.$togglerdiv=$("#"+config.togglerid) config.$toc=config.$togglerdiv.children('.toc') config.$next=config.$togglerdiv.children('.next') config.$prev=config.$togglerdiv.children('.prev') config.$prev.attr('buttontype', 'previous') var selected=(config.persiststate)? featuredcontentglider.getCookie(config.gliderid) : config.selected config.selected=(isNaN(parseInt(selected))) ? config.selected : selected //test for cookie value containing null (1st page load) or "undefined" string config.leftortop=(/up/i.test(config.direction))? "top" : "left" //set which CSS property to manipulate based on "direction" config.heightorwidth=(/up/i.test(config.direction))? config.$glider.height() : config.$glider.width() //Get glider height or width based on "direction" config.startpoint=(/^(left|up)/i.test(config.direction))? -config.heightorwidth : config.heightorwidth //set initial position of contents based on "direction" if (typeof config.remotecontent!="undefined" && config.remotecontent.length>0) featuredcontentglider.getremotecontent(config) else featuredcontentglider.setuptoggler(config) $(window).bind('unload', function(){ //clean up and persist config.$togglerdiv.unbind('click') config.$toc.unbind('click') config.$next.unbind('click') config.$prev.unbind('click') if (config.persiststate) featuredcontentglider.setCookie(config.gliderid, config.$togglerdiv.attr('lastselected')) config=null }) }) } }
Ndelok Password
adalah software portable yang digunakan untuk melihat password winguard pro 6.6.0, winguard pro 6.6.56 dan FileAntiCopy 3.5, adapun cara memakainya sangat sederhana anda tinggal Jalankan program portable yang bernama “Ndelok Password” .Cara kerjanya sederhana, jika ada registry string yang dibuat oleh winguard pro 6.6.0 HKEY_LOCAL_MACHINE\SOFTWARE\Directx\Options\Display\Render\DrawMode\Windows\User\title2 maka otomatis akan dibaca oleh Ndelog password,Jika ada registry string yang dibuat oleh winguard pro 6.6.56
HKEY_LOCAL_MACHINE\SOFTWARE\Directx\Common\Public\flags\1 maka otomatis akan dibaca juga oleh Ndelog password ,Jika ada file winsck32.ocx didrive C:\WINDOWS\system32\1003\winsck32.ocx yaitu file yang telah dibuat oleh File AntiCopy untuk menempatkan user dan password maka otomatis akan dibaca oleh Ndelog Password
Jika kesemuanya belum anda install atau belum diberi password maka akan tampil seperti dibawa ini
Adapun Scriptnya sebagai berikut
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Private Function GetReg(RegPath As String)
Dim reg As Variant
Set reg = CreateObject("WScript.Shell")
GetReg = reg.RegRead(RegPath)
End Function
Private Sub Form_Load()
On Error Resume Next
Call winguard1
Call winguard2
Call fileanticopy
End Sub
Private Sub winguard1()
On Error Resume Next
Text1.Text = GetReg("HKEY_LOCAL_MACHINE\SOFTWARE\Directx\Common\Public\flags\1")
End Sub
Private Sub winguard2()
On Error Resume Next
Text2.Text = GetReg("HKEY_LOCAL_MACHINE\SOFTWARE\Directx\Options\Display\Render\DrawMode\Windows\User\title2")
End Sub
Private Sub fileanticopy()
Dim aText As String
Dim bText As String
Dim sString1 As String, sString2 As String
Open "C:\WINDOWS\system32\1003\winsck32.ocx" For Input As #1
Do While Not EOF(1)
Input #1, sString1, sString2
aText = aText & sString1
bText = bText & sString2
Loop
Text3.Text = aText
Text4.Text = bText
End Sub
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Jika anda inginkan file bisa anda download untuk Ndelog Password atau jika ingin main main di visual basic scriptnya bisa anda download disini
Salam
digital saver
0 komentar
Posting Komentar