BleepingComputer.com: Website help

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Website help

#1 Guest_brunt_*

  • Group: Guests

Posted 23 July 2004 - 11:46 PM

Ok I have a website( its in my sig) Ivenever done one before how do I get it off the ftp and actually have a website? I want to list a bunch of dll's so people can download them from the site. Is there a good one you recommend?

#2 User is offline   chiefmasterjedi 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 124
  • Joined: 24-July 04
  • Location:NC

Posted 24 July 2004 - 02:46 AM

Could a moderator here be so kind as to move this post for me into the "Web Site Graphics Design" forum, here is the link Brunt's post. I can't post or reply to posts in that forum!!!!!!! :thumbsup:

Hi Brunt,
I have visited your web site link in your sig, everything looks fine but you need a "index.html" to display the site as a web page. Web browers need to be told how to display information on a server. At the moment all you have is the folders in place.

Copy the following and paste it into notepad.
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Brunt's place</title>
<style fprolloverstyle>A:hover {color: #FF0000}
</style>
</head>

<body bgcolor="#DCC397">

<div align="center">
	<table border="0" cellpadding="2" width="100%" height="120" bgcolor="#CAE4E4" id="table1">
  <tr>
  	<td>
  	<h1 align="center"><font color="#003399"><u>Welcome to Brunt's Place</u></font></h1>
  	</td>
  </tr>
	</table>
	<h2><u>Downloads</u></h2>
</div>
<div align="center">
	<table border="3" cellpadding="3" cellspacing="3" width="100%" id="table2">
  <tr>
  	<td align="center" bgcolor="#808080">
  	<h3 align="center"><font color="#99FFCC"><u>Codecs</u></font></h3>
  	</td>
  </tr>
  <tr>
  	<td height="30">
  	<p align="center">
  	<a href="http://webpages.charter.net/brunt73/Codecs/3ivx_d4_451_win.exe">
  	3ivx_d4_451_win.exe</a> </td>
  </tr>
  <tr>
  	<td>
  	<p align="center">
  	<a href="http://webpages.charter.net/brunt73/Codecs/DivXLight-511.exe">
  	DivXLight-511.exe</a> </td>
  </tr>
  <tr>
  	<td height="37" bgcolor="#808080">
  	<h3 align="center"><font color="#99FFCC"><u>Programs</u></font></h3>
  	</td>
  </tr>
  <tr>
  	<td>
  	<p align="center">
  	<a href="http://webpages.charter.net/brunt73/Programs/CWShredder.exe">
  	CWShredder.exe</a>&nbsp; </td>
  </tr>
  <tr>
  	<td>
  	<p align="center">
  	<a href="http://webpages.charter.net/brunt73/Programs/CleanUp312.exe">
  	CleanUp312.exe</a> </td>
  </tr>
  <tr>
  	<td>
  	<p align="center">
  	<a href="http://webpages.charter.net/brunt73/Programs/EMIII.zip">
  	EMIII.zip</a> </td>
  </tr>
  <tr>
  	<td>
  	<p align="center">
  	<a href="http://webpages.charter.net/brunt73/Programs/Folding@Home4.EXE">
  	Folding@Home4.EXE</a></td>
  </tr>
  <tr>
  	<td>
  	<p align="center">
  	<a href="http://webpages.charter.net/brunt73/Programs/HijackThis.exe">
  	HijackThis.exe</a>&nbsp; </td>
  </tr>
  <tr>
  	<td>
  	<p align="center">
  	<a href="http://webpages.charter.net/brunt73/Programs/RadLinker1010.msi">
  	RadLinker1010.msi</a> </td>
  </tr>
  <tr>
  	<td>
  	<p align="center">
  	<a href="http://webpages.charter.net/brunt73/Programs/p95v238.exe">
  	p95v238.exe</a> </td>
  </tr>
  <tr>
  	<td>
  	<p align="center">
  	<a href="http://webpages.charter.net/brunt73/Programs/rockxp.exe">
  	rockxp.exe</a>&nbsp; </td>
  </tr>
  <tr>
  	<td>
  	<p align="center">
  	<a href="http://webpages.charter.net/brunt73/Programs/shootthemessenger.exe">
  	shootthemessenger.exe</a></td>
  </tr>
  <tr>
  	<td>
  	<p align="center">
  	<a href="http://webpages.charter.net/brunt73/Programs/unpnp.exe">
  	unpnp.exe</a> </td>
  </tr>
	</table>
</div>

</body>

</html>


Once you have it in notepad, save it as index.html
Then upload it to your server, but not into any of your folders!.

Now when you visit your site through a browser you will have a basic web page.

Chief.

This post has been edited by chiefmasterjedi: 24 July 2004 - 02:48 AM


#3 User is offline   Papakid 

  • Guru at being a Newbie
  • PipPipPipPipPipPip
  • Find Topics
  • Group: Malware Response Team
  • Posts: 6,019
  • Joined: 08-April 04
  • Gender:Male

Posted 24 July 2004 - 09:28 AM

Quote

Could a moderator here be so kind as to move this post for me into the "Web Site Graphics Design" forum, here is the link Brunt's post. I can't post or reply to posts in that forum!!!!!!! mad.gif


Done! And my apologies. Don't know why you weren't able to post in this forum but I'll notify Grinler.

I especially want to welcome you to BC. I've seen your work over at N-I and your forum and you really know your stuff. :thumbsup: N-I was the first forum that I ever joined or posted to.

And if you have any more problems with the site let me, Grinler or brunt know. PM's are not a problem.
And I may be obliged to defend
Every love every ending
Or maybe there's no obligations now,
Maybe I've a reason to believe
We all will be received
In Graceland--Paul Simon

#4 Guest_brunt_*

  • Group: Guests

Posted 24 July 2004 - 09:49 AM

Thanks chiefmasterjedi! :thumbsup: .... I never really learned about the HTML code but am reading up on it to do some tutorials. But i do appreciate the The code. You will be a welcome addition to this growing site :flowers: .. As papakid said if your having problems getting anywhere Pm one of us and we will try and take care of it. Again Thanks

Brunt

#5 User is online   Grinler 

  • Bleep Bleep!
  • PipPipPipPipPipPip
  • Find Topics
  • Group: Admin
  • Posts: 36,601
  • Joined: 24-January 04
  • Gender:Male
  • Location:USA

Posted 24 July 2004 - 03:22 PM

Sorry about that. I had the permissions a little screwy on this particular forum.

Welcome to the site.

#6 User is offline   chiefmasterjedi 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 124
  • Joined: 24-July 04
  • Location:NC

Posted 24 July 2004 - 03:53 PM

Hi all,
I CAN POST :thumbsup:.
Thanks for the welcome guys and a big TY to Papakid for moving my post to this thread so quick.

Quote

Sorry about that. I had the permissions a little screwy on this particular forum.

Welcome to the site.


No problem Grinler, your not the only one who's forgot or messed up the forum permissions, i do it all the time LOL.

Thanks for the welcome and i'm pleased to meet you all.

Chief.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users