HTML Code Needed

Started by Steve Z May 27th, 2006 12:44 AM
  • 649 views
  • 9 replies

Steve Z

Age 33
Male
Oakland FL
Seen March 6th, 2023
Posted September 15th, 2022
1,371 posts
17.7 Years
I have been looking for some codes for a login box that sets up an E-mail
and an E-mail login .
I cannot find any codes.
if there is one please don't hesitate to tell me.
Thank you and have a nice day. :)
If it's in PHP I don't mind.

PokéStorm is my Pokémon fansite. Join if you'd like!

Eon-Rider

An "Original" PC Supporter

Age 29
Male
Sydney
Seen July 5th, 2011
Posted March 31st, 2011
7,498 posts
18.5 Years
Uh. I'm not really sure about one.

You could try www.everyone.net though.
My Links:
Kablooza // My YouTube Channel // Friend Codes


ANYTHING works in-game

Want a free PokePark Meowth?


If you think my posts are rude then you can't handle the truth.

SpaMMeR(SwC)

Dragon/Fire/Fighting Breeder

Age 33
Yakima,WA
Seen May 30th, 2006
Posted May 30th, 2006
12 posts
17 Years
I dont belive there is one,but i could fool around with JS and/or CSS and see if i can make you one.
PM me if you can only use HTML and/or PHP.

(Claimed PokeMon):Blaziken,Typhlosion,Nailtails
(Buddy List):altarialover,pokemon dragonmaster,Feraligator1.0,Charizard_guardian767,YoMama
(Eggs):

Steve Z

Age 33
Male
Oakland FL
Seen March 6th, 2023
Posted September 15th, 2022
1,371 posts
17.7 Years
I'm up for anything
CSS
JS
PHP
HTML
the basics, things I would know how to use
but if anyone needs an HTML login code(not for the E-mail purposos I need one for)
I have one
<form method="POST" action="http://YOUR-DOMAIN-HERE/login/login.php">
Username:<input type="text" name="username" size="15" /><br />
Password:<input type="password" name="passwort" size="15" /><br />
<div align="center">
<p><input type="submit" value="Login" /></p>
</div>
</form>
Passwort is not misspelt it's just not in english

PokéStorm is my Pokémon fansite. Join if you'd like!
Male
India
Seen November 1st, 2012
Posted June 24th, 2010
406 posts
18.9 Years
u cant hsve one for email logging because
1if you mean your own smtp server it is not possible unless ur host gives u 1
2if u mean to log in to yahoo then well u can always point your script to their page but you cannot get your script to log into their server from their server, if that was possible we could get anyones id
Would you be my freind? PM me! :)
Currently working on: Pokemon: Return to Johto
Well I rock seriously, dont I?

Steve Z

Age 33
Male
Oakland FL
Seen March 6th, 2023
Posted September 15th, 2022
1,371 posts
17.7 Years
The host I have gives me unlimited E-mail accounts
But if I can get one for E-mail sign-up that would work

PokéStorm is my Pokémon fansite. Join if you'd like!
Male
India
Seen November 1st, 2012
Posted June 24th, 2010
406 posts
18.9 Years
then its easy all you have to do is make your script point to the script which you use to creat email ids yourself, your host might not allow your users to create ids, it might be for you
Would you be my freind? PM me! :)
Currently working on: Pokemon: Return to Johto
Well I rock seriously, dont I?

Steve Z

Age 33
Male
Oakland FL
Seen March 6th, 2023
Posted September 15th, 2022
1,371 posts
17.7 Years
you had me, then you lost me.
I have NO idea what that means, maybe you could explain it from a begginers perspective?

PokéStorm is my Pokémon fansite. Join if you'd like!

aRedMoon

Wait for me outside the lines

Age 34
Male
Minnesota
Seen April 23rd, 2018
Posted September 10th, 2013
11,126 posts
19.2 Years
You have to create them yourself.
facebook \\ twitter \\ blog a.k.a life // tumblr // google+

june 10, 2003 = registered at old pc
march 24, 2004 = registered at new pc
june, 2004 = modded ;;; august, 2004 = quit/fired (point of debate)
december, 2004 = banned ;;; december 2, 2005 = unbanned
june 10, 2008 = omg... five years!
june 10, 2012 = countdown to nine years on pc...
Age 31
Male
Minnesota
Seen March 31st, 2015
Posted April 26th, 2012
619 posts
17.5 Years
I'm up for anything
CSS
JS
PHP
HTML
the basics, things I would know how to use
but if anyone needs an HTML login code(not for the E-mail purposos I need one for)
I have one
<form method="POST" action="http://YOUR-DOMAIN-HERE/login/login.php">
Username:<input type="text" name="username" size="15" /><br />
Password:<input type="password" name="passwort" size="15" /><br />
<div align="center">
<p><input type="submit" value="Login" /></p>
</div>
</form>
Passwort is not misspelt it's just not in english
Your gonna need a mysql database and some PHP.or you can jsut set up a email thing that goes through cpanel email if you have a cpanel. thats a good idea.