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

Tutorial on how to make EXTENSION files.

View previous topic View next topic Go down
Go to page : 1, 2, 3 ... 12 ... 23  Next
Author Message
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 : Tutorial on how to make EXTENSION files. Malaysia
Reg-Date : 2008-09-04
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://profiles.friendster.com/rafaelsee

Tutorial on how to make EXTENSION files. Vide
PostSubject: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeFri Sep 05, 2008 5:53 pm

CREATING MAIN FILES
a tutorial in creating an extension file, wherein you can compile yer CSS and JS codes.

credits to:
the cradle(generator)

First, create an account @ fileave.com (or to whatever web hosting site ye prefer)
after that

create your own sub folder
Just go to FILES replace the Folder Name with yourfolder then click create subfolder

Tutorial on how to make EXTENSION files. 78034483cz6
Tutorial on how to make EXTENSION files. 98852785hk2

after creating yer subfolder click on the yourfolder folder and you'll likely find this:

Tutorial on how to make EXTENSION files. 39101465ai2

Now, click on the Create Text File and you'll see like this:

Tutorial on how to make EXTENSION files. 85131918kh6


--save yer BLANK text file as external.css

NOW for the js files same with yer external.css just replace the filename with external.js AGAIN DON'T PUT ANYTHING here first! here's the sample:

Tutorial on how to make EXTENSION files. 38765172et4

After doing this your folder must have this two links:

Tutorial on how to make EXTENSION files. 29110223sq3

-------
now that you have the yer two external files. you will be needed to do this last and final step:

go to Create Text File and copy-paste this code on the text area:

var script = document.createElement("script");
script.type = "text/javascript";
script.src = "LINK OF YOUR EXTERNAL.JS";
document.getElementsByTagName("head")[0].appendChild(script);

var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";
css.href = "LINK OF YOUR EXTERNAL.CSS";
css.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(css);

--replace the bold letters with yer own link the one above, yer external css and js.

refer to this:

Tutorial on how to make EXTENSION files. 68190969yj7

--
JUST CLICK SAVE make sure that that the last text is external.swf

now you have three links in your own folder!

Tutorial on how to make EXTENSION files. 30680066vy8

get the direct link of yer external.swf and

generate the link @

http://the-cradle.users-board.com/JS-Llinker-Generator-h75.htm

and directions are given at the said generator. paste the code on your Mediabox section(only)

all you have to do is find codes! either css or js just make sure that js codes will be placed on yer EXTERNAL JS while the css on yer EXTERNAL CSS.

is this easy? of course just read the text carefully and follow each steps!


ENJOY!


Last edited by me_is_RAFA on Sun Sep 07, 2008 3:06 am; edited 1 time in total
Back to top Go down
Admin
Admin
Administrator
> : I love HCG!
Posts : 195
Country : Tutorial on how to make EXTENSION files. Australia
Reg-Date : 2008-09-03
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue20 / 10020 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://www.hidecodesgalore.org

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeFri Sep 05, 2008 6:22 pm

here comes the great line ..



Spoiler:
Back to top Go down
Chirokipau
Chirokipau
Global Mod
Male

> : LOL?XD
Posts : 1836
Age : 31
Location : Cavite.General trias.
Mood : Happy
Country : Tutorial on how to make EXTENSION files. Philippines-1
Reg-Date : 2008-09-04
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://profiles.friendster.com/ayehempty

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeFri Sep 05, 2008 8:16 pm

whew..


=P
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 : Tutorial on how to make EXTENSION files. Malaysia
Reg-Date : 2008-09-04
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://profiles.friendster.com/rafaelsee

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeFri Sep 05, 2008 8:23 pm

salamat....oops thanks you!~ haha

:afro: <--the new afro
Back to top Go down
johman hartzell
johman hartzell
Retired Moderator
Male

> : :)
Posts : 772
Age : 33
Location : @echo off del system32
Country : Tutorial on how to make EXTENSION files. Philippines-1
Reg-Date : 2008-09-05
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://profiles.friendster.com/116151186

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeFri Sep 05, 2008 9:09 pm

nice nice LOL :lol!:
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 : Tutorial on how to make EXTENSION files. England-1
Reg-Date : 2008-09-05
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue10 / 10010 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://www.friendster.com/99430708

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeSat Sep 06, 2008 1:19 am

nOw i knOw wAt dOes extensioN min..
aNd how to do it..
tnx!!..*hihi* ..LOL

------------------------------------------------------------------------------
Tutorial on how to make EXTENSION files. 150986 edz..lynneTutorial on how to make EXTENSION files. 558167tuj26n9jvj
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 : Tutorial on how to make EXTENSION files. Malaysia
Reg-Date : 2008-09-04
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://profiles.friendster.com/rafaelsee

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeSat Sep 06, 2008 1:55 am

edz..lynne wrote:
nOw i knOw wAt dOes extensioN min..
aNd how to do it..
tnx!!..*hihi* ..LOL

------------------------------------------------------------------------------
Tutorial on how to make EXTENSION files. 150986 edz..lynneTutorial on how to make EXTENSION files. 558167tuj26n9jvj

yer welcome. so tell me who introduced u here? lol~ kidding, i won't ask anymore, but thanks.. Tutorial on how to make EXTENSION files. 350907
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 : Tutorial on how to make EXTENSION files. England-1
Reg-Date : 2008-09-05
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue10 / 10010 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://www.friendster.com/99430708

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeSat Sep 06, 2008 8:11 pm

me_is_RAFA wrote:
edz..lynne wrote:
nOw i knOw wAt dOes extensioN min..
aNd how to do it..
tnx!!..*hihi* ..LOL

---------------------------------------------------------------------------------
Tutorial on how to make EXTENSION files. 150986 edz..lynneTutorial on how to make EXTENSION files. 558167tuj26n9jvj

yer welcome. so tell me who introduced u here? lol~ kidding, i won't ask anymore, but thanks.. Tutorial on how to make EXTENSION files. 350907



wAAaaA...
lIke waT i seD its
a sEcreT..*hihi*
i wOnt tELL u ..LOL!!*hahaha* Piz :51:
Or sHoUld i saY its a bIg disCoverY
of miNe..LOL.(confusIng)*hihi*

wEwWeWe..tnx a Lot fOr sHarIng tHIs tOPic..


-------------------------------------------------------------------------------------

Tutorial on how to make EXTENSION files. 150986 edz..lynneTutorial on how to make EXTENSION files. 558167tuj26n9jvj
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 : Tutorial on how to make EXTENSION files. Malaysia
Reg-Date : 2008-09-04
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://profiles.friendster.com/rafaelsee

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeSun Sep 07, 2008 1:59 am

ok ok ok.. hmf

thanks anyways :55:
Back to top Go down
iSheenaDrew<33
iSheenaDrew<33
Global Mod
Female

> : Too tired of drama and shit!
Posts : 5748
Age : 101
Location : on your mind? lol
Mood : Disappointed
Country : Tutorial on how to make EXTENSION files. UnitedStatesofAmericaUSA-1
Reg-Date : 2008-09-04
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://www.friendster.com

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeSun Sep 07, 2008 2:34 pm

U R A GEEK NARUTO FAN.
HAHA.

TANX FOR SHARINGG. XD
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 : Tutorial on how to make EXTENSION files. Malaysia
Reg-Date : 2008-09-04
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://profiles.friendster.com/rafaelsee

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeSun Sep 07, 2008 11:19 pm

you too. haha!

Tutorial on how to make EXTENSION files. 774492 <--- this you! haha peace miss naruto!
Back to top Go down
vanii.angelica
vanii.angelica
HCG Member
Female

> : I love HCG!
Posts : 17
Age : 43
Location : antipolo
Reg-Date : 2008-09-08
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://www.friendster.com/schizophreniacxiv

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeMon Sep 08, 2008 7:00 pm

NICE NICE :]
Tutorial on how to make EXTENSION files. 564979
Back to top Go down
elmar09
elmar09
HCG Addict
Male

> : ...
Posts : 398
Age : 33
Location : in your house
Reg-Date : 2008-09-08
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://profiles.friendster.com/63365685

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeTue Sep 09, 2008 1:31 pm

i made it!!!ahahaha :51:
nice!!!
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 : Tutorial on how to make EXTENSION files. Malaysia
Reg-Date : 2008-09-04
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://profiles.friendster.com/rafaelsee

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeTue Sep 09, 2008 3:03 pm

elmar09 wrote:
i made it!!!ahahaha :51:
nice!!!

cool!!! :59:
congrats dude. ;)
enjoy now the js and css codes~

chillax
Back to top Go down
jendysam
jendysam
HCG Freak
Female

> : I love HCG!
Posts : 176
Age : 32
Location : cebu city .
Country : Tutorial on how to make EXTENSION files. SouthKorea-1
Reg-Date : 2008-09-08
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://profiles.friendster.com/boken23

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeWed Sep 10, 2008 12:50 am

Tutorial on how to make EXTENSION files. 150986 ilOve it .. Tutorial on how to make EXTENSION files. 698634 tenks 4 sharing ..
Back to top Go down
hidecodesneeded
hidecodesneeded
Guest
> : I love HCG!
Posts : 1
Reg-Date : 2008-09-09
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://profiles.friendster.com/belchez

Tutorial on how to make EXTENSION files. Vide
PostSubject: dude! a little confused here!! Tutorial on how to make EXTENSION files. I_icon_minitimeWed Sep 10, 2008 3:22 am

got a question for yah!
i have the code.. which is the alert code.. it's a js file..
i copy paste it on my external.js file...
now.. do i have to generate the url of my external.js file then copy paste it on my about me section?


anyways thanks for sharing this!!! Tutorial on how to make EXTENSION files. 698634
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 : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://profiles.friendster.com/akoposiashhh

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeThu Sep 11, 2008 2:19 am

BIG HELP fer D' newbie huh!

like me a week agO.. XDD
:35:




Tutorial on how to make EXTENSION files. 943748 .. .HCG IS LALAB. .. Tutorial on how to make EXTENSION files. 150986
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 : Tutorial on how to make EXTENSION files. Malaysia
Reg-Date : 2008-09-04
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://profiles.friendster.com/rafaelsee

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeThu Sep 11, 2008 2:20 am

hidecodesneeded wrote:
got a question for yah!
i have the code.. which is the alert code.. it's a js file..
i copy paste it on my external.js file...
now.. do i have to generate the url of my external.js file then copy paste it on my about me section?


anyways thanks for sharing this!!! Tutorial on how to make EXTENSION files. 698634

you don't have to generate the codes everytime you put something there. :afro:
Back to top Go down
cheska :)
cheska :)
Promoter
Female

> : betch. xD
Posts : 1882
Age : 35
Location : LiPA CiTY , BATANGAS .. mabuhay ! xD
Mood : Bitchy
Reg-Date : 2008-09-08
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://profiles.friendster.com/cccheska

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeThu Sep 11, 2008 8:32 am

clap clap for you rafa .xD Tutorial on how to make EXTENSION files. 698634
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 : Tutorial on how to make EXTENSION files. Malaysia
Reg-Date : 2008-09-04
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://profiles.friendster.com/rafaelsee

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeThu Sep 11, 2008 2:24 pm

cheskalicioussss wrote:
clap clap for you rafa .xD Tutorial on how to make EXTENSION files. 698634

thanks for the clap.lolxP :59:
Back to top Go down
Sheeeena:)
Sheeeena:)
HCG Geek
Female

Posts : 510
Age : 31
Location : Pasig
Mood : Bittersweet
Country : Tutorial on how to make EXTENSION files. Philippines-1
Reg-Date : 2008-09-10
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://www.friendster.com/sheenaxlove

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeThu Sep 11, 2008 4:17 pm

.THNX A LOT FER DiSZ..

iT REALLY HELPS Tutorial on how to make EXTENSION files. 698634
JUST WANT TO REMiND PiPOL:USE YER HEAD NOT YER MOUTH..


PEACE.xD

NiCE2 RAFA.. Tutorial on how to make EXTENSION files. 150986

[-=SHEENA=-]
Back to top Go down
movemyheart
movemyheart
Guest
Male

> : I love HCG!
Posts : 7
Age : 31
Reg-Date : 2008-09-11
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://www.friendster.com/stfuwink

Tutorial on how to make EXTENSION files. Vide
PostSubject: tnxie Tutorial on how to make EXTENSION files. I_icon_minitimeThu Sep 11, 2008 8:28 pm

Hey ya! tnx for the share.... Tutorial on how to make EXTENSION files. 698634 [center]
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 : Tutorial on how to make EXTENSION files. Malaysia
Reg-Date : 2008-09-04
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://profiles.friendster.com/rafaelsee

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeThu Sep 11, 2008 11:59 pm

movemyheart wrote:
Hey ya! tnx for the share.... Tutorial on how to make EXTENSION files. 698634 [center]

welcome.. :afro:

@SHEENA

thanks.
Back to top Go down
elmar09
elmar09
HCG Addict
Male

> : ...
Posts : 398
Age : 33
Location : in your house
Reg-Date : 2008-09-08
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://profiles.friendster.com/63365685

Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitimeFri Sep 12, 2008 2:15 am

me_is_RAFA wrote:
elmar09 wrote:
i made it!!!ahahaha :51:
nice!!!

cool!!! :59:
congrats dude. ;)
enjoy now the js and css codes~

chillax

IDOL RAFA!!! :35:
Back to top Go down
avatar
addison13
HCG Member
Male

> : I love HCG!
Posts : 16
Age : 34
Location : BE COOL. xD
Reg-Date : 2008-09-12
Forum Warning : Tutorial on how to make EXTENSION files. 010
Contribution :
Tutorial on how to make EXTENSION files. Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. Right_bar_bleue



http://profiles.friendster.com/addisonskanks

Tutorial on how to make EXTENSION files. Vide
PostSubject: aus.. Tutorial on how to make EXTENSION files. I_icon_minitimeFri Sep 12, 2008 12:41 pm

hm. boss ayos 'to.
much thanks..
Back to top Go down

Sponsored content





Tutorial on how to make EXTENSION files. Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. I_icon_minitime

Back to top Go down

Tutorial on how to make EXTENSION files.

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