
 223
 223 0
 0 1969-12-31
 1969-12-31|  | 

 240
 240 0
 0 1969-12-31
 1969-12-31
 [quote][b]zefanya wrote:[/b]
k2 mnta kode anti klik kanan dong,,,,,,>?[/quote]
<">coba pake ini broo
di bagian A
[quote][b]zefanya wrote:[/b]
k2 mnta kode anti klik kanan dong,,,,,,>?[/quote]
<">coba pake ini broo
di bagian A 
 
					Last edited by bayu5154 (2008-10-27 01:18:33)
|  | 

 567
 567 0
 0 1969-12-31
 1969-12-31|  | 

 80
 80 0
 0 1969-12-31
 1969-12-31





 
				|  | 

 118
 118 0
 0 1969-12-31
 1969-12-31|  | 

 126
 126 0
 0 1969-12-31
 1969-12-31|  | 

 104
 104 0
 0 1969-12-31
 1969-12-31|  | 

 240
 240 0
 0 1969-12-31
 1969-12-31 
				|  | 

 66
 66 0
 0 1969-12-31
 1969-12-31 all
ad yang tw code slamat datang ga??
yang kayak ginian..
 all
ad yang tw code slamat datang ga??
yang kayak ginian..  "Alow [b]XXX[/b] selamat datang di FS aku"
yang [b]XXX[/b] tuh nma visitor...
help pls...
 "Alow [b]XXX[/b] selamat datang di FS aku"
yang [b]XXX[/b] tuh nma visitor...
help pls...
				|  | 

 118
 118 0
 0 1969-12-31
 1969-12-31|  | 

 1468
 1468 0
 0 1969-12-31
 1969-12-31 all
ad yang tw code slamat datang ga??
yang kayak ginian..
 all
ad yang tw code slamat datang ga??
yang kayak ginian..  "Alow XXX selamat datang di FS aku"
yang XXX tuh nma visitor...
help pls...[/quote]
maksud lo welcome alart yah bro?
gw ada nie silakan di copas e dalam JS yah..
 "Alow XXX selamat datang di FS aku"
yang XXX tuh nma visitor...
help pls...[/quote]
maksud lo welcome alart yah bro?
gw ada nie silakan di copas e dalam JS yah..  [quote]alert("[b]TEXT KM[/b]  "+pageViewerFName+"!" + '\n' + "[b]TEXT KM[/b]  "+pageViewerFName); alert("[b]TEXT KM[/b] "+pageViewerFName); alert("[b]TEXT KM[/b]  "+pageViewerFName); alert("[b]TEXT KM[/b] "+pageViewerFName);[/quote]
[quote]alert("[b]TEXT KM[/b]  "+pageViewerFName+"!" + '\n' + "[b]TEXT KM[/b]  "+pageViewerFName); alert("[b]TEXT KM[/b] "+pageViewerFName); alert("[b]TEXT KM[/b]  "+pageViewerFName); alert("[b]TEXT KM[/b] "+pageViewerFName);[/quote]
				|  | 

 217
 217 0
 0 1969-12-31
 1969-12-31 view deh fs gw..
ni script yg gw pake.. kira" dimana pengaturanya yagh
view deh fs gw..
ni script yg gw pake.. kira" dimana pengaturanya yagh  [spoiler]//Mini Viewer
if (!attachOnLoadHandler(function() { viewerShoutout();})) window.onload = function() { viewerShoutout();};
function viewerShoutout() {
    if(pageViewerID!="") MAINPIC.init();
}
if (typeof MAINPIC == "undefined") { MAINPIC = {}; }
MAINPIC = {
        photo: [], sibling: document.getElementById("cpShoutoutBox"),
        info: {
                photo: null
        },
        regexp: {
                photo: /imgblock200"><a[^@]*?>([^@]+?)<\/a><\/div>/i
        },
        init: function() {
                this.ajaxRequest("/"+pageViewerID,"MAINPIC.viewer",null);
        },
        viewer: function(ph) {
                if (ph.replace(/^\s*|\s*$/g,"") === "") {
                    alert("VMP Error: Unable to parse the photo!");
                    return;
                }else if (ph) {
                    try {
                        this.info.photo = new RegExp(this.regexp.photo).exec(ph)[1].replace(/^(\d)$/,"0$1");
                        this.photo = document.createElement("DIV");
                        this.photo.setAttribute("id","mainpic");
                        this.photo.setAttribute("bottom","center");
                        this.photo.innerHTML = "<center><font face=\"Arial\" color=\"#086989\">kesuksesan bukan dari hasil melainkan dari prosesnya</font><br>"+
                        "<a href=\"/"+pageViewerID+"\" target=\"_blank\" title=\""+pageViewerFName+"\">"+this.info.photo+"</a><br>"+
                        "<font face=\"Arial\" color=\"#086989\">"+pageViewerFName+"</font>";
                        this.sibling.parentNode.replaceChild(this.photo,this.sibling);
                    }catch(e) {
                        this.info.photo = "";
                    }
                }
        },
        ajaxRequest: function(url,ajaxfunc,handler) {
                if(handler) handler = ","+handler;
                else handler = "";
                var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP");
                if(ajaxfunc) eval("httprequest.onreadystatechange=function(){if (httprequest.readyState==4) {"+ajaxfunc+"(httprequest.responseText"+handler+");}}");
                httprequest.open('GET', url, true);
                httprequest.send(null);
        }
};[/spoiler]
[spoiler]//Mini Viewer
if (!attachOnLoadHandler(function() { viewerShoutout();})) window.onload = function() { viewerShoutout();};
function viewerShoutout() {
    if(pageViewerID!="") MAINPIC.init();
}
if (typeof MAINPIC == "undefined") { MAINPIC = {}; }
MAINPIC = {
        photo: [], sibling: document.getElementById("cpShoutoutBox"),
        info: {
                photo: null
        },
        regexp: {
                photo: /imgblock200"><a[^@]*?>([^@]+?)<\/a><\/div>/i
        },
        init: function() {
                this.ajaxRequest("/"+pageViewerID,"MAINPIC.viewer",null);
        },
        viewer: function(ph) {
                if (ph.replace(/^\s*|\s*$/g,"") === "") {
                    alert("VMP Error: Unable to parse the photo!");
                    return;
                }else if (ph) {
                    try {
                        this.info.photo = new RegExp(this.regexp.photo).exec(ph)[1].replace(/^(\d)$/,"0$1");
                        this.photo = document.createElement("DIV");
                        this.photo.setAttribute("id","mainpic");
                        this.photo.setAttribute("bottom","center");
                        this.photo.innerHTML = "<center><font face=\"Arial\" color=\"#086989\">kesuksesan bukan dari hasil melainkan dari prosesnya</font><br>"+
                        "<a href=\"/"+pageViewerID+"\" target=\"_blank\" title=\""+pageViewerFName+"\">"+this.info.photo+"</a><br>"+
                        "<font face=\"Arial\" color=\"#086989\">"+pageViewerFName+"</font>";
                        this.sibling.parentNode.replaceChild(this.photo,this.sibling);
                    }catch(e) {
                        this.info.photo = "";
                    }
                }
        },
        ajaxRequest: function(url,ajaxfunc,handler) {
                if(handler) handler = ","+handler;
                else handler = "";
                var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP");
                if(ajaxfunc) eval("httprequest.onreadystatechange=function(){if (httprequest.readyState==4) {"+ajaxfunc+"(httprequest.responseText"+handler+");}}");
                httprequest.open('GET', url, true);
                httprequest.send(null);
        }
};[/spoiler]
				|  | 

 1641
 1641 0
 0 1969-12-31
 1969-12-31|  | 

 217
 217 0
 0 1969-12-31
 1969-12-31 
				|  | 

 1641
 1641 0
 0 1969-12-31
 1969-12-31 
				|  | 

 217
 217 0
 0 1969-12-31
 1969-12-31 [/quote]
kalu script mini view yg lu pake bearti itu yagh
bearti bentrok kali sama yg punya gw.. ya dah gw coba yg dari lu dulu
thanks
[/quote]
kalu script mini view yg lu pake bearti itu yagh
bearti bentrok kali sama yg punya gw.. ya dah gw coba yg dari lu dulu
thanks  
				|  | 

 1240
 1240 0
 0 1969-12-31
 1969-12-31 
  
  
					Last edited by odloc (2008-10-27 06:44:07)
|  | 

 118
 118 0
 0 1969-12-31
 1969-12-31

 waaaaaaaaaaa....
klo blom ada bantuan nih
waaaaaaaaaaa....
klo blom ada bantuan nih
				|  | 

 1240
 1240 0
 0 1969-12-31
 1969-12-31![;]](img/smilies/wink.gif)
 [spoiler]siggy bro bagus pisan uey!!!!
[spoiler]siggy bro bagus pisan uey!!!!  
  [/spoiler]
[/spoiler]
				|  |