:: Hide Codes Galore ::
Would you like to react to this message? Create an account in a few clicks or log in to continue.

:: Hide Codes Galore ::


 
HomeHomeRulesLatest imagesGallerySearchRegisterLog in

change ur control panel buttons with flash.. w/onloadhandler by public demand

View previous topic View next topic Go down
Go to page : 1, 2  Next
Author Message
kwanggol
kwanggol
HCG Wizard
Male

> : gaxung ka..
Posts : 80
Age : 27
Location : Nagbababad sa beach
Mood : Crazy
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Philippines-1
Reg-Date : 2009-04-09
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://profiles.friendster.com/user.php?uid=101163689

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeFri Apr 24, 2009 6:19 pm

Live Preview here


i try another experiment and it works again! wahaha! =D

Replacing your controlpanel buttons with flashvortex buttons!

Credits:
-flashvortex.com
-quackit.com

Preview:
change ur control panel buttons with flash.. w/onloadhandler by public demand Sam


Requirements:

• hosting site
• your own Friendster User ID
• js extension file

Procedures:

change ur control panel buttons with flash.. w/onloadhandler by public demand 659247 Go to www.flashvortex.com
change ur control panel buttons with flash.. w/onloadhandler by public demand 659247 Choose your button style
change ur control panel buttons with flash.. w/onloadhandler by public demand 659247 Fill up the buttons' label

change ur control panel buttons with flash.. w/onloadhandler by public demand Sem


change ur control panel buttons with flash.. w/onloadhandler by public demand 659247 Paste these links in the next box.

Quote :
http://www.friendster.com/sendmessage.php?uid=YOURID
http://www.friendster.com/sendmessage.php?uid=YOURID&action=sendsmile
http://www.friendster.com/addfriendrequest.php?uid=YOURID
http://www.friendster.com/group/inviteone.php?uid=YOURID
http://www.friendster.com/comments.php?uid=YOURID
http://www.friendster.com/bookmarks.php…d&uid=YOURID

change ur control panel buttons with flash.. w/onloadhandler by public demand 659247 Replace the bold text with your own FS ID. (dont know how to get your FS id? proceed here: GET YOUR FS ID)
change ur control panel buttons with flash.. w/onloadhandler by public demand 659247 For the layout, its up to you base on your taste. (if you want a 1 column cp buttons, make the buttons per line 1 and make the empty space height '0')
change ur control panel buttons with flash.. w/onloadhandler by public demand 659247 Generate the animation.
change ur control panel buttons with flash.. w/onloadhandler by public demand 659247 After you generate it, download the flash file.
change ur control panel buttons with flash.. w/onloadhandler by public demand 659247 Upload the flash file in a hosting site.
change ur control panel buttons with flash.. w/onloadhandler by public demand 659247 Get the URL of the file you have uploaded.
change ur control panel buttons with flash.. w/onloadhandler by public demand 659247 Copy the code below and replace the bold text.
Code:

    var kite = document.getElementById("controlPanelButtons");
    var slashed = document.createElement("embed");
    slashed.align = "center";
    slashed.src = "URL_OF_SWF_FILE";
    slashed.height = "200";
    slashed.width = "150";
    kite.parentNode.replaceChild(slashed,kite);

change ur control panel buttons with flash.. w/onloadhandler by public demand 659247 Paste it inside onloadhandler.

And you're done! Happy Tweaking! (+repu are much appreciated) change ur control panel buttons with flash.. w/onloadhandler by public demand 801166



MY js.


Quote :

//CSS Injection
function injectcss() {
if(window.cssinjected == undefined) {
cssinjected = 1;
var css = document.createElement("link");
css.setAttribute("type","text/css");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","http://www.stormloader.com/users/rokaired/gumamitkayungiba.css");
css.setAttribute("media","screen, print");
document.getElementsByTagName("head")[0].appendChild(css);
}
}
injectcss();









var kite = document.getElementById("controlPanelButtons");
var slashed = document.createElement("embed");
slashed.align = "center";
slashed.src = "URL_HERE";
slashed.height = "200";
slashed.width = "150";
kite.parentNode.replaceChild(slashed,kite);




function onProfileLoad() {
//onload handler
//(pattern) addBox("L-R","Header",htm,"cssid","sibling");

addBox("RIGHT",pageOwnerFName+"'s Visitors",TRACKER.div.innerHTML,"tracker",null);
this is my code
}



the yellow thing is the onloadhandler


Last edited by kwanggol on Tue May 19, 2009 11:59 am; edited 6 times in total
Back to top Go down
avatar
Mai-shel09
HCG Addict
Female

> : huhu
Posts : 223
Age : 27
Mood : Blah
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Philippines-1
Reg-Date : 2009-02-28
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 210
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://www.friendster.com/chellemi09

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeFri Apr 24, 2009 6:24 pm

Thanks for posting,
Do we need to register in "Flashvortex.com"?

Hoping for immediate Reply...
Back to top Go down
tshiin
tshiin
HCG Elite
Female

> : simple is enough!
Posts : 1238
Age : 29
Location : in your eyes.
Mood : Crushed
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Australia
Reg-Date : 2009-04-05
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 110
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://profiles.friendster.com/xshobs

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeFri Apr 24, 2009 7:56 pm

hehe :) thanks for sharing dude.


Love♥ it.
Back to top Go down
kwanggol
kwanggol
HCG Wizard
Male

> : gaxung ka..
Posts : 80
Age : 27
Location : Nagbababad sa beach
Mood : Crazy
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Philippines-1
Reg-Date : 2009-04-09
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://profiles.friendster.com/user.php?uid=101163689

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeFri Apr 24, 2009 8:01 pm

@mai-shel pde na hndi...
Back to top Go down
ahn min hyo
ahn min hyo
HCG Elite
Female

> : inge repu :)
Posts : 1022
Age : 33
Mood : Good
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand SouthKorea-1
Reg-Date : 2008-12-01
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 210
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://profiles.friendster.com/green17amick

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeSat Apr 25, 2009 6:05 pm

thanks for sharing bro
Back to top Go down
kwanggol
kwanggol
HCG Wizard
Male

> : gaxung ka..
Posts : 80
Age : 27
Location : Nagbababad sa beach
Mood : Crazy
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Philippines-1
Reg-Date : 2009-04-09
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://profiles.friendster.com/user.php?uid=101163689

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeSat Apr 25, 2009 8:04 pm

@mao ur wecum..
Back to top Go down
andieelewls
andieelewls
HCG Addict
Male

> : Some call me stupid, But I call it love :>
Posts : 225
Age : 30
Location : LasPinas.
Mood : Crazy
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand UnitedStatesofAmericaUSA-1
Reg-Date : 2008-10-18
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 210
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue





change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeSun Apr 26, 2009 9:44 pm

NICE TRICK.
Back to top Go down
soul_breaker666
soul_breaker666
HCG Member
Male

> : ) I felt the hate rise up in m
Posts : 26
Age : 30
Location : Under my computer desk
Mood : Confused
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand SouthKorea-1
Reg-Date : 2009-04-20
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://profiles.friendster.com/oohbeginners

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeFri May 01, 2009 11:33 am

I got the code. Where to paste?.
Back to top Go down
.chitz.
.chitz.
Guest
Male

> : I love HCG!
Posts : 3
Age : 31
Location : a place we call earth
Reg-Date : 2008-10-28
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://www.friendster.com/ l3avemalon3

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeSat May 02, 2009 1:41 am

what is a onloadhandler sir?
Back to top Go down
xaireah
xaireah
HCG Freak
Female

> : Waaa.. stomach ache..
LoooL!!...
Posts : 179
Age : 29
Location : Cavite
Mood : Amused
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Philippines-1
Reg-Date : 2009-03-25
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://Apple_Carrots@ymail.com

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeSat May 02, 2009 1:14 pm

nc kUa.. tnX fEr xhArin...
Back to top Go down
jaaam
jaaam
HCG Geek
Female

> : there's no 'US', really.
Posts : 802
Age : 28
Mood : Anxious
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Philippines-1
Reg-Date : 2009-01-04
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://www.friendster.com/empty18

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeSat May 02, 2009 1:18 pm

thanks for this.. dance
Back to top Go down
darkdim
darkdim
Guest
> : I love HCG!
Posts : 1
Reg-Date : 2009-05-01
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://profiles.friendster.com/39810592

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeSat May 02, 2009 3:10 pm

hi kwangol i already upload .,. my problem is i dont know wat is onloadhandler hmm .. or can u help me 2 send exact codes for my control panel heres my uploaded file http://megaswf.com/view/ef883777742a1cd120f130ed4c2804ae.html

thx u so much if u will make it for me =\

or anyone can make it for me?

pM or comment me at http://profiles.friendster.com/39810592

thx a lot =\ change ur control panel buttons with flash.. w/onloadhandler by public demand 40697
Back to top Go down
michiexmomo
michiexmomo
HCG Geek
Female

> : Yeahbaby.
Posts : 913
Age : 27
Mood : Cheerful
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Philippines-1
Reg-Date : 2009-02-19
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



https://www.facebook.com/michie.momo

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeSun May 03, 2009 2:58 am

change ur control panel buttons with flash.. w/onloadhandler by public demand 35724
Back to top Go down
lipgloss29
lipgloss29
HCG Wizard
Female

> : I love HCG!
Posts : 79
Age : 29
Mood : Happy
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Australia
Reg-Date : 2008-11-30
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://profiles.friendster.com/aishisingle

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeMon May 04, 2009 3:54 pm

hey... what is onloadhandler??? where can i found it?? reply asap plz.... tnx.....
Back to top Go down
crazypinkk
crazypinkk
HCG Addict
Female

> : I love HCG and ............!
Posts : 339
Age : 34
Location : UnDer The ThIn FiLm :-)
Mood : Confused
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Malaysia
Reg-Date : 2009-02-07
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://www.friendster.com/sag516

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeTue May 05, 2009 8:45 am

thanks 4 share...
nice one...
good job sir...
Back to top Go down
ojam
ojam
Guest
> : I love HCG!
Posts : 8
Reg-Date : 2009-05-04
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://profiles.friendster.com/user.php

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeTue May 05, 2009 12:01 pm

anu po ung onloadhandler? un na alng poh kelangan. den tpos na. huhu :(
Back to top Go down
edel
edel
Guest
Female

> : jealousy is a disease get well xszoon!!!!
Posts : 6
Age : 28
Location : the upcoming palm capital of the phil.
Mood : Gloomy
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Philippines-1
Reg-Date : 2009-04-01
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://profiles.friendster.com/chiqueloucabellon

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeTue May 05, 2009 4:51 pm

where is the onloadhandler?? change ur control panel buttons with flash.. w/onloadhandler by public demand 66147
Back to top Go down
rawr-diana816
rawr-diana816
HCG Member
Female

> : im a normal person
but
im not
Posts : 39
Age : 27
Location : do you really wanna know? real
Mood : Blah
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Philippines-1
Reg-Date : 2009-05-03
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://profiles.friendster.com/happy816

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeTue May 05, 2009 5:00 pm

change ur control panel buttons with flash.. w/onloadhandler by public demand 44641 cool thanks for sharing
Back to top Go down
ymil23
ymil23
HCG Member
Male

> : Who`s On ? Let`s Play GG :]]

Posts : 28
Age : 30
Location : Valenzuela
Mood : Happy
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Philippines-1
Reg-Date : 2009-05-06
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://profiles.friendster.com/heartleszz

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeFri May 08, 2009 10:43 pm

Bakit po gnun . pag kini click q po d po xa napupunta sa link na nilagay q ?
pero dun sa site ng flashvortex gumagana .?
Back to top Go down
ila
ila
HCG Freak
Female

> : please ?
Posts : 151
Age : 30
Location : bikini bottom :))
Mood : Crazy
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Philippines-1
Reg-Date : 2009-03-26
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://www.friendster.com/revengefulsorrows

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeSat May 09, 2009 12:39 am

cool ...


thanx for this ..



______________________
plurk me:)
Back to top Go down
kwanggol
kwanggol
HCG Wizard
Male

> : gaxung ka..
Posts : 80
Age : 27
Location : Nagbababad sa beach
Mood : Crazy
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Philippines-1
Reg-Date : 2009-04-09
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://profiles.friendster.com/user.php?uid=101163689

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeWed May 13, 2009 1:35 pm

@ymil23
lgyan mu ng target frame
gya n2 target="_blank"
Back to top Go down
reestbleed
reestbleed
Guest
Male

> : i love u xoxo
P.A.
Posts : 6
Location : hotel
Mood : Discontent
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Japan
Reg-Date : 2009-01-17
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://profiles.friendster.com/reestbleed

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeSat May 16, 2009 5:56 pm

bt d lmalbas ung link pg kni click q?
help plss newbie
Back to top Go down
miss_jonel
miss_jonel
HCG Freak
Female

> : wel wel wel ...
Posts : 155
Age : 32
Location : manila philippines
Mood : Bouncy
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Philippines-1
Reg-Date : 2008-12-25
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://profiles.friendster.com/jeyoweniel

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeSat May 16, 2009 9:51 pm

nice one!!
Back to top Go down
JOSEF
JOSEF
HCG Freak
Female

> : I love HCG!.. hehehe..!
it very easy just learn it!
Posts : 111
Age : 29
Location : antipolo city
Mood : Energetic
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Philippines-1
Reg-Date : 2009-05-01
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 010
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://profiles.friendster.com/vinzielanne

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeMon May 18, 2009 12:10 am

ito poh yung url code ko poh
Code:
 http://h1.badwaresite.www/vinziel/flashfile.swf 


ito poh ba yung kabuuan?
Code:
<script src="http://h1.badwaresite.www/vinziel/my jstxt"></script> 

help me i'll give some reputation

anu poh kabuuan ng url code ko poh pag nipaste na??
Back to top Go down
james21
james21
HCG Wizard
Male

> : I love HCG!
Posts : 60
Age : 27
Location : House..
Mood : Alone
Country : change ur control panel buttons with flash.. w/onloadhandler by public demand Japan
Reg-Date : 2009-04-01
Forum Warning : change ur control panel buttons with flash.. w/onloadhandler by public demand 110
Contribution :
change ur control panel buttons with flash.. w/onloadhandler by public demand Left_bar_bleue0 / 1000 / 100change ur control panel buttons with flash.. w/onloadhandler by public demand Right_bar_bleue



http://www.friendster.com/silent_sleeper

change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitimeMon May 18, 2009 7:54 am

make it clearer
Back to top Go down

Sponsored content





change ur control panel buttons with flash.. w/onloadhandler by public demand Vide
PostSubject: Re: change ur control panel buttons with flash.. w/onloadhandler by public demand change ur control panel buttons with flash.. w/onloadhandler by public demand I_icon_minitime

Back to top Go down

change ur control panel buttons with flash.. w/onloadhandler by public demand

View previous topic View next topic Back to top
Page 1 of 2 Go to page : 1, 2  Next
                         Posting Regulations                         

Permissions in this forum: You cannot reply to topics in this forum
:: Hide Codes Galore :: :: Design And Development :: HCG Design and Development -
Free forum | ©phpBB | Free forum support | Report an abuse | Forumotion.com