 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
Code User
Joined: 15 Aug 2009 Posts: 2
|
Posted: Sat Aug 15, 2009 12:08 pm My browes based game site |
|
|
|
Hi
I like you to tell me how I can improve My Site - Cyber Imperia, is hosting at webs.com.
I try to make an browse based game at webs.com with my limited knowledge of html, css, php and other browse code.
Lately am trying to make an register (login) I can use for my game, and not using webs register, that will not helping me.
I found this code, from babbal.
But I can't get them to work togather, maybe there is something am missing??
This html code is the main code where a user reading and put some text in to the register;
| Quote: |
<form name="cyber_imperia_register" action="<site adr>/register.html" method="POST">
<br />
<div align="center">
<CIH1>
<input type="text" size="50" TABINDEX=1 value="Enter your Citizen Name here!">
<input type="hidden" citizename="Language" value="English">
<br />
<input type="text" size="50" TABINDEX=2 value="ReEnter your Citizen Name here!">
<input type="hidden" citizename1="Language" value="English">
<br />
<input type="text" size="50" TABINDEX=3 value="Enter your email here!">
<input type="hidden" email="Language" value="English">
<br />
<input type="text" size="50" TABINDEX=4 value="ReEnter your email here!">
<input type="hidden" email1="Language" value="English">
<br />
<!-- --!>
Email must be valid for registration, so do not cheat
<br />
<input type="text" size="50" TABINDEX=5 value="Enter your Password here!">
<input type="hidden" citizen_imperia_pw="Language" value="English">
<br />
<input type="text" size="50" TABINDEX=6 value="ReEnter your Password here!">
<input type="hidden" citizen_imperia_pw1="Language" value="English">
<br />
<!-- Gender frame --!>
<text><big>Gender</big></text>
<br />
<!-- <image>man</image> --!>
<IMG SRC="../man.jpg" WIDTH=105 HEIGHT=97 WIDTH=105 HEIGHT=97 ALT="man"><IMG SRC="../woman.jpg" WIDTH=105 HEIGHT=97 WIDTH=105 HEIGHT=97 ALT="woman">
<br />
<input type="radio" name="group1" TABINDEX=9 value="Man">Man
<!-- <image>woman</image> --!>
<input type="radio" name="group1" TABINDEX=10 value="Woman">Woman
<br />
<!-- I agree frame --!>
<CIH2>
<input type="checkbox" class="check" TABINDEX=11 value="1">I agree with the terms
</CIH2>
<br />
| Quote: |
| I like to have security code here and random - but I have no idea to do it |
<br />
<!-- Am not takeing the birthday here, just remember to inkl. in the code if you need to take it with you --!>
<br />
| Quote: |
| And when is in order and checked then the use be sendt to start page where the use start the game |
<br />
|
For now am using webs own register/login not main (if you need to see the page and not the code, let me know and am trying to put it up for you).
Am grateful for all help you can help me with. |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|