HTML/FTP/PHP - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: HTML/FTP/PHP (/showthread.php?tid=49850) HTML/FTP/PHP by stoshrocket on 09-01-2005 at 04:56 PM OK guys and gals, i was scoping through the 14ish pages about the free web hosters, and thought; well, with all these free hosts about why dont i create a website? So, scoping through i find a few good websites and check them out. I soon become confuzzled (or confused for the more serious dudes) when a website starts to talk about loading your website, and mentioning something about FTP and PHP. Sot knowing what either one of them does, i backed away slowly and exited the website. So far ive managed to make a website only using the templates that freewebs.com (something like that anyway) offers, but that also mentions HTML, anyone got any ideas about helpjg me build my website/got any links to something like HTML for dummies?? please help guys an gals, thnx, Methos RE: HTML/FTP/PHP by CookieRevised on 09-01-2005 at 05:01 PM
Google "learn html"... RE: HTML/FTP/PHP by hmaster on 09-01-2005 at 05:02 PM
http://w3schools.com/html/ RE: HTML/FTP/PHP by dotNorma on 09-01-2005 at 11:07 PM
I remember I always used to use RE: HTML/FTP/PHP by stoshrocket on 09-02-2005 at 10:52 AM
ok guys, ive gone through alot of tutorials on HTML, and gone and built RE: HTML/FTP/PHP by user27089 on 09-02-2005 at 10:54 AM You can find a series of free hosts across the internet, or of course, I can host you, email: traxor[at]gmail.com, and we'll talk... RE: HTML/FTP/PHP by stoshrocket on 09-02-2005 at 10:58 AM yes but is it free..... btw, anyone know how to insert .exe files and video files (.wma video)???? RE: HTML/FTP/PHP by user27089 on 09-02-2005 at 11:00 AM
You can't insert .exe videos into a website, because of potential risks such as virus'. RE: RE: HTML/FTP/PHP by segosa on 09-02-2005 at 04:25 PM
quote: 'twas two questions. How to insert exes and how to insert wmvs. For the exe question, you can't "insert" it into a page. An exe can't automatically be executed because that'd be a security risk. The only way is downloading it manually. For the videos, it's something with <embed>, I'm not sure. Google it or find a site with an embedded video. RE: HTML/FTP/PHP by hmaster on 09-02-2005 at 05:04 PM
<embed src="http://yourdomain.com/yourfile.wma" width="100%" height="100%"> RE: HTML/FTP/PHP by stoshrocket on 09-02-2005 at 07:27 PM hmm, yeh, i have to embed the video intp the page, but none of this is workin, but it might be becasue i havent got my webbie hosted (i have a hoster, but not uploded it yet cos i cant figure out how to use smartFTP to do so!!!) RE: HTML/FTP/PHP by hmaster on 09-02-2005 at 07:32 PM
put in the correct fields at the top (info you should've got from host) RE: HTML/FTP/PHP by stoshrocket on 09-02-2005 at 08:09 PM ok, so i just enter the info, and upload all the files onto the server??? sounds easy enough... lets try it... ok, ive managed to upload all of my files needed for my website, how do i tell it what my hompage is etc??? (on smartFTP) RE: HTML/FTP/PHP by segosa on 09-02-2005 at 09:41 PM index.html (or index.php, depends) is the default file.. so mrename the main page to that. RE: HTML/FTP/PHP by stoshrocket on 09-02-2005 at 09:50 PM
where is that file??? i cant seem to find it anywhere... RE: HTML/FTP/PHP by Ezra on 09-02-2005 at 10:25 PM
you need to make that page , that's the page that opens when you browse to the folder with your browser, Say you type www.mydomain.com, --> it goes to www.mydomain.com/index.html. RE: RE: HTML/FTP/PHP by rav0 on 09-02-2005 at 10:45 PM
quote:In most cases, you don't . Just name your homepage file index.html (or index.php, if you ended up using php). If you really want to have it named as something else, you will need to use .htaccess (intentional dot). You can only use it if your host allows it, and this is unlikely. However, if you are allowed to use it with your host, this is how. .htaccess works by using a file called (drumroll) .htaccess. This is a text file, which contains special instructions for the server concerning that directory, and its subdirectories. You can create one in Notepad, and type this inside: code:if homepage.html is your homepage, or you use another filename. In Notepad, save the file as ".htaccess" with quotes (otherwise Notepad will think that you really wanted .htaccess.txt and save it as that). RE: HTML/FTP/PHP by stoshrocket on 09-03-2005 at 10:18 AM
ok, thanks guys, i'll try RE: HTML/FTP/PHP by M73A on 09-03-2005 at 10:32 AM
try this to embed the video with controls, starts automatically and is looped: code: just change the src etc to the url of your file... try here: http://cit.ucsf.edu/embedmedia/step1.php its probably easier RE: HTML/FTP/PHP by stoshrocket on 09-03-2005 at 07:00 PM ok, now this is taking the mike, i STILL trying to figure out how to embed media but another problem has arose. Ive uploaded all of my webbie files and now ive got it online, i can get to the hompage via the internet and surf from page to page easily; but there is just one problem; ALL of the graphics arent showin, it just comes up with small 'x's in the corner, any ideas????? RE: HTML/FTP/PHP by hmaster on 09-03-2005 at 07:06 PM
the path to the images is not valid? RE: HTML/FTP/PHP by stoshrocket on 09-03-2005 at 07:21 PM im pretty sure that the path is valid, i have uploaded my images. Ok, i checked my website was fully up and runnin before i uploaded it then uploaded ALL of the files needed, with the correct paths, saw it didint work and ended up scrapping all the files and then deleting the path except for the name of the file to see if it was the path, as they are all in the same place, it SHOULD work, but doesnt RE: HTML/FTP/PHP by ddunk on 09-03-2005 at 07:24 PM Can you post a link so we can have a look at your source? RE: HTML/FTP/PHP by stoshrocket on 09-03-2005 at 07:33 PM waddya mean my source? your gonna ave to dumb it down a bit, i only just learnt how to create websites and use smartFTP RE: HTML/FTP/PHP by segosa on 09-03-2005 at 07:35 PM
Why don't you link us to this site. RE: HTML/FTP/PHP by Eljay on 09-03-2005 at 07:37 PM
its http://methos2.skarz.co.uk lol code: to code: dunno if it will make a diff but it might RE: HTML/FTP/PHP by stoshrocket on 09-03-2005 at 07:41 PM
how the hell did you knwo that?!?! OMG hes physcic... or are you that guy that keeps stalking me?!?? lol, i'll try it... RE: HTML/FTP/PHP by segosa on 09-03-2005 at 07:43 PM Maybe bravenet thinks it's a hotlink... the images appear after you've visited them once as the browser will be using your cache. RE: HTML/FTP/PHP by Eljay on 09-03-2005 at 07:43 PM
quote: well i knew traxor hosted you so it wasnt hard EDIT: omfg, http://methos2.skarz.co.uk/hidden%20page.htm RE: HTML/FTP/PHP by segosa on 09-03-2005 at 07:47 PM Here's a tip.. don't use spaces or weird characters in filenames. Stick to letters, numbers, dash and underscore. Just the basic ones. RE: HTML/FTP/PHP by stoshrocket on 09-03-2005 at 07:47 PM wha??? lol, you clikc on one of my pics an the hidden page comes up... this is where i wanted that video... lol RE: HTML/FTP/PHP by hmaster on 09-03-2005 at 07:54 PM
Problem is youve got spaces in your filenames, when theres a space in your image names put %20 eg RE: HTML/FTP/PHP by stoshrocket on 09-03-2005 at 07:58 PM kk, thnx Bah! this isnt working very well guys, i have done the space thing and renamed all of my files so they dont contain any spacings; check the webbie out at methos2.skarz.co.uk tell em how to fix this damn graphics problem!!! RE: HTML/FTP/PHP by ddunk on 09-03-2005 at 09:08 PM Who is actually hosting you, Bravenet or Traxor? RE: HTML/FTP/PHP by stoshrocket on 09-03-2005 at 09:12 PM traxor RE: HTML/FTP/PHP by hmaster on 09-03-2005 at 09:25 PM
it does work preview it here RE: HTML/FTP/PHP by stoshrocket on 09-03-2005 at 09:27 PM whoa, thanks mate RE: HTML/FTP/PHP by hmaster on 09-03-2005 at 09:34 PM no problem was having the same problems earlier RE: HTML/FTP/PHP by user27089 on 09-03-2005 at 09:38 PM
http://methos2.skarz.co.uk/ RE: HTML/FTP/PHP by hmaster on 09-03-2005 at 09:50 PM could you remove it from mine too? RE: HTML/FTP/PHP by segosa on 09-04-2005 at 06:47 AM Well for your first site and seeing as you had no clue about anything when you started, it's not bad. It has content too, which not many sites have these days. RE: HTML/FTP/PHP by stoshrocket on 09-04-2005 at 08:51 AM thnaks, its not done yet though, im gotta write aload more crazy stories and write in a few jokes (plus take away the links to bravenet), btw; you find the hidden page?? i finally managed to embed the media into it... RE: HTML/FTP/PHP by rav0 on 09-04-2005 at 10:31 AM
quote:I haven't watched the video yet, I'll download it during my off peak time. Suggestion: Don't add a giant image, and use small height and width attributes to have the browser rescale it down. The whole image still needs to be downloaded, and some browsers do a poopie job at scaling it down. Instead, save a thumbnail version of the pic, and place that in the page. I have made attached a thumbnail of the pic on the hidden page. It's only 11 KB, much less than the 140 KB full size image. RE: HTML/FTP/PHP by stoshrocket on 09-04-2005 at 10:32 AM I think this qu would go in this thread, i asked about video but cant find something to link up audio fies, ie so i can have a list of links and clicking on them would lauch the song in WMP, any suggestions? i *could* try and modify the video HTML, but i dont know.. RE: HTML/FTP/PHP by rav0 on 09-04-2005 at 10:36 AM
You can link to then normally, depending on the browser and it's settings, it will launch in WMP, or it might just display the file download box. RE: HTML/FTP/PHP by stoshrocket on 09-04-2005 at 11:27 AM waht would be the tag for linking them normally then?? would you just use the old <a ref="whatever the music path is">this is a music file link</a>???? RE: HTML/FTP/PHP by rav0 on 09-04-2005 at 11:35 AM Yes. Remember that the attribute is href, not just ref. RE: HTML/FTP/PHP by stoshrocket on 09-04-2005 at 11:36 AM ah yes, thanks, ill try that and add it to my hidden page, btw, any1 got any jokes for the home page, ive put a few up but i need some more... |