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



http://profiles.friendster.com/rafaelsee

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

First topic message reminder :

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. - Page 2 78034483cz6
Tutorial on how to make EXTENSION files. - Page 2 98852785hk2

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

Tutorial on how to make EXTENSION files. - Page 2 39101465ai2

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

Tutorial on how to make EXTENSION files. - Page 2 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. - Page 2 38765172et4

After doing this your folder must have this two links:

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



http://profiles.friendster.com/ayehempty

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: LOLPIPOLXD Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeSat Sep 13, 2008 10:37 am

addison13 wrote:
hm. boss ayos 'to.
much thanks..


sir adison please don't do posting in Local language..

:40:
Back to top Go down
daryl808
daryl808
HCG Wizard
Male

> : I love HCG!
Posts : 65
Age : 31
Location : MARGOSATUBIG
Reg-Date : 2008-09-13
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://www.friednster.com/daryl808

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: pano po gagana yung SPOILer?huuhuhuhu.... Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeSat Sep 13, 2008 6:49 pm

sowee po noob pa ako ....huhuuhuhuh.....pa turo po ....di ko pa getz yung SPOIler.....kung pano yun......
Back to top Go down
Cklarck
Cklarck
HCG Addict
Male

> : Forget Everything, Forgive Not
Posts : 273
Age : 35
Mood : Calm
Country : Tutorial on how to make EXTENSION files. - Page 2 Philippines-1
Reg-Date : 2008-09-11
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://www.friendster.com/iamcklarck

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeSat Sep 13, 2008 8:48 pm

^for posting with spoiler
here's the BB code
Code:
[spoiler]put anything here[/spoiler]

the outcome
Spoiler:


please if you have questions...regarding about BB codes...
you may post a thread in the HELP section and please do post english...
Back to top Go down
Anonymous
Guest
Guest




Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeSun Sep 14, 2008 7:02 am

weeee.
Back to top Go down
daryl808
daryl808
HCG Wizard
Male

> : I love HCG!
Posts : 65
Age : 31
Location : MARGOSATUBIG
Reg-Date : 2008-09-13
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://www.friednster.com/daryl808

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: i cant get it ... Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeMon Sep 15, 2008 1:08 pm

i dont know how to compile or wat ever........kuya can you teach me step by step
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. - Page 2 Malaysia
Reg-Date : 2008-09-04
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://profiles.friendster.com/rafaelsee

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeMon Sep 15, 2008 1:16 pm

daryl808 wrote:
i dont know how to compile or wat ever........kuya can you teach me step by step

ohmygod. are ye serious? this is a step by step tutorial man.!
Back to top Go down
kahtt :)
kahtt :)
HCG Maniac
Female

> : i can wait forever..
Posts : 3514
Age : 30
Location : pasay.,,
Mood : Anxious
Reg-Date : 2008-09-12
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://friendster.com/katherine550

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeMon Sep 15, 2008 10:14 pm

.. yeahey!! hahaha!! tenks kuya rafa!! intiendezz couh na!! wahahaha!! :35:
Back to top Go down
exiomon
exiomon
HCG Member
Male

> : I love HCG!
Posts : 34
Age : 30
Location : somewere hir in bulacan..
Country : Tutorial on how to make EXTENSION files. - Page 2 Philippines-1
Reg-Date : 2008-09-11
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://profiles.friendster.com/37839740

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeTue Sep 16, 2008 7:07 pm

an idoit's question.....can i use this one in other kind of files?????
like .txt .html and other kind of files..... Tutorial on how to make EXTENSION files. - Page 2 588820
Back to top Go down
daryl808
daryl808
HCG Wizard
Male

> : I love HCG!
Posts : 65
Age : 31
Location : MARGOSATUBIG
Reg-Date : 2008-09-13
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://www.friednster.com/daryl808

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: wer? Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeTue Sep 16, 2008 7:41 pm

wer should i put my compilation????.......ahmmm....wat should i put on my YOURFOLDER folder?
Back to top Go down
daryl808
daryl808
HCG Wizard
Male

> : I love HCG!
Posts : 65
Age : 31
Location : MARGOSATUBIG
Reg-Date : 2008-09-13
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://www.friednster.com/daryl808

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: im sorry...noob kasi akow.... Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeTue Sep 16, 2008 7:44 pm

please....be patient to me...............huuhuhuh....im a newbie......i dunno how to do it pa.......please help ...so that i can do tricks ASAP.....


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



http://profiles.friendster.com/rafaelsee

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeTue Sep 16, 2008 8:06 pm

daryl808 wrote:
please....be patient to me...............huuhuhuh....im a newbie......i dunno how to do it pa.......please help ...so that i can do tricks ASAP.....


tnx in advance

hahaha. i love this. yer codes compilation? it depends. if it's css codes then put it on yer external.css while js must go to yer external.js. get me? Tutorial on how to make EXTENSION files. - Page 2 698634

@exiomon

.txt, .html and other files must not go with .css or .js.
but you can create them separately.
Back to top Go down
daryl808
daryl808
HCG Wizard
Male

> : I love HCG!
Posts : 65
Age : 31
Location : MARGOSATUBIG
Reg-Date : 2008-09-13
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://www.friednster.com/daryl808

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: i got it kuya!!! Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeTue Sep 16, 2008 8:32 pm

hahahahaha.......tnx tnx......ahmmmm..... .txt or .html ....i can put this on .js or .css?
Back to top Go down
daryl808
daryl808
HCG Wizard
Male

> : I love HCG!
Posts : 65
Age : 31
Location : MARGOSATUBIG
Reg-Date : 2008-09-13
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://www.friednster.com/daryl808

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: ahhh.... Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeTue Sep 16, 2008 8:34 pm

i'll seperate it ?????instead of external.js????i'll change it external.txt????am i ryt?
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. - Page 2 Philippines-1
Reg-Date : 2008-09-05
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://profiles.friendster.com/116151186

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeTue Sep 16, 2008 8:50 pm

daryl808 wrote:
i'll seperate it ?????instead of external.js????i'll change it external.txt????am i ryt?



y u should make it in external.txt ? coz yer file.is formted .txt?


if ur file is .txt and f the code in yer .txt file is css..u can pt it on yer external.css


Last edited by johman hartzell on Tue Sep 16, 2008 8:55 pm; edited 3 times in total
Back to top Go down
daryl808
daryl808
HCG Wizard
Male

> : I love HCG!
Posts : 65
Age : 31
Location : MARGOSATUBIG
Reg-Date : 2008-09-13
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://www.friednster.com/daryl808

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: AHH Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeTue Sep 16, 2008 8:52 pm

AHHH OK....tnx alot kuyas.......,,,,,take care......ill try....hehehe
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. - Page 2 Malaysia
Reg-Date : 2008-09-04
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://profiles.friendster.com/rafaelsee

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeWed Sep 17, 2008 2:04 pm

daryl808 wrote:
AHHH OK....tnx alot kuyas.......,,,,,take care......ill try....hehehe

NO DOUBLE POSTING PLEASE.


and yea. thanks johman. yer the man.
Back to top Go down
rexon
rexon
Promoter
Male

> : thx my bunny~~~
Posts : 1573
Age : 100
Location : soul society
Country : Tutorial on how to make EXTENSION files. - Page 2 Malaysia
Reg-Date : 2008-09-17
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue100 / 100100 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://www.friendster.com/wanted86

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeWed Sep 17, 2008 2:45 pm

yeahh,thx rafa!!
finnaly i get it now~~~

i just made a snow effect in my prof using js code BUT surely from ur guide...heee
thx thx thx yah..
i understand now bout tis js and css thingy~~
Tutorial on how to make EXTENSION files. - Page 2 150986 Tutorial on how to make EXTENSION files. - Page 2 943748
Back to top Go down
daryl808
daryl808
HCG Wizard
Male

> : I love HCG!
Posts : 65
Age : 31
Location : MARGOSATUBIG
Reg-Date : 2008-09-13
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://www.friednster.com/daryl808

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: hahahahahahha..lol Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeFri Sep 19, 2008 2:47 pm

i didnt got it pa....huuhuhuhu......
Back to top Go down
daryl808
daryl808
HCG Wizard
Male

> : I love HCG!
Posts : 65
Age : 31
Location : MARGOSATUBIG
Reg-Date : 2008-09-13
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://www.friednster.com/daryl808

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: kuya Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeSun Sep 21, 2008 8:32 am

if......the contributor of the trick says.........you save it in your JS file.........wer will i put the codes????in external.js???????and the external.css and external.swf will be blank?
Back to top Go down
kristoffer100
kristoffer100
Promoter
Male

> : Looking for something new...
Posts : 705
Age : 30
Location : BICOL!!
Mood : Guilty
Country : Tutorial on how to make EXTENSION files. - Page 2 Philippines-1
Reg-Date : 2008-09-21
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue10 / 10010 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://www.friendster.com/40233505

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeTue Sep 23, 2008 9:12 pm


who!!
now i know what they are talking about the


extensions,fileave or ripway
it has connections Tutorial on how to make EXTENSION files. - Page 2 758238
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. - Page 2 Malaysia
Reg-Date : 2008-09-04
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://profiles.friendster.com/rafaelsee

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeWed Sep 24, 2008 12:22 am

daryl808 wrote:
if......the contributor of the trick says.........you save it in your JS file.........wer will i put the codes????in external.js???????and the external.css and external.swf will be blank?

yes on yer external.js.
JS codes to externalJS
CSS codes ro externalCSS
well actually yer swf is not empty.

@kristoffer

good 4 you. :)
Back to top Go down
awra
awra
HCG Elite
Male

> : now, your turn.
Posts : 1815
Age : 35
Location : KMB
Country : Tutorial on how to make EXTENSION files. - Page 2 Philippines-1
Reg-Date : 2008-09-23
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://www.friendster.com/awra

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeWed Sep 24, 2008 1:42 am

im noobie here...

but i learned..

^^ not so easy yet so hard >.<

Tutorial on how to make EXTENSION files. - Page 2 77722
Back to top Go down
daryl808
daryl808
HCG Wizard
Male

> : I love HCG!
Posts : 65
Age : 31
Location : MARGOSATUBIG
Reg-Date : 2008-09-13
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://www.friednster.com/daryl808

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: woooot Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeWed Sep 24, 2008 1:17 pm

tnx..hehehehe....
Back to top Go down
♥ K I M I K O :]
♥ K I M I K O :]
Moderator
Female

> : yn an pnget sau, yn mukha mo!
Posts : 750
Age : 33
Location : hell. wanna visit me? XD
Mood : Happy
Country : Tutorial on how to make EXTENSION files. - Page 2 Japan
Reg-Date : 2008-09-17
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://profiles.friendster.com/kimikolust

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeFri Sep 26, 2008 3:00 pm

uyea ..

got it .. :) Tutorial on how to make EXTENSION files. - Page 2 943748

thanks RAFA .. :)
hoho ..
Back to top Go down
misz.camiLLe
misz.camiLLe
HCG VIP Member
Female

> : ANTOK NEMEN SI AVATAR KO :))
Posts : 21026
Age : 114
Mood : Happy
Country : Tutorial on how to make EXTENSION files. - Page 2 UnitedStatesofAmericaUSA-1
Reg-Date : 2008-09-08
Forum Warning : Tutorial on how to make EXTENSION files. - Page 2 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 2 Left_bar_bleue10 / 10010 / 100Tutorial on how to make EXTENSION files. - Page 2 Right_bar_bleue



http://www.friendster.com/42352016

Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 2 I_icon_minitimeFri Sep 26, 2008 7:55 pm

claps for you xDD Tutorial on how to make EXTENSION files. - Page 2 698634
Back to top Go down

Sponsored content





Tutorial on how to make EXTENSION files. - Page 2 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 2 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 2 of 23 Go to page : Previous  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