Jump to content

WpgnGaming

Members
  • Posts

    37
  • Joined

  • Last visited

  • Days Won

    2
  • Donations

    0.00 GBP 

Posts posted by WpgnGaming

  1. So I been working on a small app that lets me connect to a selected realm without having  to keep editing the WTF as that got a little boring after doing it many times I know there maybe already such a program out there but I like to make my own stuff :D i got a pre alpha working and if anyone would like to test it let me know I got a few changes to come such as multi client exe folder suppport  for Classic/BC/Wotlk

    download link here http://www.daggerspine.co.uk/ConfigLauncher.zip

    any feed back will be good too :)

     

    wow.png

    • Like 1
  2. make sure you update your box core first using each of them one by one the restart

    sudo apt-get update        # Fetches the list of available updates
    sudo apt-get upgrade       # Strictly upgrades the current packages
    sudo apt-get dist-upgrade  # Installs updates (new ones)

    then do

    apt-get install git autoconf libtool automake build-essential gettext cmake python

    then do sql and restart then agen then try reinstalling src and compiling

  3. Config your server database info I would make a 2nd db account for web script with limited access to make it harder for hackers.

     

    $config = array(
        'HOST' => '127.0.0.1', // DOMAIN OR IP TO YOUR SERVER OR HOST THAT HAS DATABASE INSTALLED ON IT
        'USER' => 'NAME', // DATABASE USERNAME
        'PASS' => 'PASSWORD', // DATABASE PASSWORD
        'DB'   => 'auth', // DATABASE YOU WANT TO USE ITS NORMAL auth.
        'CORE' => '' // and script core mangos /or trinity this can be left blank.
    );
    
  4. This is the php script I use on daggerspine of course the one on my website is heavily modified but this is a working script for both Mangos and TC that I come across a while back I can not remember who did it the original code is not my own hope its helpful, 

    just goto Inc folder and edit db settings there and set what version of game you are using and your ready to go very simple to edit too.

    http://www.psd-designs.com/files/registration.zip

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use