2008-07-16 09:05:57

Santini
» n00b
FTalk Level: zero
84
0
1969-12-31

Re: Updated and Tweaked by [b]Shakiro214[/b] and [b]Me[/b] :) [quote]lol for those [b]pathetic concept thieves[/b] go make your own!! shame on you :lol: :lol: its obvious that we are the ones who first ma

[quote=portuniecho]i saw ur codes. wat are this?. :arrow: http://h1.ripway.com/santini/For%20My%2 … alalala.js http://h1.ripway.com/santini/For%20My%2 … alala2.css it says. File Not Found The file or folder you've requested could not be found. Please check the URL and try again. and u are using a 3.1 version for your addbox codes. here copy this code and replace on ur tracker.txt, i removed the js and css injection coz ur link of ur css and js are broken, , Code: //tracker script modified by shirow credits to ken and renalvir function onProfileLoad() { var code="<!-- BEGIN CBOX - www.cbox.ws -->"+ "<div align=\"center\" id=\"cboxdiv\">"+ "<iframe frameborder=\"0\" width=\"300\" height=\"305\" src=\"http://www4.cbox.ws/box/?boxid=3145749&boxtag=6556&sec=main\" marginheight=\"2\" marginwidth=\"2\" scrolling=\"auto\" allowtransparency=\"yes\" name=\"cboxmain\" style=\"border:#000000 1px solid;\" id=\"cboxmain\"></iframe><br/>"+ "<iframe frameborder=\"0\" width=\"300\" height=\"75\" src=\"http://www4.cbox.ws/box/?boxid=3145749&boxtag=6556&sec=form\" marginheight=\"2\" marginwidth=\"2\" scrolling=\"no\" allowtransparency=\"yes\" name=\"cboxform\" style=\"border:#000000 1px solid;border-top:0px\" id=\"cboxform\"></iframe>"+ "</div>"+ "<!-- END CBOX -->"; addBox("RIGHT",".::: LeT's ChaT MinnA :::.",code,"div_966",null); addBox("RIGHT","Visitors",TRACKER.div.innerHTML,"tracker",null); } if (typeof TRACKER == "undefined") { TRACKER = {}; } TRACKER = { style: { filter: "chroma(color='#FFFFFF')", width: '300px', height: '550px', border: '0px', overflow: 'hidden' }, attributes: { frameborder: '0', allowtransparency: 'true' }, phplink: "http://h1.ripway.com/santini/wvm%202.3%20new/tracker.php", exitmessage: " L'Arc~en~Ciel ROCKS!!! "+pageViewerFName, base_domain: "http://profiles.friendster.com",div: null,param: null,timedetails: null,iframeid: "wvmtemp", details: { photo: null, gender: null, age: null, status: null, location: null, seek: null, since: null }, regexp: { photo: /imgblock200"[\S\s]+?img src="([\S\s]+?)"/i, gender: />([\S]*male)/i, age: /male, ([\d]*),/i, status: /male, [\d]*, ([\S\s]*?)<\/span><\/li>/i, location: /Location\: <\/span><a[\S\s]+?>([\S\s]+?)<\/a><\/li>/i, seek: /In\: <\/span>([\S\s]+?)<\/li>/i, since: /Since\: <\/span>([\S\s]+?)<\/li>/i }, init: function() { document.getElementById("navBg").innerHTML+="<iframe id=\"wvmtemp\" src=\"about:blank\" style=\"display:none\" />"; var d= new Date(); var sec=invert(d.getTimezoneOffset()*60); var hr=invert(d.getTimezoneOffset()/60); this.timedetails="oss="+sec+"&osh="+hr; var ifsrc=this.phplink+"?"+this.timedetails; var atr=""; var sty=""; for (val in this.attributes) { atr += val +"="+ this.attributes[val]+" "; } for (val in this.style) { sty += val +":"+ this.style[val]+";"; } try {this.div=document.createElement("<div>")} catch(e){this.div=document.createElement("div")} this.div.innerHTML="<center><iframe id=\"wvm\" "+atr+"src=\""+ifsrc+"\" style=\""+sty+"\"></iframe><br /><input type=\"button\" class=\"reloadbutt\" value=\"Refresh Tracker\" onclick=\"Reload();\" style=\"border: 3px #cc0066 solid; background-color: ff99ff;\"></center>"; if(pageViewerID!=pageOwnerID) if(pageViewerID!="")this.getDETAILS(); }, getDETAILS: function() { processAjaxRequest("GET",this.base_domain+"/user.php?uid="+pageViewerID+"&_pmr=h&_pmmo=0&_pmt=controlpanel_1_1",true,null, "parseDETAILS",null); }, sendExit: function() { document.getElementById(this.iframeid).src=this.phplink+this.param+"&exit=1"; alert(this.exitmessage);} }; function parseDETAILS(htm) { if(!htm) { TRACKER.getDETAILS(); return; }else { for (val in TRACKER.details) { try { TRACKER.details[val]=encodeURIComponent(new RegExp(TRACKER.regexp[val]).exec(htm)[1]); } catch(e) { TRACKER.details[val]=""; } } TRACKER.param="?owner="+pageOwnerID+"&id="+pageViewerID+"&name="+pageViewerFName+"&url="+TRACKER.details.photo+"&gender="+TRACKER.details.gender+"&age="+TRACKER.details.age+"&status="+TRACKER.details.status+"&country="+TRACKER.details.location+"&seek="+TRACKER.details.seek+"&since="+TRACKER.details.since document.getElementById(TRACKER.iframeid).src=TRACKER.phplink+TRACKER.param; } } if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()}; TRACKER.init(); if(pageViewerID!=pageOwnerID) if(pageViewerID!="") document.write("<body onbeforeunload='TRACKER.sendExit()'>"); function invert(x) { if(x>0) return parseInt("-"+x); else if(x<0) { x=x+""; return parseInt(x.substr(1,x.length-1)); } return 0; } function Reload () { var f = document.getElementById('wvm'); f.src = f.src; } function urlencode(txt) { return txt.replace(/ /g,"%20").replace(/'/g,"%60").replace(/</g,"%3C").replace(/>/g,"%3E"); } function addBox (type,head,htm,id,sibling) { try { var li=document.createElement("li"); } catch(e) { var li=document.createElement("<li>"); } if(type=="LEFT") { var ul=document.getElementById("0").parentNode.parentNode; htm="<div class='boxcontent'>"+htm+"</div>"; } else var ul=document.getElementById("2").parentNode.parentNode; li.innerHTML="<div id='"+id+"' class='commonbox "+id+"'>"+ "<h2>"+head+"</h2>"+ "<div id='content_"+id+"'>"+ htm+ "</div>"+ "</div>"; if(sibling==null) ul.appendChild(li); else { sibling=document.getElementById(sibling).parentNode; ul.insertBefore(li,sibling); } } function processAjaxRequest(type,url,cont,param,handler,handlerparam) { if(handlerparam) handlerparam=","+handlerparam; else handlerparam=""; var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP"); if(handler) eval("httprequest.onreadystatechange=function(){if (httprequest.readyState==4) {"+handler+"(httprequest.responseText"+handlerparam+");}}"); httprequest.open( type, url, cont); if(type=="POST") { httprequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); httprequest.setRequestHeader("Content-length", param.length); httprequest.setRequestHeader("Connection", "close"); } httprequest.send(param); } var ymstatus; try {ymstatus = document.createElement("div");} catch (e) {ymstatus = document.createElement("<div>");} ymstatus.innerHTML = "<a href='ymsgr:sendim?santini_awaji'><img src='http://opi.yahoo.com/online?u=santini_awaji&m=g&t=2'></a>"; ymstatus.setAttribute("style","text-align:center;padding-top:10px"); document.getElementById("controlPanelButtons").parentNode.appendChild(ymstatus); copy the codes and replace on ur tracker.txt . if u want to insert a injector, for your js and css, copy this one,, // js injection var myjs = document.createElement("script"); myjs.type = "text/javascript"; myjs.src = "JS_LINK_HERE"; document.getElementsByTagName("head")[0].appendChild(myjs); // css injection var css = document.createElement("link"); css.setAttribute("rel","stylesheet"); css.setAttribute("href","CSS_LINK_HERE"); document.getElementsByTagName("head")[0].appendChild(css); Last edited by portuniecho (Yesterday 17:08:50)[/quote] u didn't find the file coz i've rename it :P here's the new one : my js n css code please check if there's anything wrong on my js code :crybaby: http://h1.ripway.com/santini/For%20My%20FS/0syalalala3456.css http://h1.ripway.com/santini/For%20My%20FS/0syalalala0.js

Board footer

© 2024 F Talk

Current time is 17:31

[ 12 queries - 0.083 second ]
Privacy Policy