MMOCoin

Likes Likes:  0
Results 1 to 2 of 2

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Scout
    Volitle's Avatar
    Join Date
    Jan 2009
    Posts
    22
    Post Thanks / Like
    Rep Power
    18
    Reputation
    16

    Intergrate your registration

    Hey guys another guide from me i will keep it simple and you may need html editing software for this if you dont know what to do i would recommend frontpage as it is free and easy to use.

    ok let gets started firstly find the place you want to add it or you could make a new page completely but the purpose is to have this creation place as the same style as your website/homepage.

    1. this is the code you will need to add into the html document.

    <?php
    include("includes/config.php");
    include("includes/include.php");
    ?>
    <body>
    <form name=login_form method=post>
    <div id="cont" style="height: 131px">
    <?php echo $cont ?>
    </div>
    </form>
    </body>
    this is pasted straight into the part of the website you want it to be, i recommend making a backup copy of the page you are going to edit.

    once that is in the place you want go to file>save as> then save it as registration.php or something like that [has to be in php or it will not work].

    2. add these files to your public_html of your website or if your website is localhost then into your wamp>www directory or xamp>www, depending on what you are using
    Files to add to your directory

    3. if you have done everything correctly it should work.

    if you have any problems do not hesitate to ask.

    Last edited by Volitle; 22-01-09 at 03:55 AM.



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

 

 

Posting Permissions

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