2008-08-19 15:51:16

Co_don SanAdH
» FTalkAgent
FTalk Level: zero
2289
0
1969-12-31

Re: Bagi para member yang ingin bertanya seputar tweaking FS. Silahkan bertanya dan posting disini. Sebelum itu harap membaca dan mengikuti [url=http://theftalk.com/t23371-FORUM-RULES.html][b]FORUM

[quote=scream from the hell]bantuwin donk :( da iank punya script multiple JS injection gag? :eh: satu lagi bikin visitor data cara nya gimana yach? :D thanx b4 =):thumbsup:[/quote] multyple JS inject make ini mas [quote]// for multiple js injection scriptFolder = '[b][color=#ff0000]URL OF YOUR SCRIPT FOLDER HERE/[/color][/b]' var scripts = new Array() scripts[0] = '[color=#ff0000]file1.js[/color]' scripts[1] = '[color=#ff0000]file2.js[/color]' scripts[2] = '[color=#ff0000]file3.js[/color]' for(x in scripts){ myscripts = document.createElement('script') myscripts.src = scriptFolder+scripts[x] document.getElementsByTagName('head')[0].appendChild(myscripts); }[/quote] visitor data?? maksudnya WVMCBOX ya mas? kalo iya, make ini mas tapi sampeyan harus punya account cbox dulu [spoiler]/** * WVMCBOX version 2.3.5 * Copyright 2007-2008 by FeRuZZ © http://profiles.friendster.com/feruzz * Updates: May 24, 2008 * Free to use but not free to resell. * No warranty expressed or implied. Use at your own risk. **/ /*global EventHandler*/ EventHandler = {}; (function () { EventHandler = { add: function (obj, type, fn) { if (obj.addEventListener) { obj.addEventListener(type, fn, false); } else if (obj.attachEvent) { obj["e" + type + fn] = fn; obj[type + fn] = function () { obj["e" + type + fn](obj.event); }; obj.attachEvent("on" + type, obj[type + fn]); } else { obj["on" + type] = obj["e" + type + fn]; } }, remove: function (obj, type, fn) { try { obj.removeEventListener(type, fn, false); } catch (e) { try { obj.detachEvent("on" + type, fn); } catch (er) { obj["on" + type] = null; } } } }; })(); /*global WVMCBOX, document, navigator*/ WVMCBOX = {}; (function () { WVMCBOX = { div: null, count: 60, second: 1000, date: Date().replace(/\([\S\s]*?\)/, ""), DOM: document.getElementById ? true : false, ifstyle: [ "480", //width "300", //height "auto", //scrolling "yes" //allowtransparency ], base: { "cboxdiv": ["[color=green]wwwX[/color]", "[color=#0000ff]BOX ID[/color]", "[color=#ff0000]BOX TAG[/color]"] }, details: { gender: null, age: null, status: null, location: null, seek: null, since: null, profileViewed: null, friends: null }, regexp: { gender: /q">([\S]*male)/i, age: /male,\s*([\d]*),/i, status: /male,\s*[\d]*,\s*([\S\s]*?)<\/span>/i, location: /Location\:\s*<\/span><a[\S\s]*?>([\S\s]*?)<\/a><\/li>/i, seek: /Interested\s*In\:\s*<\/span>([\S\s]*?)<\/li>/i, since: /Member\s*Since\:\s*<\/span>([\w]*?[\s][\d]*?)<\/li>/i, profileViewed: /\/profilehistory\.php">([\S\s]*?)<\/a>/i, friends: /viewall"><a\s*href=[\S\s]*?\/friends\/[\d]*?">View\s*All\s*\(([\d]*?)\)<\/a><\/div>/i }, init: function () { /*global pageViewerID, pageViewerFName, addNewBox*/ if (window.location.href.indexOf("user.php") !== -1) { ajaxRequest("GET", "http://" + location.hostname + "/user.php?uid=" + pageViewerID, true, null, WVMCBOX.viewer, null); } else { ajaxRequest("GET", "http://" + location.hostname + "/" + pageViewerID, true, null, WVMCBOX.viewer, null); } var refreshLocation; if (WVMCBOX.DOM && !document.all) { refreshLocation = "window.wvm_submit.location.href=document.getElementById('wvm_submit').src"; } if (document.layers) { refreshLocation = "window.wvm_submit.location.href=document.layers['wvm_submit'].src"; } if (document.all) { refreshLocation = "document.wvm_submit.location.href=document.all['wvm_submit'].src"; } window.setInterval(refreshLocation, WVMCBOX.count * WVMCBOX.second); }, viewer: function (htm) { if (htm.replace(/^\s*|\s*$/g, "") === "") { window.alert("ERROR: Empty xmlresponse! \n Unable to parse your details!"); return; } else if (htm) { for (var val in WVMCBOX.details) { if (typeof WVMCBOX.details[val] !== "function") { try { WVMCBOX.details[val] = new RegExp(WVMCBOX.regexp[val]).exec(htm)[1]; } catch (e) { WVMCBOX.details[val] = ""; } } } if (WVMCBOX.details.seek === "") { WVMCBOX.details.seek = "Just looking around"; } for (var seeboks in WVMCBOX.base) { if (typeof WVMCBOX.base[seeboks] !== "function") { var htmlspaces = "&nb" + "sp;"; var htmlbulls = "&bu" + "ll;"; WVMCBOX.div = "<iframe frameborder=\"0\" width=\"" + WVMCBOX.ifstyle[0] + "\" height=\"" + WVMCBOX.ifstyle[1] + "\" scrolling=\"" + WVMCBOX.ifstyle[2] + "\" allowtransparency=\"" + WVMCBOX.ifstyle[3] + "\" marginheight=\"2\" marginwidth=\"2\" src=\"http://" + WVMCBOX.base[seeboks][0] + ".cbox.ws/box/?boxid=" + WVMCBOX.base[seeboks][1] + "&boxtag=" + WVMCBOX.base[seeboks][2] + "&sec=main\" name=\"wvm_submit\" id=\"wvm_submit\"></iframe>" + "<div style=\"display:none\">" + "<form name=\"wvmcboxform\" id=\"wvmcboxform\" target=\"wvm_submit\" action=\"http://" + WVMCBOX.base[seeboks][0] + ".cbox.ws/box/?boxid=" + WVMCBOX.base[seeboks][1] + "&boxtag=" + WVMCBOX.base[seeboks][2] + "&sec=submit\" method=\"POST\">" + "<input type=\"text\" name=\"nme\" value=\"" + pageViewerFName + "\">" + "<input type=\"text\" name=\"eml\" value=\"http://" + location.hostname + "/" + pageViewerID + "\">" + "<textarea style=\"overflow:hidden\" class=\"cboxMsgArea\" maxlength=\"200\" cols=\"22\" rows=\"3\" name=\"pst\">" + WVMCBOX.date + "[br]" + htmlbulls + "" + htmlspaces + "" + WVMCBOX.details.gender + "," + htmlspaces + "" + WVMCBOX.details.age + "," + htmlspaces + "" + WVMCBOX.details.status.replace(/<[\S]*?>/g, "").replace(/TM/g, "[sup]TM[/sup]") + "[br]" + htmlbulls + "" + htmlspaces + "" + WVMCBOX.details.since.replace(/^\s*[\w]*?/gi, "Member Since: ") + "[br]" + htmlbulls + "" + htmlspaces + "" + WVMCBOX.details.seek.replace(/^\s*[\S\s]*?/gi, "Interested In: ") + "[br]" + htmlbulls + "" + htmlspaces + "" + WVMCBOX.details.location.replace(/^\s*[\S\s]*?/gi, "Location: ") + "[br]" + htmlbulls + "" + htmlspaces + "" + WVMCBOX.details.profileViewed.replace(/^\s*[\S\s]*?/gi, "Profile Viewed: ") + "[br]" + htmlbulls + "" + htmlspaces + "" + WVMCBOX.details.friends.replace(/^\s*[\d]*?/gi, "Number of Friends: ") + "[br]" + htmlbulls + "" + htmlspaces + "" + navigator.appName.replace(/^\s*[\S\s]*?/gi, "Browser: ") + "[br]" + htmlbulls + "" + htmlspaces + "" + navigator.userAgent + "</textarea>" + "</form>" + "</div>"; addBox("LEFT","VISITOR INFO","<div id=\"" + seeboks + "\" align=\"center\">" + WVMCBOX.div + "</div>", "wvmcbox","1"); } } if ((pageViewerID !== pageOwnerID) && (pageViewerID !== "")) { if (document.wvmcboxform) { document.wvmcboxform.submit(); } else if (WVMCBOX.DOM && !document.all) { document.getElementById("wvmcboxform").submit(); } } } } }; })(); EventHandler.add(window, "load", WVMCBOX.init);[/spoiler] [quote=pashya]tllongi yah bg ,,, masih newbie ne ,,,[/quote] mungkin ini yg anda maksud bukan!!.. [spoiler]//ROAMING WINDOW EXPANDER scrW=screen.availWidth scrH=screen.availHeight window.resizeTo(10,10) window.focus() for(a=0;a<80;a++){ window.moveTo(0,0) window.resizeTo(0,scrH*a/80) } window.resizeTo(0,0) for(b=0;b<80;b++){ window.moveTo(0,scrH/1) window.resizeTo(scrW*b/80,0) } for(c=0;c<80;c++){ window.moveTo(scrW/1,scrH/1) window.resizeTo(0,scrH*c/80) } for(d=0;d<80;d++){ window.moveTo(scrW/1,0) window.resizeTo(scrW*d/80,0) } for(e=0;e<80;e++){ window.resizeTo(scrW*e/80,scrH*e/80) } window.moveTo(0,0) window.resizeTo(scrW,scrH)[/spoiler]

Last edited by Co_don SanAdH (2008-08-19 15:55:38)

Board footer

© 2024 F Talk

Current time is 02:13

[ 12 queries - 2.911 second ]
Privacy Policy