[Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide] menu

User Tag List

Page 2 of 7 FirstFirst 123456 ... LastLast
Results 16 to 30 of 94
  1. #16
    Absolute Zero's Avatar Member
    Reputation
    6
    Join Date
    Oct 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide]

    Originally Posted by TMUNY529 View Post
    Well.. I thought everything was working just fine.. but I get to the part where I've finished extracting my maps and then start the Acsent Control Panel. I clock Launch Server and it isnt doing anything... at all. I've tried clicking it more than once and everything. I just have no clue where to even start looking to find out whats gone wrong. But, so you know, I did follow your guide word for word. Any suggestions? Something I'm missing?
    try starting it manually, open Mysql and apache.exe in the server folder and ascent & logonserver.exe in the ascent folder

    [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide]
  2. #17
    trygon11's Avatar Member
    Reputation
    4
    Join Date
    Oct 2007
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide]

    lol ridiculous u copy paste too much no rep sorry

  3. #18
    moomoo712's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide]

    thank you soo much this finally has my server running well

    and it doesnt matter if he copys at least hes getting us the info+Rep+Rep+Rep+Rep

  4. #19
    MissMurder's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide]

    Thanks for posting this guide! I problem though, I can connect to the server, but I can't enter realm?? I did as you said about creating 2 realms, one regular and 1 local w/ correct IP addresses but I can't log in! Is it because I'm on the same computer as my server is??? or how should I configure my realmlist.wtf ??? please help! ps-NE1 need help send me a message, I can help you over MSN!

  5. #20
    badkarma's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide]

    I'm baaaaack^^ xD
    ive got another prob: everything works but my site aint. when i do everything u say i get this:


    /* SPORA for Antrix v1.32 Simple Page Of Registration of Accounts for Antrix 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 Categories Modified for Antrix by Kandyman Burning WoW */ $lang="en"; // Language ("en" - english, "ru" - russian) $host="127.0.0.1"; // HOST for Antrix database $user="root"; // USER for Antrix database $password="password"; // PASS for Antrix database $db="antrix"; // NAME of Antrix database $hostr="127.0.0.1"; // HOST for Login database $userr="root"; // USER for Login database $passwordr="password"; // PASS for Login database $dbr="antrix"; // NAME of Login database $database_encoding = 'CP1251'; // Set encoding $img_base = "img/"; // Image dir $server = "127.0.0.1"; // Antrix Server Address $port = "8129"; // Antrix Server Port $title="WoW Server"; // Insert the title of your server here $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 !', 'failed' => 'was not possible !', 'not_all' => 'Fields are filled not all', 'taken' => 'is already taken !', 'playerson' => 'players online', 'off' => 'is offline', '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; } $maps_a = Array( 0 => 'Azeroth', 1 => 'Kalimdor', 2 => 'UnderMine', 13 => 'Test zone', 17 => 'Kalidar', 30 => 'Alterac Valley', 33 => 'Shadowfang Keep', 34 => 'The Stockade', 35 => 'Stormwind Prison', 36 => 'Deadmines', 37 => 'Plains of Snow', 43 => 'Wailing Caverns', 44 => 'Monastery Interior', 47 => 'Razorfen Kraul', 48 => 'Blackfathom Deeps', 70 => 'Uldaman', 90 => 'Gnomeregan', 109 => 'Sunken Temple', 129 => 'Razorfen Downs', 169 => 'Emerald Forest', 189 => 'Scarlet Monastery', 209 => 'Zul\'Farrak', 229 => 'Blackrock Spire', 230 => 'Blackrock Depths', 249 => 'Onyxias Lair', 269 => 'Caverns of Time', 289 => 'Scholomance', 309 => 'Zul\'Gurub', 329 => 'Stratholme', 349 => 'Maraudon', 369 => 'Deeprun Tram', 389 => 'Ragefire Chasm', 409 => 'The Molten Core', 429 => 'Dire Maul', 449 => 'Alliance PVP Barracks', 450 => 'Horde PVP Barracks', 451 => 'Development Land', 469 => 'Blackwing Lair', 489 => 'Warsong Gulch', 509 => 'Ruins of Ahn\'Qiraj', 529 => 'Arathi Basin', 530 => 'Burning Crusade Zones', 531 => 'Temple of Ahn\'Qiraj', 532 => 'Karazhan', 533 => 'Naxxramas', 534 => 'Hyjal Past', 540 => 'Shattered Halls', 542 => 'Blood Furnace', 543 => 'Hellfire Ramparts', 544 => 'Magtheridon\'s Lair', 545 => 'The Steamvault', 546 => 'The Black Temple', 547 => 'The Slave Pens', 548 => 'Coilfang Resevoir', 550 => 'The Eye', 552 => 'The Arcatraz', 553 => 'The Botanica', 554 => 'The Mechanar', 555 => 'Shadow Labyrinth', 556 => 'Sethekk Halls', 557 => 'Mana-Tombs', 558 => 'Auchenai Crypts', 559 => 'Nagrand Arena', 560 => 'Hillsbrad Past', 562 => 'Blade\'s Edge Arena', 564 => 'Black Temple', 565 => 'Gruul\'s Lair', 566 => 'Eye of the Storm', 568 => 'Zul\'aman', ); $zone = Array( 0 => Array( Array(700,10,1244,1873,'Undercity',1497), Array(-840,-1330,-5050,-4560,'Ironforge',1537), Array(1190,200,-9074,-8280,'Stormwind City',1519), Array(-2170,-4400,-7348,-6006,'Badlands',3), Array(-500,-4400,-4485,-2367,'Wetlands',11), Array(2220,-2250,-15422,-11299,'Stranglethorn Vale',33), Array(-1724,-3540,-9918,-8667,'Redridge Mountains',44), Array(-2480,-4400,-6006,-4485,'Loch Modan',3, Array(662,-1638,-11299,-9990,'Duskwood',10), Array(-1638,-2344,-11299,-9918,'Deadwind Pass',41), Array(834,-1724,-9990,-8526,'Elwynn Forest',12), Array(-500,-3100,-8667,-7348,'Burning Steppes',46), Array(-608,-2170,-7348,-6285,'Searing Gorge',51), Array(2000,-2480,-6612,-4485,'Dun Morogh',1), Array(-1575,-5425,-432,805,'The Hinterlands',47), Array(3016,662,-11299,-9400,'Westfall',40), Array(600,-1575,-1874,220,'Hillsbrad Foothills',267), Array(-2725,-6056,805,3800,'Eastern Plaguelands',139), Array(-850,-2725,805,3400,'Western Plaguelands',2, Array(2200,600,-900,1525,'Silverpine Forest',130), Array(2200,-850,1525,3400,'Tirisfal Glades',85), Array(-2250,-3520,-12800,-10666,'Blasted Lands',4), Array(-2344,-4516,-11070,-9600,'Swamp of Sorrows',, Array(-1575,-3900,-2367,-432,'Arathi Highlands',45), Array(600,-1575,220,1525,'Alterac Mountains',36), ), 1 => Array( Array(2698,2030,9575,10267,'Darnassus',1657), Array(326,-360,-1490,-910,'Thunder Bluff',163, Array(-3849,-4809,1387,2222,'Orgrimmar',1637), Array(-1300,-3250,7142,8500,'Moonglade',493), Array(2021,-400,-9000,-6016,'Silithus',1377), Array(-2259,-7000,4150,8500,'Winterspring',61, Array(-400,-2094,-8221,-6016,'Un\'Goro Crater',490), Array(-590,-2259,3580,7142,'Felwood',361), Array(-3787,-8000,1370,6000,'Azshara',16), Array(-1900,-5500,-10475,-6825,'Tanaris',440), Array(-2478,-5500,-5135,-2330,'Dustwallow Marsh',15), Array(360,-1536,-3474,-412,'Mulgore',215), Array(4000,-804,-6828,-2477,'Feralas',357), Array(3500,360,-2477,372,'Desolace',405), Array(-804,-5500,-6828,-4566,'Thousand Needles',400), Array(-3758,-5500,-1300,1370,'Durotar',14), Array(1000,-3787,1370,4150,'Ashenvale',331), Array(2500,-1300,4150,8500,'Darkshore',14, Array(3814,-1100,8600,11831,'Teldrassil',141), Array(3500,-804,-412,3580,'Stonetalon Mountains',406), Array(-804,-4200,-4566,1370,'The Barrens',17), ), 530 => Array( Array(6135.25,4829,-2344.78,-1473.95,'Shattrath City',3703), Array(-6400.75,-7612.20,9346.93,10153.70,'Silvermoon City',3487), Array(5483.33,-91.66,1739.58,5456.25,'Netherstorm',3523), Array(7083.33,1683.33,-4600,-999.99,'Terokkar Forest',3519), Array(10295.83,4770.83,-3641.66,41.66,'Nagrand',351, Array(-10075,-13337.49,-2933.33,-758.33,'Bloodmyst Isle',3525), Array(8845.83,3420.83,791.66,4408.33,'Blades Edge Mountains',3522), Array(4225,-1275,-5614.58,-1947.91,'Shadowmoon Valley',3520), Array(-11066.36,-12123.13,-4314.37,-3609.68,'The Exodar',3557), Array(9475,4447.91,-1416.66,1935.41,'Zangarmarsh',3521), Array(5539.58,375,-1962.49,1481.25,'Hellfire Peninsula',3483), Array(-10500,-14570.83,-5508.33,-2793.75,'Azuremyst Isle',3524), Array(-5283.33,-8583.33,6066.66,8266.66,'Ghostlands',3433), Array(-4487,-9412,7758,11041,'Eversong Woods',3430) ), ); $def = Array( 'character_race' => Array( 1 => 'Human', 2 => 'Orc', 3 => 'Dwarf', 4 => 'Night Elf', 5 => 'Undead', 6 => 'Tauren', 7 => 'Gnome', 8 => 'Troll', 9 => 'Goblin', 10 => 'Blood Elf', 11 => 'Draenei', ), 'character_class' => Array( 1 => 'Warrior', 2 => 'Paladin', 3 => 'Hunter', 4 => 'Rogue', 5 => 'Priest', 7 => 'Shaman', 8 => 'Mage', 9 => 'Warlock', 11 => 'Druid', ), ); class DBLayer { var $link_id; var $query_result; var $saved_queries = array(); var $num_queries = 0; function DBLayer($db_host, $db_username, $db_password, $db_name) { $this->link_id = @mysql_connect($db_host, $db_username, $db_password, true); if ($this->link_id) { if (@mysql_select_db($db_name, $this->link_id)) return $this->link_id; else error('Unable to select database. MySQL reported: '.mysql_error(), __FILE__, __LINE__); } else error('Unable to connect to MySQL server. MySQL reported: '.mysql_error(), __FILE__, __LINE__); } function query($sql) { $this->query_result = @mysql_query($sql, $this->link_id); if ($this->query_result) { ++$this->num_queries; return $this->query_result; } else { return false; } } function result($query_id = 0, $row = 0) { return ($query_id) ? @mysql_result($query_id, $row) : false; } function fetch_assoc($query_id = 0) { return ($query_id) ? @mysql_fetch_assoc($query_id) : false; } function fetch_row($query_id = 0) { return ($query_id) ? @mysql_fetch_row($query_id) : false; } function num_rows($query_id = 0) { return ($query_id) ? @mysql_num_rows($query_id) : false; } function affected_rows() { return ($this->link_id) ? @mysql_affected_rows($this->link_id) : false; } function insert_id() { return ($this->link_id) ? @mysql_insert_id($this->link_id) : false; } function get_num_queries() { return $this->num_queries; } function get_saved_queries() { return $this->saved_queries; } function free_result($query_id = false) { return ($query_id) ? @mysql_free_result($query_id) : false; } function escape($str) { if (function_exists('mysql_real_escape_string')) return mysql_real_escape_string($str, $this->link_id); else return mysql_escape_string($str); } function error() { $result['error_sql'] = @current(@end($this->saved_queries)); $result['error_no'] = @mysql_errno($this->link_id); $result['error_msg'] = @mysql_error($this->link_id); return $result; } function close() { if ($this->link_id) { if ($this->query_result) @mysql_free_result($this->query_result); return @mysql_close($this->link_id); } else return false; } } function error($message, $file, $line, $db_error = false) { global $siteerrors; $s = "\t\t".'Error: '.$message.'.'."\n"; echo $s; } function get_zone_name($mapid, $x, $y){ global $maps_a, $zone; if (!empty($maps_a[$mapid])) { $zmap=$maps_a[$mapid]; if (($mapid==0) or ($mapid==1) or ($mapid==530)) { $i=0; $c=count($zone[$mapid]); while ($i<$c) { if ($zone[$mapid][$i][2] < $x AND $zone[$mapid][$i][3] > $x AND $zone[$mapid][$i][1] < $y AND $zone[$mapid][$i][0] > $y) $zmap=$zone[$mapid][$i][4]; $i++; } } } else $zmap="Unknown zone"; return $zmap; } function test_realm(){ global $server, $port; $s = @fsockopen("$server", $port, $ERROR_NO, $ERROR_STR,(float)0.5); if($s){@fclose($s);return true;} else return false; } function get_realm_name(){ global $hostr, $userr, $passwordr, $dbr, $database_encoding; $realm_db = new DBLayer($hostr, $userr, $passwordr, $dbr); $realm_db->query("SET NAMES $database_encoding"); $query = $realm_db->query("SELECT * FROM `realmlist`"); $result = $realm_db->fetch_assoc($query); $realm_db->close(); unset($realm_db); return($result['name']); } if (empty($_POST['username']) and empty($_POST['passw']) and/* SPORA for Antrix v1.32 Simple Page Of Registration of Accounts for Antrix 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 Categories Modified for Antrix by Kandyman Burning WoW */ $lang="en"; // Language ("en" - english, "ru" - russian) $host="127.0.0.1"; // HOST for Antrix database $user="root"; // USER for Antrix database $password="password"; // PASS for Antrix database $db="antrix"; // NAME of Antrix database $hostr="127.0.0.1"; // HOST for Login database $userr="root"; // USER for Login database $passwordr="password"; // PASS for Login database $dbr="antrix"; // NAME of Login database $database_encoding = 'CP1251'; // Set encoding $img_base = "img/"; // Image dir $server = "127.0.0.1"; // Antrix Server Address $port = "8129"; // Antrix Server Port $title="WoW Server"; // Insert the title of your server here $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 !', 'failed' => 'was not possible !', 'not_all' => 'Fields are filled not all', 'taken' => 'is already taken !', 'playerson' => 'players online', 'off' => 'is offline', '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; } $maps_a = Array( 0 => 'Azeroth', 1 => 'Kalimdor', 2 => 'UnderMine', 13 => 'Test zone', 17 => 'Kalidar', 30 => 'Alterac Valley', 33 => 'Shadowfang Keep', 34 => 'The Stockade', 35 => 'Stormwind Prison', 36 => 'Deadmines', 37 => 'Plains of Snow', 43 => 'Wailing Caverns', 44 => 'Monastery Interior', 47 => 'Razorfen Kraul', 48 => 'Blackfathom Deeps', 70 => 'Uldaman', 90 => 'Gnomeregan', 109 => 'Sunken Temple', 129 => 'Razorfen Downs', 169 => 'Emerald Forest', 189 => 'Scarlet Monastery', 209 => 'Zul\'Farrak', 229 => 'Blackrock Spire', 230 => 'Blackrock Depths', 249 => 'Onyxias Lair', 269 => 'Caverns of Time', 289 => 'Scholomance', 309 => 'Zul\'Gurub', 329 => 'Stratholme', 349 => 'Maraudon', 369 => 'Deeprun Tram', 389 => 'Ragefire Chasm', 409 => 'The Molten Core', 429 => 'Dire Maul', 449 => 'Alliance PVP Barracks', 450 => 'Horde PVP Barracks', 451 => 'Development Land', 469 => 'Blackwing Lair', 489 => 'Warsong Gulch', 509 => 'Ruins of Ahn\'Qiraj', 529 => 'Arathi Basin', 530 => 'Burning Crusade Zones', 531 => 'Temple of Ahn\'Qiraj', 532 => 'Karazhan', 533 => 'Naxxramas', 534 => 'Hyjal Past', 540 => 'Shattered Halls', 542 => 'Blood Furnace', 543 => 'Hellfire Ramparts', 544 => 'Magtheridon\'s Lair', 545 => 'The Steamvault', 546 => 'The Black Temple', 547 => 'The Slave Pens', 548 => 'Coilfang Resevoir', 550 => 'The Eye', 552 => 'The Arcatraz', 553 => 'The Botanica', 554 => 'The Mechanar', 555 => 'Shadow Labyrinth', 556 => 'Sethekk Halls', 557 => 'Mana-Tombs', 558 => 'Auchenai Crypts', 559 => 'Nagrand Arena', 560 => 'Hillsbrad Past', 562 => 'Blade\'s Edge Arena', 564 => 'Black Temple', 565 => 'Gruul\'s Lair', 566 => 'Eye of the Storm', 568 => 'Zul\'aman', ); $zone = Array( 0 => Array( Array(700,10,1244,1873,'Undercity',1497), Array(-840,-1330,-5050,-4560,'Ironforge',1537), Array(1190,200,-9074,-8280,'Stormwind City',1519), Array(-2170,-4400,-7348,-6006,'Badlands',3), Array(-500,-4400,-4485,-2367,'Wetlands',11), Array(2220,-2250,-15422,-11299,'Stranglethorn Vale',33), Array(-1724,-3540,-9918,-8667,'Redridge Mountains',44), Array(-2480,-4400,-6006,-4485,'Loch Modan',3, Array(662,-1638,-11299,-9990,'Duskwood',10), Array(-1638,-2344,-11299,-9918,'Deadwind Pass',41), Array(834,-1724,-9990,-8526,'Elwynn Forest',12), Array(-500,-3100,-8667,-7348,'Burning Steppes',46), Array(-608,-2170,-7348,-6285,'Searing Gorge',51), Array(2000,-2480,-6612,-4485,'Dun Morogh',1), Array(-1575,-5425,-432,805,'The Hinterlands',47), Array(3016,662,-11299,-9400,'Westfall',40), Array(600,-1575,-1874,220,'Hillsbrad Foothills',267), Array(-2725,-6056,805,3800,'Eastern Plaguelands',139), Array(-850,-2725,805,3400,'Western Plaguelands',2, Array(2200,600,-900,1525,'Silverpine Forest',130), Array(2200,-850,1525,3400,'Tirisfal Glades',85), Array(-2250,-3520,-12800,-10666,'Blasted Lands',4), Array(-2344,-4516,-11070,-9600,'Swamp of Sorrows',, Array(-1575,-3900,-2367,-432,'Arathi Highlands',45), Array(600,-1575,220,1525,'Alterac Mountains',36), ), 1 => Array( Array(2698,2030,9575,10267,'Darnassus',1657), Array(326,-360,-1490,-910,'Thunder Bluff',163, Array(-3849,-4809,1387,2222,'Orgrimmar',1637), Array(-1300,-3250,7142,8500,'Moonglade',493), Array(2021,-400,-9000,-6016,'Silithus',1377), Array(-2259,-7000,4150,8500,'Winterspring',61, Array(-400,-2094,-8221,-6016,'Un\'Goro Crater',490), Array(-590,-2259,3580,7142,'Felwood',361), Array(-3787,-8000,1370,6000,'Azshara',16), Array(-1900,-5500,-10475,-6825,'Tanaris',440), Array(-2478,-5500,-5135,-2330,'Dustwallow Marsh',15), Array(360,-1536,-3474,-412,'Mulgore',215), Array(4000,-804,-6828,-2477,'Feralas',357), Array(3500,360,-2477,372,'Desolace',405), Array(-804,-5500,-6828,-4566,'Thousand Needles',400), Array(-3758,-5500,-1300,1370,'Durotar',14), Array(1000,-3787,1370,4150,'Ashenvale',331), Array(2500,-1300,4150,8500,'Darkshore',14, Array(3814,-1100,8600,11831,'Teldrassil',141), Array(3500,-804,-412,3580,'Stonetalon Mountains',406), Array(-804,-4200,-4566,1370,'The Barrens',17), ), 530 => Array( Array(6135.25,4829,-2344.78,-1473.95,'Shattrath City',3703), Array(-6400.75,-7612.20,9346.93,10153.70,'Silvermoon City',3487), Array(5483.33,-91.66,1739.58,5456.25,'Netherstorm',3523), Array(7083.33,1683.33,-4600,-999.99,'Terokkar Forest',3519), Array(10295.83,4770.83,-3641.66,41.66,'Nagrand',351, Array(-10075,-13337.49,-2933.33,-758.33,'Bloodmyst Isle',3525), Array(8845.83,3420.83,791.66,4408.33,'Blades Edge Mountains',3522), Array(4225,-1275,-5614.58,-1947.91,'Shadowmoon Valley',3520), Array(-11066.36,-12123.13,-4314.37,-3609.68,'The Exodar',3557), Array(9475,4447.91,-1416.66,1935.41,'Zangarmarsh',3521), Array(5539.58,375,-1962.49,1481.25,'Hellfire Peninsula',3483), Array(-10500,-14570.83,-5508.33,-2793.75,'Azuremyst Isle',3524), Array(-5283.33,-8583.33,6066.66,8266.66,'Ghostlands',3433), Array(-4487,-9412,7758,11041,'Eversong Woods',3430) ), ); $def = Array( 'character_race' => Array( 1 => 'Human', 2 => 'Orc', 3 => 'Dwarf', 4 => 'Night Elf', 5 => 'Undead', 6 => 'Tauren', 7 => 'Gnome', 8 => 'Troll', 9 => 'Goblin', 10 => 'Blood Elf', 11 => 'Draenei', ), 'character_class' => Array( 1 => 'Warrior', 2 => 'Paladin', 3 => 'Hunter', 4 => 'Rogue', 5 => 'Priest', 7 => 'Shaman', 8 => 'Mage', 9 => 'Warlock', 11 => 'Druid', ), ); class DBLayer { var $link_id; var $query_result; var $saved_queries = array(); var $num_queries = 0; function DBLayer($db_host, $db_username, $db_password, $db_name) { $this->link_id = @mysql_connect($db_host, $db_username, $db_password, true); if ($this->link_id) { if (@mysql_select_db($db_name, $this->link_id)) return $this->link_id; else error('Unable to select database. MySQL reported: '.mysql_error(), __FILE__, __LINE__); } else error('Unable to connect to MySQL server. MySQL reported: '.mysql_error(), __FILE__, __LINE__); } function query($sql) { $this->query_result = @mysql_query($sql, $this->link_id); if ($this->query_result) { ++$this->num_queries; return $this->query_result; } else { return false; } } function result($query_id = 0, $row = 0) { return ($query_id) ? @mysql_result($query_id, $row) : false; } function fetch_assoc($query_id = 0) { return ($query_id) ? @mysql_fetch_assoc($query_id) : false; } function fetch_row($query_id = 0) { return ($query_id) ? @mysql_fetch_row($query_id) : false; } function num_rows($query_id = 0) { return ($query_id) ? @mysql_num_rows($query_id) : false; } function affected_rows() { return ($this->link_id) ? @mysql_affected_rows($this->link_id) : false; } function insert_id() { return ($this->link_id) ? @mysql_insert_id($this->link_id) : false; } function get_num_queries() { return $this->num_queries; } function get_saved_queries() { return $this->saved_queries; } function free_result($query_id = false) { return ($query_id) ? @mysql_free_result($query_id) : false; } function escape($str) { if (function_exists('mysql_real_escape_string')) return mysql_real_escape_string($str, $this->link_id); else return mysql_escape_string($str); } function error() { $result['error_sql'] = @current(@end($this->saved_queries)); $result['error_no'] = @mysql_errno($this->link_id); $result['error_msg'] = @mysql_error($this->link_id); return $result; } function close() { if ($this->link_id) { if ($this->query_result) @mysql_free_result($this->query_result); return @mysql_close($this->link_id); } else return false; } } function error($message, $file, $line, $db_error = false) { global $siteerrors; $s = "\t\t".'Error: '.$message.'.'."\n"; echo $s; } function get_zone_name($mapid, $x, $y){ global $maps_a, $zone; if (!empty($maps_a[$mapid])) { $zmap=$maps_a[$mapid]; if (($mapid==0) or ($mapid==1) or ($mapid==530)) { $i=0; $c=count($zone[$mapid]); while ($i<$c) { if ($zone[$mapid][$i][2] < $x AND $zone[$mapid][$i][3] > $x AND $zone[$mapid][$i][1] < $y AND $zone[$mapid][$i][0] > $y) $zmap=$zone[$mapid][$i][4]; $i++; } } } else $zmap="Unknown zone"; return $zmap; } function test_realm(){ global $server, $port; $s = @fsockopen("$server", $port, $ERROR_NO, $ERROR_STR,(float)0.5); if($s){@fclose($s);return true;} else return false; } function get_realm_name(){ global $hostr, $userr, $passwordr, $dbr, $database_encoding; $realm_db = new DBLayer($hostr, $userr, $passwordr, $dbr); $realm_db->query("SET NAMES $database_encoding"); $query = $realm_db->query("SELECT * FROM `realmlist`"); $result = $realm_db->fetch_assoc($query); $realm_db->close(); unset($realm_db); return($result['name']); } if (empty($_POST['username']) and empty($_POST['passw'])



    like....WTF ?^^ anyone can help??

  6. #21
    MissMurder's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide]

    Hey I got a problem! I followed all the tutorials exactally, forwared ports, and set up AC webs repack 7.0 exactally as I was told, and I can connect, but my friend can't! I set it up first Hamachi, then tried DyDns host name and like I said, I can join but no one else can! Could it be a port problem in my network places? Do I need to chose the setting "enable shared connection"?? Cause when I try that, it says conflicting ports! Please some1 help me! I 'm on MSN at [email protected] also MySpace.com - cyndi - 28 - Female - lakenheath - www.myspace.com/cyndischnepp or message me please!!!:confused:+Rep+Rep

  7. #22
    MissMurder's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide]

    Hey guys! Absolute Zero is the ABSOLUTE KING!! His guide is perfect! If you have a router hooked u have to disable the router firewall..see your router makers manual for instructions..thats what I did and it worked!!!+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep

  8. #23
    DelaneyMagic's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide]

    Hey zero i got as far as when you say "Now you need to open the Control Panel in C:\AC Web Ultimate Repack and click on
    Start Server. 4 Windows will open. Dont close them, you need them up for your server
    to work. If you go onto the Ascent program, when it says Ping around the bottom,
    you can then log onto your server.
    Now you can log in with the username admin and password admin."

    but the 4 boxes wont open...what shall i do?

  9. #24
    Absolute Zero's Avatar Member
    Reputation
    6
    Join Date
    Oct 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide]

    Originally Posted by DelaneyMagic View Post
    Hey zero i got as far as when you say "Now you need to open the Control Panel in C:AC Web Ultimate Repack and click on
    Start Server. 4 Windows will open. Dont close them, you need them up for your server
    to work. If you go onto the Ascent program, when it says Ping around the bottom,
    you can then log onto your server.
    Now you can log in with the username admin and password admin."

    but the 4 boxes wont open...what shall i do?
    ffs... EVERYONE READ THIS B4 U POST... If you have an error, give me the error and i might be able to help!

    maybe it wont come up cuz its not in the C:\ or if it is, try starting MySQL and Apache from server folder manually, then logonserver and ascent in the ascent folder

  10. #25
    Absolute Zero's Avatar Member
    Reputation
    6
    Join Date
    Oct 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide]

    Badkarma -
    LEARN TO USE CODE!!!
    and read the guide and you might get somewhere

    Trygon11 -
    dude there are loads of guides out there that are for ac-web 7.1 ascent servers.. why dont u go bug them... and mine is probably one of the longest guides, how could i copy and paste...
    your probably fat and lazy, i dont see you being able to write your own guide anyday
    Last edited by Absolute Zero; 11-07-2007 at 01:43 PM.

  11. #26
    Weekday's Avatar Contributor

    Reputation
    144
    Join Date
    Sep 2007
    Posts
    350
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide]

    Good guide, thanks! But one problem... When I click Launch server and the 4 windows open, 2 of them just close.. Please help xD

    EDIT: Got it to work.. Just deleted my old MySQL..

    I will + rep you when I get it to work!
    Last edited by Weekday; 11-07-2007 at 03:19 PM.

  12. #27
    skatepile91's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide]

    my I.P. doesent start with 192 =\, it starts with 74 ...... how do i get it then?
    GET OWNED OR BE OWNED!

  13. #28
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide]

    i would recommond either using pictures or a video if your gonna teach in paragraph format. just a suggestion b/c its hard for me to read

  14. #29
    Absolute Zero's Avatar Member
    Reputation
    6
    Join Date
    Oct 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide]

    Originally Posted by skatepile91 View Post
    my I.P. doesent start with 192 =, it starts with 74 ...... how do i get it then?
    that could be your external ip or if your from a different country then it could be your internal, just test it out

  15. #30
    Absolute Zero's Avatar Member
    Reputation
    6
    Join Date
    Oct 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide]

    Originally Posted by wareagle920 View Post
    i would recommond either using pictures or a video if your gonna teach in paragraph format. just a suggestion b/c its hard for me to read
    lol dude i dont need advice on how to make a guide and im planning on making a video but im busy right now, why dont u make your own if your not satisfied

Page 2 of 7 FirstFirst 123456 ... LastLast

Similar Threads

  1. Setting up your own AC-Web Server
    By rebel099 in forum WoW EMU Guides & Tutorials
    Replies: 4
    Last Post: 05-26-2008, 11:07 AM
  2. The Complete Guide On Setting Up Your Own AC-Web Server! (Guide Downloads)
    By Absolute Zero in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 02-13-2008, 10:49 AM
  3. Forrest's Idiot-proof Guide to Setting Up Your Own MangoS Server
    By Forrest in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 01-29-2008, 07:44 AM
  4. Forrest's Idiot-proof Guide to Setting Up Your Own MangoS Server
    By Forrest in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 01-29-2008, 03:21 AM
  5. [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Simple Guide]
    By Absolute Zero in forum WoW EMU Guides & Tutorials
    Replies: 88
    Last Post: 01-26-2008, 04:55 PM
All times are GMT -5. The time now is 02:11 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