[X3 Release] Keazain`s Latest Compiles and Converted NCDB & Logon DB ready for use! menu

User Tag List

Page 180 of 190 FirstFirst ... 80130176177178179180181182183184 ... LastLast
Results 2,686 to 2,700 of 2850
  1. #2686
    marco1234's Avatar Active Member
    Reputation
    46
    Join Date
    May 2008
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It keeps saying.. Connected at the ArcEmu Repack.
    I'm a proffesional DB Developer, worked for top servers like WoWScape, UberWoW etc. I can work for you aswell, add me on MSN: [email protected]
    Still looking for a host, be part of a great succes and earn much money. Add me on MSN.

    [X3 Release] Keazain`s Latest Compiles and Converted NCDB & Logon DB ready for use!
  2. #2687
    squizit's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ty for sharing....+rep for you :X

  3. #2688
    ^eRrOR^'s Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by theory18 View Post
    ok guys i fixed the register page, lucky i'm a proffesional php programmer ^^.
    but all the tables scared me a bit that's why i didn't try before...

    what you have to change(don't know how to do with SQLyog) when in phpmyadmin, go to table 'accounts' then look for column 'acct' make it the primary key, and then set autoincrement on it (that was mistake 1).

    Second open up /forum/reguser.php with notepad and change following code to the code that looks similar to it.
    from line 122 to line 139
    Code:
    if($requirekey=="no"||$requirekey=="No") //if you do no require an activation key
          {
           $SQL ="INSERT into b_users (username,password,email,validated,location,AIM,ICQ,showprofile) values('$username','$password2','$email','1','$location','$aim','$icq','$showprofile')";
           mysql_query($SQL) or die(mysql_error()."<br>SQL ERROR");
           mysql_select_db($chardb);
           $SQLwow ="INSERT into accounts (login,password,encrypted_password,gm,vip,banned,lastip,email,flags,forceLanguage,muted,banreason) values ('$username','$pass2','','','0','0','".$_SERVER['REMOTE_ADDR']."','$email','24','enGB','0','')";
            mysql_query($SQLwow) or die(mysql_error()."<br>Account with that name already exist in server database, this is admin fault, please notify admin about this problem. Go back to register new account with new username.");
          }
          else //you require an activation key
          {
            $SQL ="INSERT into b_users (username,password,sig, keynode,email,location,AIM,ICQ,showprofile) values('$username','$password2','$signature','$key','$email','$location','$aim','$icq','$showprofile')";
            mysql_query($SQL) or die(mysql_error());
            mysql_select_db($chardb);
           $SQLwow ="INSERT into accounts (login,password,encrypted_password,gm,vip,banned,lastip,email,flags,forceLanguage,muted,banreason) values ('$username','$pass2','','','0','0','".$_SERVER['REMOTE_ADDR']."','$email','24','enGB','0','')";
            mysql_query($SQLwow) or die(mysql_error());
            mail("$email","Your forum activation key","Paste the URL to activate your account.  $boardpath/activate.php?username=$username&password=$password&keynode=$key");
            
          }
    where code is red change it to your version of wowserver.

    Hope it helps someone...

    Now i just need my funlike server fixed ^^!
    I did that in Navicat, whats the value of ACCT for it to be set for AutoIncriment? eg, minint or double ect, I did set ACCT as Pimery but just need to clarify this one setting.

    oh, btw, I STILL get crashes if I make accounts....

    can I get the website including the VIP stuff, shop and so on for mangos or is that an impossible thing?
    Last edited by ^eRrOR^; 05-22-2009 at 01:24 PM. Reason: webpage question added

  4. #2689
    lucas13's Avatar Member
    Reputation
    7
    Join Date
    Dec 2008
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Best Repack releases i've seen +Rep x9

    Edit: AW gotta spread /suck
    Last edited by lucas13; 05-23-2009 at 05:09 AM.

  5. #2690
    Moonfane's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    plz explain hearthstone,trinity,spurius

  6. #2691
    W@WAdict's Avatar Member
    Reputation
    9
    Join Date
    Jul 2008
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Moonfane View Post
    plz explain hearthstone,trinity,spurius
    Hearthstone is an emu that is based off of the Ascent core, the same as ArcEmu, but has a different development team, they used to be named Aspire.

    Trinity I personally do not know much about, but they also are another emu.

    Spurious I know the most about, because it is an emu project that me and CoolManBob started. The code for Spurious was based off the old aWoWe and vbWoW core, and is written in VB.NET. Spurious is being developed underground at the moment, but look for a new version to be made public shortly. It is up to the 3.0.9 client version right now, and will be updated to work with 3.1.x. We are in the process now of setting our Web Site up to go public again, so that will be out shortly as well, the web site will contain the latest news of where Spurious stands in development. Spurious is also one of if not the only emu that supports clustering as well. Many of the bugs that were in the last release that Keazain used in this project have been fixed in the latest version.
    Last edited by W@WAdict; 05-23-2009 at 09:38 AM. Reason: Fixed Typo

  7. #2692
    Moonfane's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok so these links suck no offence becuase i download them and they take FOREVER to download then 1/2 way through an error comes up saying the website reloaded or something so it stops... NEEDNEW LINK!

  8. #2693
    W@WAdict's Avatar Member
    Reputation
    9
    Join Date
    Jul 2008
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Moonfane View Post
    ok so these links suck no offence becuase i download them and they take FOREVER to download then 1/2 way through an error comes up saying the website reloaded or something so it stops... NEEDNEW LINK!
    What exactly are you looking for, I posted some links on MegaUpload for the ArcEmu stuff a few pages back. If they are no longer valid, I can upload them again if it is something I have.

  9. #2694
    Moonfane's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    download the latest DBC's

  10. #2695
    Chrisj7's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think that keazain got a life and quit WoW like you need to (cause i sure have :P) or he got murderd

  11. #2696
    ^eRrOR^'s Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    solved!

    Originally Posted by ^eRrOR^ View Post
    I did that in Navicat, whats the value of ACCT for it to be set for AutoIncriment? eg, minint or double ect, I did set ACCT as Pimery but just need to clarify this one setting.

    oh, btw, I STILL get crashes if I make accounts....

    can I get the website including the VIP stuff, shop and so on for mangos or is that an impossible thing?
    I basically went off and compiled my own arcemu, used the database that one had, exported the logon part and just imported to the database I needed to fix
    Code:
    A copy of my fixed logon.sql file DOWNLOAD NOW!
    download the above and then extract it somewhere (uses winrar), login to your database and select logon, back it up and then execute the sql file you've downloaded, that should solve you not being able to make accounts.

    hope that helps some one

  12. #2697
    rysliv's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can someone tell me which emulator of kaezains thing here supports 3.1.0?

  13. #2698
    beltic's Avatar Member
    Reputation
    9
    Join Date
    May 2007
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    seems your quite behind on the Hearthstone core. I pulled the SVN last night, and I show it to be 1445?
    Beltic
    Former Admin/Owner/Developer - Dead n Pissed PVP

  14. #2699
    markbatt's Avatar Member
    Reputation
    3
    Join Date
    Mar 2008
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Latest news NCDB Database site has closed down and arcemu is still up and running

  15. #2700
    snake eyes's Avatar Active Member
    Reputation
    66
    Join Date
    Oct 2008
    Posts
    171
    Thanks G/R
    10/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trigilli View Post
    very nice, always providing good stuff, I would like to share some info, I'm working on my linux distro, and the server will be with just enough os, so private server can have all the resource and a stable server, trying to move from the "emulation server" to more close a real server, my idea and is where I'm stuck is to some how use the source code row in a sort of archive and program that runs them in a sort of a virtual compiled one so any time u need to update it simply change the source and automatically is up-to-date, like when you ask for a preview of a website your creating, in this way resource and time will be saved I have more Ideas if you are interested contact me thanks
    waht is your method and resources
    would u please share with all of us
    Last edited by snake eyes; 05-24-2009 at 03:40 PM.

Similar Threads

  1. Replies: 0
    Last Post: 07-28-2016, 09:15 PM
  2. [Selling] Undying and Hand of A'dal Account - Ready for Mythic
    By MistiServices in forum WoW-EU Account Buy Sell Trade
    Replies: 0
    Last Post: 05-14-2015, 01:51 PM
All times are GMT -5. The time now is 11:45 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