[HELP] Registration Site menu

User Tag List

Results 1 to 14 of 14
  1. #1
    Xevio's Avatar Member
    Reputation
    3
    Join Date
    Oct 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [HELP] Registration Site

    Ok So Lately i Tried To Make:

    My Server Non Hamachi That Worked Fine!:banned:
    And Tried To Set Up A Registation Site FAILED

    Any 1 Experianced At Making Reg Sites Who May Help Me?
    Ty
    -Xevio The Shaman

    [HELP] Registration Site
  2. #2
    LJN's Avatar Member
    Reputation
    273
    Join Date
    Jun 2007
    Posts
    731
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [HELP] Registration Site

    What did you use to make your Registation Site?
    ahhhh

  3. #3
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [HELP] Registration Site

    Does your Repack use Apahce, or you have to use your own Wamp
    If Wamp i can't help you sorry

  4. #4
    LJN's Avatar Member
    Reputation
    273
    Join Date
    Jun 2007
    Posts
    731
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [HELP] Registration Site

    I can help with Wamp
    ahhhh

  5. #5
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [HELP] Registration Site

    Yay for *Nightmare*

  6. #6
    Avaonix's Avatar Member
    Reputation
    5
    Join Date
    Nov 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [HELP] Registration Site

    My index:
    Code:
    ="en";            // Language ("en" - english, "ru" - russian)
    ="Stormfury";        // Insert the title of your server here
    ="stormfury.dvrdns.org";        // HOST for Character database
    ="root";            // USER for Character database
    ="ascent";        // PASS for Character database
    ="Ascent";            // NAME of Character database
    ="stormfury.dvrdns.org";        // HOST for Logonserver database
    ="root";            // USER for Logonserver database
    ="ascent";        // PASS for Logonserver database
    ="Ascent";            // NAME of Logonserver database
     = 'CP1251';     // Set encoding
     = "img/";        // Image dir
     = "stormfury.dvrdns.org";        // Ascent Server Address
     = "8129";            // Ascent Server Port
    =0;            // Lock created account to IP address (1 - on, 0 - off)
    =0;            // Registration only one (or more) account from one IP address
                    // 0 - not limit, 1 - one acc,  2 - two acc, etc...
    Please these is the only thing keeping me from going public!

  7. #7
    damon160's Avatar Member
    Reputation
    8
    Join Date
    Oct 2007
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [HELP] Registration Site

    try this =D
    $lang="en"; // Language ("en" - english, "ru" - russian) $title="stormfury"; // Insert the title of your server here $host="127.0.0.1"; // HOST for Character database $user="root"; // USER for Character database $password="ascent"; // PASS for Character database $db="Logon"; // NAME of Character database $hostr="127.0.0.1"; // HOST for Logonserver database $userr="root"; // USER for Logonserver database $passwordr="ascent"; // PASS for Logonserver database $dbr="logon"; // NAME of Logonserver database $database_encoding = 'CP1251'; // Set encoding $img_base = "img/"; // Image dir $server = "stormfury.dyndns.org"; // Ascent Server Address $port = "8129"; // Ascent Server Port $lock_acc=0; // Lock created account to IP address (1 - on, 0 - off) $lock_reg=0; // Registration only one (or more) account from one IP address // 0 - not limit, 1 - one acc, 2 - two acc, etc...
    Edit : sry change the 127.0.0.1 to your servers dyndns or ip =D
    Last edited by damon160; 11-26-2007 at 07:17 PM.

  8. #8
    Avaonix's Avatar Member
    Reputation
    5
    Join Date
    Nov 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [HELP] Registration Site

    thats what i did

  9. #9
    damon160's Avatar Member
    Reputation
    8
    Join Date
    Oct 2007
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [HELP] Registration Site

    looks diffrent to me.....

  10. #10
    Avaonix's Avatar Member
    Reputation
    5
    Join Date
    Nov 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [HELP] Registration Site

    he fixed it nvm and TYVM! TO ALL!!!!

  11. #11
    Xevio's Avatar Member
    Reputation
    3
    Join Date
    Oct 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [HELP] Registration Site

    :/ HM i dnt understand
    could some 1 teamview
    or remote asist to fix it?

  12. #12
    LJN's Avatar Member
    Reputation
    273
    Join Date
    Jun 2007
    Posts
    731
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [HELP] Registration Site

    Do you have MSN?
    ahhhh

  13. #13
    Zevx's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [HELP] Registration Site

    i am having the same problem with mine im using wamp and i got it to were i use my DNS bearwow.servegame.com but if anyone eles types it in they dont get there....HELP ^^

  14. #14
    LJN's Avatar Member
    Reputation
    273
    Join Date
    Jun 2007
    Posts
    731
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [HELP] Registration Site

    Ok every one that needs help please PM me or message me at [email protected]
    on MSN
    ahhhh

Similar Threads

  1. [HELP] ascent account registration site
    By shadeslayor in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 08-22-2008, 01:48 PM
  2. [Help]Registration PAge problems
    By yrref in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 06-12-2008, 10:59 AM
  3. Need help with site account creation.
    By badboy92 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 05-07-2008, 08:36 PM
  4. Need Help with Registration Site.
    By Anarchy in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 02-15-2008, 05:48 PM
All times are GMT -5. The time now is 07:27 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search