Elysium Core 1.12 Repack - Including MMaps and Optional Vendors menu

User Tag List

Page 17 of 75 FirstFirst ... 13141516171819202167 ... LastLast
Results 241 to 255 of 1125
  1. #241
    Poppycock's Avatar Member
    Reputation
    1
    Join Date
    Nov 2017
    Posts
    4
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by brotalnia View Post
    Well if they login to your mysql server they can do anything. If you don't want to change it then don't open the mysql port. It is also possible to edit the database from a browser if Apache is running as it includes Adminer. They can go to your_ip/adminer.php and login if they know the user and password for mysql.
    Thanks for the helpful info!

    I removed adminer.php from the server, changed the SQL password, and then updated realmd.conf, mangosd.conf, index.php and info.php with the new SQL credentials.

    Hopefully we're a lot less likely to suffer from "h@xX0r" shenanigans now.

    Elysium Core 1.12 Repack - Including MMaps and Optional Vendors
  2. #242
    weavil's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Brotalnia, I took a stab at building from source and I'm a bit lost at the sql migrations. I've tried world.sql from release/development/bropack all seem to have migrations that need to be added.

    when I ./merge.sh from the migrations folder and try to bring them in ~-/$mysql -u root -p world < 'merge.sql'

    I get errors about duplicate entries.

    I also tried to just the full database 218.3mB. Those too seem to be missing migrations.

    any tips for me? thanks

  3. #243
    brotalnia's Avatar Elite User
    Reputation
    498
    Join Date
    Apr 2009
    Posts
    473
    Thanks G/R
    26/301
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    2 Thread(s)
    Simply get the last full db from here:
    GitHub - LightsHope/database

    And then apply the migration to it. Do not use world.sql that is an empty db, it creates only the structure.

  4. #244
    weavil's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by brotalnia View Post
    Simply get the last full db from here:
    GitHub - LightsHope/database

    And then apply the migration to it. Do not use world.sql that is an empty db, it creates only the structure.
    I'm failing at the migration part. I don't have much experience with with sql but this is what I'm doing

    I dropped the existing schema of world

    I created database world and imported in the database from lightshope

    I then merged the sql files in the migrations folder using merge.sh

    Then tried to import that in to world when I get

    ERROR 1062 (23000) at line 19: Duplicate entry '909-3456' for key 'PRIMARY'

  5. #245
    brotalnia's Avatar Elite User
    Reputation
    498
    Join Date
    Apr 2009
    Posts
    473
    Thanks G/R
    26/301
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    2 Thread(s)
    I think you are trying to apply old migrations. You only need to apply those in this folder:
    server/sql/migrations at development * LightsHope/server * GitHub

  6. #246
    weavil's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by brotalnia View Post
    I think you are trying to apply old migrations. You only need to apply those in this folder:
    server/sql/migrations at development * LightsHope/server * GitHub

    using the newest database at lightshope, then merging the sql files in /migrations I can import that with no errors however it still leaves with 60 files left to be migrated. those i see are in the old_migrations folder i merge those and try to bring them in and get the duplicate error msg again. lol this is last step too i need.

    thanks brotalnia

  7. #247
    brotalnia's Avatar Elite User
    Reputation
    498
    Join Date
    Apr 2009
    Posts
    473
    Thanks G/R
    26/301
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by weavil View Post
    using the newest database at lightshope, then merging the sql files in /migrations I can import that with no errors however it still leaves with 60 files left to be migrated. those i see are in the old_migrations folder i merge those and try to bring them in and get the duplicate error msg again. lol this is last step too i need.

    thanks brotalnia
    I do not understand what you are trying to do. Everything in old_migrations is already part of the full database release. Migrations get moved to old_migrations whenever a new database release is made. Maybe i should just delete the old migrations folder so nobody can get confused and try to apply them on latest db which already has them. Do not attempt to apply old migrations on latest database.

  8. #248
    weavil's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by brotalnia View Post
    I do not understand what you are trying to do. Everything in old_migrations is already part of the full database release. Migrations get moved to old_migrations whenever a new database release is made. Maybe i should just delete the old migrations folder so nobody can get confused and try to apply them on latest db which already has them. Do not attempt to apply old migrations on latest database.
    I don't think you understood problem, in any case since thepparker last commit I now have a working vanilla server for ubuntu xenial, all is well now.

    thanks

  9. #249
    Noituri's Avatar Active Member Witcher CoreCoins Purchaser
    Reputation
    32
    Join Date
    Aug 2007
    Posts
    66
    Thanks G/R
    10/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Which guide do you suggest if I want to compile for Debian?

  10. #250
    doomwalkerzx's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    11
    Thanks G/R
    1/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i started war effort AQ event on patch 1.9 and for some reason i cannot turn in items to finish the requirement, any ideas how to start the war effort event from scratch ?

  11. #251
    brotalnia's Avatar Elite User
    Reputation
    498
    Join Date
    Apr 2009
    Posts
    473
    Thanks G/R
    26/301
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by Noituri View Post
    Which guide do you suggest if I want to compile for Debian?
    I use only Windows so i can't help you with that. Try asking on the developer discord.

    Discord

    Originally Posted by doomwalkerzx View Post
    i started war effort AQ event on patch 1.9 and for some reason i cannot turn in items to finish the requirement, any ideas how to start the war effort event from scratch ?
    To properly reset the AQ event you need to empty the `variables` table in `mangos` database.

  12. #252
    seebaby's Avatar Member
    Reputation
    2
    Join Date
    Jan 2010
    Posts
    7
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Heyho brotalnia nice repack


    Can you make a video for the core compilation of Lightshope Core

    and list the programs you need with versions or links.

    How to Compile the Elysium Core - YouTube not work for me

    Thank you

    sry for my bad english

  13. #253
    brotalnia's Avatar Elite User
    Reputation
    498
    Join Date
    Apr 2009
    Posts
    473
    Thanks G/R
    26/301
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by seebaby View Post
    Heyho brotalnia nice repack


    Can you make a video for the core compilation of Lightshope Core

    and list the programs you need with versions or links.

    How to Compile the Elysium Core - YouTube not work for me

    Thank you

    sry for my bad english
    Read the wiki - Compiling on Windows * LightsHope/server Wiki * GitHub

  14. Thanks seebaby (1 members gave Thanks to brotalnia for this useful post)
  15. #254
    seebaby's Avatar Member
    Reputation
    2
    Join Date
    Jan 2010
    Posts
    7
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh sry ty for link

  16. #255
    weavil's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Noituri View Post
    Which guide do you suggest if I want to compile for Debian?

    just fyi, i used the instructions here:

    server/.travis.yml at development * LightsHope/server * GitHub

    everything else is pretty much the same. setup mysql create db's.

    ive built a few times in the past week with no issues.

Similar Threads

  1. [Repack] OpenBasic Core 3.3.0 + Custom DB. and more!
    By Algorithm in forum WoW EMU General Releases
    Replies: 66
    Last Post: 01-08-2010, 06:50 PM
  2. Orion Repack With Guide And How To Get Public (hamatchi)
    By orien30000 in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 04-16-2008, 03:01 AM
  3. orion repack with guide and public with hamatchi
    By orien30000 in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 01-21-2008, 07:01 PM
  4. Replies: 25
    Last Post: 11-25-2007, 11:14 AM
  5. Using the new Ascent repack by chrispee and Green m8s keep getting stuck at realmlist
    By controlsx2 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 11-20-2007, 05:39 PM
All times are GMT -5. The time now is 08:51 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