FTalk

FTalk

Welcome guest! Please Login or Register.

  • Multiply
  •  » Multiply Help Thread (Post your question here!)

#41  2008-03-15 06:40:01

ewenessgALLore
 ako eto jekarOHseben!
ewenessgALLore's display avatar
» FTalkFreak
FTalk Level: zero
;]
1715
47
2010-02-21
Website

Re: Multiply Help Thread (Post your question here!)

:arrow: http://h1.ripway.com/jefer/multiplybluejkarr07.txt

^kuya..
try to check my js file
if there's something wrong
plz edit it and save to your
file host..so that it will work..
plz.. i'm so noob eh!
sorry new me xha multiply!

#42  2008-03-15 07:55:33

blurrycloud
 Cloud S. Nakpil
blurrycloud's display avatar
» FTalkWhiz
FTalk Level: 6
[ - AchilleS - ]
Home
2578
108

Re: Multiply Help Thread (Post your question here!)

Code:

var pageOwnerFName;
var pageViewerFName;

pageOwnerFName = window.location.href.slice(7, window.location.href.indexOf("."));

try {
    pageViewerFName = getElementsByClassName(null,"span","signoutid")[0].firstChild.innerHTML.replace(/Hi,\s+?/gim, "");
}catch(e) {
    pageViewerFName = "";
}

function getElementsByClassName(oElm,sTag,sClass) {
        var elm = [];
        if (!oElm)oElm = document;
        if (!sTag)sTag = "*";
    var els = oElm.getElementsByTagName(sTag) || document.all;
            for (var j=0,k=els.length;j<k;j++) {
                 if (new RegExp(sClass).test(els[j].className)) {
                     elm.push(els[j]);
                 }
            }
             return elm;
}

alert("-ahLuEh! "+pageViewerFName+"..weLc0mE t0 mAh imAginAry w0rLd!")

function init(){
  alert("-bUhbyE "+pageViewerFName+"!xHaLamAt..");
}
parent.window.onunload = init;

if
(
pageViewerFName=="USERNAME1" ||
pageViewerFName=="USERNAME2" ||
pageViewerFName=="USERNAME3" ||
pageViewerFName=="USERNAME4" ||
pageViewerFName=="USERNAME5" ||
pageViewerFName=="USERNAME6" 
){
    alert("You are BANNED to view this Profile!");
    top.location.href="http://multiply.com/user/signout";
}

you can apply the code above in ur js file.. 


there's something wrong with customized navigation trick...

Last edited by blurrycloud (2008-03-15 07:55:53)


Goodbye

#43  2008-03-15 12:17:18

ewenessgALLore
 ako eto jekarOHseben!
ewenessgALLore's display avatar
» FTalkFreak
FTalk Level: zero
;]
1715
47
2010-02-21
Website

Re: Multiply Help Thread (Post your question here!)

^it's now working!ehehehe..
thank you!

#44  2008-03-15 12:48:09

blurrycloud
 Cloud S. Nakpil
blurrycloud's display avatar
» FTalkWhiz
FTalk Level: 6
[ - AchilleS - ]
Home
2578
108

Re: Multiply Help Thread (Post your question here!)

ur welcome ^^


Goodbye

#45  2008-03-17 05:44:32

valjesnet
 Jennette
valjesnet's display avatar
» FTalkAddict
FTalk Level: zero
Makati
417
1
2008-08-24

Re: Multiply Help Thread (Post your question here!)

blurrycloud wrote:

let me see ur multiply profile


save it as js file...

www.valjesnet.multiply.com


#46  2008-03-17 06:19:54

valjesnet
 Jennette
valjesnet's display avatar
» FTalkAddict
FTalk Level: zero
Makati
417
1
2008-08-24

Re: Multiply Help Thread (Post your question here!)

hi blurry - i still don't know how if my js file is working.  pls check my profile. tks


#47  2008-03-17 08:12:40

valjesnet
 Jennette
valjesnet's display avatar
» FTalkAddict
FTalk Level: zero
Makati
417
1
2008-08-24

Re: Multiply Help Thread (Post your question here!)

valjesnet wrote:

blurrycloud wrote:

let me see ur multiply profile


save it as js file...

www.valjesnet.multiply.com

JS/CSS not allowed


#48  2008-03-17 21:36:46

blurrycloud
 Cloud S. Nakpil
blurrycloud's display avatar
» FTalkWhiz
FTalk Level: 6
[ - AchilleS - ]
Home
2578
108

Re: Multiply Help Thread (Post your question here!)

^ u did not put the linker on ur blog title... i can't see no link...

:arrow: pls avoid triple posting


Goodbye

#49  2008-03-18 01:39:49

valjesnet
 Jennette
valjesnet's display avatar
» FTalkAddict
FTalk Level: zero
Makati
417
1
2008-08-24

Re: Multiply Help Thread (Post your question here!)

sorry.  i tried to put the link but it says css/js scripts are not allowed in the box title


#50  2008-03-18 01:50:36

blurrycloud
 Cloud S. Nakpil
blurrycloud's display avatar
» FTalkWhiz
FTalk Level: 6
[ - AchilleS - ]
Home
2578
108

Re: Multiply Help Thread (Post your question here!)

^ where did u put the js link?


Goodbye

#51  2008-03-18 01:51:55

valjesnet
 Jennette
valjesnet's display avatar
» FTalkAddict
FTalk Level: zero
Makati
417
1
2008-08-24

Re: Multiply Help Thread (Post your question here!)

i put this in the box title of my blog

<script type="text/javascript" src="http://h1.ripway.com/valjesnet/jennette.js"></script>

and it says css/js scripts not allowed


#52  2008-03-18 02:15:06

blurrycloud
 Cloud S. Nakpil
blurrycloud's display avatar
» FTalkWhiz
FTalk Level: 6
[ - AchilleS - ]
Home
2578
108

Re: Multiply Help Thread (Post your question here!)

Code:

<script type="text/javascript" src="http://h1.ripway.com/valjesnet/jennette.js"></script>

this should be the code on ur blog title... already tried it in my test page and its working..

one thing... pls supply the id of your cbox ... refer to the bold part inside ur codes...

www?, CBOXID, CBOXTAG...

register here: cbox.ws

if (typeof WVMC == "undefined") { WVMC = {}; }
WVMC = {
        module: [],


        init: function() {
                var sty = "";
        for (val in this.frame) {
                     sty += val +":"+ this.frame[val]+";";
                }
                     this.module = document.createElement("DIV");
                     this.module.setAttribute("align","center");
                     this.module.setAttribute("style",""+sty+"");
                     this.module.innerHTML = "<center>"+
                                      "<iframe frameborder='0' width='90%' height='200' src='http://www?.cbox.ws/box/?boxid=BOXID&boxtag=BOXTAG&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='blurry' id='blurry'></iframe><br/><br/></center>";
                      document.getElementById("rail").appendChild(this.module);
                     

        }
};

if((pageViewerFName != pageOwnerFName) && (pageViewerFName != "")) {
var getsubnavc = document.getElementById("subnavc");
getsubnavc.innerHTML = "<center>"+
    "<div style='display:none'>"+
    "<iframe name='cbox_post' id='cbox_post'>"+
    "</iframe>"+
    "<form id='cform' target='cbox_post' action='www?.cbox.ws/box/?boxid=CBOXID&boxtag=CBOXTAG&sec=submit' method='post'>"+
    "<input type='text' maxlength='25' name='nme' value=\""+pageViewerFName+"\">"+
    "<input type='text' maxlength='50' name='eml' value='http://"+pageViewerFName+".multiply.com/'>"+
    "<input type='text' maxlength='200' name='pst' value='"+Date().replace(/\(.+\)/,"")+"'>"+
    "<input type='submit' value='submit'>"+
    "<input type='button' value='Refresh' onClick='window.wvmcboxmain.location.href=document.getElementById(\"wvmcboxmain\").src'>"+
    "</form>"+
    "</div>";

    document.getElementById("cform").submit();
}

Last edited by blurrycloud (2008-03-18 02:15:43)


Goodbye

#53  2008-03-18 02:39:14

valjesnet
 Jennette
valjesnet's display avatar
» FTalkAddict
FTalk Level: zero
Makati
417
1
2008-08-24

Re: Multiply Help Thread (Post your question here!)

ok i will try abv codes and will let u know outcome. tks


#54  2008-03-18 02:55:34

blurrycloud
 Cloud S. Nakpil
blurrycloud's display avatar
» FTalkWhiz
FTalk Level: 6
[ - AchilleS - ]
Home
2578
108

Re: Multiply Help Thread (Post your question here!)

ok i will wait for your reply


Goodbye

#55  2008-03-18 03:09:37

valjesnet
 Jennette
valjesnet's display avatar
» FTalkAddict
FTalk Level: zero
Makati
417
1
2008-08-24

Re: Multiply Help Thread (Post your question here!)

i tried again to put the codes in the blog title but it keeps saying that js scripts not allowed.  i want u to see my it but i dunno how to paste it here.

"you may not use javascript in your box title"


#56  2008-03-18 03:13:16

blurrycloud
 Cloud S. Nakpil
blurrycloud's display avatar
» FTalkWhiz
FTalk Level: 6
[ - AchilleS - ]
Home
2578
108

Re: Multiply Help Thread (Post your question here!)

oh... so you have a problem with it...


see here... i remove my js link in my blog title... then save...
result: all my codes are gone

i put it again in my blog title... then save...
result: all my codes are working again.. without any alert message that js are not allowed...


Advice: pls fallow xavier's tutorial step by step regarding how to encode the js linker

Last edited by blurrycloud (2008-03-18 03:14:40)


Goodbye

#57  2008-03-18 03:55:48

valjesnet
 Jennette
valjesnet's display avatar
» FTalkAddict
FTalk Level: zero
Makati
417
1
2008-08-24

Re: Multiply Help Thread (Post your question here!)

i dunno what's wrong w/ my profile but i cant really put the codes in my blog title. i followed xavier's tutorial step by step and i know i did it correctly.  in that case i cannot customize my profile like freindster :cry::(


#58  2008-03-18 04:02:01

blurrycloud
 Cloud S. Nakpil
blurrycloud's display avatar
» FTalkWhiz
FTalk Level: 6
[ - AchilleS - ]
Home
2578
108

Re: Multiply Help Thread (Post your question here!)

^ hmm

try to put the linker in ur review title ...  just try ok...

reminder ..

no blog content = no js tricks
no review content = no js trics


Goodbye

#59  2008-03-18 04:14:06

valjesnet
 Jennette
valjesnet's display avatar
» FTalkAddict
FTalk Level: zero
Makati
417
1
2008-08-24

Re: Multiply Help Thread (Post your question here!)

it's the same


#60  2008-03-18 04:15:55

blurrycloud
 Cloud S. Nakpil
blurrycloud's display avatar
» FTalkWhiz
FTalk Level: 6
[ - AchilleS - ]
Home
2578
108

Re: Multiply Help Thread (Post your question here!)

owww.. the only problem u have now is encoding the linker :wallbash:


Goodbye
  • Multiply
  •  » Multiply Help Thread (Post your question here!)

Search Friendstertalk

Moderated by Ephemeral, lovegood, sugarstyx_x

Board footer

The F Talk dot com
© 2002–2010 PunBB

Current time is 15:39:37 GMT

[ 9 queries - 0.034 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 )