My Spora reg page wont show how many players are online or who is online =/ menu

User Tag List

Results 1 to 14 of 14
  1. #1
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    My Spora reg page wont show how many players are online or who is online =/

    Problem:
    Cant see whos online or how many players are online, and cant register. But the page looks like it should. I had this setup once before i reinstalled windows i setup everything as far as i know the same.

    Programs used:
    Xampp
    Spora layout

    Site:
    Click this link below to see the reg page but see that when u reg it says account was made but dosnt go to our ascent database, and also that it isnt showing who is online or how many


    BillyWOWarcraft Reg Page Click Here To See =(

    Config.php File Below

    <?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="BillyWOWarcraft"; // This is the title for your site, displayed in the browser
    $img_base = "http://www.mmowned.com/forums/images/"; // Directory were your images are
    $bg = "tbc.jpg"; // Insert here your background image, must located in "backgrounds" folder

    $host="127.0.0.1"; // Insert your host for the character database
    $user="XXXX"; // Insert your username for the character database
    $password="XXXX"; // Insert your password for the character database
    $db="ascent"; // Insert your name for the character database

    $hostr="127.0.0.1"; // Insert your host for the logonserver database
    $userr="XXXX"; // Insert your username for the logonserver database
    $passwordr="XXXX"; // Insert your passeword for the logonserver database
    $dbr="ascentlogon"; // Insert your name for the logonserver database
    $database_encoding = 'CP1251'; // Set database encoding

    $server = "127.0.0.1"; // 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...

    ?>

    As you can see in the above Config.php file the User and Pass as you can see is covered with XXXX But theres the setup ...... if the problem is possibly in xampp and anyone knows where to check plz msg me back and/or msg me on msn [email protected]


    Btw i used this link to get my spora ..... didnt use the wamp ... this is the old spora i also had that worked before i reinstalled everything

    http://www.mmowned.com/forums/ascent-guides/81195-how-easily-make-ascent-website.html#post531707
    Last edited by BillyBob31; 03-08-2008 at 06:33 PM.

    My Spora reg page wont show how many players are online or who is online =/
  2. #2
    roguesownu's Avatar Member
    Reputation
    10
    Join Date
    Nov 2006
    Posts
    189
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First off, not trying to insult you, but you might want to go back and read what you wrote, because it is hard to understand.

    Secondly, I have this problem too. I think it is because the SPORA needs to access your accounts and characters table, and if you have your database set up like me then you have them in separate databases (accounts in logon and characters in charatcer).

    The only way I can think to solve this is by combining those to databases (I would put the logon database into the character database) and then tell your SPORA configuration file to look in your character table.

    If your database isn't set up like that then I don't know what to tell you.

    Keep in mind I have NOT tested to see if this works, and I am not the greatest at anything dealing with private servers.

    Anyone feel free to correct me, just don't flame, because as I've stated already I'm not an expert.

    -Hope this helps!
    The following statement is true
    The previous statement is false

  3. #3
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated to give more detail!

  4. #4
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is your logon database in ascentlogon?
    If you need me you have my skype, if you don't have my skype then you don't need me.

  5. #5
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 2dgreengiant View Post
    is your logon database in ascentlogon?
    Thats the name of it =) the database with my accounts characters and table as such in it is named ascentlogon the other main database is named ascent

  6. #6
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i just made an account check it user a pass a
    If you need me you have my skype, if you don't have my skype then you don't need me.

  7. #7
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 2dgreengiant View Post
    i just made an account check it user a pass a
    Nope didnt work ... and as u can see it says o online and no players listed but there are players online .... i am running xampp so i stopped the apache service and installed wamp and tryed on there and still same problem so i put back to orignal on apache xampp

  8. #8
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    under server place the ip instead of the dynamic address, also whats up with

    = "http://www.mmowned.com/forums/images/"; // Directory were your images are
    ??? im sure the images are nto located there
    If you need me you have my skype, if you don't have my skype then you don't need me.

  9. #9
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 2dgreengiant View Post
    under server place the ip instead of the dynamic address, also whats up with



    ??? im sure the images are nto located there
    My internal ip ?? i tried that earlier had same thing ... but yeah lol the images thing idk it messed up in the copy paste but i fixed it to how it really is, i changed it and updated the above config.php file showing. I covered my last 3 digits in my ip

    Btw i used this link to get my spora ..... didnt use the wamp ... this is the old spora i also had that worked before i reinstalled everything

    http://www.mmowned.com/forums/ascent...tml#post531707
    Last edited by BillyBob31; 03-08-2008 at 05:51 PM.

  10. #10
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    actually change it to 127.0.0..1

    = "192.168.1.XXX"; // Server used by your ascent server
    Last edited by 2dgreengiant; 03-08-2008 at 05:55 PM.
    If you need me you have my skype, if you don't have my skype then you don't need me.

  11. #11
    Knife's Avatar Member
    Reputation
    44
    Join Date
    Dec 2007
    Posts
    254
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think its a router problem the ip 192.168.1.XXX its a router specific ip...so maybe youll need to forward those ports and make an account on dyndns
    Use the "Search" Button, its not hard
    +RepEveryone who helps and contributes


  12. #12
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Knife View Post
    I think its a router problem the ip 192.168.1.XXX its a router specific ip...so maybe youll need to forward those ports and make an account on dyndns
    I had my dyndns there and he told me to change it .. it was billywowarcraft.selfip.net

    he told me to change it ... and yes the ports are all forwarded

  13. #13
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    change it to 127.0.0.1
    If you need me you have my skype, if you don't have my skype then you don't need me.

  14. #14
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 2dgreengiant View Post
    change it to 127.0.0.1
    The ip i did dosnt work =/, could it be the xampp apache needs something special setup ? to activate through it ?? all i did was turn on apache

Similar Threads

  1. How many Players?
    By matiss in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 04-05-2009, 06:32 PM
  2. [Question] How many players does this hold?
    By LilleCarl in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 01-04-2009, 06:39 AM
  3. [Share] How many players can you hold?
    By 2dgreengiant in forum World of Warcraft Emulator Servers
    Replies: 66
    Last Post: 06-27-2008, 02:19 PM
  4. [QUESTION] How many players can my computer hold ?
    By EmiloZ in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 02-15-2008, 12:32 PM
  5. how many players will my server hold ?
    By staskax in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 02-12-2008, 02:49 PM
All times are GMT -5. The time now is 02:16 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search