Help with Wamp config plxx menu

User Tag List

Results 1 to 14 of 14
  1. #1
    lethalllama's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help with Wamp config plxx

    This is my wamp config:
    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";						// Select your language, this is the map in the "language" folder
    ="Endless PvP"		// This is the title for your site, displayed in the browser
     = "C:wamp/www/images/misc/";			// Directory were your images are
     = "wotlk.jpg";			// Insert here your background image, must located in "backgrounds" folder
    
    ="Ascent";				// 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
    
    ="Ascent";				// 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)
    =0;					// This allowes to create 1 or more account from 1 IP addres, 0=unlimited, 1=one acc, 2=two etc...
    
    ?>

    my server goes online but when i go to it it says:

    Parse error: syntax error, unexpected T_VARIABLE in C:\wamp\www\includes\config.php on line 13

    wut did i do wrong ='[
    Last edited by lethalllama; 08-25-2008 at 03:16 PM.

    Help with Wamp config plxx
  2. #2
    Shao111's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2007
    Posts
    281
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lethalllama View Post
    This is my wamp config:
    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";                        // Select your language, this is the map in the "language" folder
    ="Endless PvP"        // This is the title for your site, displayed in the browser
     = "C:wamp/www/images/Misc/";            // Directory were your images are
     = "dark.jpg";            // Insert here your background image, must located in "backgrounds" folder
    
    ="Ascent";                // 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
    
    ="Ascent";                // 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)
    =0;                    // This allowes to create 1 or more account from 1 IP addres, 0=unlimited, 1=one acc, 2=two etc...
    
    ?>
    my server goes online but when i go to it it says:

    Parse error: syntax error, unexpected T_VARIABLE in C:wampwwwincludesconfig.php on line 13

    wut did i do wrong ='[
    Try changing this:

    Code:
     = "C:wamp/www/images/Misc/";			// Directory were your images are
    To:

    Code:
     = "C:/wamp/www/images/Misc/";			// Directory were your images are
    1 missing "/" can make all the difference.


  3. #3
    lethalllama's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    aww, thanks but im still getting the same error =/

    Parse error: syntax error, unexpected T_VARIABLE in C:\wamp\www\includes\config.php on line 13

  4. #4
    lethalllama's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is that supposed to be where you comp stores ur images? or where u want the images stored?

    cuz misc has nothing in it, i thought it was asking where it shud store images if needed,

    cuz my image folder is in administrator

  5. #5
    Shao111's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2007
    Posts
    281
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lethalllama View Post
    is that supposed to be where you comp stores ur images? or where u want the images stored?

    cuz misc has nothing in it, i thought it was asking where it shud store images if needed,

    cuz my image folder is in administrator

    That's the directory to the images your site will use, i.e. background, banners, etc. Not where it will store uploaded images, etc. Im guessing you need to put the file path to the images folder inside your admin folder.


  6. #6
    lethalllama's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    now my website jsut says

    Forbidden

    You don't have permission to access / on this server.

  7. #7
    Shao111's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2007
    Posts
    281
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lethalllama View Post
    now my website jsut says

    Forbidden

    You don't have permission to access / on this server.
    Try moving your images folder out of your admin folder and into the root directory of your site. (/www) Then give it a try. NOTE: you will need to change the file path settings for your image folder to wherever you place it.


  8. #8
    lethalllama's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so "C:/wamp/www/images/" shud work?


    and... is character DB my world or logonserv
    Last edited by lethalllama; 08-25-2008 at 03:53 PM.

  9. #9
    Shao111's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2007
    Posts
    281
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lethalllama View Post
    and... is character DB my world or logonserv

    Tends to vary, but, just go into your world/logonserver database (using Navicat, etc.) and find which one has the characters table in it. That's your character db.


  10. #10
    lethalllama's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cuz my world is Ascent and my logonserv is logon

    and i donno if i put it in right on my wamp config

  11. #11
    lethalllama's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ah ok
    tis both logon, but its still forbbiden

    endlesspvop.servegame.org

  12. #12
    lethalllama's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh, now endlesspvp.servegame.org works but the picture didnt work

  13. #13
    lethalllama's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OK, nevermind, image works but it says server is offline but its online, me and my friends are on right now, and they are at their houses so i knew its public

  14. #14
    Shao111's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2007
    Posts
    281
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure mate, I'm unable to connect to the site. Says connection timed out. Will let you know any solutions I come up with.


Similar Threads

  1. [How-To] Need help with my config
    By Frankly in forum Pokemon GO Hacks|Cheats
    Replies: 0
    Last Post: 08-10-2016, 01:31 PM
  2. [How-To] Need help with Necrobot Config
    By w1ck3d2016 in forum Pokemon GO Hacks|Cheats
    Replies: 0
    Last Post: 08-08-2016, 07:34 AM
  3. Can somone help me with WAMP ?
    By Wheeze in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 11-27-2007, 11:02 PM
  4. need help with config files!
    By ridders in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 11-23-2007, 05:31 PM
  5. Need help with wamp!
    By Avaonix in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 11-20-2007, 05:04 PM
All times are GMT -5. The time now is 10:01 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