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

Flying Image To Your Profile....

View previous topic View next topic Go down
Go to page : 1, 2, 3, 4  Next
Author Message
darkmaster
darkmaster
Graphic Designer
Male

> : I love HCG!
Posts : 435
Age : 35
Location : Some WeRe Out ThErE..
Reg-Date : 2008-09-09
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/hiphopbreakdance09

Flying Image To Your Profile.... Vide
PostSubject: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeTue Sep 09, 2008 4:26 am

Credits From: THE-Cradle

PrEvIeW: http://profiles.friendster.com/80918354


Followed The Step That I've Been Giving....

Step1: Copy This Code And Insert In Your Js.file on your webhosting page....


Quote :
function nrcIE() {
if (document.all) {
return false;
}
}

function nrcNS(e) {
if (document.layers || (document.getElementById && ! document.all)) {
if (e.which == 2 || e.which == 3) {
return false;
}
}
}

if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown = nrcNS;
}else {
document.onmouseup = nrcNS;
document.oncontextmenu = nrcIE;
}
document.oncontextmenu = new Function("return false");

http://mikfreegifs.com
P=new Image();
P.src="URL_OF YOur IMage"; //Pre-load your image here!
SY=3; //Up-down speed!
SX=5; //Left-right speed!
LINK="#";

//Nothing needs altering below!
n6=(document.getElementById&&!document.all);
ns=(document.layers);
ie=(document.all);
d=(ns||ie)?'document.':'document.getElementById("';
a=(ns||n6)?'':'all.';
n6r=(n6)?'")':'';
s=(ns)?'':'.style';

if (ns){
document.write("<LAYER NAME='pics' LEFT=0 TOP=0><a href="+LINK+"><img src='pooh.gif' border=0></a></LAYER>");
}
if (ie||n6){
document.write("<div id='pics' style='position:absolute;top:0px;left:0px'><a href="+LINK+"><img src="+P.src+" border=0></a></div>");
}
R=0,C1=0;PB=0,Y=0,X=0,D=0,VB=0,HB=0;
Y=10;X=10;D=Math.floor(Math.random()*60+10);
function Curve(){
plusMinus=new Array(1,-1,2,-2,3,-3,0,1,-1,4,-4)
R = plusMinus[Math.floor(Math.random()*plusMinus.length)];
}
function MoveRandom(){
C1++;
if (C1==50){Curve();C1=0}
var H=(ns||n6)?window.innerHeight:document.body.clientHeight;
var W=(ns||n6)?window.innerWidth:document.body.clientWidth;
var YS=(ns||n6)?window.pageYOffset:document.body.scrollTop;
var XS=(ns||n6)?window.pageXOffset:document.body.scrollLeft;
var BY=-P.height;
var BX=-P.width;
PB=D+=R;
y = SY*Math.sin(PB*Math.PI/180);
x = SX*Math.cos(PB*Math.PI/180);
if (D < 0) D+=360;
Y+=y;
X+=x;
VB=180-D;
HB=0-D;
//Corner rebounds! not necessary but looks nice.
if ((Y < 1) && (X < 1)) {Y=1;X=1;D=45;}
if ((Y < 1) && (X > W+BX)) {Y=1;X=W+BX;D=135;}
if ((Y > H+BY) && (X < 1)) {Y=H+BY;X=1;D=315;}
if ((Y > H+BY) && (X > W+BX)) {Y=H+BY;X=W+BX;D=225;}
//Edge rebounds!
if (Y < 1) {Y=1;D=HB;}
if (Y > H+BY) {Y=H+BY;D=HB;}
if (X < 1) {X=1;D=VB;}
if (X > W+BX) {X=W+BX;D=VB;}
var temp=eval(d+a+"pics"+n6r+s);
temp.top=Y+YS;
temp.left=X+XS;
setTimeout('MoveRandom()',10);
}
MoveRandom();
//-->


var snowflakes=50; //NUMBER OF OBJECTS YOU WANT.
var level=2; //SPEED LEVEL 1 to 5. 1=SLOWER, 5=FASTER

var w3c=(document.getElementById)?true:false;
var ns4=(document.layers)?true:false;
var ie4=(document.all && !w3c)?true:false;
var ie5=(document.all && w3c)?true:false;
var ns6=(w3c && navigator.appName.indexOf("Netscape")>=0)?true:false;
var t='';
var w_x, w_y;
var snow=new Array();
for(i=1;i<=snowflakes;i++)t+='<div id="snow'+i+'" class="snow"></div>';
document.write(t);

function getstartpos(obj){
obj.size=Math.floor(Math.random()*5)+1
obj.ystep=obj.size*level;
obj.xstep=obj.ystep/5;
if(ns4)obj.clip.width=obj.clip.height=obj.size;
else obj.style.width=obj.style.height=obj.size;
moveidto(obj,Math.floor(Math.random()*w_x)-obj.size,0);
}

function movedrop(){
for(i=1;i<=snowflakes;i++){
var l=(ns4)?snow[i].left:parseInt(snow[i].style.left);
var t=(ns4)?snow[i].top:parseInt(snow[i].style.top);
var pxo=(ie4||ie5)?document.body.scrollLeft:pageXOffset;
var pyo=(ie4||ie5)?document.body.scrollTop:pageYOffset;
if( (t+snow[i].ystep+snow[i].size>=w_y+pyo) || (snow[i].xpos-snow[i].size<pxo)) getstartpos(snow[i]);
else moveidto(snow[i], l-snow[i].xstep, t+snow[i].ystep);
}}

function getwindowdims(){
w_x=(ie4||ie5)? document.body.clientWidth:window.innerWidth;
w_y=(ie4||ie5)? document.body.clientHeight:window.innerHeight;
}

function moveidto(id,x,y){
if(ns4)id.moveTo(x,y);
else{
id.style.left=x+'px';
id.style.top=y+'px';
}}


window.onresize=function(){
if(ns4)setTimeout('history.go(0)',400);
else getwindowdims();
}

window.onload=function(){
level=Math.max(Math.min(5,level),1)
getwindowdims();
for(i=1;i<=snowflakes;i++){
snow[i]=(ns4)?document.layers['snow'+i]:(ie4)?document.all['snow'+i]:document.getElementById('snow'+i);
getstartpos(snow[i]);
moveidto(snow[i],Math.floor(Math.random()*(w_x-10)),Math.floor(Math.random()*(w_y-10)));
}
setInterval('movedrop()',50);
}

Step2: Change The Red Color

And Thatz It.....

Note: You only Change The Red Color
Red =The Link of Your Image.....


Enjoy Your Tweaking.....!!!!!!
Back to top Go down
aurelio
aurelio
HCG Wizard
Male

> : I love HCG!
Posts : 59
Age : 28
Location : Sa Tabi Tabi Lang poh.. hehehe
Reg-Date : 2008-09-08
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/34322395

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeTue Sep 09, 2008 9:11 am

Thanks For The Share Bro.. Enjoy Posting ..!
Back to top Go down
Chirokipau
Chirokipau
Global Mod
Male

> : LOL?XD
Posts : 1836
Age : 31
Location : Cavite.General trias.
Mood : Happy
Country : Flying Image To Your Profile.... Philippines-1
Reg-Date : 2008-09-04
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/ayehempty

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeTue Sep 09, 2008 5:47 pm

Nice..



Flying Image To Your Profile.... 698634
Back to top Go down
edz..lynne
edz..lynne
Promoter
Female

> : GOD gave his son...
Posts : 542
Age : 99
Location : sUmWEr ovER d raInbOW
Mood : Cheerful
Country : Flying Image To Your Profile.... England-1
Reg-Date : 2008-09-05
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue10 / 10010 / 100Flying Image To Your Profile.... Right_bar_bleue



http://www.friendster.com/99430708

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeTue Sep 09, 2008 7:07 pm

i cant see d flying image..huhu..btw tenks fer sharing,,
Back to top Go down
darkmaster
darkmaster
Graphic Designer
Male

> : I love HCG!
Posts : 435
Age : 35
Location : Some WeRe Out ThErE..
Reg-Date : 2008-09-09
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/hiphopbreakdance09

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeWed Sep 10, 2008 12:13 am

Youre welcome

just post here if you had probelm.....!!!!! :35:
Back to top Go down
ella45
ella45
HCG Addict
Male

> : I love HCG!
Posts : 426
Age : 34
Location : Bataan , PH
Reg-Date : 2008-09-09
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/9844907

Flying Image To Your Profile.... Vide
PostSubject: kua kua Flying Image To Your Profile.... I_icon_minitimeWed Sep 10, 2008 12:49 am

darkmaster wrote:
Youre welcome

just post here if you had probelm.....!!!!! :35:


lumalabas namna ung image ..

kasu ..

nakastock dun sa upper left ..
Back to top Go down
darkmaster
darkmaster
Graphic Designer
Male

> : I love HCG!
Posts : 435
Age : 35
Location : Some WeRe Out ThErE..
Reg-Date : 2008-09-09
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/hiphopbreakdance09

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeWed Sep 10, 2008 2:56 am

ahmmm....


baka may mali sa pag paste ng code mo...

o kaya may nag conflict sa code ko at sa code mo....


tingnan mo ang file mo kong ano ang nag conflict.... :49:
Back to top Go down
ella45
ella45
HCG Addict
Male

> : I love HCG!
Posts : 426
Age : 34
Location : Bataan , PH
Reg-Date : 2008-09-09
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/9844907

Flying Image To Your Profile.... Vide
PostSubject: uu nga eh kua Flying Image To Your Profile.... I_icon_minitimeWed Sep 10, 2008 9:06 am

darkmaster wrote:
ahmmm....


baka may mali sa pag paste ng code mo...

o kaya may nag conflict sa code ko at sa code mo....


tingnan mo ang file mo kong ano ang nag conflict.... :49:


cge poh checheck ku ahahaha

antungaks ku xe ahahah ..

pag yaw tlga hahaha .. pahelp na lang poh .. \

tnx po .. Flying Image To Your Profile.... 588820
Back to top Go down
Rafa[SEEXEAY]
Rafa[SEEXEAY]
Global Mod
Male

> : ohhh baby, I know you want me.
Posts : 2962
Age : 33
Location : WHATEVER//WHRE youuuu likeee!x
Mood : Flirty
Country : Flying Image To Your Profile.... Malaysia
Reg-Date : 2008-09-04
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/rafaelsee

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeWed Sep 10, 2008 10:11 am

darkmaster wrote:
ahmmm....


baka may mali sa pag paste ng code mo...

o kaya may nag conflict sa code ko at sa code mo....


tingnan mo ang file mo kong ano ang nag conflict.... :49:

TOPIC STARTER
READ FORUM RULES:

https://hidecodesgalore.forumotion.net/forum-rules-f6/rules-of-the-forum-t3.htm

read no.11. thanks!
:44:
Back to top Go down
darkmaster
darkmaster
Graphic Designer
Male

> : I love HCG!
Posts : 435
Age : 35
Location : Some WeRe Out ThErE..
Reg-Date : 2008-09-09
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/hiphopbreakdance09

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeWed Sep 10, 2008 11:05 pm

OK....


^_~.......
Back to top Go down
jendysam
jendysam
HCG Freak
Female

> : I love HCG!
Posts : 176
Age : 32
Location : cebu city .
Country : Flying Image To Your Profile.... SouthKorea-1
Reg-Date : 2008-09-08
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/boken23

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeThu Sep 11, 2008 1:33 am

:49:
Back to top Go down
bitter piLL
bitter piLL
HCG Addict
Male

> : I love HCG!
Posts : 286
Age : 32
Location : SomeWhereDownTheRoad
Reg-Date : 2008-09-09
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/35193384

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeThu Sep 11, 2008 5:42 am

thx:)
Back to top Go down
ASHHHexclusive :]
ASHHHexclusive :]
HCG Geek
Female

> : I love HCG!
Posts : 821
Age : 32
Location : in diz freakin EARTH.. xD
Reg-Date : 2008-09-10
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/akoposiashhh

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeThu Sep 11, 2008 6:32 pm

FLYING thingy hUh??????! :53:

xDD
thanks fer sharing!.
Back to top Go down
panic!itswil
panic!itswil
Guest
Male

> : I love HCG!
Posts : 5
Age : 31
Location : Somewhere in da world :]
Reg-Date : 2008-09-09
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://www.friendster.com/panicitswil

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeThu Sep 11, 2008 6:52 pm

darkmaster wrote:

blah blah blah...

Followed The Step That I've Been Giving....



NICE ENGLISH DUDE :41: :41: :41: :41:
Back to top Go down
darkmaster
darkmaster
Graphic Designer
Male

> : I love HCG!
Posts : 435
Age : 35
Location : Some WeRe Out ThErE..
Reg-Date : 2008-09-09
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/hiphopbreakdance09

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeThu Sep 11, 2008 10:32 pm

Welcome....


^_~........


More Tweaks To Come...


^_~...
Flying Image To Your Profile.... 758238
Back to top Go down
MISTINE
MISTINE
Promoter
Female

> : snob ka? snob din ako !:D ang sau mgging akin.. ang akin ay akin pa rin..LoL
Posts : 5768
Age : 33
Location : Qc/pQue
Mood : Alone
Reg-Date : 2008-09-09
Forum Warning : Flying Image To Your Profile.... 110
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://friendster.com/mistine

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeFri Sep 12, 2008 3:09 pm



thanksz sa info..
Back to top Go down
darkmaster
darkmaster
Graphic Designer
Male

> : I love HCG!
Posts : 435
Age : 35
Location : Some WeRe Out ThErE..
Reg-Date : 2008-09-09
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/hiphopbreakdance09

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeSat Sep 13, 2008 1:02 am

Welcome...

^_~........... Flying Image To Your Profile.... 758238
Back to top Go down
ASHHHexclusive :]
ASHHHexclusive :]
HCG Geek
Female

> : I love HCG!
Posts : 821
Age : 32
Location : in diz freakin EARTH.. xD
Reg-Date : 2008-09-10
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/akoposiashhh

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeSat Sep 13, 2008 1:04 am

^
|
|
iTs like d' FLOATING IMAGE ayt???? :44:
Back to top Go down
darkmaster
darkmaster
Graphic Designer
Male

> : I love HCG!
Posts : 435
Age : 35
Location : Some WeRe Out ThErE..
Reg-Date : 2008-09-09
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/hiphopbreakdance09

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeSat Sep 13, 2008 1:15 am

ASHHHexclusive :] wrote:
^
|
|
iTs like d' FLOATING IMAGE ayt???? :44:


Not So...


Floating Image Is in Your Left Side in your Profy...

Ryt...

^_~........ Flying Image To Your Profile.... 758238
Back to top Go down
ASHHHexclusive :]
ASHHHexclusive :]
HCG Geek
Female

> : I love HCG!
Posts : 821
Age : 32
Location : in diz freakin EARTH.. xD
Reg-Date : 2008-09-10
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/akoposiashhh

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeSat Sep 13, 2008 2:11 am

^
|
|
i see.. Flying Image To Your Profile.... 350907

Back to top Go down
darkmaster
darkmaster
Graphic Designer
Male

> : I love HCG!
Posts : 435
Age : 35
Location : Some WeRe Out ThErE..
Reg-Date : 2008-09-09
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/hiphopbreakdance09

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeSat Sep 13, 2008 2:40 am

~~~hehehehe....


~~~Ngatz...Flying Image To Your Profile.... 758238


~~~add me nlng in your Ym : necromancer_200@y.c:6:


Last edited by darkmaster on Mon Nov 17, 2008 11:59 pm; edited 1 time in total
Back to top Go down
ajcute05
ajcute05
Guest
> : I love HCG!
Posts : 3
Reg-Date : 2008-09-13
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://A.Mendoza_21@yahoo.com

Flying Image To Your Profile.... Vide
PostSubject: i cant understand Flying Image To Your Profile.... I_icon_minitimeSat Sep 13, 2008 8:53 pm

i dont know what is JSfile................pede bng un g codes nah poh m ismo ung i bgay nio kc d ko poh tlgah lam ung jsfile....
Back to top Go down
Cklarck
Cklarck
HCG Addict
Male

> : Forget Everything, Forgive Not
Posts : 273
Age : 35
Mood : Calm
Country : Flying Image To Your Profile.... Philippines-1
Reg-Date : 2008-09-11
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://www.friendster.com/iamcklarck

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeSat Sep 13, 2008 8:55 pm

^the codes are already given...
you'll just have to edit the red parts
to know more on how to make extension files

Click Here
Back to top Go down
darkmaster
darkmaster
Graphic Designer
Male

> : I love HCG!
Posts : 435
Age : 35
Location : Some WeRe Out ThErE..
Reg-Date : 2008-09-09
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue0 / 1000 / 100Flying Image To Your Profile.... Right_bar_bleue



http://profiles.friendster.com/hiphopbreakdance09

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeSun Sep 14, 2008 1:54 am

Cklarck de los Trico wrote:
^the codes are already given...
you'll just have to edit the red parts
to know more on how to make extension files

Click Here


Your Right...


Just Edit The RED colors...
Flying Image To Your Profile.... 758238 Flying Image To Your Profile.... 758238 Flying Image To Your Profile.... 758238
Back to top Go down
rexon
rexon
Promoter
Male

> : thx my bunny~~~
Posts : 1573
Age : 100
Location : soul society
Country : Flying Image To Your Profile.... Malaysia
Reg-Date : 2008-09-17
Forum Warning : Flying Image To Your Profile.... 010
Contribution :
Flying Image To Your Profile.... Left_bar_bleue100 / 100100 / 100Flying Image To Your Profile.... Right_bar_bleue



http://www.friendster.com/wanted86

Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitimeThu Sep 18, 2008 3:18 pm

can tell me where to get the example image.... :lol!: wat link is it??
Back to top Go down

Sponsored content





Flying Image To Your Profile.... Vide
PostSubject: Re: Flying Image To Your Profile.... Flying Image To Your Profile.... I_icon_minitime

Back to top Go down

Flying Image To Your Profile....

View previous topic View next topic Back to top
Page 1 of 4 Go to page : 1, 2, 3, 4  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