I need help with an HTML code

This topic is locked from further discussion.

Avatar image for r_chap30
r_chap30

173

Forum Posts

0

Wiki Points

0

Followers

Reviews: 7

User Lists: 0

#1 r_chap30
Member since 2006 • 173 Posts

Hey everyone,

I have two websites, 1) www.usc.us.tc and 2) www.uscforums.net.tc Basically what I want is to have my users be able to logon the www.uscforums.net.tc site from the usc.us.tc site. I think I need like an HTML code. Look at each site and you'll understand what I mean. Thanks!

Avatar image for Chris_Williams
Chris_Williams

14882

Forum Posts

0

Wiki Points

0

Followers

Reviews: 1

User Lists: 0

#2 Chris_Williams
Member since 2009 • 14882 Posts

to get the most out of this question..head to a programming forum site

Avatar image for BumFluff122
BumFluff122

14853

Forum Posts

0

Wiki Points

0

Followers

Reviews: 2

User Lists: 0

#3 BumFluff122
Member since 2004 • 14853 Posts

You can use an include command in your html on one site to link to a script on your other site to check for a cookie. You'd have to do that with every page you'd want their username and passworsd to have access on your nonlogin site. From there you can just pass the variable to the new site via a php or another type of script.

Avatar image for r_chap30
r_chap30

173

Forum Posts

0

Wiki Points

0

Followers

Reviews: 7

User Lists: 0

#4 r_chap30
Member since 2006 • 173 Posts

You can use an include command in your html on one site to link to a script on your other site to check for a cookie. You'd have to do that with every page you'd want their username and passworsd to have access on your nonlogin site. From there you can just pass the variable to the new site via a php or another type of script.

BumFluff122
Lets assume I'm not too good at programing (lol), where could I find a tutorial to do that??
Avatar image for TheFlush
TheFlush

5965

Forum Posts

0

Wiki Points

0

Followers

Reviews: 5

User Lists: 0

#5 TheFlush
Member since 2002 • 5965 Posts

You can't even create clickable links on this site.... I have a feeling this is not going to work.

Oh and what's wrong with your hand?

Avatar image for BumFluff122
BumFluff122

14853

Forum Posts

0

Wiki Points

0

Followers

Reviews: 2

User Lists: 0

#6 BumFluff122
Member since 2004 • 14853 Posts

[QUOTE="BumFluff122"]

You can use an include command in your html on one site to link to a script on your other site to check for a cookie. You'd have to do that with every page you'd want their username and passworsd to have access on your nonlogin site. From there you can just pass the variable to the new site via a php or another type of script.

r_chap30

Lets assume I'm not too good at programing (lol), where could I find a tutorial to do that??

You need to study up on programming then :) OR pay someone to do it. IT shouldn't be that hard but you'll need to have knowledge of HTML and PHP or another server side scripting language.

Avatar image for r_chap30
r_chap30

173

Forum Posts

0

Wiki Points

0

Followers

Reviews: 7

User Lists: 0

#7 r_chap30
Member since 2006 • 173 Posts

You can't even create clickable links on this site.... I have a feeling this is not going to work.

Oh and what's wrong with your hand?

TheFlush
West Side babyyyyyy. haha and so this is going to be more complicated than a simple HTML login code?
Avatar image for TheFlush
TheFlush

5965

Forum Posts

0

Wiki Points

0

Followers

Reviews: 5

User Lists: 0

#8 TheFlush
Member since 2002 • 5965 Posts

[QUOTE="TheFlush"]

You can't even create clickable links on this site.... I have a feeling this is not going to work.

Oh and what's wrong with your hand?

r_chap30

West Side babyyyyyy. haha and so this is going to be more complicated than a simple HTML login code?

It looks a bit sad... but anyway, yes it's going to be more complicated than a simple HTML snippet ;)

Avatar image for gatorteen
gatorteen

2760

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#9 gatorteen
Member since 2005 • 2760 Posts

yeah you are gonna have to go deep in the PHP code, and change alot around. You are gonna have to learn the basics of the language, before you even try to attempt to do want you are planing on doing, and you are gonna have to shell out alot of money if you want someone else to do it. My advice is to try and find another template to build you website on that can log a user into both the forum, and the main site.