[Help line 11] server website[ menu

User Tag List

Results 1 to 9 of 9
  1. #1
    Padlockcode's Avatar Active Member
    Reputation
    44
    Join Date
    Dec 2006
    Posts
    116
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Help line 11] server website[

    I cannot connect to my server via my ip. but i can connect to it via localhost. which i plan of fixxing later. but i do have a problem and will +Rep for anybody that can help me. This is the problem

    Parse error: syntax error, unexpected '=' in C:\wamp\www\includes\config.php on line 11

    and this 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
    */

    ="en";            // Language ("en" - english, "ru" - russian)
    ="MOOP CRAFT"// This is the title for your site, displayed in the browser
    "http://www.mmowned.com/forums/images/"// Directory were your images are
    "wotlk.jpg"// Insert here your background image, must located in "backgrounds" folder

    ="localhost"// Insert your host for the character database
    ="root"// Insert your username for the character database
    ="ascent"// Insert your password for the character database
    ="logon"// Insert your name for the character database

    ="localhost"// Insert your host for the logonserver database
    ="root"// Insert your username for the logonserver database
    ="ascent"// Insert your passeword for the logonserver database
    ="logon"// Insert your name for the logonserver database
    'CP1251'// Set database encoding

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

    ?>

    [Help line 11] server website[
  2. #2
    Zordin's Avatar Banned
    Reputation
    21
    Join Date
    Jan 2007
    Posts
    163
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    [php]<?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
    */
    
    ="en";            // Language ("en" - english, "ru" - russian)
    ="MOOP CRAFT"; // This is the title for your site, displayed in the browser
     = "http://www.mmowned.com/forums/images/"; // Directory were your images are
    = "wotlk.jpg"; // Insert here your background image, must located in "backgrounds" folder
    
    ="localhost"; // Insert your host for the character database
    ="root"; // Insert your username for the character database
    ="ascent"; // Insert your password for the character database
    ="logon"; // Insert your name for the character database
    
    ="localhost"; // Insert your host for the logonserver database
    ="root"; // Insert your username for the logonserver database
    ="ascent"; // Insert your passeword for the logonserver database
    ="logon"; // Insert your name for the logonserver database
    = 'CP1251'; // Set database encoding
    
    = "localhost"; // Server used by your ascent server
    = "8129"; // Port used by your ascent server
    =0; // This will lock the created account to the IP address (1 - on, 0 - off)
    =2; // This allowes to create 1 or more account from 1 IP addres, 0=unlimited, 1=one acc, 2=two etc...
    Try changing the red part to the "images" folder inside the spora folder. Example: C:\wamp5\www\spora\image\
    But the path you have it in.

  3. #3
    Padlockcode's Avatar Active Member
    Reputation
    44
    Join Date
    Dec 2006
    Posts
    116
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Still not working

    Still not working this is my config now

    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
    */

    ="en";            // Language ("en" - english, "ru" - russian)
    ="MOOP CRAFT"// This is the title for your site, displayed in the browser
    "C:wampwwwmages"// Directory were your images are
    "wotlk.jpg"// Insert here your background image, must located in "backgrounds" folder

    ="localhost"// Insert your host for the character database
    ="root"// Insert your username for the character database
    ="ascent"// Insert your password for the character database
    ="logon"// Insert your name for the character database

    ="localhost"// Insert your host for the logonserver database
    ="root"// Insert your username for the logonserver database
    ="ascent"// Insert your passeword for the logonserver database
    ="logon"// Insert your name for the logonserver database
    'CP1251'// Set database encoding

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

    ?>
    Last edited by Padlockcode; 06-12-2008 at 12:37 PM.

  4. #4
    Zordin's Avatar Banned
    Reputation
    21
    Join Date
    Jan 2007
    Posts
    163
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need to have \\\\\ between all the folders, "C:\wamp\www\images"

  5. #5
    Padlockcode's Avatar Active Member
    Reputation
    44
    Join Date
    Dec 2006
    Posts
    116
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Mhmm

    i do lol when i put it in the php thing it just gets rid of them.

  6. #6
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That conf is wrong. You have '=' but no variable names.

  7. #7
    Padlockcode's Avatar Active Member
    Reputation
    44
    Join Date
    Dec 2006
    Posts
    116
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    care to explain

    Originally Posted by TheSpidey View Post
    That conf is wrong. You have '=' but no variable names.
    What does this mean? no variable names? please explain or tell me how to fix

  8. #8
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now it tells that something = 8129

    But what is = that..

    You need names on what is that, like half of that conf file is ... gone.

    For example, there it stand 8129 it should be standing

    Port = '8129';

    (Prob not like that but something similar)

  9. #9
    Padlockcode's Avatar Active Member
    Reputation
    44
    Join Date
    Dec 2006
    Posts
    116
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ohh i understand. FIXXED PROBLEMS THANKS + REP TO BOTH OF YOU

Similar Threads

  1. Need help with private server website.PLZ
    By dogs2godz in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 04-25-2009, 06:51 PM
  2. Help on private server website.
    By Hedgehog993 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 02-21-2008, 08:54 AM
  3. Get Someone To Help You With The Website Server And Going Public
    By jonnd in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 11-23-2007, 08:15 PM
  4. server website help
    By .Cyong in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 10-19-2007, 10:49 PM
All times are GMT -5. The time now is 07:42 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