spora help menu

Shout-Out

User Tag List

Thread: spora help

Results 1 to 12 of 12
  1. #1
    dragonowner's Avatar Member
    Reputation
    5
    Join Date
    Jul 2008
    Posts
    208
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    spora help

    Ok i made to realm and i need to know how to made the accounts register in both databases.

    here is my config file

    PHP Code:
    <?php
    /*
        SPORA (Simple Page Of Registration of Accounts) for Ascent V1.5
        Simple Account Signup and Status Page

        Original creation by mirage666 for MaNGOS
        Modified by Kandyman for Ascent
        Modified again by ravenger
    */

    $lang="en";                        // Select your language, this is the map in the "language" folder
    $title="WoW Blood";                // This is the title for your site, displayed in the browser
    $img_base "images/";                // Directory were your images are
    $bg "karazhan.jpg";                // Insert here your background image, must located in "backgrounds" folder

    $host="localhost";                // Insert your host for the character database
    $user="root";                    // Insert your username for the character database
    $password="password";                // Insert your password for the character database
    $db="world";                     //Insert your name for the character database

    $hostr="localhost";                // Insert your host for the logonserver database
    $userr="root";                    // Insert your username for the logonserver database
    $passwordr="password";                // Insert your passeword for the logonserver database
    $dbr="world";                    //Insert your name for the logonserver database
    $database_encoding 'CP1251';        // Set database encoding

    $server "localhost";                // Server used by your ascent server
    $port "8129";                    // Port used by your ascent server
    $lock_acc=0;                    // This will lock the created account to the IP address (1 - on, 0 - off)
    $lock_reg=0;                    // This allowes to create 1 or more account from 1 IP addres, 0=unlimited, 1=one acc, 2=two etc...

    ?>
    i need it to add to world and world2

    spora help
  2. #2
    flop159's Avatar Member
    Reputation
    23
    Join Date
    Aug 2007
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    are u trying to make it so some one signing up could sign up for either realm?? ur gonna have to learn a lot

  3. #3
    volitle's Avatar Contributor
    Reputation
    181
    Join Date
    Nov 2007
    Posts
    1,127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeh also you should really only need one logon unless you want two different logons for each one.
    use my guide if you want might help might not How to make 2 realms(the real way) - MMOwned - World of Warcraft Exploits, Hacks, Bots and Guidesand to add to logon's just look further down someone was asking for that


  4. #4
    dragonowner's Avatar Member
    Reputation
    5
    Join Date
    Jul 2008
    Posts
    208
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no what i want is when you make an account it saves in world but i want it to save in world and world2

  5. #5
    volitle's Avatar Contributor
    Reputation
    181
    Join Date
    Nov 2007
    Posts
    1,127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not possible i think


  6. #6
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just tried everything i can think of, i dont think it is possible, sorry

  7. #7
    Dythzer's Avatar Contributor
    Reputation
    271
    Join Date
    May 2008
    Posts
    461
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Of course it's possible And it's not that hard either, you just need to modify some php code in your website files. Upload your spora website and I or someone else can maybe do it for you.

  8. #8
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dythzer, if ur thinking about adding stuff like more $db and $dbr it dont work at all, i tryed it only does 1 :P

  9. #9
    Dythzer's Avatar Contributor
    Reputation
    271
    Join Date
    May 2008
    Posts
    461
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kiev View Post
    Dythzer, if ur thinking about adding stuff like more and it dont work at all, i tryed it only does 1 :P
    If you just add a variable in the config file it wont do anything with it. You have to tell it to use that one too when you create an account so you can't just add stuff in the config file without editing stuff in other files like index.php

  10. #10
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fyi, that is in index.php, its at the top, i also added variables, no luck.

  11. #11
    Dythzer's Avatar Contributor
    Reputation
    271
    Join Date
    May 2008
    Posts
    461
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kiev View Post
    Fyi, that is in index.php, its at the top, i also added variables, no luck.
    Of course it wont work if you just add a new variable to config.php, top of index.php or where the hell they put them in. A config file.php was just a guess, that's why I asked him to upload the files... You must add a new SQL query in the php code with the world2 database or whatever

    This is a very simple problem so stop saying it's not possible.

    I'm bad at explaining in a userfriendly way so simply upload the files and I can fix it.
    Last edited by Dythzer; 07-12-2008 at 09:23 AM.

  12. #12
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know what your saying, i did all that, only put it in 1 db :S

Similar Threads

  1. Spora-I should edit it(help)
    By dongel in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 04-16-2009, 10:09 AM
  2. Spora help?
    By Taconaco in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 02-27-2009, 10:05 PM
  3. spora help
    By 1ns0mnia in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 04-24-2008, 10:46 AM
  4. Spora/Wamp Help
    By p1tch4k in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 03-23-2008, 05:34 PM
  5. bot help
    By xwhitedeathx in forum World of Warcraft General
    Replies: 3
    Last Post: 05-01-2006, 03:50 AM
All times are GMT -5. The time now is 06:51 AM. 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