PDA

View Full Version : How do you Make a login button?


habboleaders
04-20-2007, 11:48 AM
How would you make a login button for my guests?

UnlimitedMB
04-20-2007, 02:18 PM
You need to explain what you mean.

johnboles
04-20-2007, 09:58 PM
its all php, but if thats not what u mean, create an image and edit it in to take u to the login page

habboleaders
04-21-2007, 09:20 PM
What I meen is like when you visit a certin website you create an account then you log in. i want to know how to make the sign up page and login thing on the side of the website EG. www.smosh.com

wwe
04-21-2007, 11:24 PM
I'm assuming you already made it so that on the homepage it's defined as "IN_IPB" or whatever right? Seeing as how you managed to get the latest posts on there too. (I'm also assuming the homepage isn't a "regular" IPB homepage either, but I guess I could be wrong on this since I don't know what you're using.)

What's the top login for? Does your homepage script have it's own member accounts?

Look through the templates, you'll find your answer there.

I don't think this thread needs to be here either. Seeing as how this isn't a place for support of scripts, it's more of a server issue area.

EDIT: Wow you have loads of members....and tons of guests! ^^All of the above is just really long to explain....

Look for some tutorials on google about it. I'm sure you'll find some easy instructions :)

habboleaders
04-22-2007, 12:16 PM
Ok, Listen I didn't make smosh.com it was an example of what I wanted to do I do not know how to put a login thingy. :(

arenlor
04-22-2007, 04:14 PM
You mean something like this? http://www.arenblogs.com/login.php and http://www.arenblogs.com/register.php

habboleaders
04-22-2007, 08:48 PM
Yes that is EXACTLY what I mean! Are you the only one :S

kewlchat
04-24-2007, 03:58 PM
This is a full example of everything ya ned to know..
http://www.phpeasystep.com/workshopview.php?id=6 <~excelent

also below is good.
http://php.about.com/od/finishedphp1/ss/php_login_code.htm

more @

UnlimitedMB
04-24-2007, 11:35 PM
Thread moved to scripting.

habboleaders
04-27-2007, 07:50 PM
Im having Truble with this: When I made check Loggin I get this -

Parse error: syntax error, unexpected T_VARIABLE in /hosted/subs/ulmb.com/h/a/habboleaders/public_html/checklogin.php on line 3
Please help

gmrcvt
05-08-2007, 12:26 PM
WOW!
http://www.phpeasystep.com/workshopview.php?id=6

That was an EXCELLENT resource! THank you sooo much for sharing.

cr0wonline
05-08-2007, 09:53 PM
Im having Truble with this: When I made check Loggin I get this -


Please help

Could you please post the first 5 lines of your code?

habboleaders
05-09-2007, 09:58 PM
Okay, Know it says "cannot conect" Can you help please?

Tyler
05-10-2007, 12:07 AM
Do you have 'mysql' as the mysql server?

habboleaders
05-10-2007, 11:58 AM
What do you mean?

Tyler
05-10-2007, 02:55 PM
In the code, where you have the database server does it say localhost or mysql.
If you copy and paste the exact error message here, omitting your passwords, then I can tell you more information.

habboleaders
05-11-2007, 12:42 AM
It says loccal host do I change it to mysql

civworldleague
05-11-2007, 01:12 AM
It says loccal host do I change it to mysql

Do you have 'mysql' as the mysql server?

Just repeating :)

(aka yes it should be mysql)