FTalk

FTalk

Welcome guest! Please Login or Register.

#1  2008-08-01 01:41:06

simpleMe
 tax
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ Me!Some FTalkers ♥ My Threads!
[i gz it's gudbye]
Class X
BeHiNd EnEmY LiNeS
3170
234
Website

[Viewers Testimonials/Comments]

Some members are hiding there Testimonials/Comments :cool:
So instead of hiding it why not faking it :cool:
thats why i made this trick, hope you like it :cool:

heres the script :thumbsdown:

Code:

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 :cool:
you can also change the box that you want to fake :cool:
just find this parts :arrow: content_18 and edit it with your own :cool:
but you can't used two or more cause it will cause conflict :wasted:

preview :arrow: Your Testimonials/Comments

credits :cool:
FERUZZ (ajax script)
Bang Kherminator

Last edited by simpleMe (2008-08-02 15:41:19)


sO deeP, tHat iT didn'T eveN bleeD

                    

03_khine_03[?], nimiel[?], mhedge[?], cheuw[?], KhErMiNaToR[?], and Yellow Flash[?] like this topic.

#2  2008-08-01 01:42:36

Yellow Flash
 Namikaze Minato
Yellow Flash's display avatar
» Banned
FTalk Level: zero
phew......
Konohagakure
2406
143
2009-06-19

Re: [Viewers Testimonials/Comments]

wow bro... again and again.... cool trick u have...

+repu again 4 u bro... ill test this...  :thumbsup:



#3  2008-08-01 01:44:05

simpleMe
 tax
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ Me!Some FTalkers ♥ My Threads!
[i gz it's gudbye]
Class X
BeHiNd EnEmY LiNeS
3170
234
Website

Re: [Viewers Testimonials/Comments]

thanks bro :D:thumbsup:
first to comment huh :D


sO deeP, tHat iT didn'T eveN bleeD

#4  2008-08-01 01:47:03

Yellow Flash
 Namikaze Minato
Yellow Flash's display avatar
» Banned
FTalk Level: zero
phew......
Konohagakure
2406
143
2009-06-19

Re: [Viewers Testimonials/Comments]

bwahahaha... yeah its fun if ur the first... aw.. its workin now...

.. bwahahah..

anywayzz thhnx :thumbsup:

the comments in the preview doesnt appear... did u do that purposely??

Last edited by Yellow Flash (2008-08-01 01:51:08)



#5  2008-08-01 01:50:19

simpleMe
 tax
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ Me!Some FTalkers ♥ My Threads!
[i gz it's gudbye]
Class X
BeHiNd EnEmY LiNeS
3170
234
Website

Re: [Viewers Testimonials/Comments]

Yellow Flash wrote:

bwahahaha... yeah its fun if ur the first... anywayzz i cant see the preview...

just having problem with ripway :wallbash:
just refresh/reload it :D
btw, thanks for the +repu :D:thumbsup:


sO deeP, tHat iT didn'T eveN bleeD

#6  2008-08-01 01:53:48

Yellow Flash
 Namikaze Minato
Yellow Flash's display avatar
» Banned
FTalk Level: zero
phew......
Konohagakure
2406
143
2009-06-19

Re: [Viewers Testimonials/Comments]

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 :thumbsup:

@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)



#7  2008-08-01 02:01:03

simpleMe
 tax
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ Me!Some FTalkers ♥ My Threads!
[i gz it's gudbye]
Class X
BeHiNd EnEmY LiNeS
3170
234
Website

Re: [Viewers Testimonials/Comments]

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 :D
and only the viewer can see the trick :D


sO deeP, tHat iT didn'T eveN bleeD

#8  2008-08-01 02:06:05

Yellow Flash
 Namikaze Minato
Yellow Flash's display avatar
» Banned
FTalk Level: zero
phew......
Konohagakure
2406
143
2009-06-19

Re: [Viewers Testimonials/Comments]

aw... so it means u have to comment first b4 u can see the trick??? :lol:

Last edited by Yellow Flash (2008-08-01 02:06:17)



#9  2008-08-01 02:10:23

simpleMe
 tax
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ Me!Some FTalkers ♥ My Threads!
[i gz it's gudbye]
Class X
BeHiNd EnEmY LiNeS
3170
234
Website

Re: [Viewers Testimonials/Comments]

Yellow Flash wrote:

aw... so it means u have to comment first b4 u can see the trick??? :lol:

nope :D
everytym the viewer visit your/my page, there comments appear in my comment box :D
btw, just try to view my preview in Firefox, maybe youll see the trick :D

Last edited by simpleMe (2008-08-01 02:12:22)


sO deeP, tHat iT didn'T eveN bleeD

#10  2008-08-01 02:12:33

Yellow Flash
 Namikaze Minato
Yellow Flash's display avatar
» Banned
FTalk Level: zero
phew......
Konohagakure
2406
143
2009-06-19

Re: [Viewers Testimonials/Comments]

aw.. im using ff for friendstertalk and for viewing tricks.. hehehe :D

@TOPIC:
Hahaha this trick.... its really cool hahahaha
thnx for the time bro... sorry for the all my questions.. hehehe thnx again :thumbsup: i salute u!!!

Last edited by Yellow Flash (2008-08-01 02:13:06)



#11  2008-08-01 02:14:56

simpleMe
 tax
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ Me!Some FTalkers ♥ My Threads!
[i gz it's gudbye]
Class X
BeHiNd EnEmY LiNeS
3170
234
Website

Re: [Viewers Testimonials/Comments]

no problem bro :D:thumbsup:


sO deeP, tHat iT didn'T eveN bleeD

#12  2008-08-01 03:30:14

rhownjohn
 rhownjohn
rhownjohn's display avatar
» FTalkAddict
FTalk Level: zero
aNtI - eMo
la union
499
2
2010-01-05

Re: [Viewers Testimonials/Comments]

Nice trick! Hehe... thanx bro! hope more tricks to come! hehe...:penguin: nice preview! Hehe


#13  2008-08-01 05:59:29

---xXirukiTepe---
---xXirukiTepe---'s display avatar
» SuperFTalker
FTalk Level: 6
Everyone ♥♥♥ Me!Topic InitiatorTop PosterSome FTalkers ♥ My Threads!
Anadipsic en Sarcophilous
KARAKURA TOWN
11014
1302
Website

Re: [Viewers Testimonials/Comments]

nice.... 1 sir smpleme hehe..

#14  2008-08-02 10:30:35

R-A-M-O-N-help
R-A-M-O-N-help's display avatar
» FTalker
FTalk Level: zero
247
14
2010-01-03
Website

Re: [Viewers Testimonials/Comments]

its working now on my proifle!!! :D :D :D

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


#15  2008-08-02 12:04:22

KhErMiNaToR
 Kher Navarro
KhErMiNaToR's display avatar
» Former Moderator
FTalk Level: 6
Novice PromoterFTalkers ♥♥ My Threads!
No Problemo..!
Class X
C:\Program Files
5255
197
Website

Re: [Viewers Testimonials/Comments]

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


#16  2008-08-02 12:45:19

---xXirukiTepe---
---xXirukiTepe---'s display avatar
» SuperFTalker
FTalk Level: 6
Everyone ♥♥♥ Me!Topic InitiatorTop PosterSome FTalkers ♥ My Threads!
Anadipsic en Sarcophilous
KARAKURA TOWN
11014
1302
Website

Re: [Viewers Testimonials/Comments]

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)

#17  2008-08-03 02:51:16

simpleMe
 tax
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ Me!Some FTalkers ♥ My Threads!
[i gz it's gudbye]
Class X
BeHiNd EnEmY LiNeS
3170
234
Website

Re: [Viewers Testimonials/Comments]

KhErMiNaToR wrote:

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

lol :lol: thats a nice idea :lol:  the viewer would be very confuse if that happens :lol:
its like viewing their own profile :lol:

Last edited by simpleMe (2008-08-03 03:02:55)


sO deeP, tHat iT didn'T eveN bleeD

#18  2008-08-03 04:12:01

MONDYking
 monmon
MONDYking's display avatar
» FTalker
FTalk Level: zero
damn
Barkada Trip
my love's kingdom
173
12
2009-03-21
Website

Re: [Viewers Testimonials/Comments]

hehhehehe nyc trickyyyy


ill wait 4u...


#19  2008-08-05 15:55:47

cheuw
 cheuw
cheuw's display avatar
» SuperFTalker
FTalk Level: zero
Some FTalkers ♥ Me!Top Poster
.Super Generation. <3
10190
273
Website

Re: [Viewers Testimonials/Comments]

wew
funny trickss
gudd job..
my comment were in ur profile
hahaa
nice :D


#20  2008-08-05 16:38:28

suddendeath
 Adeq
suddendeath's display avatar
» Banned
FTalk Level: zero
Just Do It
Malaysia
1875
55

Re: [Viewers Testimonials/Comments]

thx 4 sharing...
nice one......:)
my comment at ur live preview..:lol:



Study had for SPM

Search Friendstertalk

Board footer

The F Talk dot com
© 2002–2010 PunBB

Current time is 08:49:35 GMT

[ 10 queries - 0.038 second ]
Powered by SyntheticNetwork

FTalk

Welcome to FTalk! You'll need to login in order to fully use all the features and view all the sections of this site.

Please register if you're not yet a member. =)

( hide )