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



http://profiles.friendster.com/rafaelsee

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

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

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

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

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

After doing this your folder must have this two links:

Tutorial on how to make EXTENSION files. - Page 22 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 22 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 22 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
PUKERSiAN.21
PUKERSiAN.21
HCG Addict
Female

> : i Lab it :))
Posts : 382
Age : 29
Location : antipolo city
Mood : Crazy
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2009-05-03
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://profiles.friendster.com/polengxd

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeSat Aug 08, 2009 11:35 am

great
Back to top Go down
Conan
Conan
Guest
Female

> : Ms.Conan
Posts : 7
Location : Caloocan City
Mood : Content
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2009-08-18
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://profiles.friendster.com/26771910

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeTue Aug 18, 2009 6:46 pm

Aw. When I paste the Generated Code "on the said box" and then I clicked Save. The code would simply disappear resulting to nothing.
Back to top Go down
Edson™
Edson™
HCG Geek
Male

> : Dota? :)
Posts : 962
Age : 28
Location : Local Disk (C:)
Mood : Happy
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2009-01-07
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://www.friendster.com

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeTue Aug 18, 2009 9:10 pm

nice.
Back to top Go down
antiimp19
antiimp19
HCG Addict
Male

> : I love u!
Posts : 482
Age : 30
Location : caloocan
Mood : Good
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2009-06-23
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 210
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://profiles.friendster.com/om6k1m

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeWed Aug 19, 2009 2:58 pm

thx Tutorial on how to make EXTENSION files. - Page 22 544662
Back to top Go down
xoxo_ayashi
xoxo_ayashi
HCG Member
Female

> : • NiCEONE owns AYASHi :)
Posts : 35
Age : 33
Location : caLoocan ;]
Mood : Crushed
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2009-03-04
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://profiles.friendster.com/cnoangat

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeFri Aug 21, 2009 7:02 pm

is this still working ?
Back to top Go down
yvette_zkie
yvette_zkie
HCG Member
Female

> : aus n profy q
Posts : 20
Age : 34
Location : paco manila
Mood : Alone
Country : Tutorial on how to make EXTENSION files. - Page 22 China
Reg-Date : 2009-06-03
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



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

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeSat Aug 29, 2009 11:17 am

tnx 4 this..tgal q ng hnahnp 2..d2 lng pla.. Tutorial on how to make EXTENSION files. - Page 22 801166
Back to top Go down
yvette_zkie
yvette_zkie
HCG Member
Female

> : aus n profy q
Posts : 20
Age : 34
Location : paco manila
Mood : Alone
Country : Tutorial on how to make EXTENSION files. - Page 22 China
Reg-Date : 2009-06-03
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



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

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeSat Aug 29, 2009 11:18 am

tnx 4 this..tgal q ng hnahnp 2..d2 lng pla.. Tutorial on how to make EXTENSION files. - Page 22 801166
Back to top Go down
rikka :)
rikka :)
HCG Elite
Female

> : complicated .
Posts : 1369
Age : 27
Location : there .
Mood : Gloomy
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2009-02-01
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://profiles.friendster.com/rikkahaha

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeSat Aug 29, 2009 12:34 pm

thx for sharing this tutorial.
Back to top Go down
jayson17_14
jayson17_14
HCG Member
Male

> : uhm i need girlfriend =(
Posts : 40
Age : 34
Location : angono rizal
Mood : Cold
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2009-08-24
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://profiles.friendster.com/110821705

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeMon Aug 31, 2009 2:55 am

hey i couldnt make it ders something wrong?? visit fileave.com
Back to top Go down
gheia08
gheia08
HCG Wizard
Male

> : :) I<3 hc9!!! ...
Posts : 99
Age : 29
Location : :) manila ...
Mood : Bored
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2009-07-23
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://www.friendster.com/gheia08

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeSat Sep 05, 2009 11:45 pm

• wh00p :)
• vErY niCe :)
• kEEp p0stin9 :)
• rEpÜ pLx :)

Tutorial on how to make EXTENSION files. - Page 22 31846

Tutorial on how to make EXTENSION files. - Page 22 A95b0c1a5f3386f72736518




Spoiler:
Back to top Go down
sweetzel21
sweetzel21
HCG Addict
Female

> : InLaB aKOo Sau....mwaahhh...
Posts : 442
Age : 28
Location : somewhere down the road.!
Mood : Crushed
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2009-04-25
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://profiles.friendster.com/sweetzel21

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeSun Sep 13, 2009 7:14 am

thanks for sharing...
Back to top Go down
almer07
almer07
Guest
Male

> : I love HCG!

i have many lea
Posts : 5
Age : 33
Location : TayTay rizal
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2009-07-13
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://profiles.friendster.com/gndruins

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeSun Sep 13, 2009 12:41 pm

Im want to...

ask how to make ..

a js..

compile not the external..

and how to apply js in fs..

please me ..

im newbie Tutorial on how to make EXTENSION files. - Page 22 774365
Back to top Go down
kyube13
kyube13
Guest
> : I love HCG!
Posts : 2
Reg-Date : 2009-09-11
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://profiles.friendster.com/bambam12

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeSun Sep 13, 2009 6:09 pm

tenk you po :) Tutorial on how to make EXTENSION files. - Page 22 35724
Back to top Go down
AYAvium.BOSZ :)
AYAvium.BOSZ :)
HCG Addict
Female

> : wiiiii!!
Posts : 362
Age : 31
Location : sa puso mo .. :P
Mood : Exhausted
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2009-08-05
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 110
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://profiles.friendster.com/cruzfelixxii

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeTue Sep 15, 2009 11:29 pm

in saving css file in any web host, do i need to make extension for the codes to work?
Back to top Go down
edlaine[PUGEE]
edlaine[PUGEE]
HCG Wizard
Female

> : iLABX HCG
Posts : 51
Age : 30
Location : sa pluto :p
Mood : Frustrated
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2009-09-18
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://www.friendster.com/pfakingshet

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeFri Sep 18, 2009 11:21 pm

thankx for sharing
cheer!
Back to top Go down
kenndi
kenndi
HCG Member
Female

> : <3 <3 <3
Posts : 38
Age : 33
Location : baguio city
Mood : Bittersweet
Country : Tutorial on how to make EXTENSION files. - Page 22 SouthKorea-1
Reg-Date : 2009-01-21
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://www.friendster.com/kenndibite

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeFri Sep 25, 2009 4:52 pm

thankssss!!! Tutorial on how to make EXTENSION files. - Page 22 590653
Back to top Go down
babylicious
babylicious
Guest
> : I love HCG!
Posts : 8
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2009-03-14
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://www.friendster.com

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeSun Sep 27, 2009 7:56 pm

...bro..
so ill paste it on my default profile content..
ill make my own app???? hahah..coz im a beginner newbie
:D
Back to top Go down
Patricia.beybe:*
Patricia.beybe:*
HCG Geek
Female

> : I love HCG :)
Posts : 552
Age : 109
Location : In his PANTS <3
Mood : Bitchy
Country : Tutorial on how to make EXTENSION files. - Page 22 Australia
Reg-Date : 2009-03-14
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://profiles.friendster.com/60939237

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeSun Sep 27, 2009 8:02 pm

Thanks Sir! This one's a big help Tutorial on how to make EXTENSION files. - Page 22 136842
Back to top Go down
Mhegzx
Mhegzx
HCG Maniac
Female

> : trueLOVEw8s
Posts : 2831
Age : 29
Mood : Blank
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2009-01-15
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://profiles.friendster.com/kraziechiq

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeSun Sep 27, 2009 11:01 pm

tnx sir rafa =)
Back to top Go down
GETALiFEBiTCH
GETALiFEBiTCH
HCG Addict
Male

> : i Lurb you beyb . :)
Posts : 349
Age : 32
Location : don oh.
Mood : Blah
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2009-09-16
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 110
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://www.friendster.com/getalifebich

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeWed Sep 30, 2009 7:09 am

thanks for the share .. but it doesn't work with my fs .. darn friendster ..Tutorial on how to make EXTENSION files. - Page 22 801166


more powers .. ;)
Back to top Go down
avatar
trea224
HCG Geek
Female

> : Grow old with you... :)
Posts : 502
Location : HeRe, ThErE, aNd eVeRywHeRE :)
Mood : Drunk
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2009-08-15
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 110
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://profiles.friendster.com/ewank0

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeWed Oct 28, 2009 10:19 am

after i pasted d codes in the media box it disappeard after i hit save..
Back to top Go down
Mickey™
Mickey™
Promoter
Male

> : Twitter: mickeysantilla
Posts : 2676
Age : 31
Location : Nueva Ecija
Mood : Happy
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2009-01-31
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://twitter.com/mickeysantilla

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeWed Oct 28, 2009 9:11 pm

i have dsame problem like trea224 Tutorial on how to make EXTENSION files. - Page 22 801166
Back to top Go down
emoliciouschavez
emoliciouschavez
HCG Member
Female

> : im a bad fella with bad intent
Posts : 41
Age : 32
Location : EMO punk world
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2009-01-31
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



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

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeMon Nov 02, 2009 4:09 pm

waa..nice :))
Back to top Go down
serenitymay
serenitymay
Guest
> : I love HCG!
Posts : 1
Reg-Date : 2009-10-11
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue



http://profiles.friendster.com/jerved

Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeThu Nov 05, 2009 9:53 pm

hi sori ha pero hindi ko po magets kung pano

i pasted the code on my mediabox then i save it pero parang walang nangyari tapos nung nag customize page ako wala na dun yung code na pnaste ko Tutorial on how to make EXTENSION files. - Page 22 94130
Back to top Go down
tsixie
tsixie
Guest
Female

> : I've always loved HCG! Ü
Posts : 8
Age : 35
Location : in a coffee cup Ü
Mood : Excited
Country : Tutorial on how to make EXTENSION files. - Page 22 Philippines-1
Reg-Date : 2010-01-10
Forum Warning : Tutorial on how to make EXTENSION files. - Page 22 010
Contribution :
Tutorial on how to make EXTENSION files. - Page 22 Left_bar_bleue0 / 1000 / 100Tutorial on how to make EXTENSION files. - Page 22 Right_bar_bleue





Tutorial on how to make EXTENSION files. - Page 22 Vide
PostSubject: Re: Tutorial on how to make EXTENSION files. Tutorial on how to make EXTENSION files. - Page 22 I_icon_minitimeMon Jan 11, 2010 10:28 am

hihi
i almost got epistaxis with that tips

tutorial is very much appreciated!

thanks for sharing! Tutorial on how to make EXTENSION files. - Page 22 933962 Tutorial on how to make EXTENSION files. - Page 22 933962 Tutorial on how to make EXTENSION files. - Page 22 933962
Back to top Go down

Sponsored content





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