Front page...

Computer builds, hardware and software discussion or troubleshooting, including peripherals. Essentially a general place to talk about desktop computers.
Streety
Posts: 182
Joined: Mon Aug 16, 2004 7:12 pm

Front page...

Post by Streety »

rovingcowboy wrote: :o

no no now what I meant was
as for the background sound please use the embed code but INCLUDE the player controls AND SET AUTOSTART TO FALSE so the visiter to your site can play the sound or not play the sound.

:banana:  :stir the pot:
Edited for accuracy. ;)

Archived topic from Iceteks, old topic ID:3325, old post ID:27500
Image
User avatar
rovingcowboy
Posts: 1504
Joined: Wed Dec 18, 2002 10:14 pm

Front page...

Post by rovingcowboy »

Streety wrote:
rovingcowboy wrote: :o

no no now what I meant was
as for the background sound please use the embed code but INCLUDE the player controls AND SET AUTOSTART TO FALSE so the visiter to your site can play the sound or not play the sound.

:banana:  :stir the pot:
Edited for accuracy. ;)
okay streety we can play that game too :D

:banana: :biglaugh: :stir the pot: :awesome:

Code: Select all

   
        <p><embed src="BridgeOverTheRiverKwai.mid"
        align="center" border="1" hspace="1" width="480"
        height="45" autostart="false" loop="false"> 

        <font color="#FFFF00" size="2" face="arial">Bridge Over
        The River Kwai Theme Colonel Boogie </font></p>
[code]

thats the code i use. 

 :roflmao2:  :biglaugh: :stir the pot:  

[color=#888888][size=85]Archived topic from Iceteks,  old topic ID:3325, old post ID:27503[/size][/color]
roving cowboy/ keith
Streety
Posts: 182
Joined: Mon Aug 16, 2004 7:12 pm

Front page...

Post by Streety »

Perfect. :banana:

You have gained my approval rovingcowboy. :biglaugh:

Archived topic from Iceteks, old topic ID:3325, old post ID:27505
Image
User avatar
rovingcowboy
Posts: 1504
Joined: Wed Dec 18, 2002 10:14 pm

Front page...

Post by rovingcowboy »

why thank you i always strive to be perfect in every way. how ever there is always this thing that seems to get in my way?

oh yepper that is what it is?

my mind?

:banana: :awesome: :yo: :stir the pot:

glad you liked the code it is not mine i got it from someone else then of course like everybody does? i changed it to make it look like i wanted too.

the one i got was 47 pixels high and that shows part of the video window of the wmp and i thought that was junky looking so i made it 45 pixels high. :awesome:

Archived topic from Iceteks, old topic ID:3325, old post ID:27517
roving cowboy/ keith
User avatar
rovingcowboy
Posts: 1504
Joined: Wed Dec 18, 2002 10:14 pm

Front page...

Post by rovingcowboy »

Mikwiththestick wrote: is there really sounds on my site? Welll whatever... I need to know how to make a login feature (example: Username _____________ Password _____________)
you can use dhtml or xhtml..

they have them at
http://www.dynamicdrive.com/dynamicindex14/

that will go to a slideshow page but you can search the site when you get there.

lots of cool codes there.

you can also use a javascript to popup a prompt box but that is not too secure,

just more or less an annoyance to the vistitors. :unsure:


Archived topic from Iceteks, old topic ID:3325, old post ID:27518
roving cowboy/ keith
Streety
Posts: 182
Joined: Mon Aug 16, 2004 7:12 pm

Front page...

Post by Streety »

The DHTML wouldn't be secure though would it? Presumably you are still sending your private content to the browser your script is just not displaying it. Anyone familiar with html / javascript would just be able to look at your page source and see your private content. Even if the javascript only loads the content for authorised users the link to that content would need to be in the javascript code and once found anyone could download the link directly as it would need to be accessible to the internet.

I suppose with text content there are some options to encrypt it but it'll be fairly weak and you'll need to supply a decryption function so that your authorised users can see the content. I doubt it would be too difficult to to extract that function and then for anyone to use it.

Archived topic from Iceteks, old topic ID:3325, old post ID:27519
Image
User avatar
MikeDB
Posts: 1224
Joined: Fri May 13, 2005 3:09 pm

Front page...

Post by MikeDB »

Thanks now what about a shoutbox?

Archived topic from Iceteks, old topic ID:3325, old post ID:27544
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

Front page...

Post by Red Squirrel »

Yeah any scripts you don't want others to see must be server side.

A shoutbox is basically a mini forum thread, the on here is actually a single plain text file.

Archived topic from Iceteks, old topic ID:3325, old post ID:27553
Honk if you love Jesus, text if you want to meet Him!
User avatar
MikeDB
Posts: 1224
Joined: Fri May 13, 2005 3:09 pm

Front page...

Post by MikeDB »

hmmm... And how would i go about making one of these?

you now what i will attach my index.html and you can see what im trying to do if you could could you just code one into it for me? lol. i'll put down shoubox coded by <who ever coded it name>

Attachement (click to open)

Archived topic from Iceteks, old topic ID:3325, old post ID:27554
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

Front page...

Post by Red Squirrel »

Ok here's the source code of the shoutbox here.

Beware: old code. :D

Easiest way would be to just put it in a iframe like I did, so the whole page does not have to reload when you submit.

Attachement (click to open)

Archived topic from Iceteks, old topic ID:3325, old post ID:27563
Honk if you love Jesus, text if you want to meet Him!
User avatar
MikeDB
Posts: 1224
Joined: Fri May 13, 2005 3:09 pm

Front page...

Post by MikeDB »

So do i just put this in with my html? Lol im having a bad day today can you just tell me how it gods name do i set this up?

Archived topic from Iceteks, old topic ID:3325, old post ID:27567
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

Front page...

Post by Red Squirrel »

I'd put it seperately, and just put an iframe on your page to link to it, you'll want to edit the php code to some extent though, such as making it authenticate with the logged in user.

Archived topic from Iceteks, old topic ID:3325, old post ID:27569
Honk if you love Jesus, text if you want to meet Him!
User avatar
MikeDB
Posts: 1224
Joined: Fri May 13, 2005 3:09 pm

Front page...

Post by MikeDB »

ok thanks

Archived topic from Iceteks, old topic ID:3325, old post ID:27572
User avatar
MikeDB
Posts: 1224
Joined: Fri May 13, 2005 3:09 pm

Front page...

Post by MikeDB »

Ok no im stil confiuzed.

Archived topic from Iceteks, old topic ID:3325, old post ID:27576
User avatar
MikeDB
Posts: 1224
Joined: Fri May 13, 2005 3:09 pm

Front page...

Post by MikeDB »

ok i uploaded my site so if should work now just to show you guys what im talking about. (I know the look looks like ice teks but read the news before doing anything also the contact page does not work)

Archived topic from Iceteks, old topic ID:3325, old post ID:27586
User avatar
MikeDB
Posts: 1224
Joined: Fri May 13, 2005 3:09 pm

Front page...

Post by MikeDB »

Hello???

Well i need help on ads.. What i mean is how can i switch from one ad to another?

Archived topic from Iceteks, old topic ID:3325, old post ID:27659
User avatar
MikeDB
Posts: 1224
Joined: Fri May 13, 2005 3:09 pm

Front page...

Post by MikeDB »

Hi all im here posting some html one my login thingy im puting on my site.

Code: Select all

 here is my html for the login

<form method="POST" action="--WEBBOT-SELF--">
                  <!--webbot bot="SaveResults"
                  U-File="_private/form_results.txt" S-Format="TEXT/CSV"
                  S-Label-Fields="TRUE" -->
                  <p>Username: <!--webbot bot="Validation" S-Data-Type="String"
                  S-Allow-Other-Chars="login" --><input type="text" name="T1" size="21"></p>
                  <p>Password:  <!--webbot bot="Validation"
                  S-Data-Type="String" S-Allow-Other-Chars="password" --><input type="password" name="T2" size="21"></p>
                  <p><input type="submit" value="Login" name="B1"> <a href="signup.htm">New
                  User?</a></p>
                </form>
[code]

[code] and the html for the sign up page.


<form method="POST" action="--WEBBOT-SELF--">
  <!--webbot bot="SaveResults" U-File="_private/form_results.txt"
  S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
  <p>Username: <input type="text" name="T1" size="20"></p>
  <p>Password: <input type="text" name="T2" size="20"></p>
  <p>E-mail: <input type="text" name="T3" size="23"></p>
  <p>Male <input type="radio" value="V1" checked name="R1"> Female <input type="radio" name="R1" value="V2"></p>
  <p>Country: <select size="1" name="D1">
    <option>Canada</option>
    <option>USA</option>
    <option>Other</option>
  </select>(so we know where our users are from)</p>
  <p><textarea rows="4" name="S1" cols="47">This is the agreement that you must agree to in order to sign up for endofinternet.net.
1. You will not post porn or warez .
2. You as a user will respect the other users rights as a human and member of this site.
3. just because your rating on one of your photos or programs gets a low rating it does not mean everyone hates you if you are fealing that they rated it low because they hate you please contact us.
4. You must also respet the rules of the forum you will get 3 warnings then your out.
5. Have Fun.</textarea></p>
  <p align="center"><input type="submit" value="Submit" name="B1"></p>
</form>
[code]

What am i doing wrong? 

[color=#888888][size=85]Archived topic from Iceteks,  old topic ID:3325, old post ID:27880[/size][/color]
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

Front page...

Post by Red Squirrel »

What's this --WEBBOT-SELF-- thing? Since you would need to put a php script there to process the login, and show the correct page if loging matches with an account in the database, or fixed varialbe if there's no accounts, but just a single login, like an admin panel

Archived topic from Iceteks, old topic ID:3325, old post ID:27886
Honk if you love Jesus, text if you want to meet Him!
User avatar
MikeDB
Posts: 1224
Joined: Fri May 13, 2005 3:09 pm

Front page...

Post by MikeDB »

not sure about the web bot thing.

Archived topic from Iceteks, old topic ID:3325, old post ID:27907
Locked