Jump to content

jdguzman

Members
  • Posts

    56
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

jdguzman's Achievements

Advanced Member

Advanced Member (3/3)

0

Reputation

  1. Ok i'm going to attempt to give you some guidance. First of all mysql runs as a service so in Task Manager you will see it in the services tab. Furthermore, if you were able to connect to it using sqlyog then you are ok and it is running. As for your connection question. You should not make the mysql server visible to the public. The fact that you can't connect to mysql using the DynDns address is actually a good thing. I would recommend you leave it like that unless you absolutely need outside access to mysql. Ok on the udb issues I would recommend you go to the UDB forums and follow the how-to there. It should explain the things you need to do to get UDB installed. Finally in the mangos config you should not be using the DynDns address you should just use your local ip address (ie. the one your router gives you.) On the BindIP you should just leave that as the default 0.0.0.0 this is used for when you have more than one network card to let mangos know which card it is binding to. Hope this helps you.
  2. if you want news about this I would recommend following the commits on the projects repo. If you look on there you will see that they are far from having anything ready and have set themselves a goal of June 2010 for the first release. Cheers.
  3. orignboy you seem intent on this idea that mangos is intended for the masses. this is clearly where you are making a mistake. mangos is not intended for the masses. that there are people that come here and get the source and contribute nothing to the project is an obvious fact but that does not mean that is the intent of the project. it also doesn't mean that mangos has to make it easier for these people. mangos is a learning project it is intended to teach people how to program in c++ on this scale. people often start by getting the source and learning the compile and setup process and from there the intent is for people to learn the code and hopefully at some point feel comfortable enough to perhaps help in the development. so to put it bluntly you will probably never see a release for the masses coming from this forum.
  4. it could be possible to builld a .NET solution that could be used to start and stop services as well as manage i'm not sure if process control is possible with php.
  5. there have been cases where just building has caused issues. in general you will find that the devs will recommend you rebuild but this is up to you. i personally have done normal builds after updating a source, however if something goes wrong i know why .
  6. well then do something to help instead of arguing. dave in no way was trying to belittle you rather he was trying to inform you as to how this community works. that is your prerogative. if your intention is to just play the game then it would probably be better to pay your 15 dollars and be done with it. if your intention is to learn HOW the game works then this is the place for you. if you read into the history of mangos you will see that this project is perfectly legal and has had legal council confirm the legality of it. as subhuman_bob said the extraction of compressed files is not illegal although the distribution of it would be. probably the only place where a suit against reverse engineering would even stand a chance is in the US as the big software companies have lobbied to get favorable legislation in place for them; however, even there they would have a tough fight. No one is sitting on a high horse. you made a suggestion which and it was then clarified that your suggestion would go against the core rules of using mangos. i don't see how that is considered sitting on a high horse. to be honest the first one to take on a sarcastic attitude was you by saying this project is confused. to be clear this project is not confused about what it is. it is posted in this forum and the mods make sure that the community adheres to the projects rules. apparently you are the one that was a little confused thinking that this was just another "hacker" forum. cheers
  7. i think what they were trying to get at is the fact that mangos is NOT supposed to be used to host public servers. having an administration page that is available to the general public would make your server public and make it illegal. as the person that took on the gui project there is no intention of making it web based. there are already tools out there that do account managment on a web based platform. the gui was meant for the sys admin that doesn't want to deal with the command prompt and that is how it will remain.
  8. yes he could parse the log file for the rev number but i think he meant if there was a way to do it by calling a function directly from mangos. am i correct? if so i don't believe there is any way of doing it as that code is in the .exe if i'm not mistaken.
  9. 100mb/s connection? Your either on a lan or have a lot of money. this question has been asked MANY times use the search feature.
  10. I saw that yesterday myself however looking through the source code it still seems to be heavily reliant on running git through mingw or cygwin as it is only a wrapper for the process. Being an accomplished developer i'm sure you noticed that all it does is call the git.exe process and redirect in/output. What would be REALLY nice is a git library/dll which could be used to build git enabled apps. in that way there would be no need to have mingw or cygwin installed at all and i'm sure that would also translate to a performance boost on windows as well. I have been contemplating making such a library in c# along the lines of the jgit library but alas time eludes me . At any rate this is a nice advancement on the windows side for git i might give it a go sometime.
  11. i can assure you that the comments i made are true i played official for two years and stopped a few months ago due to lack of time (hopefully that changes). I can assure you that in the two years that i played i had several occasion where i had to get items restored and one occasion where i accidently deleted a character and had it restored. in the case of items i know that there was one occasion where it wasn't restored because i submitted the ticket 24 hours after i destroyed the item. the gm went on to tell me that in order to have items restored i have to submit a ticket within 24 hours of having destroyed the item. obviously this is hints at the fact that items remain in the database for atleast that amount of time after they are destroyed. on the character front i am less sure. when i did delete the character accidently i submitted the ticket immediately after having done it. what i can tell you is that about an hour later my character was back up and working. with the amount of traffic that these servers get, and i'm sure there is many character deletions on a daily basis, i would only have to surmise that they have something along the lines of this patch implemented on official servers. at any rate i'm rambling.
  12. i believe that this would bring things much closer to official. if something like this could be implemented for item deletions as well. on official if you accidently destroy an item a gm can restore it after investigating if you ever actually had it. granted you have to submit a ticket within 24 hours. obviously on official they don't actually delete data as if that were the case it would be impossible to know if you had the item. also if they do a dump on evey delete it would become very cumbersome to go through log files to see if you had in fact destroyed the item. you can also have characters restored within 1-2 hours which leads me to believe that something along the lines of this patch is used on official. ofcourse we can't really know if this is the exact method used but what we can be fairly sure of is that they have something of this sort in place.
  13. you know i've been using mangos for a while now but only now have gone looking for the irc channel. is there one or is it closed to approved devs only? i did a search for irc and irc channel and came up with nothing. just a curiousity. regards
  14. this is the wrong place to look for that as sharing those files is illegal
×
×
  • 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