MaNGOS Support Forums: MaNGOS Support Forums - Unreal Portal

Jump to content

Toggle this category Sign In

User:
Password:

Toggle this category Our Board Statistics

3 active user(s) (in the past 15 minutes)
0 members, 3 guests, 0 anonymous users
Google
Show by: Last Click or Member Name
0 member(s) have a birthday today
No members are celebrating a birthday today
Upcoming Calendar Events
There are no forthcoming calendar events
Our Board Statistics
Our members have made a total of 3,411 posts
We have 1,085 registered members
The newest member is albert2
Most users ever online was 63 on 03 July 2010 - 12:35 AM

Toggle this category Calendar

  S M T W T F S
Icon 1 2 3 4
Icon 5 6 7 8 9 10 11
Icon 12 13 14 15 16 17 18
Icon 19 20 21 22 23 24 25
Icon 26 27 28 29 30

Toggle this category Latest Posts

Topic Title Replies Starter Views Last Action
Local Database Doesn't Connect!
0 bravebringer 44 27 August 2010 - 11:57 PM
In: Mangos
By: bravebringer
Pomm Not Working
1 hawk 156 20 August 2010 - 05:35 PM
In: Support
By: thcobl
I Need Help With This
8 Dani 477 20 August 2010 - 11:28 AM
In: AoWoW
By: Deake
Need Help Ingame Mail And Soap
1 thcobl 59 17 August 2010 - 09:06 PM
In: Support
By: thcobl
Is The Project Alive?
2 Beto 162 16 August 2010 - 01:19 PM
In: Development And Requests
By: Herr_Trigger
Playerbot Scripts And Further Development
17 malloc84 429 08 August 2010 - 10:09 AM
In: Development
By: malloc84
Playerbot Improvement
new features & improvements
0 blueboy 68 08 August 2010 - 07:07 AM
In: Development
By: blueboy
Dyndns
1 Seisma 116 07 August 2010 - 10:54 AM
In: Mangos
By: Bruno
Warlok And Hunter Bugg
2 Seisma 122 06 August 2010 - 10:09 PM
In: Mangos
By: Seisma
Botguy Is Dead, Long Live Botguys
2 blueboy 252 06 August 2010 - 09:30 PM
In: Development
By: blueboy

Toggle this category The Time Has Come. "the Walrus Said." ...

Posted By:  blueboy @ 16 July 2010 - 07:48 AM
I believe the code on portal has checked out, with no nasty issues. If you disagree, please post me on this topic. If I haven't received any negative feedback in the next day, I will then merge the development branch portal with the main branch blueboy.

Hope this helps

Comments: 1 :: View Comments

Toggle this category 'vc100' Support For Playerbot

Posted By:  Darkrulerz @ 15 July 2010 - 06:05 PM
No clue where to post this otherwise (without starting a new thread :P)
but i've added support for VS2010 to both the normal playerbot as well as the portal repo
let me know if there are problems specifically with VS2010 compiled cores (shouldn't be any, but you never know)
Comments: 1 :: View Comments

Toggle this category Minimanager @ Github

Posted By:  Bruno @ 27 May 2010 - 01:34 AM
MiniManager for Project MaNGOS Server is a PHP web front end to provide easy access to Mangos server management side. Manage/add/remove/edit/lock/ban/ect. User accounts/characters, manage DB and server itself.

git read: http://github.com/mi...minimanager.git
git write: git@github.com:minimanager/minimanager.git (for the ones added as contributors)
web source: http://github.com/mi...ger/minimanager
changelog: http://github.com/mi.../commits/master
Comments: 0 :: View Comments

Toggle this category Changelog: Rev 483

Posted By:  Bruno @ 02 March 2010 - 12:41 AM
implemented acc verification my email, thanks ex0r

THIS IS 100% UNTESTED, so provide feedback if it doesnt work
Comments: 12 :: View Comments

Toggle this category 3.3.2 Support

Posted By:  cpdev @ 23 February 2010 - 09:47 PM
I made some updates to support 3.3.2.

I actually made it work, but there some drawbacks i couldnt fix so far.

in the login.php change the following:
$results = execute_query("SELECT `id`, `username`, `gmlevel` 
FROM `account` 
WHERE `username` = '".mysql_real_escape_string($user_name)."'
AND `sha_pass_hash` = '".$user_pass."' LIMIT 1");

to
$results = execute_query("SELECT `a`.`id`, `a`.`username`, `b`.`gmlevel` 
FROM `account` AS `a`, `account_access` AS `b` 
WHERE `username` = '".mysql_real_escape_string($user_name)."'
AND `sha_pass_hash` = '".$user_pass."' LIMIT 1");


change these lines in the defines.php

old: "SKILL_DATA" => array(928, 1012, 610, 610),
new: "SKILL_DATA" => array(928, 1012, 610, 468),
//dont know why Unit_END is not added here but it works.
old: "KILLS" => array(1517, 1602, 1200, 1202),
new: "KILLS" => array(1517, 1602, 1200, 1199),


Of couse, if you change the lines like I did, you will loose support for older revisions (especially because of the login.php).

For no known reason, the values for critpercentage, dodge, parry and block are not defined in the database any more, so they could not be read. They are displayed as if they are 0.

If you can give me advise, how to place additional thumbnails, I might be able to update the icons/64x64 folder too.

and yeah, dbc data might have changed as well ^^
Comments: 12 :: View Comments

Toggle this category Revision 460 - Trinity Support Droped

Posted By:  Bruno @ 05 February 2010 - 10:23 PM
mmfpm = MiniManager for Project MaNGOS

due to:

- completely lack of support and help from trinity users
- cores drifting apart significantly
- trinity users have started their own project to support its core

I decides it was time to drop support for trinity, it will be easier for us to maintain minimanager and will incentive trinity users to help their own project

as i didnt test everything, small problems may appear, report on forums if any
Comments: 3 :: View Comments

Toggle this category 2.4.3 support

Posted By:  SUPERGADGET @ 14 August 2008 - 11:44 PM
For client 2.4.3 use Revision 26+
Comments: 0 :: View Comments

Toggle this category 3.2.2 Support

Posted By:  SUPERGADGET @ 04 November 2009 - 11:56 PM
Many people were asking me about 3.2.2 support. Until now my answer was that I don't have time to make it. Yesterday I finally have some free time, but... I thought about the future of this client version and realized that it has no future. I expect in the next 2-3 weeks Mangos to switch to 3.3.0 and probably no one will think about 3.2.2 ever. That's why I decide MBA to not support 3.2.2. Instead of that until 3.3.0 I'll concentrate over some old issues.

P.S. Anyway if I finish with the old issues earlier than 3.3.0 is out, I'll make 3.2.2 support.


Now you can send me your 3.2.2 dbc files. I need English, German, Russian and French.

Now I have all dbc files, you can wait them in the next revision.

Now I can say that 3.2.2 is fully supported. If you find any problem related to 3.2.2 compatibility, report it here.
Comments: 14 :: View Comments

Toggle this category Changelog: Rev 412

Posted By:  Playon @ 06 September 2009 - 02:57 PM
Version: 412

Commit Text:
*Fix guild.php - Correct show "Create Date".

Files Modified:
http://mmfpm.svn.sou...ev&revision=412
Comments: 0 :: View Comments

Toggle this category Mvs - Revision Log

Posted By:  SUPERGADGET @ 05 September 2009 - 05:58 PM
Revision 5:
- Disabled magic_quotes_runtime
- Replaced getenv with $_SERVER
- Changed the background picture
- Other small changes

More info: http://my-trac.assem...tem/changeset/5
Comments: 17 :: View Comments

Toggle this category New Members

Username Joined
idontkn0w123 03 September 2010 - 07:44 AM
dobito 03 September 2010 - 03:44 AM
dobcho 03 September 2010 - 03:39 AM
dulgarian 03 September 2010 - 03:35 AM
neznam 03 September 2010 - 03:27 AM
hyakki 01 September 2010 - 08:28 PM
infernal 01 September 2010 - 04:18 PM
meysam 01 September 2010 - 10:23 AM
sannankhalid 31 August 2010 - 09:19 AM
TheRealMethuselah 29 August 2010 - 03:36 PM

Toggle this category Top Posters

Username Posts
Bruno 761
SUPERGADGET 481
xiongguoy 180
rilex 129
Mythos 123
mrbungle 101
Andrewzz 76
Klark20 59
Death420 57
Dragonsys 55
Powered by Unreal Portal v3.0.1 © 2009 Unreal Solutions