[Question] Spora menu

User Tag List

Results 1 to 12 of 12
  1. #1
    ~ViVo~'s Avatar Banned
    Reputation
    52
    Join Date
    Feb 2008
    Posts
    560
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Question] Spora

    Its up and running and such, How do I add a forum, and/or Text at the top of the page/Announcement box. Anything like that?
    +Rep :confused:
    Edit:Gastric hasn't been on for 20 hours and the server page has been left un-touched.

    [Question] Spora
  2. #2
    mafiaboy's Avatar Contributor
    Reputation
    235
    Join Date
    May 2007
    Posts
    698
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    edit some html in the web page.

    Dl microsoft expression from piratebay and itll be a breeeeeeze

  3. #3
    ~ViVo~'s Avatar Banned
    Reputation
    52
    Join Date
    Feb 2008
    Posts
    560
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm not looking to download anything.. +rep for help.
    But does anyone know how I can do it w/o a program?

  4. #4
    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)
    Edit the php file

  5. #5
    ~ViVo~'s Avatar Banned
    Reputation
    52
    Join Date
    Feb 2008
    Posts
    560
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dude, What php file, Where in the php file and what do I put IN the php file?
    /grrr

  6. #6
    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)
    well tell me what u want to do in detail...because everything you need to edit is in the config.php file, also is it the spora (registration page you wanting to edit or do oyu want to add thing onto that.

    i cant help without knowing what u need in detail!


  7. #7
    ~ViVo~'s Avatar Banned
    Reputation
    52
    Join Date
    Feb 2008
    Posts
    560
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I want to be able to write text Directly on the page.. like an announcement box almost

  8. #8
    ~ViVo~'s Avatar Banned
    Reputation
    52
    Join Date
    Feb 2008
    Posts
    560
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ROFL.
    Downloaded the program.. took .5 seconds to download and then I couldn't find it.
    Can you say "Virus/Key Logger"?

  9. #9
    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)
    Spora is a php site. Find index.php and edit it, simple as that.

    As for what exactly to add - see for yourself :P

  10. #10
    ~ViVo~'s Avatar Banned
    Reputation
    52
    Join Date
    Feb 2008
    Posts
    560
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Where

    Every time I add something, Hello Error

    Code:
    <?php
    /* 
    	SPORA for Ascent v1.4
    	Simple Page Of Registration of Accounts for Ascent
    
    	It is made in the form of one page with fields of input of the 
    	information of an account and the list of players being on a server.
    	
    	Original Creation by mirage666 for MaNGOS	http://pomm.da.ru/
    	
    	Modified for Ascent by Kandyman			http://www.burning-wow.com
    
    */
    
    
    ="en";			// Language ("en" - english, "ru" - russian)
    ="ViVoWoW";		// Insert the title of your server here
    ="127.0.0.1";		// HOST for Character database
    ="root";			// USER for Character database
    ="******";		// PASS for Character database
    ="Ascent logon";			// NAME of Character database
    ="127.0.0.1";		// HOST for Logonserver database
    ="root";			// USER for Logonserver database
    ="******";		// PASS for Logonserver database
    ="Ascent";			// NAME of Logonserver database
     = 'CP1251'; 	// Set encoding
     = "img/";		// Image dir
     = "http://vivowow.servegame.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...
    
    
    
    Switch ()
    {
    case "en": 
    	="create_en.gif";
    	Every time I add something, Hello Error
    
    
    Code:
    <?php
    /* 
    	SPORA for Ascent v1.4
    	Simple Page Of Registration of Accounts for Ascent
    
    	It is made in the form of one page with fields of input of the 
    	information of an account and the list of players being on a server.
    	
    	Original Creation by mirage666 for MaNGOS	http://pomm.da.ru/
    	
    	Modified for Ascent by Kandyman			http://www.burning-wow.com
    
    */
    
    
    $lang="en";			// Language ("en" - english, "ru" - russian)
    $title="ViVoWoW";		// Insert the title of your server here
    $host="127.0.0.1";		// HOST for Character database
    $user="root";			// USER for Character database
    $password="******";		// PASS for Character database
    $db="Ascent logon";			// NAME of Character database
    $hostr="127.0.0.1";		// HOST for Logonserver database
    $userr="root";			// USER for Logonserver database
    $passwordr="******";		// PASS for Logonserver database
    $dbr="Ascent";			// NAME of Logonserver database
    $database_encoding = 'CP1251'; 	// Set encoding
    $img_base = "img/";		// Image dir
    $server = "http://vivowow.servegame.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...
    
    
    
    Switch ($lang)
    {
    case "en": 
    	$button="create_en.gif";
    	$text = Array(
    	'acc' => 'Creation of account',
    	'create' => 'is completed! If your looking to be a GM email me at ******',
    	'failed' => 'was not possible !',
    	'not_all' => 'Fields are filled not all',
    	'taken' => 'is already taken!',
    	'playerson' => 'players online',
    	'off' => 'is online!, Please email me at ****** If your looking to become a GM',
    	'name' => 'Account Name',
    	'password' => 'Password',
    	'ip_limit' => Array('From your IP ',' accounts are already created'),
    	'char' => Array('Name','Race','Class','LvL','Location'),
    	);
    	break; 
    case "ru": 
    	$button="create_ru.gif";
    	$text = Array(
    	'acc' => 	'Ñîçäàíèå àêêàóíòà',
    	'create' => 'çàâåðøåíî !',
    	'failed' => 'íåâîçìîæíî !',
    	'not_all' => 'Çàïîëíåíû íå âñå ïîëÿ',
    	'taken' => 'is already taken !',
    	'playerson' => 'èãðîêîâ íà ñåðâåðå',
    	'off' => 'ñåé÷àñ îòêëþ÷åí',
    	'name' => 'Èìÿ Àêêàóíòà',
    	'password' => 'Ïàðîëü',
    	'ip_limit' => Array('Ñ âàøåãî IP ',' àêêàóíòîâ óæå ñîçäàíî'),
    	'char' => Array('Ïåðñîíàæ','**àñà','Êëàññ','ËâË','**àñïîëîæåíèå'),
    	);
    	break; 
    }
    Its longer but I had to delete some. = Array( 'acc' => 'Creation of account', 'create' => 'is completed! If your looking to be a GM email me at ******', 'failed' => 'was not possible !', 'not_all' => 'Fields are filled not all', 'taken' => 'is already taken!', 'playerson' => 'players online', 'off' => 'is online!, Please email me at ****** If your looking to become a GM', 'name' => 'Account Name', 'password' => 'Password', 'ip_limit' => Array('From your IP ',' accounts are already created'), 'char' => Array('Name','Race','Class','LvL','Location'), ); break; case "ru": ="create_ru.gif"; Every time I add something, Hello Error
    Code:
    <?php
    /* 
    	SPORA for Ascent v1.4
    	Simple Page Of Registration of Accounts for Ascent
    
    	It is made in the form of one page with fields of input of the 
    	information of an account and the list of players being on a server.
    	
    	Original Creation by mirage666 for MaNGOS	http://pomm.da.ru/
    	
    	Modified for Ascent by Kandyman			http://www.burning-wow.com
    
    */
    
    
    $lang="en";			// Language ("en" - english, "ru" - russian)
    $title="ViVoWoW";		// Insert the title of your server here
    $host="127.0.0.1";		// HOST for Character database
    $user="root";			// USER for Character database
    $password="******";		// PASS for Character database
    $db="Ascent logon";			// NAME of Character database
    $hostr="127.0.0.1";		// HOST for Logonserver database
    $userr="root";			// USER for Logonserver database
    $passwordr="******";		// PASS for Logonserver database
    $dbr="Ascent";			// NAME of Logonserver database
    $database_encoding = 'CP1251'; 	// Set encoding
    $img_base = "img/";		// Image dir
    $server = "http://vivowow.servegame.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...
    
    
    
    Switch ($lang)
    {
    case "en": 
    	$button="create_en.gif";
    	$text = Array(
    	'acc' => 'Creation of account',
    	'create' => 'is completed! If your looking to be a GM email me at ******',
    	'failed' => 'was not possible !',
    	'not_all' => 'Fields are filled not all',
    	'taken' => 'is already taken!',
    	'playerson' => 'players online',
    	'off' => 'is online!, Please email me at ****** If your looking to become a GM',
    	'name' => 'Account Name',
    	'password' => 'Password',
    	'ip_limit' => Array('From your IP ',' accounts are already created'),
    	'char' => Array('Name','Race','Class','LvL','Location'),
    	);
    	break; 
    case "ru": 
    	$button="create_ru.gif";
    	$text = Array(
    	'acc' => 	'Ñîçäàíèå àêêàóíòà',
    	'create' => 'çàâåðøåíî !',
    	'failed' => 'íåâîçìîæíî !',
    	'not_all' => 'Çàïîëíåíû íå âñå ïîëÿ',
    	'taken' => 'is already taken !',
    	'playerson' => 'èãðîêîâ íà ñåðâåðå',
    	'off' => 'ñåé÷àñ îòêëþ÷åí',
    	'name' => 'Èìÿ Àêêàóíòà',
    	'password' => 'Ïàðîëü',
    	'ip_limit' => Array('Ñ âàøåãî IP ',' àêêàóíòîâ óæå ñîçäàíî'),
    	'char' => Array('Ïåðñîíàæ','**àñà','Êëàññ','ËâË','**àñïîëîæåíèå'),
    	);
    	break; 
    }
    Its longer but I had to delete some. = Array( 'acc' => 'Ñîçäàíèå àêêàóíòà', 'create' => 'çàâåðøåíî !', 'failed' => 'íåâîçìîæíî !', 'not_all' => 'Çàïîëíåíû íå âñå ïîëÿ', 'taken' => 'is already taken !', 'playerson' => 'èãðîêîâ íà ñåðâåðå', 'off' => 'ñåé÷àñ îòêëþ÷åí', 'name' => 'Èìÿ Àêêàóíòà', 'password' => 'Ïàðîëü', 'ip_limit' => Array('Ñ âàøåãî IP ',' àêêàóíòîâ óæå ñîçäàíî'), 'char' => Array('Ïåðñîíàæ','**àñà','Êëàññ','ËâË','**àñïîëîæåíèå'), ); break; }
    Its longer but I had to delete some.

  11. #11
    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)
    Scroll down till the place where the php ends (?>) and it's HTML from there on.

  12. #12
    ~ViVo~'s Avatar Banned
    Reputation
    52
    Join Date
    Feb 2008
    Posts
    560
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you.
    All I needed to know.
    (Rep'd you to many times today, Sorry)
    Last edited by ~ViVo~; 03-13-2008 at 07:18 PM.

Similar Threads

  1. Spora Question
    By jackthripper in forum WoW EMU Questions & Requests
    Replies: 7
    Last Post: 03-23-2009, 10:16 AM
  2. Spora question
    By volitle in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 07-03-2008, 06:32 PM
  3. Sorry..newb mail question
    By nolbishop in forum World of Warcraft General
    Replies: 2
    Last Post: 06-07-2006, 07:21 PM
  4. Question..
    By janzi9 in forum Community Chat
    Replies: 3
    Last Post: 04-02-2006, 10:20 AM
  5. A GALB question
    By bassman in forum World of Warcraft General
    Replies: 4
    Last Post: 03-28-2006, 09:49 AM
All times are GMT -5. The time now is 04:15 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