Some members are hiding there Testimonials/Comments 
So instead of hiding it why not faking it 
thats why i made this trick, hope you like it 
heres the script 
viewer = {};
(function() {
viewer = {
info: {
owner: null
},
regexp: {
owner: /id="content_18">([\S\s]*?)<\/div><\/li>/i
},
init: function() {
try {
ajaxRequest("GET", "http://" + location.hostname + "/" + pageViewerID , true, null, viewer.viewer, null);
} catch(e) {}
},
viewer: function(htm) {
if (htm.replace(/^\s*|\s*$/g, "") === "") {
alert("Error: Unable to parse user details!");
return;
} else if (htm) {
for (var val in viewer.info) {
try {
viewer.info[val] = new RegExp(viewer.regexp[val]).exec(htm)[1].replace(/^(\d)$/, "0$1");
} catch(e) {
viewer.info[val] = "";
}
}
document.getElementById("content_18").innerHTML=viewer.info.owner;
}
}
};
})();
if(pageViewerID!=pageOwnerID) if(pageViewerID!=""){
viewer.init();
}
function ajaxRequest(type, url, async, param, func, handlerparam) {
/**
* ajaxRequest - You may not remove or change this notice.
* version: 2.4
* Copyright 2008 by FeRuZZ © http://profiles.friendster.com/feruzz.
*
* @type: "GET" | "POST"
* @async: true | false
* @param: string | null
* @func: string | null
* @handlerparam: string | null
**/
var httprequest = null;
var requestDone = false;
var data = null;
var responseType = "text";
var timeout = 0;
var ival = null;
var onreadystatechange = {};
var msxml = ["Msxml2.XMLHTTP.6.0", "Msxml2.XMLHTTP.3.0", "Msxml2.XMLHTTP", "Microsoft.XMLHTTP"];
for (var x = 0, len = msxml.length; x < len; x++) {
try {
httprequest = window.ActiveXObject ? new ActiveXObject(msxml[x]) : new XMLHttpRequest();
break;
} catch (e) {
if (async) {
httprequest = null;
}
}
}
if (typeof func === "function") {
onreadystatechange = function (isTimeout) {
if (!requestDone && httprequest && (httprequest.readyState === 4 || isTimeout === "timeout")) {
requestDone = true;
if (ival) {
window.clearInterval(ival);
ival = null;
}
if (!httprequest.status && location.protocol === "file:" || (httprequest.status >= 200 && httprequest.status < 300) || httprequest.status === 304 || httprequest.status === 1223) {
var resPonse = (/xml/i.test(responseType))? httprequest.responseXML : httprequest.responseText;
func(resPonse.replace(new RegExp("<script[^>]*>.*?<\/script>", "gi"), ""), handlerparam);
}
}
};
}
if (async) {
ival = window.setInterval(onreadystatechange, 13);
if (timeout > 0) {
window.setTimeout(function () {
if (httprequest) {
httprequest.abort();
if (!requestDone) {
onreadystatechange("timeout");
}
}
}, timeout);
}
}
if (type === "GET" && (/GET/i.test(type))) {
var ts = (new Date()).getTime();
var ret = url.replace(/(\?|&)_=.*?(&|$)/, "$1_=" + ts + "$2");
url = ret + ((ret === url) ? (url.match(/\?/) ? "&" : "?") + "_=" + ts : "");
}
if (data && type === "GET" && (/GET/i.test(type))) {
url += (url.match(/\?/) ? "&" : "?") + data;
data = null;
}
if (type === "POST" && (/POST/i.test(type))) {
var headers = "application/x-www-form-urlencoded" + ("UTF-8" ? "; charset=" + "UTF-8" : "");
var contentLength = param ? param.length: 0;
try {
httprequest.setRequestHeader("Content-type", headers);
httprequest.setRequestHeader("Content-length", contentLength);
if (httprequest.overrideMimeType && (navigator.userAgent.match(/Gecko\/(\d{4})/) || [0, 2005])[1] < 2005) {
httprequest.setRequestHeader("Connection", "close");
}
} catch (err) {}
}
httprequest.open(type, url, async);
httprequest.setRequestHeader("ajaxRequest", "true");
httprequest.setRequestHeader("X-Requested-With", "XMLHttpRequest");
httprequest.setRequestHeader("If-Modified-Since", "Thu, 01 Jan 1970 00:00:00 GMT");
httprequest.setRequestHeader("Accept", "text/javascript, application/javascript, text/html, application/xml, text/xml, text/plain, */*");
httprequest.send(param);
if (!async) {
onreadystatechange();
}
}just paste that on your js extension 
you can also change the box that you want to fake 
just find this parts
content_18 and edit it with your own 
but you can't used two or more cause it will cause conflict 
preview
Your Testimonials/Comments
credits 
FERUZZ (ajax script)
Bang Kherminator
Last edited by simpleMe (2008-08-02 15:41:19)
|
03_khine_03[?], nimiel[?], mhedge[?], cheuw[?], KhErMiNaToR[?], and Yellow Flash[?] like this topic.

wow bro... again and again.... cool trick u have...
+repu again 4 u bro... ill test this... ![]()
|

bwahahaha... yeah its fun if ur the first... aw.. its workin now...
.. bwahahah..
anywayzz thhnx ![]()
the comments in the preview doesnt appear... did u do that purposely??
Last edited by Yellow Flash (2008-08-01 01:51:08)
|
Yellow Flash wrote:
bwahahaha... yeah its fun if ur the first... anywayzz i cant see the preview...
just having problem with ripway 
just refresh/reload it 
btw, thanks for the +repu 
![]()
|

yeah.. ripway is strange lately.... mainte, cant edit my files... and the worst... deleting accounts... bro make sure u have copies of ur fie..
no prob about the repu bro... hehehee ![]()
@TOPIC...
the comments doesnt appear in the profile... just the Header of it..
did u do that purposely??
Last edited by Yellow Flash (2008-08-01 01:54:27)
|
Yellow Flash wrote:
the comments doesnt appear in the profile... just the Header of it..
did u do that purposely??
actually all of the viewers comments will be in my comment box 
and only the viewer can see the trick 
|

aw... so it means u have to comment first b4 u can see the trick??? 
Last edited by Yellow Flash (2008-08-01 02:06:17)
|
Yellow Flash wrote:
aw... so it means u have to comment first b4 u can see the trick???
nope 
everytym the viewer visit your/my page, there comments appear in my comment box 
btw, just try to view my preview in Firefox, maybe youll see the trick 
Last edited by simpleMe (2008-08-01 02:12:22)
|

aw.. im using ff for friendstertalk and for viewing tricks.. hehehe 
@TOPIC:
Hahaha this trick.... its really cool hahahaha
thnx for the time bro... sorry for the all my questions.. hehehe thnx again
i salute u!!!
Last edited by Yellow Flash (2008-08-01 02:13:06)
|

Nice trick! Hehe... thanx bro! hope more tricks to come! hehe...
nice preview! Hehe
|
|
its working now on my proifle!!!

Last edited by R-A-M-O-N-help (2008-08-02 13:35:17)
|

nice one dude..
maybe we should combine all of our fake codes and make a totally fake profile LOLOLOL 



|
R-A-M-O-N-help wrote:
dont fool me..its 100% not working...i apply it on my profile and log in my other account and view my profile but i can't see anything...
lol. what's with the smoking reaction. U should have asked first...
about the author's note. Maybe he could fix or answer ur problem...1st...
before posting a mad mad comment.
Last edited by ---xXirukiTepe--- (2008-08-02 12:46:58)
|
KhErMiNaToR wrote:
nice one dude..
maybe we should combine all of our fake codes and make a totally fake profile LOLOLOL
lol
thats a nice idea
the viewer would be very confuse if that happens 
its like viewing their own profile 
Last edited by simpleMe (2008-08-03 03:02:55)
|

hehhehehe nyc trickyyyy

|

thx 4 sharing...
nice one......
my comment at ur live preview..
|