Results 1 to 16 of 16

Thread: registration database
      
   

  1. #1
    unown123 is offline Private
    Join Date
    Apr 2007
    Posts
    3

    Smile registration database

    can someone plz help me find one for a RPG website

  2. #2
    Mook25's Avatar
    Mook25 is offline Brigadier General
    Join Date
    Oct 2005
    Location
    UK
    Posts
    1,430

    Default Re: registration database

    are you looking for front end intergration or backend or both and what functionality are you looking for it to have. Before anyone can help, i think we'll need a little more information about what you're wanting first.
    Arcade Ninja - Free Flash Arcade
    FreeGadget4me.Com - Learn how to get free gadgets delivered direct to your door for free

  3. #3
    prodigy is offline Private First Class
    Join Date
    Apr 2007
    Posts
    8

    Default Re: registration database

    hi im a webmaster along with unown123

    this is the code we uploaded to our site:
    <html>
    <body>

    <form action="">
    Username:
    <input type="text" name="firstname">
    <br>
    Email:
    <input type="text" email="email address">
    <br>
    Password:
    <input type="text" password="password">
    <br>
    Repeat Password:
    <input type="text" password="password">
    <br>
    Choose Gender?
    <br>
    <form>
    <input type="radio" name="sex" value="male"> Male
    <br>
    <input type="radio" name="sex" value="female"> Female
    </form>

    </body>
    </html>
    unown123 did this in notepad, saved it as registration database.html

    then he uploaded it to our site's file manager
    but it doesnt show up on our site


    were planinng to make a site where u can walk around with a click of a button and an rpg experience
    along with ur inventory database, and so on


    is that good?

    p.s. we use byethost

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: registration database

    The code is ok for displaying a form with the fields you have in there. BUT, there is no submit button, to activate (submit). What is that form supposed to do ? Also, there is no action, SO YOU CAN DO NOTHING WITH THE VALUES YOU TYPE IN THE FIELDS.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  5. #5
    prodigy is offline Private First Class
    Join Date
    Apr 2007
    Posts
    8

    Default Re: registration database

    well we want to make an rpg, which ppl can sign up go on maps, challenge other players, walk through maps with click of buttons battle monsters, etc

  6. #6
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: registration database

    What i did was to examine the form code as you have posted it. As it is, it does nothing.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  7. #7
    prodigy is offline Private First Class
    Join Date
    Apr 2007
    Posts
    8

    Default Re: registration database

    i know, i need help editing it to make it do that

  8. #8
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: registration database

    prodigy-

    What you are asking for is a custom script to interact with your site. It will register people who want to sign up, send them a welcome letter with a confirmation link, store all the users info in a database and then give them access to portions of your site- That is a very detailed process requiring an extensive knowledge of php and or Java script. To accomplish this you would have to hire someone to write that script for you.

    You could do a google search and find a registration script, but again you would need the knowledge to modify it to suit your particular needs.

    Naval (above), Watdaflip and David offer such services.

    Please keep in mind that it is not an unwillingness to help you with your question, but that the magnatude of what it would take to accomplish is beyond the scope of this forum as a volunteer community of BV users trying to help and give simple advice.

    Andy
    PHP- is a blast!

  9. #9
    prodigy is offline Private First Class
    Join Date
    Apr 2007
    Posts
    8

    Default Re: registration database

    thnx for this, i know its pretty dumb trying to accomplish this when i have no experience at all, i think ill change from html to flash

  10. #10
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: registration database

    What you are asking for, cannot be accomplished in Flash. It requires database manipulation and management, so it is only feasible using php/MySQL in combination with html for the visual part.

    Have a look here where you can see an example of a login script
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  11. #11
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: registration database

    Well you could use flash but it would be 50x more complicated then using php alone.

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  12. #12
    prodigy is offline Private First Class
    Join Date
    Apr 2007
    Posts
    8

    Default Re: registration database

    wow, i have no idea wat those scripts, are if anyone would please want to help and i mean please contact me at:
    trinfamouz********.com

  13. #13
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: registration database

    I think that if you don't have any php knowledge, it will be very hard for you to create such a script.
    On the other hand, it is difficult to guide you through setting up such a script, as it is a compliceted and long process(many separate files, scripts, etc).

    You might want to have a look at http://www.dbtechnosystems.com/logginexamples.php as well as

    http://www.bluevodaforms.com/ademo/

    Watdaflip (see post above) also provides php scripting.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  14. #14
    prodigy is offline Private First Class
    Join Date
    Apr 2007
    Posts
    8

    Default Re: registration database

    well, i quit, maybe ill try again in the near future. for now i need to know a layout switcher

    i only have index.html in my site
    someone said something of ccs
    how do u create this?

  15. #15
    Mook25's Avatar
    Mook25 is offline Brigadier General
    Join Date
    Oct 2005
    Location
    UK
    Posts
    1,430

    Default Re: registration database

    If you're talking about CSS (cascading style sheet) then this is used for positioning of items on your page amongst other things but it also controls things like font color, allignment, padding and so on.

    Try here for some more information
    Arcade Ninja - Free Flash Arcade
    FreeGadget4me.Com - Learn how to get free gadgets delivered direct to your door for free

  16. #16
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: registration database

    http://w3schools.com/css/default.asp

    W3schools also has a good tutorial for just about all web based programming languages.

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49